maint: improve module indicators
[pspp] / ChangeLog
1 2010-03-30  Eric Blake  <eblake@redhat.com>
2
3         maint: improve module indicators
4         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE)
5         (gl_MODULE_INDICATOR, gl_MODULE_INDICATOR_FOR_TESTS): Fit in 80
6         columns, and avoid extra macro expansion.
7
8         fdopendir: work around FreeBSD bug
9         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
10         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Set it.
11         * modules/dirent (Makefile.am): Substitute it.
12         * lib/dirent.in.h (fdopendir): Supply missing FreeBSD
13         declaration.
14         * doc/posix-functions/fdopendir.texi (fdopendir): Document the
15         fix.
16         Reported by Christian Weisgerber <naddy@mips.inka.de>.
17
18 2010-03-29  Bruno Haible  <bruno@clisp.org>
19
20         Emit #pragma system_header after the inclusion guard, not before.
21         * lib/arpa_inet.in.h: Emit #pragma system_header after the inclusion
22         guard that spans the entire file, not before. This enables an
23         optimization in GCC's preprocessor.
24         * lib/ctype.in.h: Likewise.
25         * lib/dirent.in.h: Likewise.
26         * lib/errno.in.h: Likewise.
27         * lib/float.in.h: Likewise.
28         * lib/getopt.in.h: Likewise.
29         * lib/iconv.in.h: Likewise.
30         * lib/langinfo.in.h: Likewise.
31         * lib/locale.in.h: Likewise.
32         * lib/math.in.h: Likewise.
33         * lib/netdb.in.h: Likewise.
34         * lib/netinet_in.in.h: Likewise.
35         * lib/pty.in.h: Likewise.
36         * lib/sched.in.h: Likewise.
37         * lib/se-selinux.in.h: Likewise.
38         * lib/search.in.h: Likewise.
39         * lib/spawn.in.h: Likewise.
40         * lib/stdarg.in.h: Likewise.
41         * lib/stdint.in.h: Likewise.
42         * lib/string.in.h: Likewise.
43         * lib/strings.in.h: Likewise.
44         * lib/sys_file.in.h: Likewise.
45         * lib/sys_ioctl.in.h: Likewise.
46         * lib/sys_time.in.h: Likewise.
47         * lib/sys_times.in.h: Likewise.
48         * lib/sys_utsname.in.h: Likewise.
49         * lib/sys_wait.in.h: Likewise.
50         * lib/sysexits.in.h: Likewise.
51         * lib/wctype.in.h: Likewise.
52
53 2010-03-28  James Youngman  <jay@gnu.org>
54
55         save-cwd: don't leak a file descriptor when the caller execs.
56         * lib/save-cwd.c (save_cwd): set the close-on-exec flag for the
57         saved file descriptor.
58         * modules/save-cwd (Depends-on): Depend on cloexec.
59
60 2010-03-29  Bruno Haible  <bruno@clisp.org>
61
62         Remove vestiges of fts-lgpl module.
63         * lib/fts_.h: Assume GNULIB_FTS is 1.
64         * lib/fts.c: Likewise.
65         * modules/fts (configure.ac): Remove gl_MODULE_INDICATOR invocation.
66
67 2010-03-28  Bruno Haible  <bruno@clisp.org>
68
69         Fix definition of tests witness macro.
70         * gnulib-tool (func_import): Fix definition of witness macro.
71
72 2010-03-28  Bruno Haible  <bruno@clisp.org>
73
74         Fix ioctl's protoype on glibc systems.
75         * lib/sys_ioctl.in.h (ioctl): If REPLACE_IOCTL is 1, use a wrapper. Use
76         _GL_CXXALIAS_SYS, not _GL_CXXALIAS_SYS_CAST.
77         * lib/ioctl.c (rpl_ioctl) [HAVE_IOCTL]: New wrapper.
78         * modules/ioctl (configure.ac): Test whether ioctl has the POSIX
79         signature. If not, arrange to replace the ioctl function.
80         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
81         REPLACE_IOCTL.
82         * modules/sys_ioctl (Makefile.am): Substitute REPLACE_IOCTL.
83         * doc/posix-functions/ioctl.texi: Mention the glibc problem.
84         Reported by Ludovic Courtès <ludo@gnu.org>.
85
86 2010-03-28  Javier Villavicencio  <the_paya@gentoo.org>
87
88         exclude: fix the case of globs vs. EXCLUDE_INCLUDE
89         * lib/exclude.c (excluded_file_pattern_p): Fix logic error that
90         made it so grep -r --include=GLOB* ... did not work.
91
92 2010-03-26  Jim Meyering  <meyering@redhat.com>
93             Eric Blake  <eblake@redhat.com>
94
95         maint.mk: prohibit use of test's -o and -a operators
96         * top/maint.mk (sc_prohibit_test_minus_ao): New rule.
97
98 2010-03-28  Bruno Haible  <bruno@clisp.org>
99
100         Remove unused GNULIB_XYZ macro definitions.
101         * modules/crypto/gc-camellia (configure.ac): Remove gl_MODULE_INDICATOR
102         invocation.
103
104 2010-03-28  Bruno Haible  <bruno@clisp.org>
105
106         Mark privileged tests modules.
107         * modules/idpriv-drop-tests (Status): New section.
108         * modules/idpriv-droptemp-tests (Status): New section.
109
110 2010-03-28  Bruno Haible  <bruno@clisp.org>
111
112         Split C++ tests into separate tests modules.
113         * modules/dirent-c++-tests: New file, extracted from
114         modules/dirent-tests.
115         * modules/dirent-tests: Depend on it.
116         * modules/fcntl-h-c++-tests: New file, extracted from
117         modules/fcntl-h-tests.
118         * modules/fcntl-h-tests: Depend on it.
119         * modules/glob-c++-tests: New file, extracted from modules/glob-tests.
120         * modules/glob-tests: Depend on it.
121         * modules/iconv-h-c++-tests: New file, extracted from
122         modules/iconv-h-tests.
123         * modules/iconv-h-tests: Depend on it.
124         * modules/langinfo-c++-tests: New file, extracted from
125         modules/langinfo-tests.
126         * modules/langinfo-tests: Depend on it.
127         * modules/locale-c++-tests: New file, extracted from
128         modules/locale-tests.
129         * modules/locale-tests: Depend on it.
130         * modules/math-c++-tests: New file, extracted from modules/math-tests.
131         * modules/math-tests: Depend on it.
132         * modules/pty-c++-tests: New file, extracted from modules/pty-tests.
133         * modules/pty-tests: Depend on it.
134         * modules/search-c++-tests: New file, extracted from
135         modules/search-tests.
136         * modules/search-tests: Depend on it.
137         * modules/signal-c++-tests: New file, extracted from
138         modules/signal-tests.
139         * modules/signal-tests: Depend on it.
140         * modules/spawn-c++-tests: New file, extracted from
141         modules/spawn-tests.
142         * modules/spawn-tests: Depend on it.
143         * modules/stdio-c++-tests: New file, extracted from
144         modules/stdio-tests.
145         * modules/stdio-tests: Depend on it.
146         * modules/stdlib-c++-tests: New file, extracted from
147         modules/stdlib-tests.
148         * modules/stdlib-tests: Depend on it.
149         * modules/string-c++-tests: New file, extracted from
150         modules/string-tests.
151         * modules/string-tests: Depend on it.
152         * modules/sys_ioctl-c++-tests: New file, extracted from
153         modules/sys_ioctl-tests.
154         * modules/sys_ioctl-tests: Depend on it.
155         * modules/sys_select-c++-tests: New file, extracted from
156         modules/sys_select-tests.
157         * modules/sys_select-tests: Depend on it.
158         * modules/sys_socket-c++-tests: New file, extracted from
159         modules/sys_socket-tests.
160         * modules/sys_socket-tests: Depend on it.
161         * modules/sys_stat-c++-tests: New file, extracted from
162         modules/sys_stat-tests.
163         * modules/sys_stat-tests: Depend on it.
164         * modules/sys_time-c++-tests: New file, extracted from
165         modules/sys_time-tests.
166         * modules/sys_time-tests: Depend on it.
167         * modules/time-c++-tests: New file, extracted from modules/time-tests.
168         * modules/time-tests: Depend on it.
169         * modules/unistd-c++-tests: New file, extracted from
170         modules/unistd-tests.
171         * modules/unistd-tests: Depend on it.
172         * modules/wchar-c++-tests: New file, extracted from
173         modules/wchar-tests.
174         * modules/wchar-tests: Depend on it.
175         * modules/wctype-c++-tests: New file, extracted from
176         modules/wctype-tests.
177         * modules/wctype-tests: Depend on it.
178         Reported by Simon Josefsson.
179
180 2010-03-28  Bruno Haible  <bruno@clisp.org>
181
182         gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
183         * gnulib-tool (func_exists_module): New function, extracted from
184         func_verify_module.
185         (func_verify_module): Use it.
186         (func_get_dependencies): Synthetize a dependency from 'foo-tests' to
187         'foo' only if 'foo' exists.
188         * doc/gnulib.texi (Extra tests modules): Explain how to split a tests
189         module.
190
191 2010-03-28  Bruno Haible  <bruno@clisp.org>
192
193         gnulib-tool: Add support for special categories of tests.
194         * gnulib-tool: New options --with-c++-tests, --with-longrunning-tests,
195         --with-privileged-tests, --with-unportable-tests, --with-all-tests.
196         (func_usage): Document them.
197         (inc_cxx_tests, inc_longrunning_tests, inc_privileged_tests,
198         inc_unportable_tests, inc_all_tests): New variables.
199         (func_acceptable): Consider these variables.
200         (func_modules_transitive_closure): Make it work when the 'Status' field
201         consists of multiple words.
202         (func_import): Store and restore the values of inc_cxx_tests,
203         inc_longrunning_tests, inc_privileged_tests, inc_unportable_tests,
204         inc_all_tests in gnulib-comp.m4.
205         (func_create_testdir): Set inc_all_tests to true.
206         * doc/gnulib.texi (Extra tests modules): New section.
207         Suggested by Jim Meyering.
208
209 2010-03-28  Bruno Haible  <bruno@clisp.org>
210
211         ansi-c++-opt: Allow turning off the C++ build by default.
212         * m4/ansi-c++.m4 (gl_CXX_CHOICE): Let CXX_CHOICE default to 'no' if
213         gl_CXX_CHOICE_DEFAULT_NO is defined.
214         Requested by Eric Blake.
215
216 2010-03-28  Bruno Haible  <bruno@clisp.org>
217
218         unistd: Avoid #define replacements in C++ mode.
219         * lib/unistd.in.h (socket, connect, accept, bind, getpeername,
220         getsockname, getsockopt, listen, recv, send, recvfrom, sendto,
221         setsockopt, shutdown, select): In C++, attach a warning to the function
222         if possible, rather than #defining the symbol to a dysfunctional alias.
223         Reported by John W. Eaton <jwe@gnu.org>.
224
225 2010-03-28  Bruno Haible  <bruno@clisp.org>
226
227         Fix link errors on mingw.
228         * lib/sys_ioctl.in.h (ioctl): Fix declaration idiom.
229         * modules/sys_ioctl-tests (Makefile.am): Link test-sys_ioctl-c++ with
230         $(LIBSOCKET).
231         * modules/sys_select-tests (Makefile.am): Link test-sys_select-c++ with
232         $(LIBSOCKET).
233
234 2010-03-28  Bruno Haible  <bruno@clisp.org>
235             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
236
237         lib-ignore: Determine different options for different compilers.
238         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Set a variable which
239         depends on the current language (C/C++/Fortran). Don't set LDFLAGS.
240         Add comments.
241         (_gl_IGNORE_UNUSED_LIBRARIES_OPTIONS): New macro.
242         * NEWS: Mention the change.
243
244 2010-03-27  Bruno Haible  <bruno@clisp.org>
245
246         Remove unused GNULIB_XYZ macro definitions.
247         * modules/dup3 (configure.ac): Remove gl_MODULE_INDICATOR invocation.
248         * modules/fseek (configure.ac): Likewise.
249         * modules/ioctl (configure.ac): Likewise.
250         * modules/open (configure.ac): Likewise.
251         * modules/stdlib-safer (configure.ac): Likewise.
252
253 2010-03-27  Bruno Haible  <bruno@clisp.org>
254
255         Add a remark about certain modules.
256         * modules/malloc (Comment): New section.
257         * modules/realloc (Comment): Likewise.
258         * modules/sigpipe (Comment): Likewise.
259
260 2010-03-27  Bruno Haible  <bruno@clisp.org>
261
262         Resolve conflict between the two kinds of module indicators.
263         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Define
264         GNULIB_TEST_XYZ instead of GNULIB_XYZ.
265         * modules/canonicalize (configure.ac): Invoke
266         gl_MODULE_INDICATOR_FOR_TESTS.
267         * tests/test-canonicalize-lgpl.c: Test GNULIB_TEST_XYZ instead of
268         GNULIB_XYZ.
269         * tests/test-dirent-c++.cc: Likewise.
270         * tests/test-dirent-safer.c: Likewise.
271         * tests/test-dup2.c: Likewise.
272         * tests/test-fchdir.c: Likewise.
273         * tests/test-fcntl-h-c++.cc: Likewise.
274         * tests/test-getopt.c: Likewise.
275         * tests/test-getopt.h: Likewise.
276         * tests/test-langinfo-c++.cc: Likewise.
277         * tests/test-locale-c++.cc: Likewise.
278         * tests/test-math-c++.cc: Likewise.
279         * tests/test-pty-c++.cc: Likewise.
280         * tests/test-search-c++.cc: Likewise.
281         * tests/test-signal-c++.cc: Likewise.
282         * tests/test-spawn-c++.cc: Likewise.
283         * tests/test-stdio-c++.cc: Likewise.
284         * tests/test-stdlib-c++.cc: Likewise.
285         * tests/test-string-c++.cc: Likewise.
286         * tests/test-sys_ioctl-c++.cc: Likewise.
287         * tests/test-sys_select-c++.cc: Likewise.
288         * tests/test-sys_socket-c++.cc: Likewise.
289         * tests/test-sys_stat-c++.cc: Likewise.
290         * tests/test-sys_time-c++.cc: Likewise.
291         * tests/test-time-c++.cc: Likewise.
292         * tests/test-unistd-c++.cc: Likewise.
293         * tests/test-wchar-c++.cc: Likewise.
294         * tests/uninorm/test-u8-nfc.c: Likewise.
295         * tests/uninorm/test-u8-nfd.c: Likewise.
296         * tests/uninorm/test-u8-nfkc.c: Likewise.
297         * tests/uninorm/test-u8-nfkd.c: Likewise.
298         * tests/uninorm/test-u16-nfc.c: Likewise.
299         * tests/uninorm/test-u16-nfd.c: Likewise.
300         * tests/uninorm/test-u16-nfkc.c: Likewise.
301         * tests/uninorm/test-u16-nfkd.c: Likewise.
302         * tests/uninorm/test-u32-nfc.c: Likewise.
303         * tests/uninorm/test-u32-nfc-big.c: Likewise.
304         * tests/uninorm/test-u32-nfd.c: Likewise.
305         * tests/uninorm/test-u32-nfd-big.c: Likewise.
306         * tests/uninorm/test-u32-nfkc.c: Likewise.
307         * tests/uninorm/test-u32-nfkc-big.c: Likewise.
308         * tests/uninorm/test-u32-nfkd.c: Likewise.
309         * tests/uninorm/test-u32-nfkd-big.c: Likewise.
310         * tests/uninorm/test-u32-normalize-big.c: Likewise.
311
312 2010-03-27  Bruno Haible  <bruno@clisp.org>
313
314         Distinguish two kinds of module indicators.
315         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Renamed from
316         gl_MODULE_INDICATOR.
317         (gl_MODULE_INDICATOR): New macro.
318         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
319         gl_MODULE_INDICATOR_FOR_TESTS instead of gl_MODULE_INDICATOR.
320         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
321         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
322         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
323         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
324         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
325         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
326         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
327         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
328         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
329         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
330         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
331         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
332         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
333         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
334         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
335         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
336         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
337         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
338         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
339         * modules/cloexec (configure.ac): Likewise.
340         * modules/getopt-gnu (configure.ac): Likewise.
341         * modules/uninorm/u8-normalize (configure.ac): Likewise.
342         * modules/uninorm/u16-normalize (configure.ac): Likewise.
343         * modules/uninorm/u32-normalize (configure.ac): Likewise.
344         * modules/fdopendir (configure.ac): Invoke gl_MODULE_INDICATOR.
345
346 2010-03-27  Bruno Haible  <bruno@clisp.org>
347
348         New module description field 'Comment'.
349         * gnulib-tool: New option --extract-comment.
350         (func_usage): Document it.
351         (sed_extract_prog, sed_extract_field_header): Support 'Comment' field.
352         (func_get_comment): New function.
353         * modules/TEMPLATE-EXTENDED: Add a blank Comment field.
354
355 2010-03-27  Bruno Haible  <bruno@clisp.org>
356
357         Addendum to 2010-02-07 commit.
358         * gnulib-tool (func_usage): Document --extract-applicability option.
359
360 2010-03-27  Bruno Haible  <bruno@clisp.org>
361
362         Use GNULIB_POSIXCHECK instead of GNULIB_PORTCHECK.
363         * lib/time.in.h (asctime, asctime_r, ctime, ctime_r): Test
364         GNULIB_POSIXCHECK, not GNULIB_PORTCHECK. Provide compile-time warnings
365         rather than link errors.
366
367 2010-03-27  Bruno Haible  <bruno@clisp.org>
368
369         Avoid side effects from tests-related modules on the compilation of lib.
370         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_CONDITION): New macro.
371         (gl_MODULE_INDICATOR_SET_VARIABLE): Use its expansion as a value.
372         * gnulib-tool (func_emit_tests_Makefile_am): Accept a witness_macro
373         parameter. Emit into AM_CPPFLAGS a definition of the designated C
374         macro.
375         (func_import): Define a witness macro. Assign it a value that depends
376         on the current package. Override gl_MODULE_INDICATOR_CONDITION for the
377         tests-related modules.
378         (func_create_testdir): Update func_emit_tests_Makefile_am invocation.
379         Reported by Jim Meyering.
380
381 2010-03-27  Bruno Haible  <bruno@clisp.org>
382
383         Factorize common .m4 code.
384         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE): New macro.
385         * m4/arpa_inet_h.m4 (gl_ARPA_INET_MODULE_INDICATOR): Use it.
386         * m4/ctype.m4 (gl_CTYPE_MODULE_INDICATOR): Likewise.
387         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Likewise.
388         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
389         * m4/iconv_h.m4 (gl_ICONV_MODULE_INDICATOR): Likewise.
390         * m4/inttypes.m4 (gl_INTTYPES_MODULE_INDICATOR): Likewise.
391         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
392         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
393         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
394         * m4/netdb_h.m4 (gl_NETDB_MODULE_INDICATOR): Likewise.
395         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
396         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
397         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
398         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
399         * m4/stddef_h.m4 (gl_STDDEF_MODULE_INDICATOR): Likewise.
400         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
401         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
402         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
403         * m4/strings_h.m4 (gl_STRINGS_MODULE_INDICATOR): Likewise.
404         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_MODULE_INDICATOR): Likewise.
405         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
406         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
407         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
408         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
409         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
410         * m4/sys_times_h.m4 (gl_SYS_TIMES_MODULE_INDICATOR): Likewise.
411         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_MODULE_INDICATOR): Likewise.
412         * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Likewise.
413         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
414         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
415         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
416
417 2010-03-27  Bruno Haible  <bruno@clisp.org>
418
419         Fix a compilation error on Cygwin with g++ >= 4.3.
420         * lib/sys_stat.in.h (lchmod): Don't warn about the use of this function
421         if it is undefined or if we alias it to chmod.
422         (lstat): Don't warn about the use of this function if it is undefined
423         or if we alias it to stat.
424         Reported by Simon Josefsson.
425
426 2010-03-27  Bruno Haible  <bruno@clisp.org>
427
428         * m4/getlogin.m4 (gl_FUNC_GETLOGIN): Renamed from gl_GETLOGIN.
429         * modules/getlogin (configure.ac): Update.
430
431         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Renamed from gl_GETLOGIN_R.
432         * modules/getlogin_r (configure.ac): Update.
433
434         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Renamed from gl_INET_NTOP.
435         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Update.
436         * modules/inet_ntop (configure.ac): Update.
437
438         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Renamed from gl_INET_PTON.
439         * modules/inet_pton (configure.ac): Update.
440
441         * m4/mbslen.m4 (gl_FUNC_MBSLEN): Renamed from gl_MBSLEN.
442         * modules/mbslen (configure.ac): Update.
443
444         * m4/pty.m4 (gl_FUNC_FORKPTY): Renamed from gl_FORKPTY.
445         (gl_FUNC_OPENPTY): Renamed from gl_OPENPTY.
446         * modules/forkpty (configure.ac): Update.
447         * modules/openpty (configure.ac): Update.
448
449 2010-03-26  Simon Josefsson  <simon@josefsson.org>
450
451         * top/maint.mk (sc_texinfo_acronym): Don't infloop if there is
452         no *.texi files.  Reported by Eric Blake <eblake@redhat.com>.
453
454 2010-03-25  Eric Blake  <eblake@redhat.com>
455
456         maint: use pragma consistently across replacement headers
457         * lib/ctype.in.h (system_header): Hoist for consistent placement.
458         * lib/dirent.in.h (system_header): Likewise.
459         * lib/errno.in.h (system_header): Likewise.
460         * lib/float.in.h (system_header): Likewise.
461         * lib/getopt.in.h (system_header): Likewise.
462         * lib/iconv.in.h (system_header): Likewise.
463         * lib/inttypes.in.h (system_header): Likewise.
464         * lib/langinfo.in.h (system_header): Likewise.
465         * lib/locale.in.h (system_header): Likewise.
466         * lib/math.in.h (system_header): Likewise.
467         * lib/netdb.in.h (system_header): Likewise.
468         * lib/netinet_in.in.h (system_header): Likewise.
469         * lib/pty.in.h (system_header): Likewise.
470         * lib/sched.in.h (system_header): Likewise.
471         * lib/se-selinux.in.h (system_header): Likewise.
472         * lib/search.in.h (system_header): Likewise.
473         * lib/spawn.in.h (system_header): Likewise.
474         * lib/stdarg.in.h (system_header): Likewise.
475         * lib/stdint.in.h (system_header): Likewise.
476         * lib/string.in.h (system_header): Likewise.
477         * lib/strings.in.h (system_header): Likewise.
478         * lib/sys_file.in.h (system_header): Likewise.
479         * lib/sys_ioctl.in.h (system_header): Likewise.
480         * lib/sys_socket.in.h (system_header): Likewise.
481         * lib/sys_times.in.h (system_header): Likewise.
482         * lib/sys_utsname.in.h (system_header): Likewise.
483         * lib/sys_wait.in.h (system_header): Likewise.
484         * lib/sysexits.in.h (system_header): Likewise.
485         * lib/unistd.in.h (system_header): Likewise.
486         * lib/wctype.in.h (system_header): Likewise.
487
488         arpa/inet: fix mingw compilation warning
489         * lib/arpa_inet.in.h (system_header): Hoist to be unconditional.
490         Reported by Matthew Bolte.
491
492 2010-03-25  Bruno Haible  <bruno@clisp.org>
493
494         Avoid collision between gnulib wrapper and libintl wrapper.
495         * lib/printf.c (printf): Don't define if a printf wrapper is already
496         defined in intl/printf.c.
497         Reported by Michel Boaventura <michel@michelboaventura.com>.
498
499 2010-03-25  Bruno Haible  <bruno@clisp.org>
500
501         Use ANSI C.
502         * lib/readutmp.h (getutent): Provide ANSI C prototype.
503
504 2010-03-25  Bruno Haible  <bruno@clisp.org>
505
506         Minor formatting changes.
507         * lib/acosl.c: Insert space before function argument list.
508         * lib/argz.c: Likewise.
509         * lib/asinl.c: Likewise.
510         * lib/expl.c: Likewise.
511         * lib/gen-uni-tables.c: Likewise.
512         * lib/gettext.h: Likewise.
513         * lib/glthread/lock.h: Likewise.
514         * lib/tanl.c: Likewise.
515         * lib/uniname/uniname.c: Likewise.
516         * tests/test-idpriv-drop.c: Likewise.
517         * tests/test-idpriv-droptemp.c: Likewise.
518         * tests/test-lock.c: Likewise.
519         * tests/test-tls.c: Likewise.
520         * lib/argp-help.c: Insert space before function-like macro argument
521         list.
522         * lib/memcmp.c: Likewise.
523         * tests/test-base64.c: Likewise.
524         * lib/localename.c: Insert space before sizeof's argument list.
525         * lib/safe-alloc.h: Likewise.
526         * lib/file-set.h: Insert space before macro argument list.
527         * tests/test-argp.c: Likewise.
528         * lib/argp-namefrob.h: Insert space before function parameter list.
529         * lib/getaddrinfo.c: Likewise.
530         * lib/netdb.in.h: Likewise.
531         * lib/parse-duration.h: Likewise.
532         * lib/parse-duration.c: Likewise.
533         * lib/poll.c: Likewise.
534         * lib/select.c: Likewise.
535         * lib/trim.h: Likewise.
536         * tests/test-usleep.c: Likewise.
537         * lib/ldexpl.c: Insert space before function parameter list and before
538         function argument list.
539         * lib/logl.c: Likewise.
540         * lib/sqrtl.c: Likewise.
541         * lib/trim.c: Likewise.
542         * lib/cosl.c: Use GNU style indentation. Insert space before function
543         argument list.
544         * lib/sinl.c: Likewise.
545         * lib/tsearch.c: Insert space after 'for'.
546         Reported by Jim Meyering.
547
548 2010-03-23  Pádraig Brady  <P@draigBrady.com>  (tiny change)
549
550         * maint.mk (sc_Wundef_boolean): Check for the presence of the
551         config header before grepping, as it's not present before
552         autoreconf/configure are run.  Reported by Simon Josefsson.
553
554 2010-03-23  Bruno Haible  <bruno@clisp.org>
555
556         pt_chown: Make it work with automake < 1.11.
557         * modules/pt_chown (Makefile.am): Define pkglibexecdir.
558         Reported by Simon Josefsson.
559
560 2010-03-23  Bruno Haible  <bruno@clisp.org>
561
562         pt_chown: Don't depend on GPLed modules.
563         * lib/pt_chown.c: Don't include idpriv.h.
564         (main): Don't drop privileges.
565         * modules/pt_chown (Depends-on): Remove idpriv-drop.
566         Reported by Simon Josefsson.
567
568 2010-03-24  Simon Josefsson  <simon@josefsson.org>
569
570         * top/maint.mk (sc_texinfo_acronym): Add rule, based on
571         suggestions from karl@freefriends.org (Karl Berry).
572
573 2010-03-22  Eric Blake  <eblake@redhat.com>
574
575         gethostname: further tweaks
576         * lib/unistd.in.h (includes): Only worry about <winsock2.h> if we
577         are overriding gethostname.
578         Suggested by Bruno Haible.
579
580 2010-03-21  Bruno Haible  <bruno@clisp.org>
581
582         Fix comments.
583         * lib/forkpty.c (rpl_forkpty): Fix comment.
584         * lib/openpty.c (rpl_openpty): Likewise.
585         Reported by Eric Blake.
586
587 2010-03-22  Eric Blake  <eblake@redhat.com>
588
589         gethostname: fix build on mingw
590         * lib/unistd.in.h (includes): Work around fact that mingw
591         <winsock2.h> re-includes <unistd.h>, by avoiding any
592         redeclarations if we are being included by <winsock2.h>.
593         Reported by Matthias Bolte.
594
595 2010-03-21  Bruno Haible  <bruno@clisp.org>
596
597         forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
598         * lib/forkpty.c (forkpty): New replacement function, from glibc with
599         modifications.
600         * lib/pty.in.h (forkpty): Update declaration. Add comments.
601         * m4/pty.m4 (gl_FORKPTY): If forkpty is not declared, arrange to
602         provide the replacement.
603         * modules/forkpty (Depends-on): Add openpty, login_tty.
604         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_FORKPTY.
605         * modules/pty (Makefile.am): Substitute HAVE_FORKPTY.
606         * doc/glibc-functions/forkpty.texi: More supported platforms.
607         * config/srclist.txt: Add forkpty.c (commented).
608
609 2010-03-21  Bruno Haible  <bruno@clisp.org>
610
611         * modules/forkpty-tests: Use the common TEMPLATE-TESTS.
612         (Makefile.am): Verify that PTY_LIB is defined.
613
614         * modules/openpty-tests: Use the common TEMPLATE-TESTS.
615
616 2010-03-21  Bruno Haible  <bruno@clisp.org>
617
618         Tests for module 'login_tty'.
619         * modules/login_tty-tests: New file.
620         * tests/test-login_tty.c: New file.
621
622         New module 'login_tty'.
623         * lib/login_tty.c: New file.
624         * m4/pty.m4 (gl_FUNC_LOGIN_TTY): New macro.
625         * modules/login_tty: New file.
626         * doc/glibc-functions/login_tty.texi: Mention the new module.
627
628 2010-03-21  Bruno Haible  <bruno@clisp.org>
629
630         login_tty: Documentation.
631         * doc/glibc-functions/login_tty.texi: New file.
632         * doc/gnulib.texi (Glibc <utmp.h>): Include it.
633
634 2010-03-21  Bruno Haible  <bruno@clisp.org>
635
636         pty: Consistent macro naming.
637         * m4/pty_h.m4 (gl_PTY_H): Renamed from gl_PTY.
638         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): Update.
639         * modules/pty (configure.ac): Update.
640
641 2010-03-21  Bruno Haible  <bruno@clisp.org>
642
643         Tests for openpty: Make stricter.
644         * tests/test-openpty.c (main): Add test of canonical processing and
645         erase.
646         * modules/openpty-tests (Makefile.am): Verify that PTY_LIB is defined.
647
648         openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
649         * lib/openpty.c (openpty): New replacement function.
650         * lib/pty.in.h: Include <termios.h>.
651         (openpty): Update declaration. Add comments.
652         * m4/pty.m4 (gl_OPENPTY): Require AC_USE_SYSTEM_EXTENSIONS. If openpty
653         is not declared, arrange to provide the replacement. Check for _getpty
654         and posix_openpt.
655         * modules/openpty (Depends-on): Add extensions, fcntl-h, ioctl.
656         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_OPENPTY.
657         * modules/pty (Makefile.am): Substitute HAVE_OPENPTY.
658         * modules/pty-tests (test_pty_c___LDADD): New variable.
659         * doc/glibc-functions/openpty.texi: More supported platforms.
660
661 2010-03-21  Bruno Haible  <bruno@clisp.org>
662
663         setenv: Tweaks.
664         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Include necessary headers in
665         the test program.
666         * doc/posix-functions/setenv.texi: Update platforms list.
667
668 2010-03-21  Bruno Haible  <bruno@clisp.org>
669
670         New module 'unlockpt'.
671         * lib/unlockpt.c: New file, from glibc with modifications.
672         * m4/unlockpt.m4: New file.
673         * modules/unlockpt: New file.
674         * lib/stdlib.in.h (unlockpt): New declaration.
675         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether unlockpt is declared.
676         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_UNLOCKPT, HAVE_UNLOCKPT.
677         * modules/stdlib (Makefile.am): Substitute GNULIB_UNLOCKPT,
678         HAVE_UNLOCKPT.
679         * doc/posix-functions/unlockpt.texi: Mention the new module.
680         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::unlockpt.
681         * config/srclist.txt: Add unlockpt.c (commented).
682
683 2010-03-21  Jim Meyering  <meyering@redhat.com>
684
685         maint.mk: prohibit inclusion of "intprops.h" without use
686         * top/maint.mk (sc_prohibit_intprops_without_use): New rule.
687
688 2010-03-21  Bruno Haible  <bruno@clisp.org>
689
690         New module 'grantpt'.
691         * lib/grantpt.c: New file, from glibc with modifications.
692         * m4/grantpt.m4: New file.
693         * modules/grantpt: New file.
694         * lib/stdlib.in.h (grantpt): New declaration.
695         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether grantpt is declared.
696         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GRANTPT, HAVE_GRANTPT.
697         * modules/stdlib (Makefile.am): Substitute GNULIB_GRANTPT,
698         HAVE_GRANTPT.
699         * doc/posix-functions/grantpt.texi: Mention the new module.
700         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::grantpt.
701         * config/srclist.txt: Add grantpt.c (commented).
702
703 2010-03-21  Bruno Haible  <bruno@clisp.org>
704
705         New module 'pt_chown'.
706         * lib/pt_chown.c: New file, from glibc with modifications.
707         * lib/pty-private.h: New file, from glibc with modifications.
708         * modules/pt_chown: New file.
709         * config/srclist.txt: Add pt_chown.c, pty-private.h (commented).
710
711 2010-03-21  Bruno Haible  <bruno@clisp.org>
712
713         Tests for module 'ptsname'.
714         * modules/ptsname-tests: New file.
715         * tests/test-ptsname.c: New file.
716
717         New module 'ptsname'.
718         * lib/ptsname.c: New file, from glibc with modifications.
719         * m4/ptsname.m4: New file.
720         * modules/ptsname: New file.
721         * lib/stdlib.in.h (ptsname): New declaration.
722         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether ptsname is declared.
723         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PTSNAME, HAVE_PTSNAME.
724         * modules/stdlib (Makefile.am): Substitute GNULIB_PTSNAME,
725         HAVE_PTSNAME.
726         * doc/posix-functions/ptsname.texi: Mention the new module.
727         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::ptsname.
728         * config/srclist.txt: Add ptsname.c (commented).
729
730 2010-03-21  Bruno Haible  <bruno@clisp.org>
731
732         Tests for module 'ttyname_r'.
733         * modules/ttyname_r-tests: New file.
734         * tests/test-ttyname_r.c: New file.
735
736         New module 'ttyname_r'.
737         * lib/ttyname_r.c: New file.
738         * m4/ttyname_r.m4: New file.
739         * modules/ttyname_r: New file.
740         * lib/unistd.in.h (ttyname_r): New declaration.
741         * m4/unistd_h.m4 (gl_UNISTD_H): Check whether ttyname_r is declared.
742         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_TTYNAME_R, HAVE_TTYNAME_R.
743         * modules/unistd (Makefile.am): Substitute GNULIB_TTYNAME_R,
744         HAVE_TTYNAME_R.
745         * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::ttyname_r.
746         * doc/posix-functions/ttyname_r.texi: Mention the new module.
747
748 2010-03-20  Bruno Haible  <bruno@clisp.org>
749
750         signal: Undefine macro definitions in C++ mode.
751         * lib/signal.in.h (sigismember, sigemptyset, sigaddset, sigdelset,
752         sigfillset): Undefine macro definitions from the system header in C++
753         mode.
754         Reported by John W. Eaton <jwe@gnu.org>.
755
756 2010-03-20  Bruno Haible  <bruno@clisp.org>
757
758         Ensure no #include statements inside extern "C" { ... }.
759         * lib/obstack.h: Shrink extern "C" { ... } region so that it does not
760         contain #include statements.
761         * lib/time.in.h: Likewise.
762
763 2010-03-20  Bruno Haible  <bruno@clisp.org>
764
765         Make _GL_WARN_ON_USE usable in C++ and C mode in the same compilation.
766         * build-aux/warn-on-use.h (_GL_WARN_EXTERN_C): New macro.
767         (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): Likewise.
768         Reported by John W. Eaton <jwe@gnu.org>.
769
770 2010-03-20  Bruno Haible  <bruno@clisp.org>
771
772         * m4/unlink.m4 (gl_FUNC_UNLINK): Fix last commit.
773         Reported by Jim Meyering.
774
775 2010-03-20  Bruno Haible  <bruno@clisp.org>
776
777         pipe: Set errno upon failure.
778         * lib/pipe.h: Specify that when -1 is returned, errno is set.
779         * lib/pipe.c (create_pipe): Set errno when returning -1. Use the right
780         errno value in error message.
781
782 2010-03-20  Bruno Haible  <bruno@clisp.org>
783             Jim Meyering  <meyering@redhat.com>
784
785         lchown: Avoid "unused variable" warning.
786         * lib/lchown.c (rpl_lchown): Move variable 'st' into #if block.
787
788 2010-03-20  Bruno Haible  <bruno@clisp.org>
789
790         Work around unlink() bug on MacOS X 10.5.6.
791         * lib/unlink.c (rpl_unlink): If UNLINK_PARENT_BUG is defined, fail when
792         attempting to unlink a parent directory.
793         * m4/unlink.m4 (gl_FUNC_UNLINK): Require AC_CANONICAL_HOST. Test for
794         MacOS X 10.5 bug. If the bug is present, define UNLINK_PARENT_BUG and
795         activate for the replacement function.
796         * doc/posix-functions/unlink.texi: Mention the MacOS X 10.5 bug.
797
798 2010-03-20  Bruno Haible  <bruno@clisp.org>
799
800         Fix link errors on Solaris 8.
801         * modules/dirent-tests (test_dirent_c___LDADD): Add LIB_NANOSLEEP.
802         * modules/wctype-tests (test_wctype_c___LDADD): Likewise.
803
804 2010-03-19  Jim Meyering  <meyering@redhat.com>
805
806         regcomp.c: make non-_LIBC implementation of build_range_exp consistent
807         The _LIBC implementation of build_range_exp correctly honors the
808         RE_NO_EMPTY_RANGES flag when checking for reversed range endpoints.
809         However, the non-_LIBC implementation would ignore that syntax-bit
810         flag and return REG_ERANGE unconditionally.
811         This change makes it honor that flag.
812         * lib/regcomp.c (build_range_exp) [!_LIBC]: Add a parameter: "syntax".
813         Make two pointer parameters "const".
814         Use "syntax" bits in order to honor RE_NO_EMPTY_RANGES.
815         (parse_bracket_exp): Update caller.
816
817         regex.m4: correct the reversed range endpoint ([b-a]) test
818         * m4/regex.m4: When requiring that [b-a] evoke failure,
819         use RE_NO_EMPTY_RANGES.  This makes this entire configure-time
820         test pass once again for x86-based systems.
821
822 2010-03-19  Bruno Haible  <bruno@clisp.org>
823
824         scandir: Fix link error on Solaris 8.
825         * lib/scandir.c (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New fallback
826         macros.
827
828 2010-03-19  Bruno Haible  <bruno@clisp.org>
829
830         getusershell: Fix documentation.
831         * doc/glibc-functions/endusershell.texi: Refer to the getusershell
832         module.
833         * doc/glibc-functions/setusershell.texi: Likewise.
834
835         getusershell: Provide declaration, missing on Solaris 9.
836         * lib/unistd.in.h (getusershell, setusershell, endusershell): Declare
837         also if HAVE_GETUSERSHELL && !HAVE_DECL_GETUSERSHELL.
838         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): When the function exists,
839         check whether it is declared. Set HAVE_DECL_GETUSERSHELL.
840         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
841         HAVE_DECL_GETUSERSHELL, not HAVE_GETUSERSHELL.
842         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETUSERSHELL, not
843         HAVE_GETUSERSHELL.
844         * doc/glibc-functions/getusershell.texi: Mention the Solaris problem.
845
846 2010-03-19  Bruno Haible  <bruno@clisp.org>
847
848         wctype: Provide iswblank function.
849         * lib/wctype.in.h (iswblank): Provide a replacement also when iswcntrl
850         exists and is fine.
851         * m4/wctype_h.m4 (gl_WCTYPE_H): Also check whether iswcntrl exists.
852         * modules/wctype (Makefile.am): Substitute HAVE_ISWBLANK.
853         * tests/test-wctype.c (main): Re-enable the iswblank tests.
854         * doc/posix-functions/iswblank.texi: Update.
855
856 2010-03-19  Bruno Haible  <bruno@clisp.org>
857
858         Tests of module 'pty' in C++ mode.
859         * modules/pty-tests: New file.
860         * tests/test-pty-c++.cc: New file.
861         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
862
863 2010-03-19  Eric Blake  <eblake@redhat.com>
864
865         logb: fix documentation
866         * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin
867         1.5 declaration bug.
868
869         forkpty, openpty: prefer glibc's const-safe prototype
870         * lib/forkpty.c (rpl_forkpty): New file.
871         * lib/openpty.c (rpl_openpty): Likewise.
872         * modules/forkpty (Files): Distribute it.
873         * modules/openpty (Files): Likewise.
874         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.  Move decl
875         check...
876         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here.  Request
877         replacement for for non-const BSD signature.
878         * modules/pty (Makefile.am): Substitute witnesses.
879         * lib/pty.in.h (forkpty, openpty): Declare replacements.
880         * tests/test-forkpty.c: Update signature check.
881         * tests/test-openpty.c: Likewise.
882         * doc/glibc-functions/forkpty.texi (forkpty): Document the fix.
883         * doc/glibc-functions/openpty.texi (openpty): Likewise.
884
885         forkpty, openpty: split functions into new modules
886         * modules/pty (Makefile.am): Substitute new witnesses.
887         (Libraries): Move library detection...
888         * modules/forkpty: ...into new module.
889         * modules/openpty: Another new module.
890         * modules/pty-tests: Rename and split...
891         * modules/forkpty-tests: ...to this...
892         * modules/openpty-tests: ...and this.
893         * tests/test-pty.c: Rename and split...
894         * tests/test-forkpty.c: ...to this...
895         * tests/test-openpty.c: ...and this.
896         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.
897         (gl_PTY): Split library searching...
898         * m4/pty.m4 (gl_PTY_LIB): ...into new file.
899         (gl_FORKPTY, gl_OPENPTY): New macros.
900         * lib/pty.in.h (forkpty, openpty): Honor new witnesses.
901         * NEWS: Mention the split.
902         * MODULES.html.sh (Misc): Document the modules.
903         * doc/glibc-functions/forkpty.texi (forkpty): Likewise.
904         * doc/glibc-functions/openpty.texi (openpty): Likewise.
905
906         pty: improve replacement header
907         * lib/pty.in.h: New file.
908         * modules/pty (Files): Ship it.
909         (Makefile.am): Always build replacement.
910         * m4/pty.m4: Rename...
911         * m4/pty_h.m4: ...to this.
912         (gl_PTY): Modernize setting of witness macros; update check of
913         forkpty to take proper advantage of cache.
914         (gl_PTY_MODULE_INDICATOR, gl_PTY_H_DEFAULTS): New macros.
915
916         getopt: avoid compiler warning
917         * lib/getopt.c (attribute_hidden): Remove unused macro.
918
919 2010-03-18  Bruno Haible  <bruno@clisp.org>
920
921         Fix link errors on Solaris 8.
922         * modules/iconv-h-tests (test_iconv_h_c___LDADD): Add LIB_NANOSLEEP.
923         * modules/search-tests (test_search_c___LDADD): Likewise.
924         * modules/signal-tests (test_signal_c___LDADD): Likewise.
925         * modules/spawn-tests (test_spawn_c___LDADD): Likewise.
926         * modules/stdio-tests (test_stdio_c___LDADD): Likewise.
927         * modules/sys_select-tests (test_sys_select_c___LDADD): Likewise.
928         * modules/sys_socket-tests (test_sys_socket_c___LDADD): Likewise.
929         * modules/sys_time-tests (test_sys_time_c___LDADD): Likewise.
930         * modules/wchar-tests (test_wchar_c___LDADD): Likewise.
931
932 2010-03-18  Bruno Haible  <bruno@clisp.org>
933
934         Fix bug introduced on 2010-03-14.
935         * m4/spawn_h.m4 (gl_HAVE_POSIX_SPAWN): New macro.
936         (gl_SPAWN_H): Require it.
937         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Likewise.
938         Reported by Simon Josefsson.
939
940 2010-03-18  Bruno Haible  <bruno@clisp.org>
941
942         Fix typo introduced on 2009-12-31.
943         * m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
944         posix_spawn_file_actions_adddup2.
945
946 2010-03-17  Bert Wesarg  <bert.wesarg@googlemail.com>  (tiny change)
947         and Eric Blake  <eblake@redhat.com>
948
949         test-vc-list-files-git: make more robust
950         * tests/test-vc-list-files-git.sh: Unset problematic environment
951         variables.  Chain commands together.
952
953 2010-03-17  Ludovic Courtès <ludo@gnu.org>  (tiny change)
954
955         * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before the second
956         `AC_CHECK_DECL' invocation.
957
958 2010-03-15  Sergey Poznyakoff  <gray@gnu.org.ua>
959
960         * lib/inttostr.c (inttostr): Make sure the invocation of verify
961         appears before executable statements. Suggested by Petr Sumbera
962         <Petr.Sumbera@Sun.COM>.
963
964 2010-03-14  Bruno Haible  <bruno@clisp.org>
965
966         * tests/test-flock.c (test_exclusive): Comment out a test that causes
967         portability problems. Instead use a simpler test.
968         (main): Check that invalid arguments are rejected only on Linux.
969
970 2010-03-14  Bruno Haible  <bruno@clisp.org>
971
972         Fix bug introduced on 2009-12-31.
973         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
974         gl_PREREQ_SYS_H_WINSOCK2 always.
975         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise. Remove
976         SYS_SOCKET_H variable.
977         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Remove test for flock.
978         Update comments.
979         * m4/ctype.m4 (gl_CTYPE_H): Update comments.
980         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
981         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
982         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
983         * m4/sys_wait_h.m4 (gl_SYS_WAIT_H): Likewise.
984
985 2010-03-14  Bruno Haible  <bruno@clisp.org>
986
987         Fix values returned by sinl, cosl.
988         * lib/trigl.h: Add specification comments.
989         * lib/sincosl.c (kernel_sinl, kernel_cosl): Fix comments and formula
990         that combines the values from the precomputed table with the values of
991         the Chebyshev polynomials.
992
993 2010-03-14  Bruno Haible  <bruno@clisp.org>
994
995         Fix compilation error when modules 'posix_spawn[p]' are not used.
996         * m4/spawn_h.m4 (gl_SPAWN_H): Set HAVE_POSIX_SPAWN here.
997         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): ... not here.
998
999 2010-03-14  Bruno Haible  <bruno@clisp.org>
1000
1001         Fix compilation error on mingw when module 'time_r' is not used.
1002         * lib/time.in.h (localtime_r, gmtime_r): Declare only if GNULIB_TIME_R
1003         is 1.
1004         * tests/test-time-c++.cc (localtime_r, gmtime_r): Likewise.
1005         * modules/time_r (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1006         * modules/time (Makefile.am): Substitute GNULIB_TIME_R.
1007         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_TIME_R.
1008
1009 2010-03-14  Bruno Haible  <bruno@clisp.org>
1010
1011         Fix compilation error with Sun C.
1012         * lib/strtol.c: Use LLONG_MIN instead of GCC specific LONG_LONG_MIN.
1013         Use LLONG_MAX instead of GCC specific LONG_LONG_MAX. Use ULLONG_MAX
1014         instead of GCC specific ULONG_LONG_MAX.
1015         * lib/xstrtoll.c: Likewise.
1016         * lib/xstrtoull.c: Likewise.
1017
1018 2010-03-13  Bruno Haible  <bruno@clisp.org>
1019
1020         Allow the user to disable C++ code and tests.
1021         * m4/ansi-c++.m4 (gl_CXX_CHOICE): New macro.
1022         (gl_PROG_ANSI_CXX): Require it.
1023
1024 2010-03-13  Bruno Haible  <bruno@clisp.org>
1025
1026         * DEPENDENCIES (libtool): Mention libtool 2.2.x requirement in special
1027         cases.
1028
1029 2010-03-13  Bruno Haible  <bruno@clisp.org>
1030
1031         Test that gnulib does not break the standard C++ headers.
1032         * tests/test-locale-c++2.cc: New file.
1033         * modules/locale-tests (Files): Add it.
1034         (Makefile.am): Compile it for test-locale-c++.
1035         * tests/test-math-c++2.cc: New file.
1036         * modules/math-tests (Files): Add it.
1037         (Makefile.am): Compile it for test-math-c++.
1038         * tests/test-signal-c++2.cc: New file.
1039         * modules/signal-tests (Files): Add it.
1040         (Makefile.am): Compile it for test-signal-c++.
1041         * tests/test-stdio-c++2.cc: New file.
1042         * modules/stdio-tests (Files): Add it.
1043         (Makefile.am): Compile it for test-stdio-c++.
1044         * tests/test-stdlib-c++2.cc: New file.
1045         * modules/stdlib-tests (Files): Add it.
1046         (Makefile.am): Compile it for test-stdlib-c++.
1047         * tests/test-string-c++2.cc: New file.
1048         * modules/string-tests (Files): Add it.
1049         (Makefile.am): Compile it for test-string-c++.
1050         * tests/test-time-c++2.cc: New file.
1051         * modules/time-tests (Files): Add it.
1052         (Makefile.am): Compile it for test-time-c++.
1053         Reported by John W. Eaton <jwe@gnu.org>.
1054
1055 2010-03-13  Bruno Haible  <bruno@clisp.org>
1056
1057         * gnulib-tool (func_usage): Clarify which options are available for
1058         --create-testdir and --create-megatestdir.
1059
1060 2010-03-13  Bruno Haible  <bruno@clisp.org>
1061
1062         Fix compilation error with glibc >= 2.10 and g++ >= 4.4.
1063         * build-aux/warn-on-use.h (_GL_WARN_ON_USE_CXX): New macro.
1064         * build-aux/c++defs.h (_GL_CXXALIASWARN1): New macro.
1065         * lib/string.in.h (memchr, memrchr, rawmemchr, strchrnul, strpbrk,
1066         strstr, strcasestr): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN
1067         when appropriate.
1068         Reported by Jim Meyering.
1069
1070 2010-03-12  Simon Josefsson  <simon@josefsson.org>
1071
1072         * gnulib-tool (func_import): Explain origin of code.
1073
1074 2010-03-12  Bruno Haible  <bruno@clisp.org>
1075
1076         Fix problem with automake's definition of CXXLINK.
1077         * gnulib-tool (func_create_testdir): After LT_INIT, also use LT_LANG.
1078         Reported by Simon Josefsson and Ludovic Courtès.
1079
1080 2010-03-12  Bruno Haible  <bruno@clisp.org>
1081
1082         * doc/gnulib-intro.texi (Steady Development): Mention Ian Beckwith's
1083         stable releases.
1084
1085 2010-03-11  Bruno Haible  <bruno@clisp.org>
1086
1087         Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.
1088         * build-aux/c++defs.h (_GL_CXXALIAS_SYS_CAST2): Make it work regardless
1089         whether the system provides one variant or multiple variants of the
1090         function.
1091         * lib/string.in.h (memchr, strpbrk): Use _GL_CXXALIAS_SYS_CAST2 for all
1092         C++ compilers.
1093         (memrchr, rawmemchr, strchrnul, strstr, strcasestr): Use
1094         _GL_CXXALIAS_SYS_CAST2 instead of _GL_CXXALIAS_SYS.
1095         Reported by Jim Meyering.
1096
1097 2010-03-09  Simon Josefsson  <simon@josefsson.org>
1098
1099         * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
1100
1101 2010-03-08  Bruno Haible  <bruno@clisp.org>
1102
1103         gnulib-tool: Add support for --libtool in --create-testdir.
1104         * gnulib-tool (LIBTOOLPATH, LIBTOOLIZE): New variables.
1105         (func_create_testdir): Emit LT_INIT invocations. Invoke LIBTOOLIZE.
1106
1107 2010-03-08  Eric Blake  <eblake@redhat.com>
1108
1109         gnulib-tool.texi: mention possibility of git submodule
1110         * doc/gnulib-tool.texi (VCS Issues): Add details about using git
1111         submodules.
1112         * doc/.gitignore: Ignore another generated file.
1113
1114 2010-03-08  Karl Berry  <karl@gnu.org>
1115
1116         * doc/gnulib-tool.texi (VCS Issues): Mention third option
1117         of committing gnulib files while skipping others.
1118
1119 2010-03-07  Bruno Haible  <bruno@clisp.org>
1120
1121         Tests of module 'wctype' in C++ mode.
1122         * tests/test-wctype-c++.cc: New file.
1123         * modules/wctype-tests (Files): Add it and tests/signature.h.
1124         (Depends-on): Add ansi-c++-opt.
1125         (Makefile.am): Arrange to compile and run test-wctype-c++.
1126
1127         Tests of module 'wchar' in C++ mode.
1128         * tests/test-wchar-c++.cc: New file.
1129         * modules/wchar-tests (Files): Add it and tests/signature.h.
1130         (Depends-on): Add ansi-c++-opt.
1131         (Makefile.am): Arrange to compile and run test-wchar-c++.
1132         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Invoke
1133         gl_MODULE_INDICATOR.
1134
1135         Tests of module 'unistd' in C++ mode.
1136         * tests/test-unistd-c++.cc: New file.
1137         * modules/unistd-tests (Files): Add it and tests/signature.h.
1138         (Depends-on): Add ansi-c++-opt.
1139         (Makefile.am): Arrange to compile and run test-unistd-c++.
1140         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Invoke
1141         gl_MODULE_INDICATOR.
1142
1143         Tests of module 'time' in C++ mode.
1144         * tests/test-time-c++.cc: New file.
1145         * modules/time-tests (Files): Add it and tests/signature.h.
1146         (Depends-on): Add ansi-c++-opt.
1147         (Makefile.am): Arrange to compile and run test-time-c++.
1148         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1149
1150         Tests of module 'sys_time' in C++ mode.
1151         * tests/test-sys_time-c++.cc: New file.
1152         * modules/sys_time-tests (Files): Add it and tests/signature.h.
1153         (Depends-on): Add ansi-c++-opt.
1154         (Makefile.am): Arrange to compile and run test-sys_time-c++.
1155         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
1156         gl_MODULE_INDICATOR.
1157
1158         Tests of module 'sys_stat' in C++ mode.
1159         * tests/test-sys_stat-c++.cc: New file.
1160         * modules/sys_stat-tests (Files): Add it and tests/signature.h.
1161         (Depends-on): Add ansi-c++-opt.
1162         (Makefile.am): Arrange to compile and run test-sys_stat-c++.
1163         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
1164         gl_MODULE_INDICATOR.
1165
1166         Tests of module 'sys_socket' in C++ mode.
1167         * tests/test-sys_socket-c++.cc: New file.
1168         * modules/sys_socket-tests (Files): Add it and tests/signature.h.
1169         (Depends-on): Add ansi-c++-opt.
1170         (Makefile.am): Arrange to compile and run test-sys_socket-c++.
1171         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
1172         gl_MODULE_INDICATOR.
1173
1174         Tests of module 'sys_select' in C++ mode.
1175         * tests/test-sys_select-c++.cc: New file.
1176         * modules/sys_select-tests (Files): Add it and tests/signature.h.
1177         (Depends-on): Add ansi-c++-opt.
1178         (Makefile.am): Arrange to compile and run test-sys_select-c++.
1179         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
1180         gl_MODULE_INDICATOR.
1181
1182         Tests of module 'sys_ioctl' in C++ mode.
1183         * tests/test-sys_ioctl-c++.cc: New file.
1184         * modules/sys_ioctl-tests (Files): Add it and tests/signature.h.
1185         (Depends-on): Add ansi-c++-opt.
1186         (Makefile.am): Arrange to compile and run test-sys_ioctl-c++.
1187         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Invoke
1188         gl_MODULE_INDICATOR.
1189
1190         Tests of module 'string' in C++ mode.
1191         * tests/test-string-c++.cc: New file.
1192         * modules/string-tests (Files): Add it and tests/signature.h.
1193         (Depends-on): Add ansi-c++-opt.
1194         (Makefile.am): Arrange to compile and run test-string-c++.
1195         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Invoke
1196         gl_MODULE_INDICATOR.
1197
1198         Tests of module 'stdlib' in C++ mode.
1199         * tests/test-stdlib-c++.cc: New file.
1200         * modules/stdlib-tests (Files): Add it and tests/signature.h.
1201         (Depends-on): Add ansi-c++-opt.
1202         (Makefile.am): Arrange to compile and run test-stdlib-c++.
1203         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Invoke
1204         gl_MODULE_INDICATOR.
1205
1206         Tests of module 'stdio' in C++ mode.
1207         * tests/test-stdio-c++.cc: New file.
1208         * modules/stdio-tests (Files): Add it and tests/signature.h.
1209         (Depends-on): Add ansi-c++-opt.
1210         (Makefile.am): Arrange to compile and run test-stdio-c++.
1211         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Invoke
1212         gl_MODULE_INDICATOR.
1213
1214         Tests of module 'spawn' in C++ mode.
1215         * tests/test-spawn-c++.cc: New file.
1216         * modules/spawn-tests (Files): Add it and tests/signature.h.
1217         (Depends-on): Add ansi-c++-opt.
1218         (Makefile.am): Arrange to compile and run test-spawn-c++.
1219         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Invoke
1220         gl_MODULE_INDICATOR.
1221
1222         Tests of module 'signal' in C++ mode.
1223         * tests/test-signal-c++.cc: New file.
1224         * modules/signal-tests (Files): Add it and tests/signature.h.
1225         (Depends-on): Add ansi-c++-opt.
1226         (Makefile.am): Arrange to compile and run test-signal-c++.
1227         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Invoke
1228         gl_MODULE_INDICATOR.
1229
1230         Tests of module 'search' in C++ mode.
1231         * tests/test-search-c++.cc: New file.
1232         * modules/search-tests (Files): Add it and tests/signature.h.
1233         (Depends-on): Add ansi-c++-opt.
1234         (Makefile.am): Arrange to compile and run test-search-c++.
1235         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Invoke
1236         gl_MODULE_INDICATOR.
1237
1238         Tests of module 'math' in C++ mode.
1239         * tests/test-math-c++.cc: New file.
1240         * modules/math-tests (Files): Add it and tests/signature.h.
1241         (Depends-on): Add ansi-c++-opt.
1242         (Makefile.am): Arrange to compile and run test-math-c++.
1243         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1244
1245         Tests of module 'locale' in C++ mode.
1246         * tests/test-locale-c++.cc: New file.
1247         * modules/locale-tests (Files): Add it and tests/signature.h.
1248         (Depends-on): Add ansi-c++-opt.
1249         (Makefile.am): Arrange to compile and run test-locale-c++.
1250         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Invoke
1251         gl_MODULE_INDICATOR.
1252
1253         Tests of module 'langinfo' in C++ mode.
1254         * tests/test-langinfo-c++.cc: New file.
1255         * modules/langinfo-tests (Files): Add it and tests/signature.h.
1256         (Depends-on): Add ansi-c++-opt.
1257         (Makefile.am): Arrange to compile and run test-langinfo-c++.
1258         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Invoke
1259         gl_MODULE_INDICATOR.
1260
1261         Tests of module 'iconv-h' in C++ mode.
1262         * tests/test-iconv-h-c++.cc: New file.
1263         * modules/iconv-h-tests (Files): Add it and tests/signature.h.
1264         (Depends-on): Add ansi-c++-opt.
1265         (Makefile.am): Arrange to compile and run test-iconv-h-c++.
1266
1267         Tests of module 'glob' in C++ mode.
1268         * tests/test-glob-c++.cc: New file.
1269         * modules/glob-tests (Files): Add it.
1270         (Depends-on): Add ansi-c++-opt.
1271         (Makefile.am): Arrange to compile and run test-glob-c++.
1272
1273         Tests of module 'fcntl-h' in C++ mode.
1274         * tests/test-fcntl-h-c++.cc: New file.
1275         * modules/fcntl-h-tests (Files): Add it and tests/signature.h.
1276         (Depends-on): Add ansi-c++-opt.
1277         (Makefile.am): Arrange to compile and run test-fcntl-h-c++.
1278         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Invoke
1279         gl_MODULE_INDICATOR.
1280
1281         Tests of module 'dirent' in C++ mode.
1282         * tests/test-dirent-c++.cc: New file.
1283         * modules/dirent-tests (Files): Add it and tests/signature.h.
1284         (Depends-on): Add ansi-c++-opt.
1285         (Makefile.am): Arrange to compile and run test-dirent-c++.
1286         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
1287         gl_MODULE_INDICATOR.
1288
1289         New module 'ansi-c++-opt'.
1290         * modules/ansi-c++-opt: New file.
1291         * m4/ansi-c++.m4: New file, from GNU gettext with modifications.
1292
1293         Document C++ namespace mode.
1294         * doc/gnulib.texi (A C++ namespace for gnulib): New section.
1295
1296         wctype: Avoid #define replacements in C++ mode.
1297         * lib/wctype.in.h: Include c++defs.h, warn-on-use.h.
1298         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower,
1299         iswprint, iswpunct, iswspace, iswupper, iswxdigit, towlower, towupper):
1300         In C++, define a namespaced alias symbol.
1301         * m4/wctype_h.m4 (gl_WCTYPE_H): Don't set WCTYPE_H.
1302         * modules/wctype (Depends-on): Add c++defs, warn-on-use.
1303         (Makefile.am): Provide a wctype.h replacement always. Update wctype.h
1304         rule.
1305
1306         wchar: Avoid #define replacements in C++ mode.
1307         * lib/wchar.in.h: Include c++defs.h.
1308         (btowc, wctob, mbsinit, mbrtowc, mbrlen, mbsrtowcs, mbsnrtowcs,
1309         wcrtomb, wcsrtombs, wcsnrtombs): In C++, define a namespaced alias
1310         symbol.
1311         (wcwidth): Likewise. Fix prototype to be POSIX compliant.
1312         * modules/wchar (Depends-on): Add c++defs.
1313         (Makefile.am): Update wchar.h rule.
1314
1315         unistd: Avoid #define replacements in C++ mode.
1316         * lib/unistd.in.h: Include c++defs.h.
1317         (chown, close, dup, dup2, dup3, euidaccess, faccessat, fchdir,
1318         fchownat, fsync, ftruncate, getcwd, getdomainname, getdtablesize,
1319         getgroups, gethostname, getlogin, getlogin_r, getpagesize,
1320         getusershell, setusershell, endusershell, lchown, link, linkat, lseek,
1321         pipe2, pread, readlink, readlinkat, rmdir, sleep, symlink, symlinkat,
1322         unlink, unlinkat, usleep, write): In C++, define a namespaced alias
1323         symbol.
1324         (environ): Update.
1325         * modules/unistd (Depends-on): Add c++defs.
1326         (Makefile.am): Update unistd.h rule.
1327
1328         time: Avoid #define replacements in C++ mode.
1329         * lib/time.in.h: Include c++defs.h, warn-on-use.h.
1330         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): In C++,
1331         define a namespaced alias symbol.
1332         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): New macro.
1333         (gl_HEADER_TIME_H_DEFAULTS): Initialize also GNULIB_MKTIME,
1334         GNULIB_NANOSLEEP, GNULIB_STRPTIME, GNULIB_TIMEGM.
1335         * modules/time (Depends-on): Add c++defs, warn-on-use.
1336         (Makefile.am): Update time.h rule.
1337         * modules/mktime (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1338         * modules/nanosleep (configure.ac): Likewise.
1339         * modules/strptime (configure.ac): Likewise.
1340         * modules/timegm (configure.ac): Likewise.
1341
1342         sys_time: Avoid #define replacements in C++ mode.
1343         * lib/sys_time.in.h: Include c++defs.h.
1344         (gettimeofday): In C++, define a namespaced alias symbol.
1345         * modules/sys_time (Depends-on): Add c++defs.
1346         (Makefile.am): Update sys/time.h rule.
1347
1348         sys_stat: Avoid #define replacements in C++ mode.
1349         * lib/sys_stat.in.h: Include c++defs.h.
1350         (fchmodat, fstat, fstatat, futimens, lchmod, lstat, mkdir, mkdirat,
1351         mkfifo, mkfifoat, mknod, mknodat, utimensat): In C++, define a
1352         namespaced alias symbol.
1353         In C++, define a namespaced alias symbol.
1354         * modules/sys_stat (Depends-on): Add c++defs.
1355         (Makefile.am): Update sys/stat.h rule.
1356
1357         sys_socket: Avoid #define replacements in C++ mode.
1358         * lib/sys_socket.in.h: Handle the case of recursive include on Cygwin.
1359         Include c++defs.h. Include warn-on-use.h earlier. Enable the function
1360         definitions also when the system has a <sys/socket.h>.
1361         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
1362         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, accept4):
1363         In C++, define a namespaced alias symbol.
1364         * modules/sys_socket (Depends-on): Add c++defs.
1365         (Makefile.am): Update sys/socket.h rule.
1366
1367         sys_select: Avoid #define replacements in C++ mode.
1368         * lib/sys_select.in.h: Include c++defs.h. Enable the function
1369         definitions also when the system has a <sys/select.h>.
1370         (select): In C++, define a namespaced alias symbol.
1371         * modules/sys_select (Depends-on): Add c++defs.
1372         (Makefile.am): Update sys/select.h rule.
1373
1374         sys_ioctl: Avoid #define replacements in C++ mode.
1375         * lib/sys_ioctl.in.h: Include c++defs.h.
1376         (ioctl): In C++, define a namespaced alias symbol.
1377         * modules/sys_ioctl (Depends-on): Add c++defs.
1378         (Makefile.am): Update sys/ioctl.h rule.
1379
1380         string: Avoid #define replacements in C++ mode.
1381         * lib/string.in.h: Include c++defs.h.
1382         (stpncpy): Define to rpl_stpncpy, not gnu_stpncpy.
1383         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
1384         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
1385         strcasestr, strtok_r, mbslen, mbschr, mbsrchr, mbspbrk, strerror,
1386         strsignal, strverscmp): In C++, define a namespaced alias symbol.
1387         * modules/string (Depends-on): Add c++defs.
1388         (Makefile.am): Update string.h rule.
1389
1390         stdlib: Avoid #define replacements in C++ mode.
1391         * lib/stdlib.in.h: Include c++defs.h.
1392         (atoll, calloc, canonicalize_file_name, getloadavg, getsubopt, malloc,
1393         mkdtemp, mkostemp, mkostemps, mkstemp, mkstemps, putenv, random_r,
1394         srandom_r, initstate_r, setstate_r, realloc, realpath, rpmatch, setenv,
1395         strtod, strtoll, strtoull, unsetenv): In C++, define a namespaced alias
1396         symbol.
1397         * modules/stdlib (Depends-on): Add c++defs.
1398         (Makefile.am): Update stdlib.h rule.
1399
1400         stdio: Avoid #define replacements in C++ mode.
1401         * lib/stdio.in.h: Include c++defs.h.
1402         (dprintf, fclose, fflush, fopen, fprintf, fpurge, fputc, fputs,
1403         freopen, fseek, fseeko, ftell, ftello, fwrite, getdelim, getline,
1404         obstack_printf, obstack_vprintf, perror, popen, printf, fputc, putchar,
1405         puts, remove, rename, renameat, snprintf, sprintf, asprintf, vasprintf,
1406         vdprintf, vfprintf, vprintf, vsnprintf, vsprintf): In C++, define a
1407         namespaced alias symbol.
1408         * modules/stdio (Depends-on): Add c++defs.
1409         (Makefile.am): Update stdio.h rule.
1410
1411         spawn: Avoid #define replacements in C++ mode.
1412         * lib/spawn.in.h: Include c++defs.h.
1413         (posix_spawn, posix_spawnp, posix_spawnattr_init,
1414         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
1415         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
1416         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
1417         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
1418         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
1419         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
1420         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
1421         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
1422         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
1423         In C++, define a namespaced alias symbol.
1424         * modules/spawn (Depends-on): Add c++defs.
1425         (Makefile.am): Update spawn.h rule.
1426
1427         signal: Avoid #define replacements in C++ mode.
1428         * lib/signal.in.h: Include c++defs.h.
1429         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
1430         sigpending, sigprocmask, signal, raise, sigaction): In C++, define a
1431         namespaced alias symbol.
1432         * modules/signal (Depends-on): Add c++defs.
1433         (Makefile.am): Update signal.h rule.
1434
1435         search: Avoid #define replacements in C++ mode.
1436         * lib/search.in.h: Include c++defs.h.
1437         (_gl_search_compar_fn, _gl_search_action_fn): New types.
1438         (tsearch, tfind, tdelete, twalk): In C++, define a namespaced alias
1439         symbol.
1440         * modules/search (Depends-on): Add c++defs.
1441         (Makefile.am): Update search.h rule.
1442
1443         math: Avoid #define replacements in C++ mode.
1444         * lib/math.in.h: Include c++defs.h.
1445         (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl,
1446         frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf,
1447         trunc, truncl): In C++, define a namespaced alias symbol.
1448         * modules/math (Depends-on): Add c++defs.
1449         (Makefile.am): Update math.h rule.
1450
1451         locale: Avoid #define replacements in C++ mode.
1452         * lib/locale.in.h: Include c++defs.h.
1453         (duplocale): In C++, define a namespaced alias symbol.
1454         * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize HAVE_DUPLOCALE.
1455         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Set HAVE_DUPLOCALE.
1456         * modules/locale (Depends-on): Add c++defs.
1457         (Makefile.am): Update locale.h rule. Substitute HAVE_DUPLOCALE.
1458
1459         langinfo: Avoid #define replacements in C++ mode.
1460         * lib/langinfo.in.h: Include c++defs.h.
1461         (nl_langinfo): In C++, define a namespaced alias symbol.
1462         * modules/langinfo (Depends-on): Add c++defs.
1463         (Makefile.am): Update langinfo.h rule.
1464
1465         iconv-h: Avoid #define replacements in C++ mode.
1466         * lib/iconv.in.h: Include c++defs.h, warn-on-use.h.
1467         (iconv_open, iconv, iconv_close): In C++, define a namespaced alias
1468         symbol.
1469         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
1470         whenever iconv is present.
1471         * modules/iconv-h (Depends-on): Add c++defs, warn-on-use.
1472         (Makefile.am): Update iconv.h rule.
1473
1474         glob: Avoid #define replacements in C++ mode.
1475         * lib/glob.in.h: Include c++defs.h, warn-on-use.h.
1476         (_gl_glob_errfunc_fn): New type.
1477         (glob, globfree, glob_pattern_p): In C++, define a namespaced alias
1478         symbol.
1479         * modules/glob (Depends-on): Add c++defs, warn-on-use.
1480         (Makefile.am): Update glob.h rule.
1481
1482         fcntl-h: Avoid #define replacements in C++ mode.
1483         * lib/fcntl.in.h: Include c++defs.h.
1484         (fcntl, open, openat): In C++, define a namespaced alias symbol.
1485         * modules/fcntl-h (Depends-on): Add c++defs.
1486         (Makefile.am): Update fcntl.h rule.
1487
1488         dirent: Avoid #define replacements in C++ mode.
1489         * lib/dirent.in.h: Include c++defs.h.
1490         (closedir, fdopendir, opendir, scandir, alphasort): In C++, define a
1491         namespaced alias symbol.
1492         (dirfd): Update declaration.
1493         * modules/dirent (Depends-on): Add c++defs.
1494         (Makefile.am): Update dirent.h rule.
1495
1496         ctype: Make it usable in C++ code.
1497         * lib/ctype.in.h: Include c++defs.h.
1498         (isblank): Declare as extern "C".
1499         * modules/ctype (Depends-on): Add c++defs.
1500         (Makefile.am): Update ctype.h rule.
1501
1502         New module 'c++defs'.
1503         * modules/c++defs: New file.
1504         * build-aux/c++defs.h: New file.
1505         Reported by John W. Eaton <jwe@gnu.org>.
1506
1507 2010-03-07  Bruno Haible  <bruno@clisp.org>
1508
1509         logb: Provide missing declaration for Cygwin.
1510         * lib/math.in.h (logb): New declaration.
1511         * m4/logb.m4: New file.
1512         * modules/logb (Files): Add m4/logb.m4.
1513         (Depends-on): Add math.
1514         (configure.ac): Invoke gl_FUNC_LOGB, gl_MATH_MODULE_INDICATOR.
1515         * m4/math_h.m4 (gl_MATH_H): Check also for logb declaration.
1516         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGB, HAVE_DECL_LOGB.
1517         * modules/math (Makefile.am): Substitute GNULIB_LOGB, HAVE_DECL_LOGB.
1518         * doc/posix-functions/logb.texi: Mention the Cygwin bug.
1519
1520 2010-03-07  Bruno Haible  <bruno@clisp.org>
1521
1522         Fix test-cond link error.
1523         * tests/test-cond.c: Include <stdio.h>.
1524
1525 2010-03-07  Bruno Haible  <bruno@clisp.org>
1526
1527         Fix test-dirent-safer link error.
1528         * modules/dirent-safer-tests (Makefile.am): Define
1529         test_dirent_safer_LDADD.
1530
1531 2010-03-07  Bruno Haible  <bruno@clisp.org>
1532
1533         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
1534         among default module list.
1535
1536 2010-03-07  Bruno Haible  <bruno@clisp.org>
1537
1538         Fix link error on platforms with GNU libiconv.
1539         * modules/unistr/u8-strcoll-tests (Makefile): Define
1540         test_u8_strcoll_LDADD.
1541         * modules/unistr/u16-strcoll-tests (Makefile): Define
1542         test_u16_strcoll_LDADD.
1543         * modules/unistr/u32-strcoll-tests (Makefile): Define
1544         test_u32_strcoll_LDADD.
1545
1546 2010-03-07  Bruno Haible  <bruno@clisp.org>
1547
1548         Use POSIX declarations for socket functions.
1549         * lib/sys_socket.in.h (rpl_connect, rpl_accept, rpl_bind,
1550         rpl_getpeername, rpl_getsockname, rpl_recv, rpl_send, rpl_recvfrom,
1551         rpl_sendto): Change declaration to match POSIX.
1552         * lib/connect.c (rpl_connect): Likewise.
1553         * lib/accept.c (rpl_accept): Likewise.
1554         * lib/bind.c (rpl_bind): Likewise.
1555         * lib/getpeername.c (rpl_getpeername): Likewise.
1556         * lib/getsockname.c (rpl_getsockname): Likewise.
1557         * lib/recv.c (rpl_recv): Likewise.
1558         * lib/send.c (rpl_send): Likewise.
1559         * lib/recvfrom.c (rpl_recvfrom): Likewise.
1560         * lib/sendto.c (rpl_sendto): Likewise.
1561
1562 2010-03-06  Bruno Haible  <bruno@clisp.org>
1563
1564         Clarify access, euidaccess, faccessat.
1565         * doc/posix-functions/faccessat.texi: Mention security problem under
1566         "Other problems", not "Portability problems".
1567         * doc/posix-functions/access.texi: Likewise. Mention a related security
1568         problem.
1569         * doc/glibc-functions/euidaccess.texi: Mention security problems.
1570         * lib/euidaccess.c: Add comments about platforms.
1571         * lib/unistd.in.h (access, euidaccess): Add warnings.
1572
1573 2010-03-07  Bruno Haible  <bruno@clisp.org>
1574
1575         Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
1576         * lib/spawn.in.h (POSIX_SPAWN_SETSCHEDPARAM): Define fallback.
1577         (POSIX_SPAWN_SETSCHEDULER): Likewise.
1578         (POSIX_SPAWN_USEVFORK): Define in a way that works when
1579         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
1580         (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy): Also
1581         declare when POSIX_SPAWN_SETSCHEDULER is zero.
1582         (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam): Also
1583         declare when POSIX_SPAWN_SETSCHEDPARAM is zero.
1584         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test whether
1585         POSIX_SPAWN_SETSCHEDULER or POSIX_SPAWN_SETSCHEDPARAM are zero.
1586         * modules/posix_spawnattr_getschedparam (configure.ac): Enable the
1587         replacement also when POSIX_SPAWN_SETSCHEDPARAM is zero.
1588         * modules/posix_spawnattr_setschedparam (configure.ac): Likewise.
1589         * modules/posix_spawnattr_getschedpolicy (configure.ac): Enable the
1590         replacement also when POSIX_SPAWN_SETSCHEDULER is zero.
1591         * modules/posix_spawnattr_setschedpolicy (configure.ac): Likewise.
1592         * lib/spawnattr_getschedparam.c (posix_spawnattr_getschedparam): Do
1593         nothing if POSIX_SPAWN_SETSCHEDPARAM is zero.
1594         * lib/spawnattr_setschedparam.c (posix_spawnattr_setschedparam):
1595         Likewise.
1596         * lib/spawnattr_getschedpolicy.c (posix_spawnattr_getschedpolicy): Do
1597         nothing if POSIX_SPAWN_SETSCHEDULER is zero.
1598         * lib/spawnattr_setschedpolicy.c (posix_spawnattr_setschedpolicy):
1599         Likewise.
1600         * tests/test-spawn.c (main): Make it work when
1601         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
1602
1603 2010-03-07  Bruno Haible  <bruno@clisp.org>
1604
1605         Fix incorrect Makefile.am generation in German locale.
1606         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1607         Execute sed command with character range in C locale.
1608
1609 2010-03-06  Bruno Haible  <bruno@clisp.org>
1610
1611         Tests for module 'iconv-h'.
1612         * modules/iconv-h-tests: New file.
1613         * tests/test-iconv-h.c: New file.
1614
1615         New module 'iconv-h'.
1616         * modules/iconv-h: New file.
1617         * modules/iconv_open (Files): Remove lib/iconv.in.h, m4/iconv_h.m4.
1618         (Depends-on): Add iconv-h. Remove include_next, arg-nonnull.
1619         (configure.ac): Remove gl_ICONV_H.
1620         (Makefile.am): Remove rule for iconv.h.
1621
1622 2010-03-06  Bruno Haible  <bruno@clisp.org>
1623
1624         More consistent naming of *.m4 files.
1625         * m4/wctype_h.m4: Renamed from m4/wctype.m4.
1626         * modules/wctype (Files): Update.
1627
1628         More consistent naming of *.m4 files.
1629         * m4/wchar_h.m4: Renamed from m4/wchar.m4.
1630         * modules/wchar (Files): Update.
1631
1632 2010-03-06  Jim Meyering  <meyering@redhat.com>
1633
1634         euidaccess: relax license to LGPLv2+
1635         * modules/euidaccess (License): Relax to LGPLv2+.
1636
1637 2010-03-06  Bruno Haible  <bruno@clisp.org>
1638
1639         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
1640         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
1641         (Makefile.am): Augment lib_SOURCES instead.
1642
1643 2010-03-04  Jim Meyering  <meyering@redhat.com>
1644
1645         utime: remove obsolete module
1646         This module, like autoconf's AC_FUNC_UTIME_NULL macro, has been
1647         unnecessary for years, and has been marked as obsolete for 10 months.
1648         * modules/utime: Remove file.
1649         * lib/utime.c: Remove file.
1650         * m4/utime.m4: Remove file.
1651         * m4/utimes-null.m4: Remove file.
1652         * doc/posix-functions/utime.texi (utime): Remove reference to
1653         the module.  Move the sole "fixed by gnulib" item into the
1654         "problems not fixed by Gnulib" list.
1655         * MODULES.html.sh (func_all_modules): Remove reference to "utime".
1656
1657 2010-03-05  Simon Josefsson  <simon@josefsson.org>
1658
1659         * modules/exit (License): Relax license to LGPLv2+.
1660         (Status): Mark as obsolete.
1661         * NEWS: Mention deprecated 'exit' module.
1662         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
1663         of now obsolete 'exit'.
1664
1665 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1666
1667         fts-lgpl: remove unused module
1668         * modules/fts-lgpl: Remove.
1669         * MODULES.html.sh (func_all_modules): Adjust.
1670         * check-module (find_included_lib_files): Adjust.
1671         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
1672
1673 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
1674
1675         copy-acl: enhance Solaris ACL error handling
1676         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
1677         * lib/set-mode-acl.c (qset_acl): Likewise.
1678
1679 2010-03-02  Bruno Haible  <bruno@clisp.org>
1680
1681         spawn: Don't override the system defined values on FreeBSD 8.
1682         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
1683         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
1684         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
1685         if HAVE_POSIX_SPAWN is 1.
1686         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
1687
1688 2010-03-01  Bruno Haible  <bruno@clisp.org>
1689
1690         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
1691         regarding Automake.
1692
1693 2010-02-25  Bruno Haible  <bruno@clisp.org>
1694
1695         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
1696         * gnulib-tool: Define 'echo' as a function only before the ksh alias
1697         setting, not afterwards.
1698         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
1699
1700 2010-02-24  Eric Blake  <eblake@redhat.com>
1701
1702         bootstrap, git-version-gen: use timestamp
1703         * build-aux/git-version-gen (scriptversion): Force UTC.
1704         * build-aux/bootstrap (scriptversion): New variable.
1705
1706         bootstrap: allow older git
1707         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
1708         older than 1.6.4.  Requested by the libvirt project.
1709
1710 2010-02-23  Eric Blake  <eblake@redhat.com>
1711
1712         warn-on-use: work with old autoconf
1713         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
1714         AS_VAR semantics of autoconf 2.60.
1715         Reported by Bruno Haible.
1716
1717         bootstrap: improve some comments
1718         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
1719         clarification comments.
1720
1721         gettimeofday: provide correct function
1722         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
1723         when replacement is declared, otherwise provide gettimeofday.
1724         Reported by Michael Goffioul.
1725
1726 2010-02-23  Jim Meyering  <meyering@redhat.com>
1727
1728         lib-ignore: relax license to "unlimited", not LGPLv2+
1729         * modules/lib-ignore (License): Relax to "unlimited".
1730
1731 2010-02-23  Jim Meyering  <meyering@redhat.com>
1732
1733         lib-ignore: relax license to LGPLv2+
1734         * modules/lib-ignore (License): Relax to LGPLv2+.
1735
1736 2010-02-22  Eric Blake  <eblake@redhat.com>
1737
1738         lseek: avoid bash 3.2 broken pipe bug
1739         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
1740         warning from bash 3.2.
1741         Reported by Ben Pfaff, with analysis from Bruno Haible.
1742
1743         bootstrap: support non-FSF copyright holder
1744         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
1745         bootstrap.conf override of COPYRIGHT_HOLDER.
1746         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
1747
1748         bootstrap: interoperate with gettext 0.14.1
1749         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
1750
1751         bootstrap: allow for alternate submodule location
1752         * build-aux/bootstrap (gnulib_path): New variable; use instead of
1753         hardcoding submodule location.
1754         (gnulib_mk): Allow direct use of Makefile.am.
1755
1756         bootstrap: use GNULIB_SRCDIR to reduce disk usage
1757         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
1758         rather than reconfiguring where the submodule points.
1759
1760         gettimeofday: restore support for platforms that lack function
1761         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
1762         replacement if function is missing.
1763         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
1764         * modules/sys_time (Makefile.am): Substitute it.
1765         * lib/sys_time.in.h (gettimeofday): Check it.
1766         Reported by Michael Goffioul.
1767
1768 2010-02-21  Bruno Haible  <bruno@clisp.org>
1769
1770         * lib/stdio.in.h (obstack_printf): Fix typo.
1771
1772 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
1773
1774         vc-list-files: use bzr ls's -R option
1775         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
1776         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
1777
1778 2010-02-21  Jim Meyering  <meyering@redhat.com>
1779
1780         init.sh: fix EXEEXT shims to work also for names like test-prog
1781         * tests/init.sh: Re-exec a better shell, when needed.
1782         If the current shell lacks support for posix $(...), an init.sh-using
1783         test will now try to find a shell that supports that.  If EXEEXT is
1784         nonempty, we also require support for hyphen-in-alias-name and shell
1785         substitutions like ${var#glob}.  Failure to find such a shell results
1786         in a skipped test.
1787
1788 2010-02-21  Bruno Haible  <bruno@clisp.org>
1789
1790         Really work around around "broken pipe" error message from bash 3.2.
1791         * gnulib-tool (func_reset_sigpipe): Remove function.
1792         (echo): In bash 3.2, define to a function that uses printf.
1793         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
1794
1795 2010-02-20  Bruno Haible  <bruno@clisp.org>
1796
1797         Restore support for automake 1.9.6 with autoconf 2.61.
1798         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
1799         Reported by James Youngman <jay@gnu.org>.
1800
1801 2010-02-20  Bruno Haible  <bruno@clisp.org>
1802
1803         Improve *printf warning condition.
1804         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
1805         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
1806         and the function is overridden due to SIGPIPE emulation.
1807
1808 2010-02-20  Bruno Haible  <bruno@clisp.org>
1809
1810         * lib/stdio.in.h: Tweak comments.
1811
1812 2010-02-19  Bruno Haible  <bruno@clisp.org>
1813
1814         Make it easier to find modules. New gnulib-tool option '--find'.
1815         * gnulib-tool: New option --find.
1816         (func_usage): Document it.
1817         (func_sanitize_modulelist): New function, extracted from
1818         func_all_modules.
1819         (func_all_modules): Invoke it.
1820         * doc/gnulib-tool.texi (Which modules?): New node.
1821
1822 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
1823
1824         * lib/sys_select.in.h: Provide select replacement even if
1825         sys/select.h exists on a system, for Interix.
1826
1827 2010-02-18  Jim Meyering  <meyering@redhat.com>
1828
1829         init.sh: don't use $(...) just yet
1830         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
1831         to accommodate e.g., Solaris' /bin/sh.
1832
1833 2010-02-17  Bruno Haible  <bruno@clisp.org>
1834
1835         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
1836         Reported by Ludovic Courtès <ludo@gnu.org>.
1837
1838 2010-02-16  Simon Josefsson  <simon@josefsson.org>
1839
1840         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
1841         linking with -lintl.
1842
1843 2010-02-17  Simon Josefsson  <simon@josefsson.org>
1844
1845         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
1846         if not provided by the system's netdb.h.  Reported by
1847         ludo@gnu.org (Ludovic Courtès).
1848
1849 2010-02-15  Jim Meyering  <meyering@redhat.com>
1850
1851         init.sh: improve portability and efficiency
1852         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
1853         "dummy" in a for loop.
1854         Use '!', not '^' to select the complement of a character set used
1855         in a "case" statement.
1856         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
1857         Suggestions from Eric Blake.
1858
1859         init.sh: automatically accommodate programs with the .exe suffix
1860         Automatically arrange for an invocation of "prog" to execute the
1861         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
1862         may use the simpler "prog", yet still work when built on a system
1863         that requires specifying the added suffix.
1864         Do this by constructing a function named "prog" that invokes
1865         "prog.exe" for each .exe file in selected directories.
1866         * tests/init.sh (find_exe_basenames_): New function.
1867         (create_exe_shim_functions_): New function.
1868         (path_prepend_): Use it.
1869
1870         maint.mk: mark syntax-check sc_*.m rules as .PHONY
1871         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
1872         "make -t syntax-check" doesn't create a ton of sc_*.m files.
1873
1874 2010-02-14  Jim Meyering  <meyering@redhat.com>
1875
1876         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
1877         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
1878         (sc_prohibit_hash_pjw_without_use): New rule.
1879
1880         maint.mk: allow the default upload destination dir to be overridden
1881         * top/maint.mk (upload_dest_dir_): Define with a default that
1882         preserves the status quo.
1883         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
1884         Reported by Peter Simons.
1885
1886         maint.mk: prohibit inclusion of "hash.h" without_use
1887         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
1888
1889 2010-02-10  Jim Meyering  <meyering@redhat.com>
1890
1891         maint.mk: prohibit inclusion of "ignore-value.h" without_use
1892         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
1893
1894 2010-02-09  Eric Blake  <ebb9@byu.net>
1895         and Bruno Haible  <bruno@clisp.org>
1896
1897         obstack-printf-posix: ensure declaration
1898         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
1899         extracted from gl_FUNC_OBSTACK_PRINTF.
1900         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
1901         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
1902         Likewise.
1903         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
1904         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
1905         0.
1906
1907 2010-02-08  Bruno Haible  <bruno@clisp.org>
1908
1909         gnulib-tool: Fix typo in 2010-02-07 commit.
1910         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
1911         Reported by Eric Blake.
1912
1913 2010-02-07  Bruno Haible  <bruno@clisp.org>
1914
1915         gnulib-tool: Fix up caching patches.
1916         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
1917         option --no-cache. Use associative arrays when supported by the shell.
1918         (sed_comments): New variable.
1919         (modcache): Renamed from do_cache.
1920         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
1921         abbreviate unnecessarily.
1922         (have_associative): New variable.
1923         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
1924         way also for ksh and zsh.
1925         (func_init_sed_convert_to_cache_statements): New function, extracted
1926         from func_cache_lookup_module. Add support for associative arrays.
1927         Don't set the c_MODULE_cached variable here. Ignore all lines before
1928         the first field header. Remove only the final newline, not all trailing
1929         newlines. Support empty fields correctly. Limit the use of 'eval' to
1930         assignments.
1931         (func_get_description, func_get_status, func_get_notice,
1932         func_get_applicability, func_get_filelist, func_get_dependencies,
1933         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
1934         func_get_automake_snippet, func_get_include_directive,
1935         func_get_link_directive, func_get_license, func_get_maintainer):
1936         Update documentation. List the unoptimized code first. Add support for
1937         associative arrays. Limit the use of 'eval' to assignments.
1938         (func_get_applicability): Undo stylistic pessimisations.
1939         (func_get_automake_snippet, func_get_include_directive): Reduce code
1940         duplication.
1941         (func_modules_transitive_closure, func_modules_add_dummy,
1942         func_modules_notice, func_modules_to_filelist, func_add_file,
1943         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
1944         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
1945         func_create_testdir, func_create_megatestdir): Update documentation.
1946
1947 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1948
1949         * gnulib-tool (func_cache_lookup_module): Store the module name
1950         belonging to the cache variable; error out if two different
1951         module names map to the same cache variable name.
1952
1953 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1954
1955         gnulib-tool: Make caching optional.
1956         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
1957         Update matching short versions of --no-changelog.
1958         (func_usage): Update.
1959         (sed_extract_cache_prog): Renamed from ...
1960         (sed_extract_prog): ... this; revert to old extraction script.
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): If $do_cache is false,
1967         use old, non-caching extraction scripts.
1968         Suggestion by Bruno Haible.
1969
1970 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1971
1972         gnulib-tool: cache module metainformation.
1973         * gnulib-tool (sed_extract_prog): Match newline before each
1974         header, and rewrite header to a shell variable suffix.
1975         (func_cache_var, func_cache_lookup_module): New functions,
1976         to turn a module name into a cache variable prefix, and to
1977         look up and cache module metainformation.
1978         (func_get_description, func_get_status)
1979         (func_get_notice, func_get_applicability, func_get_filelist)
1980         (func_get_dependencies, func_get_autoconf_early_snippet)
1981         (func_get_autoconf_snippet, func_get_automake_snippet)
1982         (func_get_include_directive, func_get_link_directive)
1983         (func_get_license, func_get_maintainer): Use
1984         func_cache_lookup_module.
1985
1986 2010-02-07  Bruno Haible  <bruno@clisp.org>
1987
1988         fnctl: Fix missing dependency.
1989         * modules/fcntl (Depends-on): Add getdtablesize.
1990         Reported by John W. Eaton <jwe@gnu.org>.
1991
1992 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
1993
1994         Argp: fix recognition of short alias options.
1995
1996         * lib/argp-parse.c (convert_options): Fix improper use of
1997         `|' between character values.
1998         * tests/test-argp.c (group1_option): New alias option
1999         --read (-r).
2000         (group1_parser): Special handling for 'r'.
2001         (test15): New test case.
2002         (test_fun): Add test15.
2003         * tests/test-argp-2.sh: Update expected --help and --usage
2004         outputs.
2005
2006 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2007
2008         * tests/test-argp.c: Fix indentation.
2009
2010 2010-02-04  Eric Blake  <ebb9@byu.net>
2011
2012         gettimeofday: expose type of second argument
2013         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
2014         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
2015         * tests/test-gettimeofday.c: Use it to silence warning.
2016         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
2017         the issue.
2018
2019 2010-02-03  Jim Meyering  <meyering@redhat.com>
2020
2021         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
2022         * lib/regcomp.c (TYPE_SIGNED): Define.
2023         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
2024
2025         regcomp.c: avoid a new -Wshadow warning
2026         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
2027
2028 2010-02-01  Jim Meyering  <meyering@redhat.com>
2029
2030         removing useless parentheses in cpp #define directives
2031         For motivation, see commit c0221df4, "define STREQ(a,b)
2032         consistently, removing useless parentheses"
2033         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
2034         * lib/mountlist.c (MNT_IGNORE): Likewise.
2035         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
2036
2037 2010-02-01  Eric Blake  <ebb9@byu.net>
2038
2039         sys_time: use link-warning
2040         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
2041         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
2042         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
2043         * modules/sys_time (Depends-on): Add warn-on-use.
2044         (Makefile.am): Always build replacement.
2045         (configure.ac): Update substitutions.
2046         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
2047         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
2048         bother with SYS_TIME_H.
2049         * modules/gettimeofday (configure.ac): Declare indicator.
2050         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
2051         in use.
2052
2053         closein-tests: silence compiler warning
2054         * tests/test-closein.c (main): Ignore fread result.
2055         * modules/closein-tests (Depends-on): Add ignore-value.
2056
2057         tests: silence warning about system return
2058         * tests/test-areadlink-with-size.c (main): Ignore system result.
2059         * tests/test-areadlink.c (main): Likewise.
2060         * tests/test-areadlinkat-with-size.c (main): Likewise.
2061         * tests/test-areadlinkat.c (main): Likewise.
2062         * tests/test-canonicalize-lgpl.c (main): Likewise.
2063         * tests/test-canonicalize.c (main): Likewise.
2064         * tests/test-chown.c (main): Likewise.
2065         * tests/test-fchownat.c (main): Likewise.
2066         * tests/test-fdutimensat.c (main): Likewise.
2067         * tests/test-fstatat.c (main): Likewise.
2068         * tests/test-futimens.c (main): Likewise.
2069         * tests/test-lchown.c (main): Likewise.
2070         * tests/test-link.c (main): Likewise.
2071         * tests/test-linkat.c (main): Likewise.
2072         * tests/test-lstat.c (main): Likewise.
2073         * tests/test-mkdir.c (main): Likewise.
2074         * tests/test-mkdirat.c (main): Likewise.
2075         * tests/test-mkfifo.c (main): Likewise.
2076         * tests/test-mkfifoat.c (main): Likewise.
2077         * tests/test-mknod.c (main): Likewise.
2078         * tests/test-readlink.c (main): Likewise.
2079         * tests/test-remove.c (main): Likewise.
2080         * tests/test-rename.c (main): Likewise.
2081         * tests/test-renameat.c (main): Likewise.
2082         * tests/test-rmdir.c (main): Likewise.
2083         * tests/test-symlink.c (main): Likewise.
2084         * tests/test-symlinkat.c (main): Likewise.
2085         * tests/test-unlink.c (main): Likewise.
2086         * tests/test-unlinkat.c (main): Likewise.
2087         * tests/test-utimens.c (main): Likewise.
2088         * tests/test-utimensat.c (main): Likewise.
2089         * modules/areadlink-tests (Depends-on): Add ignore-value.
2090         * modules/areadlink-with-size-tests (Depends-on): Likewise.
2091         * modules/areadlinkat-tests (Depends-on): Likewise.
2092         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
2093         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
2094         * modules/canonicalize-tests (Depends-on): Likewise.
2095         * modules/chown-tests (Depends-on): Likewise.
2096         * modules/fdutimensat-tests (Depends-on): Likewise.
2097         * modules/futimens-tests (Depends-on): Likewise.
2098         * modules/lchown-tests (Depends-on): Likewise.
2099         * modules/link-tests (Depends-on): Likewise.
2100         * modules/linkat-tests (Depends-on): Likewise.
2101         * modules/lstat-tests (Depends-on): Likewise.
2102         * modules/mkdir-tests (Depends-on): Likewise.
2103         * modules/mkfifo-tests (Depends-on): Likewise.
2104         * modules/mkfifoat-tests (Depends-on): Likewise.
2105         * modules/mknod-tests (Depends-on): Likewise.
2106         * modules/openat-tests (Depends-on): Likewise.
2107         * modules/readlink-tests (Depends-on): Likewise.
2108         * modules/remove-tests (Depends-on): Likewise.
2109         * modules/rename-tests (Depends-on): Likewise.
2110         * modules/renameat-tests (Depends-on): Likewise.
2111         * modules/rmdir-tests (Depends-on): Likewise.
2112         * modules/symlink-tests (Depends-on): Likewise.
2113         * modules/symlinkat-tests (Depends-on): Likewise.
2114         * modules/unlink-tests (Depends-on): Likewise.
2115         * modules/utimens-tests (Depends-on): Likewise.
2116         * modules/utimensat-tests (Depends-on): Likewise.
2117
2118 2010-01-31  Bruno Haible  <bruno@clisp.org>
2119
2120         Perform the same test for many <math.h> functions.
2121         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
2122         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
2123         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
2124         of gl_MATHFUNC.
2125         * modules/acos (configure.ac): Likewise.
2126         * modules/asin (configure.ac): Likewise.
2127         * modules/atan (configure.ac): Likewise.
2128         * modules/atan2 (configure.ac): Likewise.
2129         * modules/cbrt (configure.ac): Likewise.
2130         * modules/copysign (configure.ac): Likewise.
2131         * modules/cos (configure.ac): Likewise.
2132         * modules/cosh (configure.ac): Likewise.
2133         * modules/erf (configure.ac): Likewise.
2134         * modules/erfc (configure.ac): Likewise.
2135         * modules/exp (configure.ac): Likewise.
2136         * modules/fmod (configure.ac): Likewise.
2137         * modules/hypot (configure.ac): Likewise.
2138         * modules/j0 (configure.ac): Likewise.
2139         * modules/j1 (configure.ac): Likewise.
2140         * modules/jn (configure.ac): Likewise.
2141         * modules/lgamma (configure.ac): Likewise.
2142         * modules/log (configure.ac): Likewise.
2143         * modules/log10 (configure.ac): Likewise.
2144         * modules/log1p (configure.ac): Likewise.
2145         * modules/pow (configure.ac): Likewise.
2146         * modules/remainder (configure.ac): Likewise.
2147         * modules/sin (configure.ac): Likewise.
2148         * modules/sinh (configure.ac): Likewise.
2149         * modules/tan (configure.ac): Likewise.
2150         * modules/tanh (configure.ac): Likewise.
2151         * modules/y0 (configure.ac): Likewise.
2152         * modules/y1 (configure.ac): Likewise.
2153         * modules/yn (configure.ac): Likewise.
2154         Suggested by Paolo Bonzini.
2155
2156 2010-01-31  Bruno Haible  <bruno@clisp.org>
2157
2158         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
2159
2160 2010-01-31  Bruno Haible  <bruno@clisp.org>
2161
2162         Work around getdelim() bug on FreeBSD 8.0.
2163         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
2164         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
2165         not work.
2166         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
2167         is 1.
2168         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
2169         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
2170         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
2171         a non-zero size.
2172         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
2173
2174 2010-01-31  Bruno Haible  <bruno@clisp.org>
2175
2176         Work around getline() bug on FreeBSD 8.0.
2177         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
2178         and a non-zero size.
2179         * tests/test-getline.c (main): Likewise.
2180         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
2181         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
2182
2183 2010-01-28  Eric Blake  <ebb9@byu.net>
2184
2185         regex: fix build failure
2186         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
2187         platforms.
2188
2189 2010-01-28  Jim Meyering  <meyering@redhat.com>
2190
2191         regex: do not ignore memory allocation failure
2192         * lib/regex_internal.c (create_cd_newstate): Detect
2193         re_node_set_init_copy failure.   Extracted from glibc commit
2194         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2195
2196         regex: sync more white-space changes from libc
2197         * lib/regex_internal.c: White-space only changes.
2198         * lib/regexec.c: Likewise.
2199
2200         regex: add many uses of __attribute_warn_unused_result__
2201         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
2202         * lib/regexec.c: Likewise.
2203         Extracted from a messy glibc commit.
2204
2205         regcomp.c: spelling and merge-artifact from glibc
2206         * lib/regcomp.c: Merge remainder of glibc's
2207         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2208
2209         regcomp.c: sync white-space changes from glibc
2210         * lib/regcomp.c: Merge to accommodate white space
2211         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2212
2213         regcomp.c: do not ignore internal return values
2214         * lib/regcomp.c: Do not ignore internal return values.
2215         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
2216         but without its white-space changes and spelling fixes.
2217
2218         regex_internal.h: define __attribute_warn_unused_result__
2219         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
2220
2221         maint: add a syntax-check rule to check for vulnerable Makefile.in
2222         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
2223
2224 2010-01-27  Jim Meyering  <meyering@redhat.com>
2225
2226         ncftpput-ftp: clean up spaces
2227         * build-aux/ncftpput-ftp: Make Copyright line consistent.
2228         Remove trailing blanks.
2229
2230 2010-01-27  Simon Josefsson  <simon@josefsson.org>
2231
2232         * build-aux/git-version-gen: Fix copyright statement.
2233         * build-aux/gnupload: Likewise.
2234         * tests/test-arcfour.c: Likewise.
2235         * tests/test-arctwo.c: Likewise.
2236         * tests/test-count-one-bits.c: Likewise.
2237         * tests/test-crc.c: Likewise.
2238         * tests/test-des.c: Likewise.
2239         * tests/test-gc-arcfour.c: Likewise.
2240         * tests/test-gc-arctwo.c: Likewise.
2241         * tests/test-gc-des.c: Likewise.
2242         * tests/test-gc-hmac-md5.c: Likewise.
2243         * tests/test-gc-hmac-sha1.c: Likewise.
2244         * tests/test-gc-md2.c: Likewise.
2245         * tests/test-gc-md4.c: Likewise.
2246         * tests/test-gc-md5.c: Likewise.
2247         * tests/test-gc-pbkdf2-sha1.c: Likewise.
2248         * tests/test-gc-rijndael.c: Likewise.
2249         * tests/test-gc-sha1.c: Likewise.
2250         * tests/test-gc.c: Likewise.
2251         * tests/test-gethostname.c: Likewise.
2252         * tests/test-gettimeofday.c: Likewise.
2253         * tests/test-hash.c: Likewise.
2254         * tests/test-hmac-md5.c: Likewise.
2255         * tests/test-hmac-sha1.c: Likewise.
2256         * tests/test-md2.c: Likewise.
2257         * tests/test-md4.c: Likewise.
2258         * tests/test-md5.c: Likewise.
2259         * tests/test-memchr.c: Likewise.
2260         * tests/test-memchr2.c: Likewise.
2261         * tests/test-memcmp.c: Likewise.
2262         * tests/test-memmem.c: Likewise.
2263         * tests/test-memrchr.c: Likewise.
2264         * tests/test-rawmemchr.c: Likewise.
2265         * tests/test-read-file.c: Likewise.
2266         * tests/test-rijndael.c: Likewise.
2267         * tests/test-sockets.c: Likewise.
2268         * tests/test-strchrnul.c: Likewise.
2269         * tests/test-strstr.c: Likewise.
2270         * tests/test-strtod.c: Likewise.
2271         * build-aux/ncftpput-ftp: Likewise.
2272
2273 2010-01-26  Eric Blake  <ebb9@byu.net>
2274
2275         ignore-value: update recommended header name
2276         * modules/ignore-value (Include): Only use <> for headers that
2277         exist in glibc.
2278
2279 2010-01-26  Jim Meyering  <meyering@redhat.com>
2280
2281         test-userspec.c: avoid compiler warnings
2282         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
2283         and "initialization discards qualifiers..." warnings.
2284         Put the first "uid" in its own scope, and make char* members "const".
2285
2286 2010-01-25  Bruno Haible  <bruno@clisp.org>
2287
2288         gnulib-tool: Make warning diagnostics consistent.
2289         * gnulib-tool (func_warning): New function.
2290         Use it everywhere where gnulib-tool produces output to stderr and it is
2291         not a fatal error.
2292
2293 2010-01-25  Bruno Haible  <bruno@clisp.org>
2294
2295         Fix test dependencies.
2296         * modules/xstrtol-tests (Depends-on): Add inttypes.
2297         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
2298
2299 2010-01-25 Pádraig Brady <P@draigBrady.com>
2300
2301         syntax-check: detect incorrect boolean macro values in config.h
2302         * modules/maintainer-makefile (configure.ac): Parameterize the location
2303         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
2304         The logic is from Eric Blake and the location indicated by Jim Meyering.
2305         Note the more natural CONFIG_HEADER name is prohibited by automake
2306         for backwards compatibility reasons.
2307         * top/maint.mk (sc_Wundef_boolean): New rule.
2308
2309 2010-01-25  Jim Meyering  <meyering@redhat.com>
2310
2311         bootstrap: detect MacOS 10.6's shasum, too
2312         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
2313         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
2314
2315 2010-01-23  Jim Meyering  <meyering@redhat.com>
2316
2317         xstrtoll: new module
2318         * modules/xstrtoll: New file.
2319         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
2320         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
2321         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
2322         ./configure fails if you use this module and lack "long long".
2323         * modules/xstrtoll-tests: New module.
2324         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
2325         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
2326         new init.sh-based test framework.
2327
2328 2010-01-24  Bruno Haible  <bruno@clisp.org>
2329
2330         Tests for module 'yn'.
2331         * modules/yn-tests: New file.
2332         * tests/test-yn.c: New file.
2333
2334         Tests for module 'y1'.
2335         * modules/y1-tests: New file.
2336         * tests/test-y1.c: New file.
2337
2338         Tests for module 'y0'.
2339         * modules/y0-tests: New file.
2340         * tests/test-y0.c: New file.
2341
2342         Tests for module 'tanh'.
2343         * modules/tanh-tests: New file.
2344         * tests/test-tanh.c: New file.
2345
2346         Tests for module 'tan'.
2347         * modules/tan-tests: New file.
2348         * tests/test-tan.c: New file.
2349
2350         Tests for module 'sqrt'.
2351         * modules/sqrt-tests: New file.
2352         * tests/test-sqrt.c: New file.
2353
2354         Tests for module 'sinh'.
2355         * modules/sinh-tests: New file.
2356         * tests/test-sinh.c: New file.
2357
2358         Tests for module 'sin'.
2359         * modules/sin-tests: New file.
2360         * tests/test-sin.c: New file.
2361
2362         Tests for module 'rint'.
2363         * modules/rint-tests: New file.
2364         * tests/test-rint.c: New file.
2365
2366         Tests for module 'remainder'.
2367         * modules/remainder-tests: New file.
2368         * tests/test-remainder.c: New file.
2369
2370         Tests for module 'pow'.
2371         * modules/pow-tests: New file.
2372         * tests/test-pow.c: New file.
2373
2374         Tests for module 'nextafter'.
2375         * modules/nextafter-tests: New file.
2376         * tests/test-nextafter.c: New file.
2377
2378         Tests for module 'modf'.
2379         * modules/modf-tests: New file.
2380         * tests/test-modf.c: New file.
2381
2382         Tests for module 'logb'.
2383         * modules/logb-tests: New file.
2384         * tests/test-logb.c: New file.
2385
2386         Tests for module 'log1p'.
2387         * modules/log1p-tests: New file.
2388         * tests/test-log1p.c: New file.
2389
2390         Tests for module 'log10'.
2391         * modules/log10-tests: New file.
2392         * tests/test-log10.c: New file.
2393
2394         Tests for module 'log'.
2395         * modules/log-tests: New file.
2396         * tests/test-log.c: New file.
2397
2398         Tests for module 'lgamma'.
2399         * modules/lgamma-tests: New file.
2400         * tests/test-lgamma.c: New file.
2401
2402         Tests for module 'ldexp'.
2403         * modules/ldexp-tests: New file.
2404         * tests/test-ldexp.c: New file.
2405
2406         Tests for module 'jn'.
2407         * modules/jn-tests: New file.
2408         * tests/test-jn.c: New file.
2409
2410         Tests for module 'j1'.
2411         * modules/j1-tests: New file.
2412         * tests/test-j1.c: New file.
2413
2414         Tests for module 'j0'.
2415         * modules/j0-tests: New file.
2416         * tests/test-j0.c: New file.
2417
2418         Tests for module 'hypot'.
2419         * modules/hypot-tests: New file.
2420         * tests/test-hypot.c: New file.
2421
2422         Tests for module 'fmod'.
2423         * modules/fmod-tests: New file.
2424         * tests/test-fmod.c: New file.
2425
2426         Tests for module 'fabs'.
2427         * modules/fabs-tests: New file.
2428         * tests/test-fabs.c: New file.
2429
2430         Tests for module 'exp'.
2431         * modules/exp-tests: New file.
2432         * tests/test-exp.c: New file.
2433
2434         Tests for module 'erfc'.
2435         * modules/erfc-tests: New file.
2436         * tests/test-erfc.c: New file.
2437
2438         Tests for module 'erf'.
2439         * modules/erf-tests: New file.
2440         * tests/test-erf.c: New file.
2441
2442         Tests for module 'cosh'.
2443         * modules/cosh-tests: New file.
2444         * tests/test-cosh.c: New file.
2445
2446         Tests for module 'cos'.
2447         * modules/cos-tests: New file.
2448         * tests/test-cos.c: New file.
2449
2450         Tests for module 'copysign'.
2451         * modules/copysign-tests: New file.
2452         * tests/test-copysign.c: New file.
2453
2454         Tests for module 'cbrt'.
2455         * modules/cbrt-tests: New file.
2456         * tests/test-cbrt.c: New file.
2457
2458         Tests for module 'atan2'.
2459         * modules/atan2-tests: New file.
2460         * tests/test-atan2.c: New file.
2461
2462         Tests for module 'atan'.
2463         * modules/atan-tests: New file.
2464         * tests/test-atan.c: New file.
2465
2466         Tests for module 'asin'.
2467         * modules/asin-tests: New file.
2468         * tests/test-asin.c: New file.
2469
2470         Tests for module 'acos'.
2471         * modules/acos-tests: New file.
2472         * tests/test-acos.c: New file.
2473
2474 2010-01-24  Bruno Haible  <bruno@clisp.org>
2475
2476         Fix tests for common <math.h> functions.
2477         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
2478         code snippet that references the function pointer, rather than merely
2479         calling the function. Substitute the FUNC_LIBM variable.
2480         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
2481         * modules/acos (configure.ac): Likewise.
2482         * modules/asin (configure.ac): Likewise.
2483         * modules/atan (configure.ac): Likewise.
2484         * modules/atan2 (configure.ac): Likewise.
2485         * modules/cbrt (configure.ac): Likewise.
2486         * modules/copysign (configure.ac): Likewise.
2487         * modules/cos (configure.ac): Likewise.
2488         * modules/cosh (configure.ac): Likewise.
2489         * modules/erf (configure.ac): Likewise.
2490         * modules/erfc (configure.ac): Likewise.
2491         * modules/exp (configure.ac): Likewise.
2492         * modules/fabs (configure.ac): Likewise.
2493         * modules/fmod (configure.ac): Likewise.
2494         * modules/hypot (configure.ac): Likewise.
2495         * modules/j0 (configure.ac): Likewise.
2496         * modules/j1 (configure.ac): Likewise.
2497         * modules/jn (configure.ac): Likewise.
2498         * modules/ldexp (configure.ac): Likewise.
2499         * modules/lgamma (configure.ac): Likewise.
2500         * modules/log (configure.ac): Likewise.
2501         * modules/log10 (configure.ac): Likewise.
2502         * modules/log1p (configure.ac): Likewise.
2503         * modules/logb (configure.ac): Likewise.
2504         * modules/modf (configure.ac): Likewise.
2505         * modules/nextafter (configure.ac): Likewise.
2506         * modules/pow (configure.ac): Likewise.
2507         * modules/remainder (configure.ac): Likewise.
2508         * modules/rint (configure.ac): Likewise.
2509         * modules/sin (configure.ac): Likewise.
2510         * modules/sinh (configure.ac): Likewise.
2511         * modules/tan (configure.ac): Likewise.
2512         * modules/tanh (configure.ac): Likewise.
2513         * modules/y0 (configure.ac): Likewise.
2514         * modules/y1 (configure.ac): Likewise.
2515         * modules/yn (configure.ac): Likewise.
2516
2517 2010-01-24  Bruno Haible  <bruno@clisp.org>
2518
2519         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
2520         * tests/test-acosl.c (x): New variable.
2521         (main): Store argument in x and fetch it from x.
2522         * tests/test-asinl.c (x): New variable.
2523         (main): Store argument in x and fetch it from x.
2524         * tests/test-atanl.c (x): New variable.
2525         (main): Store argument in x and fetch it from x.
2526         * tests/test-cosl.c (x): New variable.
2527         (main): Store argument in x and fetch it from x.
2528         * tests/test-expl.c (x): New variable.
2529         (main): Store argument in x and fetch it from x.
2530         * tests/test-logl.c (x): New variable.
2531         (main): Store argument in x and fetch it from x.
2532         * tests/test-sinl.c (x): New variable.
2533         (main): Store argument in x and fetch it from x.
2534         * tests/test-sqrtl.c (x): New variable.
2535         (main): Store argument in x and fetch it from x.
2536         * tests/test-tanl.c (x): New variable.
2537         (main): Store argument in x and fetch it from x.
2538
2539 2010-01-24  Bruno Haible  <bruno@clisp.org>
2540
2541         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
2542         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
2543         assignments to the initial TESTS_ENVIRONMENT.
2544         * doc/gnulib.texi (Unit test modules): Document it.
2545         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
2546         TESTS_ENVIRONMENT.
2547         * modules/btowc-tests (Makefile.am): Likewise.
2548         * modules/c-stack-tests (Makefile.am): Likewise.
2549         * modules/c-strcase-tests (Makefile.am): Likewise.
2550         * modules/copy-file-tests (Makefile.am): Likewise.
2551         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
2552         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
2553         * modules/mbrtowc-tests (Makefile.am): Likewise.
2554         * modules/mbscasecmp-tests (Makefile.am): Likewise.
2555         * modules/mbscasestr-tests (Makefile.am): Likewise.
2556         * modules/mbschr-tests (Makefile.am): Likewise.
2557         * modules/mbscspn-tests (Makefile.am): Likewise.
2558         * modules/mbsinit-tests (Makefile.am): Likewise.
2559         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
2560         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
2561         * modules/mbspbrk-tests (Makefile.am): Likewise.
2562         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
2563         * modules/mbsrchr-tests (Makefile.am): Likewise.
2564         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
2565         * modules/mbsspn-tests (Makefile.am): Likewise.
2566         * modules/mbsstr-tests (Makefile.am): Likewise.
2567         * modules/nl_langinfo-tests (Makefile.am): Likewise.
2568         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
2569         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
2570         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
2571         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
2572         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
2573         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
2574         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
2575         * modules/wcrtomb-tests (Makefile.am): Likewise.
2576         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
2577         * modules/wcsrtombs-tests (Makefile.am): Likewise.
2578         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
2579         assignments from TESTS_ENVIRONMENT.
2580         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
2581         augmentation.
2582         * modules/argp-version-etc-tests (Makefile.am): Likewise.
2583         * modules/atexit-tests (Makefile.am): Likewise.
2584         * modules/binary-io-tests (Makefile.am): Likewise.
2585         * modules/closein-tests (Makefile.am): Likewise.
2586         * modules/dprintf-posix-tests (Makefile.am): Likewise.
2587         * modules/exclude-tests (Makefile.am): Likewise.
2588         * modules/fflush-tests (Makefile.am): Likewise.
2589         * modules/fpending-tests (Makefile.am): Likewise.
2590         * modules/fprintf-posix-tests (Makefile.am): Likewise.
2591         * modules/freadahead-tests (Makefile.am): Likewise.
2592         * modules/freadptr-tests (Makefile.am): Likewise.
2593         * modules/freadseek-tests (Makefile.am): Likewise.
2594         * modules/fseek-tests (Makefile.am): Likewise.
2595         * modules/fseeko-tests (Makefile.am): Likewise.
2596         * modules/ftell-tests (Makefile.am): Likewise.
2597         * modules/ftello-tests (Makefile.am): Likewise.
2598         * modules/idpriv-drop-tests (Makefile.am): Likewise.
2599         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
2600         * modules/lseek-tests (Makefile.am): Likewise.
2601         * modules/parse-duration-tests (Makefile.am): Likewise.
2602         * modules/perror-tests (Makefile.am): Likewise.
2603         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
2604         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
2605         * modules/pipe-tests (Makefile.am): Likewise.
2606         * modules/pread-tests (Makefile.am): Likewise.
2607         * modules/printf-posix-tests (Makefile.am): Likewise.
2608         * modules/select-tests (Makefile.am): Likewise.
2609         * modules/sigpipe-tests (Makefile.am): Likewise.
2610         * modules/tsearch-tests (Makefile.am): Likewise.
2611         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
2612         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
2613         * modules/uniname/uniname-tests (Makefile.am): Likewise.
2614         * modules/uniwidth/width-tests (Makefile.am): Likewise.
2615         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
2616         * modules/version-etc-tests (Makefile.am): Likewise.
2617         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
2618         * modules/vprintf-posix-tests (Makefile.am): Likewise.
2619         * modules/xalloc-die-tests (Makefile.am): Likewise.
2620         * modules/xprintf-posix-tests (Makefile.am): Likewise.
2621         * modules/xstrtoimax-tests (Makefile.am): Likewise.
2622         * modules/xstrtol-tests (Makefile.am): Likewise.
2623         * modules/xstrtoumax-tests (Makefile.am): Likewise.
2624         * modules/yesno-tests (Makefile.am): Likewise.
2625         Suggested by Jim Meyering.
2626
2627 2010-01-24  Bruno Haible  <bruno@clisp.org>
2628
2629         More documentation.
2630         * doc/gnulib.texi (Writing modules): New chapter.
2631         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
2632         the new chapter.
2633
2634 2010-01-24  Jim Meyering  <meyering@redhat.com>
2635
2636         maint.mk: do not prepend "./" after filtering
2637         * top/maint.mk (_prepend_srcdir_prefix): New variable
2638         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
2639         "./" when $(srcdir) is ".".
2640
2641         define STREQ(a,b) consistently, removing useless parentheses
2642         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
2643         since the only risk is that "a" or "b" contains an unparenthesized
2644         comma, but if either did that, STREQ would have 3 or more arguments.
2645         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
2646         * lib/fts.c (STREQ): Remove unnecessary parentheses.
2647         * lib/hash-triple.c (STREQ): Likewise.
2648         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
2649         * lib/getugroups.c (STREQ): Likewise.
2650
2651 2010-01-23  Jim Meyering  <meyering@redhat.com>
2652
2653         maint.mk: fix syntax-check in a non-srcdir build directory
2654         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
2655         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
2656
2657 2010-01-22  Jim Meyering  <meyering@redhat.com>
2658
2659         userspec: add unit tests
2660         * tests/test-userspec.c: New file.
2661         * modules/userspec-tests: Likewise.
2662
2663 2010-01-21  Jim Meyering  <meyering@redhat.com>
2664
2665         maint.mk: handle source file names containing "." robustly
2666         * top/maint.mk (_dot_escaped_srcdir): Define.
2667         (VC_LIST): Use it in LHS of sed substitution.
2668
2669 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
2670
2671         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
2672         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
2673         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
2674         from a non-srcdir build.
2675
2676 2010-01-20  Eric Blake  <ebb9@byu.net>
2677
2678         warn-on-use: use instead of link-warning
2679         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
2680         * modules/unistd (Depends-on, Makefile.am): Likewise.
2681         * modules/arpa_inet (Depends-on): Replace link-warning with
2682         warn-on-use.
2683         (Makefile.am): Update rules accordingly.
2684         * modules/ctype (Depends-on, Makefile.am): Likewise.
2685         * modules/dirent (Depends-on, Makefile.am): Likewise.
2686         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
2687         * modules/inttypes (Depends-on, Makefile.am): Likewise.
2688         * modules/langinfo (Depends-on, Makefile.am): Likewise.
2689         * modules/locale (Depends-on, Makefile.am): Likewise.
2690         * modules/math (Depends-on, Makefile.am): Likewise.
2691         * modules/search (Depends-on, Makefile.am): Likewise.
2692         * modules/signal (Depends-on, Makefile.am): Likewise.
2693         * modules/spawn (Depends-on, Makefile.am): Likewise.
2694         * modules/stdlib (Depends-on, Makefile.am): Likewise.
2695         * modules/string (Depends-on, Makefile.am): Likewise.
2696         * modules/strings (Depends-on, Makefile.am): Likewise.
2697         * modules/sys_file (Depends-on, Makefile.am): Likewise.
2698         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
2699         * modules/sys_select (Depends-on, Makefile.am): Likewise.
2700         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
2701         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
2702         * modules/sys_times (Depends-on, Makefile.am): Likewise.
2703         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
2704         * modules/wchar (Depends-on, Makefile.am): Likewise.
2705         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
2706         should be poisoned.
2707         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
2708         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
2709         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
2710         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
2711         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
2712         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
2713         * m4/math_h.m4 (gl_MATH_H): Likewise.
2714         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
2715         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
2716         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
2717         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
2718         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
2719         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
2720         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
2721         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
2722         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
2723         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
2724         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
2725         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
2726         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
2727         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
2728         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
2729         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
2730         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
2731         GL_LINK_WARNING.
2732         * lib/ctype.in.h: Likewise.
2733         * lib/dirent.in.h: Likewise.
2734         * lib/fcntl.in.h: Likewise.
2735         * lib/inttypes.in.h: Likewise.
2736         * lib/langinfo.in.h: Likewise.
2737         * lib/locale.in.h: Likewise.
2738         * lib/math.in.h: Likewise.
2739         * lib/search.in.h: Likewise.
2740         * lib/signal.in.h: Likewise.
2741         * lib/spawn.in.h: Likewise.
2742         * lib/stdio.in.h: Likewise.
2743         * lib/stdlib.in.h: Likewise.
2744         * lib/string.in.h: Likewise.
2745         * lib/strings.in.h: Likewise.
2746         * lib/sys_file.in.h: Likewise.
2747         * lib/sys_ioctl.in.h: Likewise.
2748         * lib/sys_select.in.h: Likewise.
2749         * lib/sys_socket.in.h: Likewise.
2750         * lib/sys_stat.in.h: Likewise.
2751         * lib/sys_times.in.h: Likewise.
2752         * lib/sys_utsname.in.h: Likewise.
2753         * lib/unistd.in.h: Likewise.
2754         * lib/wchar.in.h: Likewise.
2755
2756 2010-01-20  Bruno Haible  <bruno@clisp.org>
2757
2758         Avoid duplicate -lm.
2759         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
2760         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
2761         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
2762         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
2763         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
2764         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
2765         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
2766         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
2767         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
2768         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
2769         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
2770         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
2771         Reported by Paolo Bonzini.
2772
2773 2010-01-19  Bruno Haible  <bruno@clisp.org>
2774
2775         langinfo, nl_langinfo: Relicense under LGPLv2+.
2776         * modules/langinfo (License): Change to LGPLv2+.
2777         * modules/nl_langinfo (License): Likewise.
2778         Patch by David Lutterkort <lutter@redhat.com>.
2779
2780 2010-01-19  Bruno Haible  <bruno@clisp.org>
2781
2782         Avoid compilation error with cc on OSF/1 5.1.
2783         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
2784         statement, not before.
2785         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2786
2787 2010-01-18  Bruno Haible  <bruno@clisp.org>
2788
2789         Avoid a link error due to the __printf__ symbol.
2790         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
2791         and 2.6.x.
2792         (__format__, __printf__): Remove definitions.
2793         * lib/argp-fmtstream.h: Likewise.
2794         * lib/argp.h: Likewise.
2795         * lib/error.h: Likewise.
2796         * lib/vasnprintf.h: Likewise.
2797         * lib/xprintf.h: Likewise.
2798         * lib/xvasprintf.h: Likewise.
2799         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2800
2801 2010-01-18  Bruno Haible  <bruno@clisp.org>
2802
2803         Tests for module 'tanl'.
2804         * modules/tanl-tests: New file.
2805         * tests/test-tanl.c: New file.
2806
2807         Tests for module 'sqrtl'.
2808         * modules/sqrtl-tests: New file.
2809         * tests/test-sqrtl.c: New file.
2810
2811         Tests for module 'sinl'.
2812         * modules/sinl-tests: New file.
2813         * tests/test-sinl.c: New file.
2814
2815         Tests for module 'logl'.
2816         * modules/logl-tests: New file.
2817         * tests/test-logl.c: New file.
2818
2819         Tests for module 'expl'.
2820         * modules/expl-tests: New file.
2821         * tests/test-expl.c: New file.
2822
2823         Tests for module 'cosl'.
2824         * modules/cosl-tests: New file.
2825         * tests/test-cosl.c: New file.
2826
2827         Tests for module 'atanl'.
2828         * modules/atanl-tests: New file.
2829         * tests/test-atanl.c: New file.
2830
2831         Tests for module 'asinl'.
2832         * modules/asinl-tests: New file.
2833         * tests/test-asinl.c: New file.
2834
2835         Tests for module 'acosl'.
2836         * modules/acosl-tests: New file.
2837         * tests/test-acosl.c: New file.
2838
2839         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
2840         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
2841         tanl): Use the standard gnulib idiom.
2842         * lib/cosl.c: Don't include trigl.c and sincosl.c.
2843         * lib/sinl.c: Likewise.
2844         * lib/tanl.c: Don't include trigl.c.
2845         (kernel_tanl): Make static.
2846         * lib/sincosl.c: Include trigl.h first.
2847         * lib/trigl.c: Likewise.
2848         * m4/acosl.m4: New file.
2849         * m4/asinl.m4: New file.
2850         * m4/atanl.m4: New file.
2851         * m4/cosl.m4: New file.
2852         * m4/expl.m4: New file.
2853         * m4/logl.m4: New file.
2854         * m4/sinl.m4: New file.
2855         * m4/sqrtl.m4: New file.
2856         * m4/tanl.m4: New file.
2857         * m4/mathl.m4: Remove file.
2858         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
2859         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
2860         Don't initialize GNULIB_MATHL.
2861         * modules/acosl: New file.
2862         * modules/asinl: New file.
2863         * modules/atanl: New file.
2864         * modules/cosl: New file.
2865         * modules/expl: New file.
2866         * modules/logl: New file.
2867         * modules/sinl: New file.
2868         * modules/sqrtl: New file.
2869         * modules/tanl: New file.
2870         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
2871         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
2872         substitute GNULIB_MATHL.
2873         * modules/mathl: Rewritten.
2874         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
2875         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
2876         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
2877         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
2878         * doc/posix-functions/expl.texi: Mention the 'expl' module.
2879         * doc/posix-functions/logl.texi: Mention the 'logl' module.
2880         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
2881         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
2882         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
2883
2884 2010-01-18  Bruno Haible  <bruno@clisp.org>
2885
2886         sqrt: Make gl_FUNC_SQRT requirable.
2887         * m4/sqrt.m4: New file.
2888         * modules/sqrt (Files): Add it.
2889         (configure.ac): Invoke gl_FUNC_SQRT.
2890
2891 2010-01-18  Bruno Haible  <bruno@clisp.org>
2892
2893         New modules for common <math.h> functions.
2894         * m4/mathfunc.m4: New file.
2895         * modules/acos: New file.
2896         * modules/asin: New file.
2897         * modules/atan: New file.
2898         * modules/atan2: New file.
2899         * modules/cbrt: New file.
2900         * modules/copysign: New file.
2901         * modules/cos: New file.
2902         * modules/cosh: New file.
2903         * modules/erf: New file.
2904         * modules/erfc: New file.
2905         * modules/exp: New file.
2906         * modules/fabs: New file.
2907         * modules/fmod: New file.
2908         * modules/hypot: New file.
2909         * modules/j0: New file.
2910         * modules/j1: New file.
2911         * modules/jn: New file.
2912         * modules/ldexp: New file.
2913         * modules/lgamma: New file.
2914         * modules/log: New file.
2915         * modules/log10: New file.
2916         * modules/log1p: New file.
2917         * modules/logb: New file.
2918         * modules/modf: New file.
2919         * modules/nextafter: New file.
2920         * modules/pow: New file.
2921         * modules/remainder: New file.
2922         * modules/rint: New file.
2923         * modules/sin: New file.
2924         * modules/sinh: New file.
2925         * modules/sqrt: New file.
2926         * modules/tan: New file.
2927         * modules/tanh: New file.
2928         * modules/y0: New file.
2929         * modules/y1: New file.
2930         * modules/yn: New file.
2931         * doc/posix-functions/acos.texi: Mention the 'acos' module.
2932         * doc/posix-functions/asin.texi: Mention the 'asin' module.
2933         * doc/posix-functions/atan.texi: Mention the 'atan' module.
2934         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
2935         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
2936         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
2937         * doc/posix-functions/cos.texi: Mention the 'cos' module.
2938         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
2939         * doc/posix-functions/erf.texi: Mention the 'erf' module.
2940         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
2941         * doc/posix-functions/exp.texi: Mention the 'exp' module.
2942         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
2943         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
2944         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
2945         * doc/posix-functions/j0.texi: Mention the 'j0' module.
2946         * doc/posix-functions/j1.texi: Mention the 'j1' module.
2947         * doc/posix-functions/jn.texi: Mention the 'jn' module.
2948         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
2949         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
2950         * doc/posix-functions/log.texi: Mention the 'log' module.
2951         * doc/posix-functions/log10.texi: Mention the 'log10' module.
2952         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
2953         * doc/posix-functions/logb.texi: Mention the 'logb' module.
2954         * doc/posix-functions/modf.texi: Mention the 'modf' module.
2955         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
2956         * doc/posix-functions/pow.texi: Mention the 'pow' module.
2957         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
2958         * doc/posix-functions/rint.texi: Mention the 'rint' module.
2959         * doc/posix-functions/sin.texi: Mention the 'sin' module.
2960         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
2961         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
2962         * doc/posix-functions/tan.texi: Mention the 'tan' module.
2963         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
2964         * doc/posix-functions/y0.texi: Mention the 'y0' module.
2965         * doc/posix-functions/y1.texi: Mention the 'y1' module.
2966         * doc/posix-functions/yn.texi: Mention the 'yn' module.
2967
2968 2010-01-18  Jim Meyering  <meyering@redhat.com>
2969
2970         ignore-value: relax license to LGPLv2+
2971         * modules/ignore-value (License): Relax to LGPLv2+.
2972
2973         getdate: don't leak when TZ contains two or more '"'s
2974         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
2975         double quote in TZ after the first one.
2976
2977         readtokens: do not leak internal token_lengths buffer
2978         * lib/readtokens.c (readtokens): Free the local, lengths,
2979         when the supplied "token_lengths" parameter is NULL.
2980
2981 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2982
2983         Fix a couple of missing LIBTHREAD link failures on AIX.
2984         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
2985         $(LIBTHREAD).
2986         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
2987
2988         Link test-poll against INET_PTON_LIB.
2989         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
2990         for inet_pton on Solaris 10.
2991
2992 2010-01-17  Bruno Haible  <bruno@clisp.org>
2993
2994         unistdio/*-sprintf: Fix typo in module description.
2995         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
2996         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
2997         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
2998         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
2999         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
3000         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
3001         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
3002         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3003
3004 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3005
3006         gnulib-tool: fix filelist for AIX, HP-UX ksh.
3007         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
3008         variables in shell case patterns, for AIX and HP-UX ksh.
3009
3010         Split large sed scripts, for HP-UX sed.
3011         * modules/stdio: Split sed scripts around 50 sed commands,
3012         to avoid HP-UX limit of 99 commands, in the near future.
3013         * modules/string: Likewise.
3014         * modules/unistd: Likewise.
3015
3016         gnulib-tool: avoid writing in the current directory.
3017         * gnulib-tool (func_emit_lib_Makefile_am)
3018         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
3019         not in the current directory, so concurrent gnulib-tool
3020         instances do not interfere.
3021
3022 2010-01-16  Jim Meyering  <meyering@redhat.com>
3023
3024         doc: update users.txt
3025         * users.txt: Add grep.
3026         (diffutils, gzip): Update URLs.
3027
3028 2010-01-12  Bruno Haible  <bruno@clisp.org>
3029
3030         posix_spawn: Avoid test failure on Cygwin.
3031         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
3032         characters.
3033         Reported by Simon Josefsson.
3034
3035 2010-01-12  Bruno Haible  <bruno@clisp.org>
3036
3037         * tests/test-cond.c (main): When skipping the test, show the reason.
3038
3039 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3040
3041         * lib/striconv.c (str_cd_iconv): Avoid if before free.
3042
3043 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3044
3045         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
3046         VC_LIST_ALWAYS_EXCLUDE_REGEX.
3047
3048 2010-01-12  Eric Blake  <ebb9@byu.net>
3049
3050         build: guarantee AS_VAR_IF
3051         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
3052         (gl_AS_VAR_IF): Move...
3053         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
3054         Reported by Simon Josefsson.
3055
3056 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3057
3058         * lib/stdio.in.h: Fix typo.
3059
3060 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3061
3062         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
3063         libgpg-error.
3064
3065 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3066
3067         * tests/test-xalloc-die.sh: Use $EXEEXT.
3068
3069 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3070             Bruno Haible  <bruno@clisp.org>
3071
3072         getlogin, getlogin_r: Avoid test failure.
3073         * tests/test-getlogin.c: Include <stdio.h>.
3074         (main): Skip the test when the function fails because stdin is not a
3075         tty.
3076         * tests/test-getlogin_r.c: Include <stdio.h>.
3077         (main): Skip the test when the function fails because stdin is not a
3078         tty.
3079
3080 2010-01-11  Eric Blake  <ebb9@byu.net>
3081
3082         tests: avoid more large file warnings
3083         * tests/test-fflush.c: Avoid warning about ftell use.
3084         * tests/test-fseek.c: Avoid warning about fseek use.
3085
3086 2010-01-10  Bruno Haible  <bruno@clisp.org>
3087
3088         nproc: Work better on Linux when /proc and /sys are not mounted.
3089         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
3090         as lower bound when, on glibc/Linux systems,
3091         sysconf (_SC_NPROCESSORS_CONF) returns 1.
3092         Suggested by Pádraig Brady <P@draigbrady.com>.
3093         Reported by Dmitry V. Levin <ldv@altlinux.org>.
3094
3095         nproc: Refactor.
3096         * lib/nproc.c (num_processors_via_affinity_mask): New function,
3097         extracted from num_processors.
3098         (num_processors): Call it.
3099
3100 2010-01-11  Jim Meyering  <meyering@redhat.com>
3101
3102         utimecmp: avoid new warning from upcoming gcc-4.5.0
3103         * lib/utimecmp.c (BILLION): Define using #define rather than an
3104         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
3105
3106 2010-01-11  Eric Blake  <ebb9@byu.net>
3107
3108         math: add portability warnings for classification macros
3109         * modules/math (Depends-on): Add warn-on-use.
3110         (Makefile.am): Provide new substitutions.
3111         * m4/math_h.m4 (gl_MATH_H): Require inline.
3112         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
3113         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
3114         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
3115         implement warnings.
3116
3117         unistd: warn on use of environ without module
3118         * modules/unistd (Depends-on): Add warn-on-use.
3119         (Makefile.am): Provide new substitutions.
3120         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
3121         * lib/unistd.in.h (environ): Wrap with a warning helper function.
3122
3123         stdio: warn on suspicious uses
3124         * modules/stdio (Depends-on): Add warn-on-use.
3125         (Makefile.am): Provide new substitutions.
3126         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
3127         fseeko.
3128         * lib/stdio.in.h (gets): Always warn on use.
3129         (fseek, ftell): Adjust when warnings are issued, and honor
3130         _GL_NO_LARGE_FILES as a way to silence the warning.
3131         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
3132         any warning about large file offsets.
3133         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
3134         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
3135         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
3136         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
3137         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
3138         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
3139         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
3140         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
3141
3142         warn-on-use: new module
3143         * modules/warn-on-use: New file.
3144         * build-aux/warn-on-use.h: Likewise.
3145         * m4/warn-on-use.m4: Likewise.
3146         * MODULES.html.sh (Support for building): Mention it.
3147
3148 2010-01-10  Bruno Haible  <bruno@clisp.org>
3149
3150         Tests for module 'unistr/u32-strdup'.
3151         * modules/unistr/u32-strdup-tests: New file.
3152         * tests/unistr/test-u32-strdup.c: New file.
3153
3154         Tests for module 'unistr/u16-strdup'.
3155         * modules/unistr/u16-strdup-tests: New file.
3156         * tests/unistr/test-u16-strdup.c: New file.
3157
3158         Tests for module 'unistr/u8-strdup'.
3159         * modules/unistr/u8-strdup-tests: New file.
3160         * tests/unistr/test-u8-strdup.c: New file.
3161         * tests/unistr/test-strdup.h: New file.
3162
3163         Tests for module 'unistr/u32-strncmp'.
3164         * modules/unistr/u32-strncmp-tests: New file.
3165         * tests/unistr/test-u32-strncmp.c: New file.
3166
3167         Tests for module 'unistr/u16-strncmp'.
3168         * modules/unistr/u16-strncmp-tests: New file.
3169         * tests/unistr/test-u16-strncmp.c: New file.
3170
3171         Tests for module 'unistr/u8-strncmp'.
3172         * modules/unistr/u8-strncmp-tests: New file.
3173         * tests/unistr/test-u8-strncmp.c: New file.
3174         * tests/unistr/test-strncmp.h: New file.
3175
3176         Tests for module 'unistr/u32-strcoll'.
3177         * modules/unistr/u32-strcoll-tests: New file.
3178         * tests/unistr/test-u32-strcoll.c: New file.
3179
3180         Tests for module 'unistr/u16-strcoll'.
3181         * modules/unistr/u16-strcoll-tests: New file.
3182         * tests/unistr/test-u16-strcoll.c: New file.
3183
3184         Tests for module 'unistr/u8-strcoll'.
3185         * modules/unistr/u8-strcoll-tests: New file.
3186         * tests/unistr/test-u8-strcoll.c: New file.
3187
3188         Tests for module 'unistr/u32-strcmp'.
3189         * modules/unistr/u32-strcmp-tests: New file.
3190         * tests/unistr/test-u32-strcmp.c: New file.
3191         * tests/unistr/test-u32-strcmp.h: New file.
3192
3193         Tests for module 'unistr/u16-strcmp'.
3194         * modules/unistr/u16-strcmp-tests: New file.
3195         * tests/unistr/test-u16-strcmp.c: New file.
3196         * tests/unistr/test-u16-strcmp.h: New file.
3197
3198         Tests for module 'unistr/u8-strcmp'.
3199         * modules/unistr/u8-strcmp-tests: New file.
3200         * tests/unistr/test-u8-strcmp.c: New file.
3201         * tests/unistr/test-u8-strcmp.h: New file.
3202         * tests/unistr/test-strcmp.h: New file.
3203
3204         Tests for module 'unistr/u32-strncat'.
3205         * modules/unistr/u32-strncat-tests: New file.
3206         * tests/unistr/test-u32-strncat.c: New file.
3207
3208         Tests for module 'unistr/u16-strncat'.
3209         * modules/unistr/u16-strncat-tests: New file.
3210         * tests/unistr/test-u16-strncat.c: New file.
3211
3212         Tests for module 'unistr/u8-strncat'.
3213         * modules/unistr/u8-strncat-tests: New file.
3214         * tests/unistr/test-u8-strncat.c: New file.
3215         * tests/unistr/test-strncat.h: New file.
3216
3217         Tests for module 'unistr/u32-strcat'.
3218         * modules/unistr/u32-strcat-tests: New file.
3219         * tests/unistr/test-u32-strcat.c: New file.
3220
3221         Tests for module 'unistr/u16-strcat'.
3222         * modules/unistr/u16-strcat-tests: New file.
3223         * tests/unistr/test-u16-strcat.c: New file.
3224
3225         Tests for module 'unistr/u8-strcat'.
3226         * modules/unistr/u8-strcat-tests: New file.
3227         * tests/unistr/test-u8-strcat.c: New file.
3228         * tests/unistr/test-strcat.h: New file.
3229
3230         Tests for module 'unistr/u32-stpncpy'.
3231         * modules/unistr/u32-stpncpy-tests: New file.
3232         * tests/unistr/test-u32-stpncpy.c: New file.
3233
3234         Tests for module 'unistr/u16-stpncpy'.
3235         * modules/unistr/u16-stpncpy-tests: New file.
3236         * tests/unistr/test-u16-stpncpy.c: New file.
3237
3238         Tests for module 'unistr/u8-stpncpy'.
3239         * modules/unistr/u8-stpncpy-tests: New file.
3240         * tests/unistr/test-u8-stpncpy.c: New file.
3241         * tests/unistr/test-stpncpy.h: New file.
3242
3243         Tests for module 'unistr/u32-strncpy'.
3244         * modules/unistr/u32-strncpy-tests: New file.
3245         * tests/unistr/test-u32-strncpy.c: New file.
3246
3247         Tests for module 'unistr/u16-strncpy'.
3248         * modules/unistr/u16-strncpy-tests: New file.
3249         * tests/unistr/test-u16-strncpy.c: New file.
3250
3251         Tests for module 'unistr/u8-strncpy'.
3252         * modules/unistr/u8-strncpy-tests: New file.
3253         * tests/unistr/test-u8-strncpy.c: New file.
3254         * tests/unistr/test-strncpy.h: New file.
3255
3256         Tests for module 'unistr/u32-stpcpy'.
3257         * modules/unistr/u32-stpcpy-tests: New file.
3258         * tests/unistr/test-u32-stpcpy.c: New file.
3259
3260         Tests for module 'unistr/u16-stpcpy'.
3261         * modules/unistr/u16-stpcpy-tests: New file.
3262         * tests/unistr/test-u16-stpcpy.c: New file.
3263
3264         Tests for module 'unistr/u8-stpcpy'.
3265         * modules/unistr/u8-stpcpy-tests: New file.
3266         * tests/unistr/test-u8-stpcpy.c: New file.
3267         * tests/unistr/test-stpcpy.h: New file.
3268
3269         Tests for module 'unistr/u32-strcpy'.
3270         * modules/unistr/u32-strcpy-tests: New file.
3271         * tests/unistr/test-u32-strcpy.c: New file.
3272
3273         Tests for module 'unistr/u16-strcpy'.
3274         * modules/unistr/u16-strcpy-tests: New file.
3275         * tests/unistr/test-u16-strcpy.c: New file.
3276
3277         Tests for module 'unistr/u8-strcpy'.
3278         * modules/unistr/u8-strcpy-tests: New file.
3279         * tests/unistr/test-u8-strcpy.c: New file.
3280         * tests/unistr/test-strcpy.h: New file.
3281
3282         Tests for module 'unistr/u32-strnlen'.
3283         * modules/unistr/u32-strnlen-tests: New file.
3284         * tests/unistr/test-u32-strnlen.c: New file.
3285
3286         Tests for module 'unistr/u16-strnlen'.
3287         * modules/unistr/u16-strnlen-tests: New file.
3288         * tests/unistr/test-u16-strnlen.c: New file.
3289
3290         Tests for module 'unistr/u8-strnlen'.
3291         * modules/unistr/u8-strnlen-tests: New file.
3292         * tests/unistr/test-u8-strnlen.c: New file.
3293         * tests/unistr/test-strnlen.h: New file.
3294
3295         Tests for module 'unistr/u32-strlen'.
3296         * modules/unistr/u32-strlen-tests: New file.
3297         * tests/unistr/test-u32-strlen.c: New file.
3298
3299         Tests for module 'unistr/u16-strlen'.
3300         * modules/unistr/u16-strlen-tests: New file.
3301         * tests/unistr/test-u16-strlen.c: New file.
3302
3303         Tests for module 'unistr/u8-strlen'.
3304         * modules/unistr/u8-strlen-tests: New file.
3305         * tests/unistr/test-u8-strlen.c: New file.
3306
3307         Tests for module 'unistr/u32-prev'.
3308         * modules/unistr/u32-prev-tests: New file.
3309         * tests/unistr/test-u32-prev.c: New file.
3310
3311         Tests for module 'unistr/u16-prev'.
3312         * modules/unistr/u16-prev-tests: New file.
3313         * tests/unistr/test-u16-prev.c: New file.
3314
3315         Tests for module 'unistr/u8-prev'.
3316         * modules/unistr/u8-prev-tests: New file.
3317         * tests/unistr/test-u8-prev.c: New file.
3318
3319         Tests for module 'unistr/u32-next'.
3320         * modules/unistr/u32-next-tests: New file.
3321         * tests/unistr/test-u32-next.c: New file.
3322
3323         Tests for module 'unistr/u16-next'.
3324         * modules/unistr/u16-next-tests: New file.
3325         * tests/unistr/test-u16-next.c: New file.
3326
3327         Tests for module 'unistr/u8-next'.
3328         * modules/unistr/u8-next-tests: New file.
3329         * tests/unistr/test-u8-next.c: New file.
3330
3331         Tests for module 'unistr/u32-strmbtouc'.
3332         * modules/unistr/u32-strmbtouc-tests: New file.
3333         * tests/unistr/test-u32-strmbtouc.c: New file.
3334
3335         Tests for module 'unistr/u16-strmbtouc'.
3336         * modules/unistr/u16-strmbtouc-tests: New file.
3337         * tests/unistr/test-u16-strmbtouc.c: New file.
3338
3339         Tests for module 'unistr/u8-strmbtouc'.
3340         * modules/unistr/u8-strmbtouc-tests: New file.
3341         * tests/unistr/test-u8-strmbtouc.c: New file.
3342
3343         Tests for module 'unistr/u32-strmblen'.
3344         * modules/unistr/u32-strmblen-tests: New file.
3345         * tests/unistr/test-u32-strmblen.c: New file.
3346
3347         Tests for module 'unistr/u16-strmblen'.
3348         * modules/unistr/u16-strmblen-tests: New file.
3349         * tests/unistr/test-u16-strmblen.c: New file.
3350
3351         Tests for module 'unistr/u8-strmblen'.
3352         * modules/unistr/u8-strmblen-tests: New file.
3353         * tests/unistr/test-u8-strmblen.c: New file.
3354
3355         Tests for module 'unistr/u32-cpy-alloc'.
3356         * modules/unistr/u32-cpy-alloc-tests: New file.
3357         * tests/unistr/test-u32-cpy-alloc.c: New file.
3358
3359         Tests for module 'unistr/u16-cpy-alloc'.
3360         * modules/unistr/u16-cpy-alloc-tests: New file.
3361         * tests/unistr/test-u16-cpy-alloc.c: New file.
3362
3363         Tests for module 'unistr/u8-cpy-alloc'.
3364         * modules/unistr/u8-cpy-alloc-tests: New file.
3365         * tests/unistr/test-u8-cpy-alloc.c: New file.
3366         * tests/unistr/test-cpy-alloc.h: New file.
3367
3368         Tests for module 'unistr/u32-mbsnlen'.
3369         * modules/unistr/u32-mbsnlen-tests: New file.
3370         * tests/unistr/test-u32-mbsnlen.c: New file.
3371
3372         Tests for module 'unistr/u16-mbsnlen'.
3373         * modules/unistr/u16-mbsnlen-tests: New file.
3374         * tests/unistr/test-u16-mbsnlen.c: New file.
3375
3376         Tests for module 'unistr/u8-mbsnlen'.
3377         * modules/unistr/u8-mbsnlen-tests: New file.
3378         * tests/unistr/test-u8-mbsnlen.c: New file.
3379
3380         Tests for module 'unistr/u32-chr'.
3381         * modules/unistr/u32-chr-tests: New file.
3382         * tests/unistr/test-u32-chr.c: New file.
3383
3384         Tests for module 'unistr/u16-chr'.
3385         * modules/unistr/u16-chr-tests: New file.
3386         * tests/unistr/test-u16-chr.c: New file.
3387
3388         Tests for module 'unistr/u8-chr'.
3389         * modules/unistr/u8-chr-tests: New file.
3390         * tests/unistr/test-u8-chr.c: New file.
3391         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
3392
3393         Tests for module 'unistr/u32-cmp2'.
3394         * modules/unistr/u32-cmp2-tests: New file.
3395         * tests/unistr/test-u32-cmp2.c: New file.
3396
3397         Tests for module 'unistr/u16-cmp2'.
3398         * modules/unistr/u16-cmp2-tests: New file.
3399         * tests/unistr/test-u16-cmp2.c: New file.
3400
3401         Tests for module 'unistr/u8-cmp2'.
3402         * modules/unistr/u8-cmp2-tests: New file.
3403         * tests/unistr/test-u8-cmp2.c: New file.
3404         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
3405
3406         Tests for module 'unistr/u32-cmp'.
3407         * modules/unistr/u32-cmp-tests: New file.
3408         * tests/unistr/test-u32-cmp.c: New file.
3409
3410         Tests for module 'unistr/u16-cmp'.
3411         * modules/unistr/u16-cmp-tests: New file.
3412         * tests/unistr/test-u16-cmp.c: New file.
3413
3414         Tests for module 'unistr/u8-cmp'.
3415         * modules/unistr/u8-cmp-tests: New file.
3416         * tests/unistr/test-u8-cmp.c: New file.
3417         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
3418
3419         Tests for module 'unistr/u32-set'.
3420         * modules/unistr/u32-set-tests: New file.
3421         * tests/unistr/test-u32-set.c: New file.
3422
3423         Tests for module 'unistr/u16-set'.
3424         * modules/unistr/u16-set-tests: New file.
3425         * tests/unistr/test-u16-set.c: New file.
3426
3427         Tests for module 'unistr/u8-set'.
3428         * modules/unistr/u8-set-tests: New file.
3429         * tests/unistr/test-u8-set.c: New file.
3430         * tests/unistr/test-set.h: New file.
3431
3432         Tests for module 'unistr/u32-move'.
3433         * modules/unistr/u32-move-tests: New file.
3434         * tests/unistr/test-u32-move.c: New file.
3435
3436         Tests for module 'unistr/u16-move'.
3437         * modules/unistr/u16-move-tests: New file.
3438         * tests/unistr/test-u16-move.c: New file.
3439
3440         Tests for module 'unistr/u8-move'.
3441         * modules/unistr/u8-move-tests: New file.
3442         * tests/unistr/test-u8-move.c: New file.
3443         * tests/unistr/test-move.h: New file.
3444
3445         Tests for module 'unistr/u32-cpy'.
3446         * modules/unistr/u32-cpy-tests: New file.
3447         * tests/unistr/test-u32-cpy.c: New file.
3448
3449         Tests for module 'unistr/u16-cpy'.
3450         * modules/unistr/u16-cpy-tests: New file.
3451         * tests/unistr/test-u16-cpy.c: New file.
3452
3453         Tests for module 'unistr/u8-cpy'.
3454         * modules/unistr/u8-cpy-tests: New file.
3455         * tests/unistr/test-u8-cpy.c: New file.
3456         * tests/unistr/test-cpy.h: New file.
3457
3458 2010-01-09  Bruno Haible  <bruno@clisp.org>
3459
3460         Tests for module 'unistr/u32-uctomb'.
3461         * modules/unistr/u32-uctomb-tests: New file.
3462         * tests/unistr/test-u32-uctomb.c: New file.
3463
3464         Tests for module 'unistr/u16-uctomb'.
3465         * modules/unistr/u16-uctomb-tests: New file.
3466         * tests/unistr/test-u16-uctomb.c: New file.
3467
3468         Tests for module 'unistr/u8-uctomb'.
3469         * modules/unistr/u8-uctomb-tests: New file.
3470         * tests/unistr/test-u8-uctomb.c: New file.
3471
3472         Tests for module 'unistr/u32-mbtoucr'.
3473         * modules/unistr/u32-mbtoucr-tests: New file.
3474         * tests/unistr/test-u32-mbtoucr.c: New file.
3475
3476         Tests for module 'unistr/u16-mbtoucr'.
3477         * modules/unistr/u16-mbtoucr-tests: New file.
3478         * tests/unistr/test-u16-mbtoucr.c: New file.
3479
3480         Tests for module 'unistr/u8-mbtoucr'.
3481         * modules/unistr/u8-mbtoucr-tests: New file.
3482         * tests/unistr/test-u8-mbtoucr.c: New file.
3483
3484         Tests for module 'unistr/u32-mbtouc'.
3485         * modules/unistr/u32-mbtouc-tests: New file.
3486         * tests/unistr/test-u32-mbtouc.c: New file.
3487
3488         Tests for module 'unistr/u16-mbtouc'.
3489         * modules/unistr/u16-mbtouc-tests: New file.
3490         * tests/unistr/test-u16-mbtouc.c: New file.
3491
3492         Tests for module 'unistr/u8-mbtouc'.
3493         * modules/unistr/u8-mbtouc-tests: New file.
3494         * tests/unistr/test-u8-mbtouc.c: New file.
3495
3496         Tests for module 'unistr/u32-mbtouc-unsafe'.
3497         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
3498         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
3499         * tests/unistr/test-u32-mbtouc.h: New file.
3500
3501         Tests for module 'unistr/u16-mbtouc-unsafe'.
3502         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
3503         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
3504         * tests/unistr/test-u16-mbtouc.h: New file.
3505
3506         Tests for module 'unistr/u8-mbtouc-unsafe'.
3507         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
3508         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
3509         * tests/unistr/test-u8-mbtouc.h: New file.
3510
3511         Tests for module 'unistr/u32-mblen'.
3512         * modules/unistr/u32-mblen-tests: New file.
3513         * tests/unistr/test-u32-mblen.c: New file.
3514
3515         Tests for module 'unistr/u16-mblen'.
3516         * modules/unistr/u16-mblen-tests: New file.
3517         * tests/unistr/test-u16-mblen.c: New file.
3518
3519         Tests for module 'unistr/u8-mblen'.
3520         * modules/unistr/u8-mblen-tests: New file.
3521         * tests/unistr/test-u8-mblen.c: New file.
3522
3523         Tests for module 'unistr/u32-to-u16'.
3524         * modules/unistr/u32-to-u16-tests: New file.
3525         * tests/unistr/test-u32-to-u16.c: New file.
3526
3527         Tests for module 'unistr/u32-to-u8'.
3528         * modules/unistr/u32-to-u8-tests: New file.
3529         * tests/unistr/test-u32-to-u8.c: New file.
3530
3531         Tests for module 'unistr/u16-to-u32'.
3532         * modules/unistr/u16-to-u32-tests: New file.
3533         * tests/unistr/test-u16-to-u32.c: New file.
3534
3535         Tests for module 'unistr/u16-to-u8'.
3536         * modules/unistr/u16-to-u8-tests: New file.
3537         * tests/unistr/test-u16-to-u8.c: New file.
3538
3539         Tests for module 'unistr/u8-to-u32'.
3540         * modules/unistr/u8-to-u32-tests: New file.
3541         * tests/unistr/test-u8-to-u32.c: New file.
3542
3543         Tests for module 'unistr/u8-to-u16'.
3544         * modules/unistr/u8-to-u16-tests: New file.
3545         * tests/unistr/test-u8-to-u16.c: New file.
3546
3547         Tests for module 'unistr/u32-check'.
3548         * modules/unistr/u32-check-tests: New file.
3549         * tests/unistr/test-u32-check.c: New file.
3550
3551         Tests for module 'unistr/u16-check'.
3552         * modules/unistr/u16-check-tests: New file.
3553         * tests/unistr/test-u16-check.c: New file.
3554
3555         Tests for module 'unistr/u8-check'.
3556         * modules/unistr/u8-check-tests: New file.
3557         * tests/unistr/test-u8-check.c: New file.
3558
3559         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
3560         (category_equals): New function.
3561         (main): Add more tests.
3562         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
3563
3564         * tests/unictype/test-bidi_byname.c (main): Add more tests.
3565
3566 2010-01-10  Bruno Haible  <bruno@clisp.org>
3567
3568         unistr/u*-strcoll: Try harder to distinguish different strings.
3569         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
3570         compare s1 and s2 to see if they are different.
3571
3572 2010-01-10  Bruno Haible  <bruno@clisp.org>
3573
3574         unistr/u*-stpncpy: Fix the return value.
3575         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
3576         description of the return value consistent with stpncpy in glibc.
3577         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
3578         written non-NUL unit.
3579
3580 2010-01-10  Bruno Haible  <bruno@clisp.org>
3581
3582         unistr/u*-next: Add missing dependencies.
3583         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
3584         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
3585         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
3586
3587 2010-01-10  Bruno Haible  <bruno@clisp.org>
3588
3589         unistr/u8-mbsnlen: Fix return value for incomplete character.
3590         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
3591         u8_mblen.
3592         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
3593         Remove unistr/u8-mblen.
3594         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
3595         u16_mblen.
3596         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
3597         Remove unistr/u16-mblen.
3598
3599 2010-01-10  Bruno Haible  <bruno@clisp.org>
3600
3601         wchar: Fix compilation error when <wchar.h> is used from coreutils.
3602         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
3603         Reported by Brian Gough <bjg@gnu.org> and
3604         Chris Clayton <chris2553@googlemail.com> via
3605         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
3606
3607 2010-01-09  Bruno Haible  <bruno@clisp.org>
3608
3609         unistr/u16-to-u32: Reject invalid input.
3610         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
3611         u16_mbtouc.
3612         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
3613         Remove unistr/u16-mbtouc.
3614
3615         unistr/u16-to-u8: Reject invalid input.
3616         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
3617         u16_mbtouc.
3618         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
3619         Remove unistr/u16-mbtouc.
3620
3621         unistr/u8-to-u32: Reject invalid input.
3622         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
3623         u8_mbtouc.
3624         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
3625         Remove unistr/u8-mbtouc.
3626
3627         unistr/u8-to-u16: Reject invalid input.
3628         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
3629         u8_mbtouc.
3630         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
3631         Remove unistr/u8-mbtouc.
3632
3633 2010-01-09  Bruno Haible  <bruno@clisp.org>
3634
3635         Tests for module 'getlogin'.
3636         * modules/getlogin-tests: New file.
3637         * tests/test-getlogin.c: New file.
3638
3639         New module 'getlogin'.
3640         * lib/unistd.in.h (getlogin): New declaration.
3641         * lib/getlogin.c: New file.
3642         * m4/getlogin.m4: New file.
3643         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
3644         HAVE_GETLOGIN.
3645         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
3646         HAVE_GETLOGIN.
3647         * modules/getlogin: New file.
3648         * doc/posix-functions/getlogin.texi: Mention the new module.
3649         Reported by John W. Eaton <jwe@gnu.org>.
3650
3651 2010-01-09  Bruno Haible  <bruno@clisp.org>
3652
3653         getlogin_r: Support for native Windows.
3654         * lib/getlogin_r.c: Include <windows.h>
3655         (getlogin_r): Implement for native Windows.
3656         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
3657         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
3658         via John W. Eaton <jwe@gnu.org>.
3659
3660 2010-01-09  Bruno Haible  <bruno@clisp.org>
3661
3662         getlogin_r: Small fixes.
3663         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
3664         succeeds.
3665         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
3666         before testing whether getlogin_r is declared. No need to set
3667         HAVE_DECL_GETLOGIN_R to 1.
3668         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
3669
3670 2010-01-09  Bruno Haible  <bruno@clisp.org>
3671
3672         * lib/unistd.in.h (getlogin_r): Add comment.
3673
3674 2010-01-09  Bruno Haible  <bruno@clisp.org>
3675
3676         Tests for module 'getlogin_r'.
3677         * modules/getlogin_r-tests: New file.
3678         * tests/test-getlogin_r.c: New file.
3679
3680 2010-01-09  Jim Meyering  <meyering@redhat.com>
3681
3682         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
3683         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
3684         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
3685
3686 2010-01-08  Simon Josefsson  <simon@josefsson.org>
3687
3688         * lib/dup2.c (rpl_dup2): Improve comment.
3689
3690 2010-01-08  Eric Blake  <ebb9@byu.net>
3691
3692         maint.mk: allow packages to add makefile @@ exceptions
3693         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
3694         (sc_makefile_check): Rename...
3695         (sc_makefile_at_at_check): ...to this, and use hook.
3696
3697         dup2: work around mingw bug
3698         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
3699         Reported by Simon Josefsson.
3700
3701 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
3702
3703         glob: Fix C++ compilation.
3704         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
3705         C++.
3706
3707 2010-01-07  Bruno Haible  <bruno@clisp.org>
3708
3709         Fix indentation of wctype.in.h, broken since 2007-01-06.
3710         * lib/wctype.in.h: Fix indentation of preprocessor directives.
3711
3712 2010-01-07  Bruno Haible  <bruno@clisp.org>
3713
3714         mbslen: Avoid collision with system function.
3715         * lib/string.in.h [MirBSD]: Include <wchar.h>.
3716         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
3717         * m4/mbslen.m4: New file.
3718         * modules/mbslen (Files): Add it.
3719         (configure.ac): Invoke gl_MBSLEN.
3720         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
3721         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
3722         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
3723         via Ian Beckwith <ianb@erislabs.net>.
3724
3725 2010-01-07  Bruno Haible  <bruno@clisp.org>
3726
3727         dirent: Document the last fix.
3728         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
3729
3730 2010-01-07  Bruno Haible  <bruno@clisp.org>
3731
3732         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
3733         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
3734         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
3735         va_list are defined.
3736         * doc/posix-headers/stdio.texi: Document the bug of missing types.
3737         Reported by Eric Blake.
3738
3739 2010-01-07  Bruno Haible  <bruno@clisp.org>
3740
3741         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
3742         * modules/xlist (Depends-on): Add 'list',
3743         * modules/xoset (Depends-on): Add 'oset'.
3744         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3745
3746 2010-01-07  Bruno Haible  <bruno@clisp.org>
3747
3748         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
3749         * doc/posix-functions/strncasecmp.texi: Likewise.
3750
3751 2010-01-07  Bruno Haible  <bruno@clisp.org>
3752
3753         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
3754
3755 2010-01-07  John W. Eaton  <jwe@octave.org>
3756
3757         wctype: allow C++ use
3758         * lib/wctype.in.h: Add extern "C" block for C++.
3759
3760 2010-01-06  Eric Blake  <ebb9@byu.net>
3761
3762         maint.mk: detect incorrect GFDL usage
3763         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
3764
3765 2010-01-06  Jim Meyering  <meyering@redhat.com>
3766         and Eric Blake  <ebb9@byu.net>
3767
3768         maint.mk: ignore multi-line copyright in NEWS
3769         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
3770
3771 2010-01-06  Eric Blake  <ebb9@byu.net>
3772
3773         select: add missing dependency
3774         * modules/select-tests (Depends-on): Move sockets dependency...
3775         * modules/select (Depends-on): ...here.
3776         Reported by Ian Beckwith.
3777
3778         doc: regenerate INSTALL
3779         * doc/INSTALL: Reflect recent autoconf update.
3780         * doc/INSTALL.ISO: Likewise.
3781         * doc/INSTALL.UTF-8: Likewise.
3782
3783         pread: fix compilation on glibc
3784         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
3785         Reported by Ralf Wildenhues.
3786
3787         dirent: fix test failure
3788         * lib/dirent.in.h (includes): Guarantee ino_t.
3789         Reported by Ralf Wildenhues.
3790
3791 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
3792
3793         linkat, renameat: avoid bad free
3794         * lib/at-func2.c (at_func2): Fix typo.
3795         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
3796
3797 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3798
3799         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
3800         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
3801         to avoid failure of symlink test later.
3802
3803 2010-01-06  Eric Blake  <ebb9@byu.net>
3804
3805         stdio, unistd: guarantee ssize_t
3806         * lib/unistd.in.h (includes): Ensure that types required by POSIX
3807         2008 are exposed when needed.
3808         * lib/stdio.in.h (includes): Likewise.
3809         Reported by Ralf Wildenhues.
3810
3811 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
3812
3813         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
3814         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
3815         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
3816
3817 2010-01-06  Jim Meyering  <meyering@redhat.com>
3818
3819         readtokens: this module *does* require xalloc.h
3820         It uses only functions that were omitted by the old syntax-check rule.
3821         * lib/readtokens.c: Include "xalloc.h" once again.
3822         * modules/readtokens (Depends-on): Add xalloc.
3823         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
3824
3825 2010-01-05  Eric Blake  <ebb9@byu.net>
3826
3827         maint: support 'make announcement' from a VPATH build
3828         * top/maint.mk (announcement): Look for correct NEWS file.
3829
3830 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
3831
3832         utimens (fdutimens): ignore a negative FD, per contract
3833         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
3834         when we have a valid file descriptor.  Otherwise, using a brand
3835         new glibc (with just-patched futimens that now fails with EBADF)
3836         would cause this function to fail with ENOSYS.
3837         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
3838         See also http://bugzilla.redhat.com/552320.
3839
3840 2010-01-05  Eric Blake  <ebb9@byu.net>
3841
3842         strcase: document what it provides
3843         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
3844         gnulib module.
3845         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
3846         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
3847
3848 2010-01-05  Jim Meyering  <meyering@redhat.com>
3849
3850         maint: remove useless inclusions of "xalloc.h"
3851         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
3852         * lib/readtokens.c: Likewise.
3853         * lib/same.c: Likewise.
3854         * modules/getloadavg (Depends-on): Remove xalloc.
3855         * modules/readtokens: Likewise.
3856         * modules/same: Likewise.
3857
3858         maint.mk: include 4 more function names in alloca.h-checking regexp
3859         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
3860         regexp.  Before, we would give a false-positive (saying alloca.h
3861         is included unnecessarily) when the only uses involved omitted symbols.
3862
3863         xalloc.h: use consistent formatting
3864         * lib/xalloc.h: Move declarations to start in the first column.
3865
3866 2010-01-05  Eric Blake  <ebb9@byu.net>
3867
3868         mkdir: avoid xalloc
3869         * lib/mkdir.c (includes): Drop unused header.
3870         Reported by John W. Eaton.
3871
3872 2010-01-04  Jim Meyering  <meyering@redhat.com>
3873
3874         nl_langinfo: avoid configure-time syntax error
3875         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
3876         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
3877         the empty string.  Don't let that provoke a shell syntax error.
3878
3879         regcomp, regexec, fnmatch: avoid array bounds read error
3880         * lib/regcomp.c (build_equiv_class): From glibc:
3881         Use only the low 24 bits of a findidx return value as an index
3882         into the weights array.  Patch by Ulrich Drepper:
3883         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
3884         * lib/regexec.c (check_node_accept_bytes): Likewise.
3885         * lib/fnmatch_loop.c (FCT): Likewise.
3886
3887         regcomp: skip collseq lookup when there are no rules
3888         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
3889         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
3890
3891         regcomp: recognize ill-formed { } expressions
3892         * lib/regcomp.c (parse_dup_op): From glibc:
3893         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
3894
3895         regcomp: fix typo in comment
3896         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
3897         s/satisfy/satisfies/.
3898
3899         regcomp: sync from glibc: remove dead store
3900         * lib/regcomp.c (duplicate_node_closure): Remove useless
3901         search_duplicated_node call and dead store.
3902
3903         regcomp: sync from glibc; always use nl_langinfo
3904         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
3905         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
3906         * modules/regex (Depends-on): Add nl_langinfo.
3907
3908 2010-01-04  Eric Blake  <ebb9@byu.net>
3909
3910         fdopendir: fix configure test
3911         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
3912
3913 2010-01-01  Bruno Haible  <bruno@clisp.org>
3914
3915         wchar: Remove unused configure check.
3916         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
3917
3918 2010-01-01  Eric Blake  <ebb9@byu.net>
3919
3920         headers: make check of system header explicit
3921         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
3922         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
3923         ourselves.
3924         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
3925         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3926         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
3927         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
3928         internals.
3929         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
3930         missing.
3931         Suggested by Bruno Haible.
3932
3933 2010-01-01  Jim Meyering  <meyering@redhat.com>
3934
3935         ChangeLog: tweak to eliminate unnecessary copyright line
3936         * ChangeLog: Remove a copyright line that was mistakenly updated
3937         by today's update-copyright run.  Reported by Eric Blake.
3938
3939         test-update-copyright: don't let envvar setting cause test failure
3940         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
3941
3942 2010-01-01  Bruno Haible  <bruno@clisp.org>
3943
3944         localename: Avoid gcc warning.
3945         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
3946         function if it is not used.
3947
3948 2010-01-01  Jim Meyering  <meyering@redhat.com>
3949
3950         update nearly all FSF copyright year lists to include 2010
3951         Use the same procedure as for 2009, outlined in
3952         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
3953
3954         version-etc: set COPYRIGHT_YEAR to 2010
3955         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
3956
3957 2009-12-31  Eric Blake  <ebb9@byu.net>
3958
3959         doc: correct availability of cygwin 1.5.x getopt
3960         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
3961         variables.
3962         * doc/posix-functions/opterr.texi (opterr): Likewise.
3963         * doc/posix-functions/optind.texi (optind): Likewise.
3964         * doc/posix-functions/optopt.texi (optopt): Likewise.
3965         * doc/posix-functions/tzname.texi (tzname): Likewise.
3966
3967         openat: update maintainer
3968         * modules/openat (Maintainer): Add myself.
3969
3970         utimens: avoid shadowing warning
3971         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
3972         buffers into one, to avoid shadowing, as well as avoiding a
3973         redundant stat.
3974         Reported by Jim Meyering.
3975
3976         test-dup2: avoid compiler warning
3977         * tests/test-dup2.c (is_inheritable): Only define if used.
3978
3979 2010-01-01  Bruno Haible  <bruno@clisp.org>
3980
3981         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
3982         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
3983         defined, use wctomb instead of wcrtomb.
3984
3985 2010-01-01  Bruno Haible  <bruno@clisp.org>
3986
3987         iconv: Reject native Solaris iconv.
3988         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
3989         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
3990
3991 2009-12-31  Bruno Haible  <bruno@clisp.org>
3992
3993         * tests/test-signal.c (main): Remove test of 'SIG'.
3994
3995 2009-12-31  Bruno Haible  <bruno@clisp.org>
3996
3997         spawn: Fix incomplete fix.
3998         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
3999         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4000         warnings for GNULIB_POSIXCHECK again.
4001         Reported by Eric Blake.
4002
4003 2009-12-31  Bruno Haible  <bruno@clisp.org>
4004
4005         Avoid namespace pollution on glibc systems.
4006         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
4007         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
4008         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
4009         glibc systems.
4010
4011 2009-12-31  Bruno Haible  <bruno@clisp.org>
4012
4013         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
4014         (gl_REPLACE_WCHAR_H): Turn into a no-op.
4015         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
4016         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
4017         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
4018         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
4019         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
4020
4021 2009-12-31  Bruno Haible  <bruno@clisp.org>
4022
4023         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
4024         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
4025         afterwards.
4026
4027 2009-12-31  Bruno Haible  <bruno@clisp.org>
4028
4029         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
4030         SYS_UTSNAME_H.
4031
4032 2009-12-31  Bruno Haible  <bruno@clisp.org>
4033
4034         spawn: Fix misapplied patch.
4035         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4036         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4037         warnings for GNULIB_POSIXCHECK.
4038
4039 2009-12-31  Bruno Haible  <bruno@clisp.org>
4040
4041         times: Update after sys_times changed.
4042         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
4043         * modules/times (Files): Add it.
4044         (configure.ac): Invoke gl_FUNC_TIMES.
4045
4046 2009-12-31  Bruno Haible  <bruno@clisp.org>
4047
4048         Use AC_C_INLINE where necessary.
4049         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
4050         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
4051         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
4052         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
4053         * m4/mbfile.m4 (gl_MBFILE): Likewise.
4054         * m4/mbiter.m4 (gl_MBITER): Likewise.
4055         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4056         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
4057         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
4058         * modules/u64 (configure.ac): Likewise.
4059
4060 2009-12-31  Bruno Haible  <bruno@clisp.org>
4061
4062         Use AC_C_INLINE instead of module 'inline' where possible.
4063         * modules/inline (Description): Clarify purpose.
4064         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
4065         * modules/count-one-bits (Depends-on): Remove inline.
4066         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
4067         * modules/openat (Depends-on): Remove inline.
4068         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
4069         instead of depending on module 'inline'.
4070         * modules/filevercmp (Depends-on, configure.ac): Likewise.
4071         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
4072         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
4073         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
4074         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
4075         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
4076         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
4077         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
4078         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
4079         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
4080         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
4081         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
4082         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
4083         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
4084         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
4085         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
4086         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
4087         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
4088         Likewise.
4089         * modules/unictype/property-ascii-hex-digit (Depends-on,
4090         configure.ac): Likewise.
4091         * modules/unictype/property-bidi-arabic-digit (Depends-on,
4092         configure.ac): Likewise.
4093         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
4094         configure.ac): Likewise.
4095         * modules/unictype/property-bidi-block-separator (Depends-on,
4096         configure.ac): Likewise.
4097         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
4098         configure.ac): Likewise.
4099         * modules/unictype/property-bidi-common-separator (Depends-on,
4100         configure.ac): Likewise.
4101         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
4102         Likewise.
4103         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
4104         configure.ac): Likewise.
4105         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
4106         configure.ac): Likewise.
4107         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
4108         configure.ac): Likewise.
4109         * modules/unictype/property-bidi-european-digit (Depends-on,
4110         configure.ac): Likewise.
4111         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
4112         configure.ac): Likewise.
4113         * modules/unictype/property-bidi-left-to-right (Depends-on,
4114         configure.ac): Likewise.
4115         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
4116         configure.ac): Likewise.
4117         * modules/unictype/property-bidi-other-neutral (Depends-on,
4118         configure.ac): Likewise.
4119         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
4120         Likewise.
4121         * modules/unictype/property-bidi-segment-separator (Depends-on,
4122         configure.ac): Likewise.
4123         * modules/unictype/property-bidi-whitespace (Depends-on,
4124         configure.ac): Likewise.
4125         * modules/unictype/property-combining (Depends-on, configure.ac):
4126         Likewise.
4127         * modules/unictype/property-composite (Depends-on, configure.ac):
4128         Likewise.
4129         * modules/unictype/property-currency-symbol (Depends-on,
4130         configure.ac): Likewise.
4131         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
4132         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
4133         Likewise.
4134         * modules/unictype/property-default-ignorable-code-point (Depends-on,
4135         configure.ac): Likewise.
4136         * modules/unictype/property-deprecated (Depends-on, configure.ac):
4137         Likewise.
4138         * modules/unictype/property-diacritic (Depends-on, configure.ac):
4139         Likewise.
4140         * modules/unictype/property-extender (Depends-on, configure.ac):
4141         Likewise.
4142         * modules/unictype/property-format-control (Depends-on, configure.ac):
4143         Likewise.
4144         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
4145         Likewise.
4146         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
4147         Likewise.
4148         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
4149         Likewise.
4150         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
4151         Likewise.
4152         * modules/unictype/property-hyphen (Depends-on, configure.ac):
4153         Likewise.
4154         * modules/unictype/property-id-continue (Depends-on, configure.ac):
4155         Likewise.
4156         * modules/unictype/property-id-start (Depends-on, configure.ac):
4157         Likewise.
4158         * modules/unictype/property-ideographic (Depends-on, configure.ac):
4159         Likewise.
4160         * modules/unictype/property-ids-binary-operator (Depends-on,
4161         configure.ac): Likewise.
4162         * modules/unictype/property-ids-trinary-operator (Depends-on,
4163         configure.ac): Likewise.
4164         * modules/unictype/property-ignorable-control (Depends-on,
4165         configure.ac): Likewise.
4166         * modules/unictype/property-iso-control (Depends-on, configure.ac):
4167         Likewise.
4168         * modules/unictype/property-join-control (Depends-on, configure.ac):
4169         Likewise.
4170         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
4171         Likewise.
4172         * modules/unictype/property-line-separator (Depends-on, configure.ac):
4173         Likewise.
4174         * modules/unictype/property-logical-order-exception (Depends-on,
4175         configure.ac): Likewise.
4176         * modules/unictype/property-lowercase (Depends-on, configure.ac):
4177         Likewise.
4178         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
4179         * modules/unictype/property-non-break (Depends-on, configure.ac):
4180         Likewise.
4181         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
4182         Likewise.
4183         * modules/unictype/property-numeric (Depends-on, configure.ac):
4184         Likewise.
4185         * modules/unictype/property-other-alphabetic (Depends-on,
4186         configure.ac): Likewise.
4187         * modules/unictype/property-other-default-ignorable-code-point
4188         (Depends-on, configure.ac): Likewise.
4189         * modules/unictype/property-other-grapheme-extend (Depends-on,
4190         configure.ac): Likewise.
4191         * modules/unictype/property-other-id-continue (Depends-on,
4192         configure.ac): Likewise.
4193         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
4194         Likewise.
4195         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
4196         Likewise.
4197         * modules/unictype/property-other-math (Depends-on, configure.ac):
4198         Likewise.
4199         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
4200         Likewise.
4201         * modules/unictype/property-paired-punctuation (Depends-on,
4202         configure.ac): Likewise.
4203         * modules/unictype/property-paragraph-separator (Depends-on,
4204         configure.ac): Likewise.
4205         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
4206         Likewise.
4207         * modules/unictype/property-pattern-white-space (Depends-on,
4208         configure.ac): Likewise.
4209         * modules/unictype/property-private-use (Depends-on, configure.ac):
4210         Likewise.
4211         * modules/unictype/property-punctuation (Depends-on, configure.ac):
4212         Likewise.
4213         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
4214         Likewise.
4215         * modules/unictype/property-radical (Depends-on, configure.ac):
4216         Likewise.
4217         * modules/unictype/property-sentence-terminal (Depends-on,
4218         configure.ac): Likewise.
4219         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
4220         Likewise.
4221         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
4222         * modules/unictype/property-terminal-punctuation (Depends-on,
4223         configure.ac): Likewise.
4224         * modules/unictype/property-titlecase (Depends-on, configure.ac):
4225         Likewise.
4226         * modules/unictype/property-unassigned-code-value (Depends-on,
4227         configure.ac): Likewise.
4228         * modules/unictype/property-unified-ideograph (Depends-on,
4229         configure.ac): Likewise.
4230         * modules/unictype/property-uppercase (Depends-on, configure.ac):
4231         Likewise.
4232         * modules/unictype/property-variation-selector (Depends-on,
4233         configure.ac): Likewise.
4234         * modules/unictype/property-white-space (Depends-on, configure.ac):
4235         Likewise.
4236         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
4237         Likewise.
4238         * modules/unictype/property-xid-start (Depends-on, configure.ac):
4239         Likewise.
4240         * modules/unictype/property-zero-width (Depends-on, configure.ac):
4241         Likewise.
4242         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
4243         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
4244         Likewise.
4245
4246 2009-12-31  Bruno Haible  <bruno@clisp.org>
4247
4248         Remove unnecessary AC_C_INLINE invocation.
4249         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
4250         since 2009-08-21.
4251
4252 2009-12-31  Jim Meyering  <meyering@redhat.com>
4253
4254         maint.mk: don't require explicit gpg_key_ID in cfg.mk
4255         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
4256         With this change, we can all remove the gpg_key_ID = ... definition
4257         from our respective cfg.mk files.
4258
4259         maint.mk: create announcement template in ~/, not in /tmp
4260         * top/maint.mk (emit_upload_commands): Adjust.
4261         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
4262         Remove temporary file, .ci-msg.
4263
4264 2009-12-31  Eric Blake  <ebb9@byu.net>
4265
4266         link-warning: always build headers with link warnings
4267         * modules/arpa_inet (Makefile.am): Always build replacement
4268         header.
4269         * modules/ctype (Makefile.am): Likewise.
4270         * modules/dirent (Makefile.am): Likewise.
4271         * modules/inttypes (Makefile.am): Likewise.
4272         * modules/langinfo (Makefile.am): Likewise.
4273         * modules/locale (Makefile.am): Likewise.
4274         * modules/spawn (Makefile.am): Likewise.
4275         * modules/sys_file (Makefile.am): Likewise.
4276         * modules/sys_ioctl (Makefile.am): Likewise.
4277         * modules/sys_select (Makefile.am): Likewise.
4278         * modules/sys_socket (Makefile.am): Likewise.
4279         * modules/sys_times (Makefile.am): Likewise.
4280         * modules/sys_utsname (Makefile.am): Likewise.
4281         * modules/sys_wait (Makefile.am): Likewise.
4282         * modules/wchar (Makefile.am): Likewise.
4283         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
4284         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
4285         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
4286         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
4287         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
4288         Likewise.
4289         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4290         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
4291         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
4292         Likewise.
4293         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
4294         Likewise.
4295         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
4296         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
4297         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
4298         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4299         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
4300         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4301         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4302         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
4303         (gl_WCHAR_H_DEFAULTS): Likewise.
4304
4305 2009-12-31  Eric Blake  <ebb9@byu.net>
4306
4307         signal, spawn: use link warnings
4308         * lib/signal.in.h (sigset_t): Make unconditional.
4309         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
4310         (sigpending, sigprocmask, sigaction): Add link warnings.
4311         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
4312         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
4313         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
4314         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
4315         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
4316         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
4317         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
4318         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
4319         (posix_spawn_file_actions_destroy)
4320         (posix_spawn_file_actions_addopen)
4321         (posix_spawn_file_actions_addclose)
4322         (posix_spawn_file_actions_adddup2): Likewise.
4323         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
4324         * tests/test-signal.c (main): Enhance test.
4325
4326         spawn: improve wrapper support
4327         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
4328         (gl_SPAWN_H_DEFAULTS): New defaults.
4329         * modules/spawn (Makefile.am): Substitute them.
4330         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
4331         Only declare if missing or broken.
4332
4333         sys_times, sys_utsname: use include_next
4334         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
4335         header.
4336         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
4337         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4338         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4339         * modules/sys_times (Depends-on): Add include_next.
4340         (Makefile.am): Substitute additional values.
4341         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
4342         * lib/sys_times.in.h (includes): Include native header, if
4343         available.
4344         * lib/sys_utsname.in.h (includes): Likewise.
4345         * tests/test-sys_times.c (main): Enhance test.
4346
4347         fdutimensat: revert prior patch
4348         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
4349         utimens.h.
4350         Reported by Bruno Haible.
4351
4352 2009-12-30  Eric Blake  <ebb9@byu.net>
4353
4354         sys_wait: drop link-warning dependency
4355         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
4356         link-warning efforts.
4357         * lib/sys_wait.in.h: Likewise.
4358
4359         fdutimensat: remove bogus dependency
4360         * modules/fdutimensat (Depends-on): Drop inline.
4361
4362         unistd: fix typo
4363         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
4364
4365 2009-12-30  Bruno Haible  <bruno@clisp.org>
4366
4367         Fix compilation error with Solaris cc.
4368         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
4369         * lib/unicase/u16-is-invariant.c: Likewise.
4370         * lib/unicase/u32-is-invariant.c: Likewise.
4371         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4372
4373 2009-12-30  Bruno Haible  <bruno@clisp.org>
4374
4375         Fix test crash.
4376         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
4377         locales.
4378         Reported by Simon Josefsson <simon@josefsson.org>.
4379
4380 2009-12-30  Bruno Haible  <bruno@clisp.org>
4381
4382         Fix compilation error on most platforms.
4383         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
4384         Reported by Simon Josefsson <simon@josefsson.org>
4385         and Nelson H. F. Beebe <beebe@math.utah.edu>.
4386
4387 2009-12-30  Eric Blake  <ebb9@byu.net>
4388
4389         futimens, utimensat: work around ntfs-3g bug
4390         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
4391         a ctime bug is present, and expand workaround to cover ntfs-3g.
4392         * lib/utimens.c (fdutimens, lutimens): Likewise.
4393         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
4394         (validate_timespec): Adjust return value.
4395         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
4396         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
4397         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
4398
4399 2009-12-29  Eric Blake  <ebb9@byu.net>
4400
4401         link-warning: make usage consistent
4402         * modules/ctype (Depends-on): Add link-warning.
4403         (Makefile.am): Update rules accordingly.
4404         * modules/langinfo (Depends-on, Makefile.am): Likewise.
4405         * modules/locale (Depends-on, Makefile.am): Likewise.
4406         * modules/sys_file (Makefile.am): Likewise.
4407         * modules/getopt-posix (Makefile.am): Delete unused link warning
4408         efforts.
4409         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
4410         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
4411         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
4412         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
4413
4414         stdio: remove unused variables
4415         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
4416         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
4417         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
4418
4419         tests: test more substitute headers
4420         * modules/ctype-tests: New file.
4421         * modules/dirent-tests: Likewise.
4422         * modules/spawn-tests: Likewise.
4423         * modules/sys_file-tests: Likewise.
4424         * modules/sys_ioctl-tests: Likewise.
4425         * modules/sys_wait-tests: Likewise.
4426         * tests/test-ctype.c: Likewise.
4427         * tests/test-dirent.c: Likewise.
4428         * tests/test-spawn.c: Likewise.
4429         * tests/test-sys_file.c: Likewise.
4430         * tests/test-sys_ioctl.c: Likewise.
4431         * tests/test-sys_wait.c: Likewise.
4432         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
4433         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
4434         whether or not flock is in use.
4435
4436         tests: remove License section from module
4437         * modules/arpa_inet-tests: Remove unneeded section.
4438         * modules/byteswap-tests: Likewise.
4439         * modules/ceilf-tests: Likewise.
4440         * modules/ceill-tests: Likewise.
4441         * modules/crypto/des-tests: Likewise.
4442         * modules/crypto/gc-arcfour-tests: Likewise.
4443         * modules/crypto/gc-arctwo-tests: Likewise.
4444         * modules/crypto/gc-des-tests: Likewise.
4445         * modules/crypto/gc-hmac-md5-tests: Likewise.
4446         * modules/crypto/gc-hmac-sha1-tests: Likewise.
4447         * modules/crypto/gc-md2-tests: Likewise.
4448         * modules/crypto/gc-md4-tests: Likewise.
4449         * modules/crypto/gc-md5-tests: Likewise.
4450         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
4451         * modules/crypto/gc-rijndael-tests: Likewise.
4452         * modules/crypto/gc-sha1-tests: Likewise.
4453         * modules/crypto/gc-tests: Likewise.
4454         * modules/crypto/md2-tests: Likewise.
4455         * modules/crypto/md4-tests: Likewise.
4456         * modules/fcntl-h-tests: Likewise.
4457         * modules/floorf-tests: Likewise.
4458         * modules/floorl-tests: Likewise.
4459         * modules/frexp-nolibm-tests: Likewise.
4460         * modules/frexp-tests: Likewise.
4461         * modules/frexpl-nolibm-tests: Likewise.
4462         * modules/frexpl-tests: Likewise.
4463         * modules/getaddrinfo-tests: Likewise.
4464         * modules/inttypes-tests: Likewise.
4465         * modules/isfinite-tests: Likewise.
4466         * modules/isinf-tests: Likewise.
4467         * modules/ldexpl-tests: Likewise.
4468         * modules/locale-tests: Likewise.
4469         * modules/math-tests: Likewise.
4470         * modules/netdb-tests: Likewise.
4471         * modules/netinet_in-tests: Likewise.
4472         * modules/printf-frexp-tests: Likewise.
4473         * modules/printf-frexpl-tests: Likewise.
4474         * modules/priv-set-tests: Likewise.
4475         * modules/random_r-tests: Likewise.
4476         * modules/round-tests: Likewise.
4477         * modules/roundf-tests: Likewise.
4478         * modules/roundl-tests: Likewise.
4479         * modules/search-tests: Likewise.
4480         * modules/select-tests: Likewise.
4481         * modules/signal-tests: Likewise.
4482         * modules/stdbool-tests: Likewise.
4483         * modules/stddef-tests: Likewise.
4484         * modules/stdint-tests: Likewise.
4485         * modules/stdio-tests: Likewise.
4486         * modules/stdlib-tests: Likewise.
4487         * modules/string-tests: Likewise.
4488         * modules/strings-tests: Likewise.
4489         * modules/sys_select-tests: Likewise.
4490         * modules/sys_socket-tests: Likewise.
4491         * modules/sys_stat-tests: Likewise.
4492         * modules/sys_time-tests: Likewise.
4493         * modules/sys_utsname-tests: Likewise.
4494         * modules/sysexits-tests: Likewise.
4495         * modules/time-tests: Likewise.
4496         * modules/trunc-tests: Likewise.
4497         * modules/truncf-tests: Likewise.
4498         * modules/truncl-tests: Likewise.
4499         * modules/tsearch-tests: Likewise.
4500         * modules/unistd-tests: Likewise.
4501         * modules/wchar-tests: Likewise.
4502         * modules/wctype-tests: Likewise.
4503
4504         tests: fix license on several tests
4505         * tests/test-des.c: Update to GPLv3+.
4506         * tests/test-flock.c: Likewise.
4507         * tests/test-fsync.c: Likewise.
4508         * tests/test-futimens.h: Likewise.
4509         * tests/test-gc-arcfour.c: Likewise.
4510         * tests/test-gc-arctwo.c: Likewise.
4511         * tests/test-gc-des.c: Likewise.
4512         * tests/test-gc-hmac-md5.c: Likewise.
4513         * tests/test-gc-hmac-sha1.c: Likewise.
4514         * tests/test-gc-md2.c: Likewise.
4515         * tests/test-gc-md4.c: Likewise.
4516         * tests/test-gc-md5.c: Likewise.
4517         * tests/test-gc-pbkdf2-sha1.c: Likewise.
4518         * tests/test-gc-rijndael.c: Likewise.
4519         * tests/test-gc-sha1.c: Likewise.
4520         * tests/test-gc.c: Likewise.
4521         * tests/test-getcwd.c: Likewise.
4522         * tests/test-link.c: Likewise.
4523         * tests/test-link.h: Likewise.
4524         * tests/test-lutimens.h: Likewise.
4525         * tests/test-md2.c: Likewise.
4526         * tests/test-md4.c: Likewise.
4527         * tests/test-mkdir.h: Likewise.
4528         * tests/test-rename.c: Likewise.
4529         * tests/test-rename.h: Likewise.
4530         * tests/test-safe-alloc.c: Likewise.
4531         * tests/test-utimens-common.h: Likewise.
4532         * tests/test-utimens.h: Likewise.
4533
4534         maint: sync license texts
4535         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
4536         * doc/gpl-3.0.texi: Revert copyright year update.
4537         * doc/lgpl-3.0.texi: Likewise.
4538
4539 2009-12-29  Jim Meyering  <meyering@redhat.com>
4540
4541         update nearly all FSF copyright year lists to include 2009
4542         The files named by the following are exempted:
4543             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
4544               test -f "$dst" && { echo "$dst"; continue; }
4545               test -d "$dst" || continue
4546               echo "$dst"/$(basename "$src")
4547             done > exempt
4548             git ls-files tests/unictype >> exempt
4549         In the remaining files, convert to all-interval notation if
4550         - there is already at least one year interval like 2000-2003
4551         - the file is maintained by me
4552         - the file is in lib/uni*/, where that style already prevails
4553         Otherwise, use update-copyright's default.
4554
4555 2009-12-29  Simon Josefsson  <simon@josefsson.org>
4556         and Eric Blake  <ebb9@byu.net>
4557
4558         tests: don't require debug system() to pass
4559         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
4560         * tests/test-rmdir.h (test_rmdir_func): Likewise.
4561         * tests/test-unlink.h (test_unlink_func): Likewise.
4562         * tests/test-fstatat.c (main): ...into callers.
4563         * tests/test-lstat.c (main): Likewise.
4564         * tests/test-rmdir.c (main): Likewise.
4565         * tests/test-unlink.c (main): Likewise.
4566         * tests/test-unlinkat.c (main): Likewise.
4567         * tests/test-areadlink-with-size.c (main): Don't require a
4568         debug-only system call to pass, aiding cross-testing to mingw.
4569         * tests/test-areadlink.c (main): Likewise.
4570         * tests/test-areadlinkat-with-size.c (main): Likewise.
4571         * tests/test-areadlinkat.c (main): Likewise.
4572         * tests/test-canonicalize-lgpl.c (main): Likewise.
4573         * tests/test-canonicalize.c (main): Likewise.
4574         * tests/test-chown.c (main): Likewise.
4575         * tests/test-fchownat.c (main): Likewise.
4576         * tests/test-lchown.c (main): Likewise.
4577         * tests/test-fdutimensat.c (main): Likewise.
4578         * tests/test-futimens.c (main): Likewise.
4579         * tests/test-link.c (main): Likewise.
4580         * tests/test-linkat.c (main): Likewise.
4581         * tests/test-mkdir.c (main): Likewise.
4582         * tests/test-mkdirat.c (main): Likewise.
4583         * tests/test-mkfifo.c (main): Likewise.
4584         * tests/test-mkfifoat.c (main): Likewise.
4585         * tests/test-mknod.c (main): Likewise.
4586         * tests/test-readlink.c (main): Likewise.
4587         * tests/test-remove.c (main): Likewise.
4588         * tests/test-rename.c (main): Likewise.
4589         * tests/test-renameat.c (main): Likewise.
4590         * tests/test-symlink.c (main): Likewise.
4591         * tests/test-symlinkat.c (main): Likewise.
4592         * tests/test-utimens.c (main): Likewise.
4593         * tests/test-utimensat.c (main): Likewise.
4594
4595 2009-12-29  Simon Josefsson  <simon@josefsson.org>
4596
4597         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
4598         on $(UNUSED_PARAMETER_H) to avoid build failure.
4599
4600 2009-12-28  Jim Meyering  <meyering@redhat.com>
4601
4602         update-copyright: you may specify a max. line length other than 72
4603         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
4604
4605         maint: use consistent FSF copyright line syntax
4606         * lib/posixtm.c: Add missing comma in FSF copyright line.
4607         * lib/posixtm.h: Likewise.
4608         * lib/getugroups.c: Add missing ", Inc.".
4609
4610         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
4611         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
4612         FSF copyright line.  Remove trailing blanks.
4613
4614 2009-12-28  Eric Blake  <ebb9@byu.net>
4615
4616         test-dup2: reduce dependencies
4617         * modules/cloexec (Configure.ac): Set witness.
4618         * modules/dup2-tests (Depends-on): Drop cloexec.
4619         * tests/test-dup2.c (main): Skip portion of test if cloexec module
4620         not present.
4621         Suggested by Bruno Haible.
4622
4623 2009-12-26  Bruno Haible  <bruno@clisp.org>
4624
4625         Remove an unneeded dependency.
4626         * modules/fseterr (Depends-on): Remove dup2.
4627
4628 2009-12-26  Eric Blake  <ebb9@byu.net>
4629
4630         tests: use macros.h in more places
4631         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
4632         (ASSERT_STREAM): Provide default of stderr.
4633         * tests/test-dirent-safer.c: Include macros.h, using alternate
4634         stream for assertions.
4635         * tests/test-dup-safer.c: Likewise.
4636         * tests/test-freopen-safer.c: Likewise.
4637         * tests/test-getopt.c: Likewise.
4638         * tests/test-openat-safer.c: Likewise.
4639         * tests/test-pipe.c: Likewise.
4640         * tests/test-popen-safer.c: Likewise.
4641         * modules/dirent-safer-tests (Files): Include macros.h.
4642         * modules/unistd-safer-tests (Files): Likewise.
4643         * modules/freopen-safer-tests (Files): Likewise.
4644         * modules/getopt-posix-tests (Files): Likewise.
4645         * modules/openat-safer-tests (Files): Likewise.
4646         * modules/pipe-tests (Files): Likewise.
4647
4648 2009-12-26  Bruno Haible  <bruno@clisp.org>
4649
4650         javacomp: Portability fix.
4651         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
4652         that it also works on Solaris.
4653
4654 2009-12-26  Bruno Haible  <bruno@clisp.org>
4655
4656         localename: Fix storage allocation of gl_locale_name_thread's result.
4657         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
4658         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
4659         all platforms that have 'uselocale'.
4660         (gl_locale_name_thread_unsafe): New function, extracted from
4661         gl_locale_name_thread.
4662         (gl_locale_name_thread): Call struniq on all platforms that have
4663         'uselocale'.
4664         * tests/test-localename.c (test_locale_name_thread): Check that the
4665         resulting strings are permanently allocated.
4666         * modules/localename-tests (Depends-on): Add strdup.
4667
4668 2009-12-26  Bruno Haible  <bruno@clisp.org>
4669
4670         * tests/test-localename.c (categories): Fill in the strings.
4671
4672 2009-12-26  Jim Meyering  <meyering@redhat.com>
4673
4674         isdir: complete the removal of m4/isdir.m4
4675         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
4676
4677         isdir: clean up, since at least grep still uses it
4678         * lib/isdir.c: Include "isdir.h".
4679         (S_ISDIR): Remove now-unneeded definition.
4680         * modules/isdir (Files): Add lib/isdir.h.
4681         * lib/isdir.h: New file, with declaration.
4682         * m4/isdir.m4: Remove file -- unneeded.
4683
4684 2009-12-25  Bruno Haible  <bruno@clisp.org>
4685
4686         selinux-h: Make generated .h files standalone.
4687         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
4688         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
4689         * lib/se-selinux.in.h: Likewise.
4690         * modules/selinux-h (Depends-on): Add unused-parameter.
4691         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
4692         selinux/selinux.h and selinux/context.h.
4693         Suggested by Eric Blake.
4694
4695 2009-12-25  Bruno Haible  <bruno@clisp.org>
4696
4697         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
4698         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
4699         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
4700         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
4701         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
4702
4703 2009-12-24  Bruno Haible  <bruno@clisp.org>
4704
4705         openat: Fix warning.
4706         * lib/openat-proc.c: Include <unistd.h>.
4707
4708 2009-12-24  Bruno Haible  <bruno@clisp.org>
4709
4710         New module 'unused-parameter'.
4711         * build-aux/unused-parameter.h: New file, extracted from earlier
4712         gnulib-common.m4.
4713         * modules/unused-parameter: New file.
4714         * lib/unistr.h: Include unused-parameter.h.
4715         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
4716         _GL_UNUSED.
4717         * modules/unistr/base (Depends-on): Add unused-parameter.
4718
4719 2009-12-24  Bruno Haible  <bruno@clisp.org>
4720
4721         Add missing dependencies to 'extensions' module.
4722         * m4/extensions.m4: Add comment.
4723         * modules/accept4 (Depends-on): Add extensions.
4724         * modules/dup3 (Depends-on): Likewise.
4725         * modules/fcntl (Depends-on): Likewise.
4726         * modules/futimens (Depends-on): Likewise.
4727         * modules/mknod (Depends-on): Likewise.
4728         * modules/pipe2 (Depends-on): Likewise.
4729         * modules/stat-time (Depends-on): Likewise.
4730         * modules/strcasestr-simple (Depends-on): Likewise.
4731         * modules/strsignal (Depends-on): Likewise.
4732         * modules/utimensat (Depends-on): Likewise.
4733         * modules/localcharset (Depends-on): Likewise. Needed because of
4734         gl_FCNTL_O_FLAGS.
4735         * modules/wcrtomb (Depends-on): Likewise. Needed because of
4736         AC_TYPE_MBSTATE_T.
4737         * modules/wcsnrtombs (Depends-on): Likewise.
4738         * modules/wcsrtombs (Depends-on): Likewise.
4739
4740 2009-12-24  Bruno Haible  <bruno@clisp.org>
4741
4742         binary-io: Avoid gcc warning due to SET_BINARY.
4743         * lib/binary-io.h (SET_BINARY): Cast the result to void.
4744         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
4745
4746 2009-12-24  Bruno Haible  <bruno@clisp.org>
4747
4748         Avoid future namespace pollution on glibc systems.
4749         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
4750         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
4751         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
4752         glibc systems.
4753
4754 2009-12-24  Bruno Haible  <bruno@clisp.org>
4755
4756         Refactor common macros used in tests.
4757         * tests/macros.h: New file.
4758         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
4759         and/or <stdlib.h>, if appropriate.
4760         (ASSERT, SIZEOF): Remove macros.
4761         * tests/test-areadlink-with-size.c: Likewise.
4762         * tests/test-areadlinkat.c: Likewise.
4763         * tests/test-areadlinkat-with-size.c: Likewise.
4764         * tests/test-argmatch.c: Likewise.
4765         * tests/test-argv-iter.c: Likewise.
4766         * tests/test-array-mergesort.c: Likewise.
4767         * tests/test-array_list.c: Likewise.
4768         * tests/test-array_oset.c: Likewise.
4769         * tests/test-avltree_list.c: Likewise.
4770         * tests/test-avltree_oset.c: Likewise.
4771         * tests/test-avltreehash_list.c: Likewise.
4772         * tests/test-base64.c: Likewise.
4773         * tests/test-binary-io.c: Likewise.
4774         * tests/test-bitrotate.c: Likewise.
4775         * tests/test-btowc.c: Likewise.
4776         * tests/test-byteswap.c: Likewise.
4777         * tests/test-c-ctype.c: Likewise.
4778         * tests/test-c-stack.c: Likewise.
4779         * tests/test-c-strcasecmp.c: Likewise.
4780         * tests/test-c-strcasestr.c: Likewise.
4781         * tests/test-c-strncasecmp.c: Likewise.
4782         * tests/test-c-strstr.c: Likewise.
4783         * tests/test-canonicalize-lgpl.c: Likewise.
4784         * tests/test-canonicalize.c: Likewise.
4785         * tests/test-carray_list.c: Likewise.
4786         * tests/test-ceilf1.c: Likewise.
4787         * tests/test-ceilf2.c: Likewise.
4788         * tests/test-ceill.c: Likewise.
4789         * tests/test-chown.c: Likewise.
4790         * tests/test-cloexec.c: Likewise.
4791         * tests/test-copy-acl.c: Likewise.
4792         * tests/test-copy-file.c: Likewise.
4793         * tests/test-count-one-bits.c: Likewise.
4794         * tests/test-dprintf-posix.c: Likewise.
4795         * tests/test-dup2.c: Likewise.
4796         * tests/test-dup3.c: Likewise.
4797         * tests/test-duplocale.c: Likewise.
4798         * tests/test-fbufmode.c: Likewise.
4799         * tests/test-fchdir.c: Likewise.
4800         * tests/test-fchownat.c: Likewise.
4801         * tests/test-fcntl-safer.c: Likewise.
4802         * tests/test-fcntl.c: Likewise.
4803         * tests/test-fdopendir.c: Likewise.
4804         * tests/test-fdutimensat.c: Likewise.
4805         * tests/test-fflush2.c: Likewise.
4806         * tests/test-file-has-acl.c: Likewise.
4807         * tests/test-filevercmp.c: Likewise.
4808         * tests/test-flock.c: Likewise.
4809         * tests/test-floorf1.c: Likewise.
4810         * tests/test-floorf2.c: Likewise.
4811         * tests/test-floorl.c: Likewise.
4812         * tests/test-fnmatch.c: Likewise.
4813         * tests/test-fopen.h: Likewise.
4814         * tests/test-fpending.c: Likewise.
4815         * tests/test-fprintf-posix.c: Likewise.
4816         * tests/test-fpurge.c: Likewise.
4817         * tests/test-freadable.c: Likewise.
4818         * tests/test-freadahead.c: Likewise.
4819         * tests/test-freading.c: Likewise.
4820         * tests/test-freadptr.c: Likewise.
4821         * tests/test-freadptr2.c: Likewise.
4822         * tests/test-freadseek.c: Likewise.
4823         * tests/test-freopen.c: Likewise.
4824         * tests/test-frexp.c: Likewise.
4825         * tests/test-frexpl.c: Likewise.
4826         * tests/test-fseek.c: Likewise.
4827         * tests/test-fseeko.c: Likewise.
4828         * tests/test-fstatat.c: Likewise.
4829         * tests/test-fstrcmp.c: Likewise.
4830         * tests/test-fsync.c: Likewise.
4831         * tests/test-ftell.c: Likewise.
4832         * tests/test-ftello.c: Likewise.
4833         * tests/test-func.c: Likewise.
4834         * tests/test-futimens.c: Likewise.
4835         * tests/test-fwritable.c: Likewise.
4836         * tests/test-fwriting.c: Likewise.
4837         * tests/test-getcwd.c: Likewise.
4838         * tests/test-getdate.c: Likewise.
4839         * tests/test-getdelim.c: Likewise.
4840         * tests/test-getdtablesize.c: Likewise.
4841         * tests/test-getgroups.c: Likewise.
4842         * tests/test-getline.c: Likewise.
4843         * tests/test-getndelim2.c: Likewise.
4844         * tests/test-glob.c: Likewise.
4845         * tests/test-hash.c: Likewise.
4846         * tests/test-i-ring.c: Likewise.
4847         * tests/test-iconv-utf.c: Likewise.
4848         * tests/test-iconv.c: Likewise.
4849         * tests/test-idpriv-drop.c: Likewise.
4850         * tests/test-idpriv-droptemp.c: Likewise.
4851         * tests/test-inet_ntop.c: Likewise.
4852         * tests/test-inet_pton.c: Likewise.
4853         * tests/test-isblank.c: Likewise.
4854         * tests/test-isfinite.c: Likewise.
4855         * tests/test-isinf.c: Likewise.
4856         * tests/test-isnan.c: Likewise.
4857         * tests/test-isnand.h: Likewise.
4858         * tests/test-isnanf.h: Likewise.
4859         * tests/test-isnanl.h: Likewise.
4860         * tests/test-lchown.c: Likewise.
4861         * tests/test-ldexpl.c: Likewise.
4862         * tests/test-link.c: Likewise.
4863         * tests/test-linkat.c: Likewise.
4864         * tests/test-linked_list.c: Likewise.
4865         * tests/test-linkedhash_list.c: Likewise.
4866         * tests/test-localename.c: Likewise.
4867         * tests/test-lseek.c: Likewise.
4868         * tests/test-lstat.c: Likewise.
4869         * tests/test-mbmemcasecmp.c: Likewise.
4870         * tests/test-mbmemcasecoll.c: Likewise.
4871         * tests/test-mbrtowc.c: Likewise.
4872         * tests/test-mbscasecmp.c: Likewise.
4873         * tests/test-mbscasestr1.c: Likewise.
4874         * tests/test-mbscasestr2.c: Likewise.
4875         * tests/test-mbscasestr3.c: Likewise.
4876         * tests/test-mbscasestr4.c: Likewise.
4877         * tests/test-mbschr.c: Likewise.
4878         * tests/test-mbscspn.c: Likewise.
4879         * tests/test-mbsinit.c: Likewise.
4880         * tests/test-mbsncasecmp.c: Likewise.
4881         * tests/test-mbsnrtowcs.c: Likewise.
4882         * tests/test-mbspbrk.c: Likewise.
4883         * tests/test-mbspcasecmp.c: Likewise.
4884         * tests/test-mbsrchr.c: Likewise.
4885         * tests/test-mbsrtowcs.c: Likewise.
4886         * tests/test-mbsspn.c: Likewise.
4887         * tests/test-mbsstr1.c: Likewise.
4888         * tests/test-mbsstr2.c: Likewise.
4889         * tests/test-mbsstr3.c: Likewise.
4890         * tests/test-memchr.c: Likewise.
4891         * tests/test-memchr2.c: Likewise.
4892         * tests/test-memcmp.c: Likewise.
4893         * tests/test-memmem.c: Likewise.
4894         * tests/test-memrchr.c: Likewise.
4895         * tests/test-mkdir.c: Likewise.
4896         * tests/test-mkdirat.c: Likewise.
4897         * tests/test-mkfifo.c: Likewise.
4898         * tests/test-mkfifoat.c: Likewise.
4899         * tests/test-mknod.c: Likewise.
4900         * tests/test-nanosleep.c: Likewise.
4901         * tests/test-nl_langinfo.c: Likewise.
4902         * tests/test-obstack-printf.c: Likewise.
4903         * tests/test-open.c: Likewise.
4904         * tests/test-openat.c: Likewise.
4905         * tests/test-pipe-filter-gi1.c: Likewise.
4906         * tests/test-pipe-filter-gi2-main.c: Likewise.
4907         * tests/test-pipe-filter-ii1.c: Likewise.
4908         * tests/test-pipe-filter-ii2-main.c: Likewise.
4909         * tests/test-pipe2.c: Likewise.
4910         * tests/test-popen.h: Likewise.
4911         * tests/test-posixtm.c: Likewise.
4912         * tests/test-pread.c: Likewise.
4913         * tests/test-printf-frexp.c: Likewise.
4914         * tests/test-printf-frexpl.c: Likewise.
4915         * tests/test-printf-posix.c: Likewise.
4916         * tests/test-priv-set.c: Likewise.
4917         * tests/test-quotearg.c: Likewise.
4918         * tests/test-random_r.c: Likewise.
4919         * tests/test-rawmemchr.c: Likewise.
4920         * tests/test-rbtree_list.c: Likewise.
4921         * tests/test-rbtree_oset.c: Likewise.
4922         * tests/test-rbtreehash_list.c: Likewise.
4923         * tests/test-readlink.c: Likewise.
4924         * tests/test-remove.c: Likewise.
4925         * tests/test-rename.c: Likewise.
4926         * tests/test-renameat.c: Likewise.
4927         * tests/test-rmdir.c: Likewise.
4928         * tests/test-round1.c: Likewise.
4929         * tests/test-roundf1.c: Likewise.
4930         * tests/test-roundl.c: Likewise.
4931         * tests/test-safe-alloc.c: Likewise.
4932         * tests/test-sameacls.c: Likewise.
4933         * tests/test-set-mode-acl.c: Likewise.
4934         * tests/test-setenv.c: Likewise.
4935         * tests/test-sigaction.c: Likewise.
4936         * tests/test-signbit.c: Likewise.
4937         * tests/test-sleep.c: Likewise.
4938         * tests/test-snprintf-posix.c: Likewise.
4939         * tests/test-snprintf.c: Likewise.
4940         * tests/test-sprintf-posix.c: Likewise.
4941         * tests/test-stat-time.c: Likewise.
4942         * tests/test-stat.c: Likewise.
4943         * tests/test-strcasestr.c: Likewise.
4944         * tests/test-strchrnul.c: Likewise.
4945         * tests/test-strerror.c: Likewise.
4946         * tests/test-striconv.c: Likewise.
4947         * tests/test-striconveh.c: Likewise.
4948         * tests/test-striconveha.c: Likewise.
4949         * tests/test-strsignal.c: Likewise.
4950         * tests/test-strstr.c: Likewise.
4951         * tests/test-strtod.c: Likewise.
4952         * tests/test-strverscmp.c: Likewise.
4953         * tests/test-symlink.c: Likewise.
4954         * tests/test-symlinkat.c: Likewise.
4955         * tests/test-trunc1.c: Likewise.
4956         * tests/test-trunc2.c: Likewise.
4957         * tests/test-truncf1.c: Likewise.
4958         * tests/test-truncf2.c: Likewise.
4959         * tests/test-truncl.c: Likewise.
4960         * tests/test-uname.c: Likewise.
4961         * tests/test-unlink.c: Likewise.
4962         * tests/test-unlinkat.c: Likewise.
4963         * tests/test-unsetenv.c: Likewise.
4964         * tests/test-usleep.c: Likewise.
4965         * tests/test-utimens.c: Likewise.
4966         * tests/test-utimensat.c: Likewise.
4967         * tests/test-vasnprintf-posix.c: Likewise.
4968         * tests/test-vasnprintf-posix2.c: Likewise.
4969         * tests/test-vasnprintf.c: Likewise.
4970         * tests/test-vasprintf-posix.c: Likewise.
4971         * tests/test-vasprintf.c: Likewise.
4972         * tests/test-vdprintf-posix.c: Likewise.
4973         * tests/test-vfprintf-posix.c: Likewise.
4974         * tests/test-vprintf-posix.c: Likewise.
4975         * tests/test-vsnprintf-posix.c: Likewise.
4976         * tests/test-vsnprintf.c: Likewise.
4977         * tests/test-vsprintf-posix.c: Likewise.
4978         * tests/test-wcrtomb.c: Likewise.
4979         * tests/test-wcsnrtombs.c: Likewise.
4980         * tests/test-wcsrtombs.c: Likewise.
4981         * tests/test-wctype.c: Likewise.
4982         * tests/test-wcwidth.c: Likewise.
4983         * tests/test-xfprintf-posix.c: Likewise.
4984         * tests/test-xmemdup0.c: Likewise.
4985         * tests/test-xprintf-posix.c: Likewise.
4986         * tests/test-xvasprintf.c: Likewise.
4987         * tests/unicase/test-locale-language.c: Likewise.
4988         * tests/unicase/test-mapping-part1.h: Likewise.
4989         * tests/unicase/test-predicate-part1.h: Likewise.
4990         * tests/unicase/test-u8-casecmp.c: Likewise.
4991         * tests/unicase/test-u8-casecoll.c: Likewise.
4992         * tests/unicase/test-u8-casefold.c: Likewise.
4993         * tests/unicase/test-u8-is-cased.c: Likewise.
4994         * tests/unicase/test-u8-is-casefolded.c: Likewise.
4995         * tests/unicase/test-u8-is-lowercase.c: Likewise.
4996         * tests/unicase/test-u8-is-titlecase.c: Likewise.
4997         * tests/unicase/test-u8-is-uppercase.c: Likewise.
4998         * tests/unicase/test-u8-tolower.c: Likewise.
4999         * tests/unicase/test-u8-totitle.c: Likewise.
5000         * tests/unicase/test-u8-toupper.c: Likewise.
5001         * tests/unicase/test-u16-casecmp.c: Likewise.
5002         * tests/unicase/test-u16-casecoll.c: Likewise.
5003         * tests/unicase/test-u16-casefold.c: Likewise.
5004         * tests/unicase/test-u16-is-cased.c: Likewise.
5005         * tests/unicase/test-u16-is-casefolded.c: Likewise.
5006         * tests/unicase/test-u16-is-lowercase.c: Likewise.
5007         * tests/unicase/test-u16-is-titlecase.c: Likewise.
5008         * tests/unicase/test-u16-is-uppercase.c: Likewise.
5009         * tests/unicase/test-u16-tolower.c: Likewise.
5010         * tests/unicase/test-u16-totitle.c: Likewise.
5011         * tests/unicase/test-u16-toupper.c: Likewise.
5012         * tests/unicase/test-u32-casecmp.c: Likewise.
5013         * tests/unicase/test-u32-casecoll.c: Likewise.
5014         * tests/unicase/test-u32-casefold.c: Likewise.
5015         * tests/unicase/test-u32-is-cased.c: Likewise.
5016         * tests/unicase/test-u32-is-casefolded.c: Likewise.
5017         * tests/unicase/test-u32-is-lowercase.c: Likewise.
5018         * tests/unicase/test-u32-is-titlecase.c: Likewise.
5019         * tests/unicase/test-u32-is-uppercase.c: Likewise.
5020         * tests/unicase/test-u32-tolower.c: Likewise.
5021         * tests/unicase/test-u32-totitle.c: Likewise.
5022         * tests/unicase/test-u32-toupper.c: Likewise.
5023         * tests/unicase/test-ulc-casecmp.c: Likewise.
5024         * tests/unicase/test-ulc-casecoll.c: Likewise.
5025         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
5026         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
5027         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
5028         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
5029         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
5030         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
5031         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
5032         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
5033         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
5034         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
5035         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
5036         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
5037         * tests/unictype/test-bidi_byname.c: Likewise.
5038         * tests/unictype/test-bidi_name.c: Likewise.
5039         * tests/unictype/test-bidi_of.c: Likewise.
5040         * tests/unictype/test-bidi_test.c: Likewise.
5041         * tests/unictype/test-block_list.c: Likewise.
5042         * tests/unictype/test-block_of.c: Likewise.
5043         * tests/unictype/test-block_test.c: Likewise.
5044         * tests/unictype/test-categ_and.c: Likewise.
5045         * tests/unictype/test-categ_and_not.c: Likewise.
5046         * tests/unictype/test-categ_byname.c: Likewise.
5047         * tests/unictype/test-categ_name.c: Likewise.
5048         * tests/unictype/test-categ_none.c: Likewise.
5049         * tests/unictype/test-categ_of.c: Likewise.
5050         * tests/unictype/test-categ_or.c: Likewise.
5051         * tests/unictype/test-categ_test_withtable.c: Likewise.
5052         * tests/unictype/test-combining.c: Likewise.
5053         * tests/unictype/test-decdigit.c: Likewise.
5054         * tests/unictype/test-digit.c: Likewise.
5055         * tests/unictype/test-mirror.c: Likewise.
5056         * tests/unictype/test-numeric.c: Likewise.
5057         * tests/unictype/test-pr_byname.c: Likewise.
5058         * tests/unictype/test-pr_test.c: Likewise.
5059         * tests/unictype/test-predicate-part1.h: Likewise.
5060         * tests/unictype/test-scripts.c: Likewise.
5061         * tests/unictype/test-sy_c_ident.c: Likewise.
5062         * tests/unictype/test-sy_java_ident.c: Likewise.
5063         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
5064         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
5065         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
5066         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
5067         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
5068         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
5069         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
5070         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
5071         * tests/uninorm/test-canonical-decomposition.c: Likewise.
5072         * tests/uninorm/test-compat-decomposition.c: Likewise.
5073         * tests/uninorm/test-composition.c: Likewise.
5074         * tests/uninorm/test-decomposing-form.c: Likewise.
5075         * tests/uninorm/test-decomposition.c: Likewise.
5076         * tests/uninorm/test-u8-nfc.c: Likewise.
5077         * tests/uninorm/test-u8-nfd.c: Likewise.
5078         * tests/uninorm/test-u8-nfkc.c: Likewise.
5079         * tests/uninorm/test-u8-nfkd.c: Likewise.
5080         * tests/uninorm/test-u8-normcmp.c: Likewise.
5081         * tests/uninorm/test-u8-normcoll.c: Likewise.
5082         * tests/uninorm/test-u16-nfc.c: Likewise.
5083         * tests/uninorm/test-u16-nfd.c: Likewise.
5084         * tests/uninorm/test-u16-nfkc.c: Likewise.
5085         * tests/uninorm/test-u16-nfkd.c: Likewise.
5086         * tests/uninorm/test-u16-normcmp.c: Likewise.
5087         * tests/uninorm/test-u16-normcoll.c: Likewise.
5088         * tests/uninorm/test-u32-nfc.c: Likewise.
5089         * tests/uninorm/test-u32-nfd.c: Likewise.
5090         * tests/uninorm/test-u32-nfkc.c: Likewise.
5091         * tests/uninorm/test-u32-nfkd.c: Likewise.
5092         * tests/uninorm/test-u32-normalize-big.c: Likewise.
5093         * tests/uninorm/test-u32-normcmp.c: Likewise.
5094         * tests/uninorm/test-u32-normcoll.c: Likewise.
5095         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
5096         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
5097         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
5098         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
5099         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
5100         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
5101         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
5102         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
5103         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
5104         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
5105         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
5106         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
5107         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
5108         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
5109         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
5110         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
5111         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
5112         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
5113         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
5114         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
5115         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
5116         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
5117         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
5118         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
5119         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
5120         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
5121         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
5122         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
5123         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
5124         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
5125         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
5126         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
5127         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
5128         * tests/uniwidth/test-u8-strwidth.c: Likewise.
5129         * tests/uniwidth/test-u8-width.c: Likewise.
5130         * tests/uniwidth/test-u16-strwidth.c: Likewise.
5131         * tests/uniwidth/test-u16-width.c: Likewise.
5132         * tests/uniwidth/test-u32-strwidth.c: Likewise.
5133         * tests/uniwidth/test-u32-width.c: Likewise.
5134         * tests/uniwidth/test-uc_width.c: Likewise.
5135         * tests/uniwidth/test-uc_width2.c: Likewise.
5136         * modules/acl-tests (Files): Add tests/macros.h.
5137         * modules/areadlink-tests (Files): Likewise.
5138         * modules/areadlink-with-size-tests (Files): Likewise.
5139         * modules/areadlinkat-tests (Files): Likewise.
5140         * modules/areadlinkat-with-size-tests (Files): Likewise.
5141         * modules/argmatch-tests (Files): Likewise.
5142         * modules/argv-iter-tests (Files): Likewise.
5143         * modules/array-list-tests (Files): Likewise.
5144         * modules/array-mergesort-tests (Files): Likewise.
5145         * modules/array-oset-tests (Files): Likewise.
5146         * modules/avltree-list-tests (Files): Likewise.
5147         * modules/avltree-oset-tests (Files): Likewise.
5148         * modules/avltreehash-list-tests (Files): Likewise.
5149         * modules/base64-tests (Files): Likewise.
5150         * modules/binary-io-tests (Files): Likewise.
5151         * modules/bitrotate-tests (Files): Likewise.
5152         * modules/btowc-tests (Files): Likewise.
5153         * modules/byteswap-tests (Files): Likewise.
5154         * modules/c-ctype-tests (Files): Likewise.
5155         * modules/c-stack-tests (Files): Likewise.
5156         * modules/c-strcase-tests (Files): Likewise.
5157         * modules/c-strcasestr-tests (Files): Likewise.
5158         * modules/c-strstr-tests (Files): Likewise.
5159         * modules/canonicalize-lgpl-tests (Files): Likewise.
5160         * modules/canonicalize-tests (Files): Likewise.
5161         * modules/carray-list-tests (Files): Likewise.
5162         * modules/ceilf-tests (Files): Likewise.
5163         * modules/ceill-tests (Files): Likewise.
5164         * modules/chown-tests (Files): Likewise.
5165         * modules/cloexec-tests (Files): Likewise.
5166         * modules/copy-file-tests (Files): Likewise.
5167         * modules/count-one-bits-tests (Files): Likewise.
5168         * modules/dprintf-posix-tests (Files): Likewise.
5169         * modules/dup2-tests (Files): Likewise.
5170         * modules/dup3-tests (Files): Likewise.
5171         * modules/duplocale-tests (Files): Likewise.
5172         * modules/fbufmode-tests (Files): Likewise.
5173         * modules/fchdir-tests (Files): Likewise.
5174         * modules/fcntl-safer-tests (Files): Likewise.
5175         * modules/fcntl-tests (Files): Likewise.
5176         * modules/fdopendir-tests (Files): Likewise.
5177         * modules/fdutimensat-tests (Files): Likewise.
5178         * modules/fflush-tests (Files): Likewise.
5179         * modules/filevercmp-tests (Files): Likewise.
5180         * modules/flock-tests (Files): Likewise.
5181         * modules/floorf-tests (Files): Likewise.
5182         * modules/floorl-tests (Files): Likewise.
5183         * modules/fnmatch-tests (Files): Likewise.
5184         * modules/fopen-safer-tests (Files): Likewise.
5185         * modules/fopen-tests (Files): Likewise.
5186         * modules/fpending-tests (Files): Likewise.
5187         * modules/fprintf-posix-tests (Files): Likewise.
5188         * modules/fpurge-tests (Files): Likewise.
5189         * modules/freadable-tests (Files): Likewise.
5190         * modules/freadahead-tests (Files): Likewise.
5191         * modules/freading-tests (Files): Likewise.
5192         * modules/freadptr-tests (Files): Likewise.
5193         * modules/freadseek-tests (Files): Likewise.
5194         * modules/freopen-tests (Files): Likewise.
5195         * modules/frexp-nolibm-tests (Files): Likewise.
5196         * modules/frexp-tests (Files): Likewise.
5197         * modules/frexpl-nolibm-tests (Files): Likewise.
5198         * modules/frexpl-tests (Files): Likewise.
5199         * modules/fseek-tests (Files): Likewise.
5200         * modules/fseeko-tests (Files): Likewise.
5201         * modules/fstrcmp-tests (Files): Likewise.
5202         * modules/fsync-tests (Files): Likewise.
5203         * modules/ftell-tests (Files): Likewise.
5204         * modules/ftello-tests (Files): Likewise.
5205         * modules/func-tests (Files): Likewise.
5206         * modules/futimens-tests (Files): Likewise.
5207         * modules/fwritable-tests (Files): Likewise.
5208         * modules/fwriting-tests (Files): Likewise.
5209         * modules/getcwd-tests (Files): Likewise.
5210         * modules/getdate-tests (Files): Likewise.
5211         * modules/getdelim-tests (Files): Likewise.
5212         * modules/getdtablesize-tests (Files): Likewise.
5213         * modules/getgroups-tests (Files): Likewise.
5214         * modules/getline-tests (Files): Likewise.
5215         * modules/getndelim2-tests (Files): Likewise.
5216         * modules/glob-tests (Files): Likewise.
5217         * modules/hash-tests (Files): Likewise.
5218         * modules/i-ring-tests (Files): Likewise.
5219         * modules/iconv-tests (Files): Likewise.
5220         * modules/iconv_open-utf-tests (Files): Likewise.
5221         * modules/idpriv-drop-tests (Files): Likewise.
5222         * modules/idpriv-droptemp-tests (Files): Likewise.
5223         * modules/inet_ntop-tests (Files): Likewise.
5224         * modules/inet_pton-tests (Files): Likewise.
5225         * modules/isblank-tests (Files): Likewise.
5226         * modules/isfinite-tests (Files): Likewise.
5227         * modules/isinf-tests (Files): Likewise.
5228         * modules/isnan-tests (Files): Likewise.
5229         * modules/isnand-nolibm-tests (Files): Likewise.
5230         * modules/isnand-tests (Files): Likewise.
5231         * modules/isnanf-nolibm-tests (Files): Likewise.
5232         * modules/isnanf-tests (Files): Likewise.
5233         * modules/isnanl-nolibm-tests (Files): Likewise.
5234         * modules/isnanl-tests (Files): Likewise.
5235         * modules/lchown-tests (Files): Likewise.
5236         * modules/ldexpl-tests (Files): Likewise.
5237         * modules/link-tests (Files): Likewise.
5238         * modules/linkat-tests (Files): Likewise.
5239         * modules/linked-list-tests (Files): Likewise.
5240         * modules/linkedhash-list-tests (Files): Likewise.
5241         * modules/localename-tests (Files): Likewise.
5242         * modules/lseek-tests (Files): Likewise.
5243         * modules/lstat-tests (Files): Likewise.
5244         * modules/mbmemcasecmp-tests (Files): Likewise.
5245         * modules/mbmemcasecoll-tests (Files): Likewise.
5246         * modules/mbrtowc-tests (Files): Likewise.
5247         * modules/mbscasecmp-tests (Files): Likewise.
5248         * modules/mbscasestr-tests (Files): Likewise.
5249         * modules/mbschr-tests (Files): Likewise.
5250         * modules/mbscspn-tests (Files): Likewise.
5251         * modules/mbsinit-tests (Files): Likewise.
5252         * modules/mbsncasecmp-tests (Files): Likewise.
5253         * modules/mbsnrtowcs-tests (Files): Likewise.
5254         * modules/mbspbrk-tests (Files): Likewise.
5255         * modules/mbspcasecmp-tests (Files): Likewise.
5256         * modules/mbsrchr-tests (Files): Likewise.
5257         * modules/mbsrtowcs-tests (Files): Likewise.
5258         * modules/mbsspn-tests (Files): Likewise.
5259         * modules/mbsstr-tests (Files): Likewise.
5260         * modules/memchr-tests (Files): Likewise.
5261         * modules/memchr2-tests (Files): Likewise.
5262         * modules/memcmp-tests (Files): Likewise.
5263         * modules/memmem-tests (Files): Likewise.
5264         * modules/memrchr-tests (Files): Likewise.
5265         * modules/mkdir-tests (Files): Likewise.
5266         * modules/mkfifo-tests (Files): Likewise.
5267         * modules/mkfifoat-tests (Files): Likewise.
5268         * modules/mknod-tests (Files): Likewise.
5269         * modules/nanosleep-tests (Files): Likewise.
5270         * modules/nl_langinfo-tests (Files): Likewise.
5271         * modules/obstack-printf-tests (Files): Likewise.
5272         * modules/open-tests (Files): Likewise.
5273         * modules/openat-tests (Files): Likewise.
5274         * modules/pipe-filter-gi-tests (Files): Likewise.
5275         * modules/pipe-filter-ii-tests (Files): Likewise.
5276         * modules/pipe2-tests (Files): Likewise.
5277         * modules/popen-safer-tests (Files): Likewise.
5278         * modules/popen-tests (Files): Likewise.
5279         * modules/posixtm-tests (Files): Likewise.
5280         * modules/pread-tests (Files): Likewise.
5281         * modules/printf-frexp-tests (Files): Likewise.
5282         * modules/printf-frexpl-tests (Files): Likewise.
5283         * modules/printf-posix-tests (Files): Likewise.
5284         * modules/priv-set-tests (Files): Likewise.
5285         * modules/quotearg-tests (Files): Likewise.
5286         * modules/random_r-tests (Files): Likewise.
5287         * modules/rawmemchr-tests (Files): Likewise.
5288         * modules/rbtree-list-tests (Files): Likewise.
5289         * modules/rbtree-oset-tests (Files): Likewise.
5290         * modules/rbtreehash-list-tests (Files): Likewise.
5291         * modules/readlink-tests (Files): Likewise.
5292         * modules/remove-tests (Files): Likewise.
5293         * modules/rename-tests (Files): Likewise.
5294         * modules/renameat-tests (Files): Likewise.
5295         * modules/rmdir-tests (Files): Likewise.
5296         * modules/round-tests (Files): Likewise.
5297         * modules/roundf-tests (Files): Likewise.
5298         * modules/roundl-tests (Files): Likewise.
5299         * modules/safe-alloc-tests (Files): Likewise.
5300         * modules/setenv-tests (Files): Likewise.
5301         * modules/sigaction-tests (Files): Likewise.
5302         * modules/signbit-tests (Files): Likewise.
5303         * modules/sleep-tests (Files): Likewise.
5304         * modules/snprintf-posix-tests (Files): Likewise.
5305         * modules/snprintf-tests (Files): Likewise.
5306         * modules/sprintf-posix-tests (Files): Likewise.
5307         * modules/stat-tests (Files): Likewise.
5308         * modules/stat-time-tests (Files): Likewise.
5309         * modules/strcasestr-tests (Files): Likewise.
5310         * modules/strchrnul-tests (Files): Likewise.
5311         * modules/strerror-tests (Files): Likewise.
5312         * modules/striconv-tests (Files): Likewise.
5313         * modules/striconveh-tests (Files): Likewise.
5314         * modules/striconveha-tests (Files): Likewise.
5315         * modules/strsignal-tests (Files): Likewise.
5316         * modules/strstr-tests (Files): Likewise.
5317         * modules/strtod-tests (Files): Likewise.
5318         * modules/strverscmp-tests (Files): Likewise.
5319         * modules/symlink-tests (Files): Likewise.
5320         * modules/symlinkat-tests (Files): Likewise.
5321         * modules/trunc-tests (Files): Likewise.
5322         * modules/truncf-tests (Files): Likewise.
5323         * modules/truncl-tests (Files): Likewise.
5324         * modules/uname-tests (Files): Likewise.
5325         * modules/unicase/cased-tests (Files): Likewise.
5326         * modules/unicase/ignorable-tests (Files): Likewise.
5327         * modules/unicase/locale-language-tests (Files): Likewise.
5328         * modules/unicase/tolower-tests (Files): Likewise.
5329         * modules/unicase/totitle-tests (Files): Likewise.
5330         * modules/unicase/toupper-tests (Files): Likewise.
5331         * modules/unicase/u8-casecmp-tests (Files): Likewise.
5332         * modules/unicase/u8-casecoll-tests (Files): Likewise.
5333         * modules/unicase/u8-casefold-tests (Files): Likewise.
5334         * modules/unicase/u8-is-cased-tests (Files): Likewise.
5335         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
5336         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
5337         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
5338         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
5339         * modules/unicase/u8-tolower-tests (Files): Likewise.
5340         * modules/unicase/u8-totitle-tests (Files): Likewise.
5341         * modules/unicase/u8-toupper-tests (Files): Likewise.
5342         * modules/unicase/u16-casecmp-tests (Files): Likewise.
5343         * modules/unicase/u16-casecoll-tests (Files): Likewise.
5344         * modules/unicase/u16-casefold-tests (Files): Likewise.
5345         * modules/unicase/u16-is-cased-tests (Files): Likewise.
5346         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
5347         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
5348         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
5349         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
5350         * modules/unicase/u16-tolower-tests (Files): Likewise.
5351         * modules/unicase/u16-totitle-tests (Files): Likewise.
5352         * modules/unicase/u16-toupper-tests (Files): Likewise.
5353         * modules/unicase/u32-casecmp-tests (Files): Likewise.
5354         * modules/unicase/u32-casecoll-tests (Files): Likewise.
5355         * modules/unicase/u32-casefold-tests (Files): Likewise.
5356         * modules/unicase/u32-is-cased-tests (Files): Likewise.
5357         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
5358         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
5359         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
5360         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
5361         * modules/unicase/u32-tolower-tests (Files): Likewise.
5362         * modules/unicase/u32-totitle-tests (Files): Likewise.
5363         * modules/unicase/u32-toupper-tests (Files): Likewise.
5364         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
5365         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
5366         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
5367         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
5368         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
5369         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
5370         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
5371         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
5372         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
5373         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
5374         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
5375         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
5376         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
5377         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
5378         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
5379         * modules/unictype/bidicategory-name-tests (Files): Likewise.
5380         * modules/unictype/bidicategory-of-tests (Files): Likewise.
5381         * modules/unictype/bidicategory-test-tests (Files): Likewise.
5382         * modules/unictype/block-list-tests (Files): Likewise.
5383         * modules/unictype/block-of-tests (Files): Likewise.
5384         * modules/unictype/block-test-tests (Files): Likewise.
5385         * modules/unictype/category-C-tests (Files): Likewise.
5386         * modules/unictype/category-Cc-tests (Files): Likewise.
5387         * modules/unictype/category-Cf-tests (Files): Likewise.
5388         * modules/unictype/category-Cn-tests (Files): Likewise.
5389         * modules/unictype/category-Co-tests (Files): Likewise.
5390         * modules/unictype/category-Cs-tests (Files): Likewise.
5391         * modules/unictype/category-L-tests (Files): Likewise.
5392         * modules/unictype/category-Ll-tests (Files): Likewise.
5393         * modules/unictype/category-Lm-tests (Files): Likewise.
5394         * modules/unictype/category-Lo-tests (Files): Likewise.
5395         * modules/unictype/category-Lt-tests (Files): Likewise.
5396         * modules/unictype/category-Lu-tests (Files): Likewise.
5397         * modules/unictype/category-M-tests (Files): Likewise.
5398         * modules/unictype/category-Mc-tests (Files): Likewise.
5399         * modules/unictype/category-Me-tests (Files): Likewise.
5400         * modules/unictype/category-Mn-tests (Files): Likewise.
5401         * modules/unictype/category-N-tests (Files): Likewise.
5402         * modules/unictype/category-Nd-tests (Files): Likewise.
5403         * modules/unictype/category-Nl-tests (Files): Likewise.
5404         * modules/unictype/category-No-tests (Files): Likewise.
5405         * modules/unictype/category-P-tests (Files): Likewise.
5406         * modules/unictype/category-Pc-tests (Files): Likewise.
5407         * modules/unictype/category-Pd-tests (Files): Likewise.
5408         * modules/unictype/category-Pe-tests (Files): Likewise.
5409         * modules/unictype/category-Pf-tests (Files): Likewise.
5410         * modules/unictype/category-Pi-tests (Files): Likewise.
5411         * modules/unictype/category-Po-tests (Files): Likewise.
5412         * modules/unictype/category-Ps-tests (Files): Likewise.
5413         * modules/unictype/category-S-tests (Files): Likewise.
5414         * modules/unictype/category-Sc-tests (Files): Likewise.
5415         * modules/unictype/category-Sk-tests (Files): Likewise.
5416         * modules/unictype/category-Sm-tests (Files): Likewise.
5417         * modules/unictype/category-So-tests (Files): Likewise.
5418         * modules/unictype/category-Z-tests (Files): Likewise.
5419         * modules/unictype/category-Zl-tests (Files): Likewise.
5420         * modules/unictype/category-Zp-tests (Files): Likewise.
5421         * modules/unictype/category-Zs-tests (Files): Likewise.
5422         * modules/unictype/category-and-not-tests (Files): Likewise.
5423         * modules/unictype/category-and-tests (Files): Likewise.
5424         * modules/unictype/category-byname-tests (Files): Likewise.
5425         * modules/unictype/category-name-tests (Files): Likewise.
5426         * modules/unictype/category-none-tests (Files): Likewise.
5427         * modules/unictype/category-of-tests (Files): Likewise.
5428         * modules/unictype/category-or-tests (Files): Likewise.
5429         * modules/unictype/category-test-withtable-tests (Files): Likewise.
5430         * modules/unictype/combining-class-tests (Files): Likewise.
5431         * modules/unictype/ctype-alnum-tests (Files): Likewise.
5432         * modules/unictype/ctype-alpha-tests (Files): Likewise.
5433         * modules/unictype/ctype-blank-tests (Files): Likewise.
5434         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
5435         * modules/unictype/ctype-digit-tests (Files): Likewise.
5436         * modules/unictype/ctype-graph-tests (Files): Likewise.
5437         * modules/unictype/ctype-lower-tests (Files): Likewise.
5438         * modules/unictype/ctype-print-tests (Files): Likewise.
5439         * modules/unictype/ctype-punct-tests (Files): Likewise.
5440         * modules/unictype/ctype-space-tests (Files): Likewise.
5441         * modules/unictype/ctype-upper-tests (Files): Likewise.
5442         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
5443         * modules/unictype/decimal-digit-tests (Files): Likewise.
5444         * modules/unictype/digit-tests (Files): Likewise.
5445         * modules/unictype/mirror-tests (Files): Likewise.
5446         * modules/unictype/numeric-tests (Files): Likewise.
5447         * modules/unictype/property-alphabetic-tests (Files): Likewise.
5448         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
5449         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
5450         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
5451         Likewise.
5452         * modules/unictype/property-bidi-block-separator-tests (Files):
5453         Likewise.
5454         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
5455         Likewise.
5456         * modules/unictype/property-bidi-common-separator-tests (Files):
5457         Likewise.
5458         * modules/unictype/property-bidi-control-tests (Files): Likewise.
5459         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
5460         Likewise.
5461         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
5462         Likewise.
5463         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
5464         Likewise.
5465         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
5466         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
5467         Likewise.
5468         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
5469         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
5470         Likewise.
5471         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
5472         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
5473         * modules/unictype/property-bidi-segment-separator-tests (Files):
5474         Likewise.
5475         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
5476         * modules/unictype/property-byname-tests (Files): Likewise.
5477         * modules/unictype/property-combining-tests (Files): Likewise.
5478         * modules/unictype/property-composite-tests (Files): Likewise.
5479         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
5480         * modules/unictype/property-dash-tests (Files): Likewise.
5481         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
5482         * modules/unictype/property-default-ignorable-code-point-tests (Files):
5483         Likewise.
5484         * modules/unictype/property-deprecated-tests (Files): Likewise.
5485         * modules/unictype/property-diacritic-tests (Files): Likewise.
5486         * modules/unictype/property-extender-tests (Files): Likewise.
5487         * modules/unictype/property-format-control-tests (Files): Likewise.
5488         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
5489         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
5490         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
5491         * modules/unictype/property-hex-digit-tests (Files): Likewise.
5492         * modules/unictype/property-hyphen-tests (Files): Likewise.
5493         * modules/unictype/property-id-continue-tests (Files): Likewise.
5494         * modules/unictype/property-id-start-tests (Files): Likewise.
5495         * modules/unictype/property-ideographic-tests (Files): Likewise.
5496         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
5497         * modules/unictype/property-ids-trinary-operator-tests (Files):
5498         Likewise.
5499         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
5500         * modules/unictype/property-iso-control-tests (Files): Likewise.
5501         * modules/unictype/property-join-control-tests (Files): Likewise.
5502         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
5503         * modules/unictype/property-line-separator-tests (Files): Likewise.
5504         * modules/unictype/property-logical-order-exception-tests (Files):
5505         Likewise.
5506         * modules/unictype/property-lowercase-tests (Files): Likewise.
5507         * modules/unictype/property-math-tests (Files): Likewise.
5508         * modules/unictype/property-non-break-tests (Files): Likewise.
5509         * modules/unictype/property-not-a-character-tests (Files): Likewise.
5510         * modules/unictype/property-numeric-tests (Files): Likewise.
5511         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
5512         * modules/unictype/property-other-default-ignorable-code-point-tests
5513         (Files): Likewise.
5514         * modules/unictype/property-other-grapheme-extend-tests (Files):
5515         Likewise.
5516         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
5517         * modules/unictype/property-other-id-start-tests (Files): Likewise.
5518         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
5519         * modules/unictype/property-other-math-tests (Files): Likewise.
5520         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
5521         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
5522         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
5523         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
5524         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
5525         * modules/unictype/property-private-use-tests (Files): Likewise.
5526         * modules/unictype/property-punctuation-tests (Files): Likewise.
5527         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
5528         * modules/unictype/property-radical-tests (Files): Likewise.
5529         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
5530         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
5531         * modules/unictype/property-space-tests (Files): Likewise.
5532         * modules/unictype/property-terminal-punctuation-tests (Files):
5533         Likewise.
5534         * modules/unictype/property-test-tests (Files): Likewise.
5535         * modules/unictype/property-titlecase-tests (Files): Likewise.
5536         * modules/unictype/property-unassigned-code-value-tests (Files):
5537         Likewise.
5538         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
5539         * modules/unictype/property-uppercase-tests (Files): Likewise.
5540         * modules/unictype/property-variation-selector-tests (Files): Likewise.
5541         * modules/unictype/property-white-space-tests (Files): Likewise.
5542         * modules/unictype/property-xid-continue-tests (Files): Likewise.
5543         * modules/unictype/property-xid-start-tests (Files): Likewise.
5544         * modules/unictype/property-zero-width-tests (Files): Likewise.
5545         * modules/unictype/scripts-tests (Files): Likewise.
5546         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
5547         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
5548         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
5549         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
5550         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
5551         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
5552         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
5553         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
5554         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
5555         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
5556         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
5557         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
5558         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
5559         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
5560         * modules/uninorm/composition-tests (Files): Likewise.
5561         * modules/uninorm/decomposing-form-tests (Files): Likewise.
5562         * modules/uninorm/decomposition-tests (Files): Likewise.
5563         * modules/uninorm/filter-tests (Files): Likewise.
5564         * modules/uninorm/nfc-tests (Files): Likewise.
5565         * modules/uninorm/nfd-tests (Files): Likewise.
5566         * modules/uninorm/nfkc-tests (Files): Likewise.
5567         * modules/uninorm/nfkd-tests (Files): Likewise.
5568         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
5569         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
5570         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
5571         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
5572         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
5573         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
5574         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
5575         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
5576         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
5577         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
5578         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
5579         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
5580         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
5581         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
5582         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
5583         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
5584         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
5585         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
5586         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
5587         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
5588         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
5589         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
5590         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
5591         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
5592         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
5593         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
5594         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
5595         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
5596         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
5597         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
5598         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
5599         * modules/uniwidth/u8-width-tests (Files): Likewise.
5600         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
5601         * modules/uniwidth/u16-width-tests (Files): Likewise.
5602         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
5603         * modules/uniwidth/u32-width-tests (Files): Likewise.
5604         * modules/uniwidth/width-tests (Files): Likewise.
5605         * modules/unlink-tests (Files): Likewise.
5606         * modules/unsetenv-tests (Files): Likewise.
5607         * modules/usleep-tests (Files): Likewise.
5608         * modules/utimens-tests (Files): Likewise.
5609         * modules/utimensat-tests (Files): Likewise.
5610         * modules/vasnprintf-posix-tests (Files): Likewise.
5611         * modules/vasnprintf-tests (Files): Likewise.
5612         * modules/vasprintf-posix-tests (Files): Likewise.
5613         * modules/vasprintf-tests (Files): Likewise.
5614         * modules/vdprintf-posix-tests (Files): Likewise.
5615         * modules/vfprintf-posix-tests (Files): Likewise.
5616         * modules/vprintf-posix-tests (Files): Likewise.
5617         * modules/vsnprintf-posix-tests (Files): Likewise.
5618         * modules/vsnprintf-tests (Files): Likewise.
5619         * modules/vsprintf-posix-tests (Files): Likewise.
5620         * modules/wcrtomb-tests (Files): Likewise.
5621         * modules/wcsnrtombs-tests (Files): Likewise.
5622         * modules/wcsrtombs-tests (Files): Likewise.
5623         * modules/wctype-tests (Files): Likewise.
5624         * modules/wcwidth-tests (Files): Likewise.
5625         * modules/xmemdup0-tests (Files): Likewise.
5626         * modules/xprintf-posix-tests (Files): Likewise.
5627         * modules/xvasprintf-tests (Files): Likewise.
5628
5629 2009-12-24  Eric Blake  <ebb9@byu.net>
5630
5631         test-nanosleep: fix typo
5632         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
5633         patch.
5634         Reported by Bruno Haible.
5635
5636 2009-12-24  Bruno Haible  <bruno@clisp.org>
5637
5638         Reduce namespace pollution on glibc systems.
5639         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
5640         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
5641         systems.
5642         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
5643         <getopt.h> on glibc systems.
5644         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
5645         systems.
5646         * lib/fcntl.c: Include <unistd.h> here instead.
5647
5648 2009-12-24  Bruno Haible  <bruno@clisp.org>
5649
5650         * lib/stdlib.in.h (includes): Fix typo in today's commit.
5651
5652 2009-12-24  Eric Blake  <ebb9@byu.net>
5653
5654         tests: add signature checks
5655         * tests/signature.h (SIGNATURE_CHECK): New file.
5656         * modules/atexit-tests (Files): Use it.
5657         * modules/btowc-tests (Files): Likewise.
5658         * modules/canonicalize-lgpl-tests (Files): Likewise.
5659         * modules/ceilf-tests (Files): Likewise.
5660         * modules/ceill-tests (Files): Likewise.
5661         * modules/chown-tests (Files): Likewise.
5662         * modules/dprintf-posix-tests (Files): Likewise.
5663         * modules/dup2-tests (Files): Likewise.
5664         * modules/dup3-tests (Files): Likewise.
5665         * modules/duplocale-tests (Files): Likewise.
5666         * modules/fchdir-tests (Files): Likewise.
5667         * modules/fcntl-tests (Files): Likewise.
5668         * modules/fdopendir-tests (Files): Likewise.
5669         * modules/fflush-tests (Files): Likewise.
5670         * modules/flock-tests (Files): Likewise.
5671         * modules/floorf-tests (Files): Likewise.
5672         * modules/floorl-tests (Files): Likewise.
5673         * modules/fnmatch-tests (Files): Likewise.
5674         * modules/fopen-tests (Files): Likewise.
5675         * modules/fprintf-posix-tests (Files): Likewise.
5676         * modules/freopen-tests (Files): Likewise.
5677         * modules/frexp-nolibm-tests (Files): Likewise.
5678         * modules/frexp-tests (Files): Likewise.
5679         * modules/frexpl-nolibm-tests (Files): Likewise.
5680         * modules/frexpl-tests (Files): Likewise.
5681         * modules/fseek-tests (Files): Likewise.
5682         * modules/fseeko-tests (Files): Likewise.
5683         * modules/fsync-tests (Files): Likewise.
5684         * modules/ftell-tests (Files): Likewise.
5685         * modules/ftello-tests (Files): Likewise.
5686         * modules/futimens-tests (Files): Likewise.
5687         * modules/getaddrinfo-tests (Files): Likewise.
5688         * modules/getcwd-tests (Files): Likewise.
5689         * modules/getdelim-tests (Files): Likewise.
5690         * modules/getdtablesize-tests (Files): Likewise.
5691         * modules/getgroups-tests (Files): Likewise.
5692         * modules/gethostname-tests (Files): Likewise.
5693         * modules/getline-tests (Files): Likewise.
5694         * modules/getopt-posix-tests (Files): Likewise.
5695         * modules/gettimeofday-tests (Files): Likewise.
5696         * modules/glob-tests (Files): Likewise.
5697         * modules/iconv-tests (Files): Likewise.
5698         * modules/inet_ntop-tests (Files): Likewise.
5699         * modules/inet_pton-tests (Files): Likewise.
5700         * modules/isblank-tests (Files): Likewise.
5701         * modules/lchown-tests (Files): Likewise.
5702         * modules/ldexpl-tests (Files): Likewise.
5703         * modules/link-tests (Files): Likewise.
5704         * modules/linkat-tests (Files): Likewise.
5705         * modules/lseek-tests (Files): Likewise.
5706         * modules/lstat-tests (Files): Likewise.
5707         * modules/mbrtowc-tests (Files): Likewise.
5708         * modules/mbsinit-tests (Files): Likewise.
5709         * modules/mbsnrtowcs-tests (Files): Likewise.
5710         * modules/mbsrtowcs-tests (Files): Likewise.
5711         * modules/memchr-tests (Files): Likewise.
5712         * modules/memcmp-tests (Files): Likewise.
5713         * modules/memmem-tests (Files): Likewise.
5714         * modules/memrchr-tests (Files): Likewise.
5715         * modules/mkdir-tests (Files): Likewise.
5716         * modules/mkfifo-tests (Files): Likewise.
5717         * modules/mkfifoat-tests (Files): Likewise.
5718         * modules/mknod-tests (Files): Likewise.
5719         * modules/nanosleep-tests (Files): Likewise.
5720         * modules/nl_langinfo-tests (Files): Likewise.
5721         * modules/obstack-printf-tests (Files): Likewise.
5722         * modules/open-tests (Files): Likewise.
5723         * modules/openat-tests (Files): Likewise.
5724         * modules/perror-tests (Files): Likewise.
5725         * modules/pipe2-tests (Files): Likewise.
5726         * modules/poll-tests (Files): Likewise.
5727         * modules/popen-tests (Files): Likewise.
5728         * modules/posix_spawn-tests (Files): Likewise.
5729         * modules/posix_spawnp-tests (Files): Likewise.
5730         * modules/pread-tests (Files): Likewise.
5731         * modules/printf-posix-tests (Files): Likewise.
5732         * modules/pty-tests (Files): Likewise.
5733         * modules/random_r-tests (Files): Likewise.
5734         * modules/rawmemchr-tests (Files): Likewise.
5735         * modules/readlink-tests (Files): Likewise.
5736         * modules/remove-tests (Files): Likewise.
5737         * modules/rename-tests (Files): Likewise.
5738         * modules/renameat-tests (Files): Likewise.
5739         * modules/rmdir-tests (Files): Likewise.
5740         * modules/round-tests (Files): Likewise.
5741         * modules/roundf-tests (Files): Likewise.
5742         * modules/roundl-tests (Files): Likewise.
5743         * modules/select-tests (Files): Likewise.
5744         * modules/setenv-tests (Files): Likewise.
5745         * modules/sigaction-tests (Files): Likewise.
5746         * modules/sleep-tests (Files): Likewise.
5747         * modules/snprintf-posix-tests (Files): Likewise.
5748         * modules/snprintf-tests (Files): Likewise.
5749         * modules/sprintf-posix-tests (Files): Likewise.
5750         * modules/stat-tests (Files): Likewise.
5751         * modules/strcasestr-tests (Files): Likewise.
5752         * modules/strchrnul-tests (Files): Likewise.
5753         * modules/strerror-tests (Files): Likewise.
5754         * modules/strsignal-tests (Files): Likewise.
5755         * modules/strstr-tests (Files): Likewise.
5756         * modules/strtod-tests (Files): Likewise.
5757         * modules/strverscmp-tests (Files): Likewise.
5758         * modules/symlink-tests (Files): Likewise.
5759         * modules/symlinkat-tests (Files): Likewise.
5760         * modules/times-tests (Files): Likewise.
5761         * modules/trunc-tests (Files): Likewise.
5762         * modules/truncf-tests (Files): Likewise.
5763         * modules/truncl-tests (Files): Likewise.
5764         * modules/tsearch-tests (Files): Likewise.
5765         * modules/uname-tests (Files): Likewise.
5766         * modules/unlink-tests (Files): Likewise.
5767         * modules/unsetenv-tests (Files): Likewise.
5768         * modules/usleep-tests (Files): Likewise.
5769         * modules/utimensat-tests (Files): Likewise.
5770         * modules/vasprintf-tests (Files): Likewise.
5771         * modules/vdprintf-posix-tests (Files): Likewise.
5772         * modules/vfprintf-posix-tests (Files): Likewise.
5773         * modules/vprintf-posix-tests (Files): Likewise.
5774         * modules/vsnprintf-posix-tests (Files): Likewise.
5775         * modules/vsnprintf-tests (Files): Likewise.
5776         * modules/vsprintf-posix-tests (Files): Likewise.
5777         * modules/wcrtomb-tests (Files): Likewise.
5778         * modules/wcsnrtombs-tests (Files): Likewise.
5779         * modules/wcsrtombs-tests (Files): Likewise.
5780         * modules/wcwidth-tests (Files): Likewise.
5781         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
5782         * tests/test-isinf.c (isinf): Likewise.
5783         * tests/test-isnan.c (isnan): Likewise.
5784         * tests/test-signbit.c (signbit): Likewise.
5785         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
5786         declaration, either as macro or with correct signature.
5787         (select): Ensure function under test is declared with correct
5788         signature in correct header.
5789         * tests/test-atexit.c (atexit): Likewise.
5790         * tests/test-btowc.c (btowc): Likewise.
5791         * tests/test-canonicalize-lgpl.c (realpath)
5792         (canonicalize_file_name): Likewise.
5793         * tests/test-ceilf1.c (ceilf): Likewise.
5794         * tests/test-ceill.c (ceill): Likewise.
5795         * tests/test-chown.c (chown): Likewise.
5796         * tests/test-dprintf-posix.c (dprintf): Likewise.
5797         * tests/test-dup2.c (dup2): Likewise.
5798         * tests/test-dup3.c (dup3): Likewise.
5799         * tests/test-duplocale.c (duplocale): Likewise.
5800         * tests/test-fchdir.c (fchdir): Likewise.
5801         * tests/test-fchownat.c (fchownat): Likewise.
5802         * tests/test-fcntl.c (fcntl): Likewise.
5803         * tests/test-fdopendir.c (fdopendir): Likewise.
5804         * tests/test-fflush.c (fflush): Likewise.
5805         * tests/test-flock.c (flock): Likewise.
5806         * tests/test-floorf1.c (floorf): Likewise.
5807         * tests/test-floorl.c (floorl): Likewise.
5808         * tests/test-fnmatch.c (fnmatch): Likewise.
5809         * tests/test-fopen.c (fopen): Likewise.
5810         * tests/test-fprintf-posix.c (fprintf): Likewise.
5811         * tests/test-freopen.c (freopen): Likewise.
5812         * tests/test-frexp.c (frexp): Likewise.
5813         * tests/test-frexpl.c (frexpl): Likewise.
5814         * tests/test-fseek.c (fseek): Likewise.
5815         * tests/test-fseeko.c (fseeko): Likewise.
5816         * tests/test-fstatat.c (fstatat): Likewise.
5817         * tests/test-fsync.c (fsync): Likewise.
5818         * tests/test-ftell.c (ftell): Likewise.
5819         * tests/test-ftello.c (ftello): Likewise.
5820         * tests/test-futimens.c (futimens): Likewise.
5821         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
5822         (gai_strerror): Likewise.
5823         * tests/test-getcwd.c (getcwd): Likewise.
5824         * tests/test-getdelim.c (getdelim): Likewise.
5825         * tests/test-getdtablesize.c (getdtablesize): Likewise.
5826         * tests/test-getgroups.c (getgroups): Likewise.
5827         * tests/test-gethostname.c (gethostname): Likewise.
5828         * tests/test-getline.c (getline): Likewise.
5829         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
5830         Likewise.
5831         * tests/test-gettimeofday.c (gettimeofday): Likewise.
5832         * tests/test-glob.c (glob, globfree): Likewise.
5833         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
5834         * tests/test-inet_ntop.c (inet_ntop): Likewise.
5835         * tests/test-inet_pton.c (inet_pton): Likewise.
5836         * tests/test-isblank.c (isblank): Likewise.
5837         * tests/test-lchown.c (lchown): Likewise.
5838         * tests/test-ldexpl.c (ldexpl): Likewise.
5839         * tests/test-link.c (link): Likewise.
5840         * tests/test-linkat.c (linkat): Likewise.
5841         * tests/test-lseek.c (lseek): Likewise.
5842         * tests/test-lstat.c (lstat): Likewise.
5843         * tests/test-mbrtowc.c (mbrtowc): Likewise.
5844         * tests/test-mbsinit.c (mbsinit): Likewise.
5845         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
5846         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
5847         * tests/test-memchr.c (memchr): Likewise.
5848         * tests/test-memcmp.c (memcmp): Likewise.
5849         * tests/test-memmem.c (memmem): Likewise.
5850         * tests/test-memrchr.c (memrchr): Likewise.
5851         * tests/test-mkdir.c (mkdir): Likewise.
5852         * tests/test-mkdirat.c (mkdirat): Likewise.
5853         * tests/test-mkfifo.c (mkfifo): Likewise.
5854         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
5855         * tests/test-mknod.c (mknod): Likewise.
5856         * tests/test-nanosleep.c (nanosleep): Likewise.
5857         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
5858         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
5859         Likewise.
5860         * tests/test-open.c (open): Likewise.
5861         * tests/test-openat.c (openat): Likewise.
5862         * tests/test-perror.c (perror): Likewise.
5863         * tests/test-pipe2.c (pipe2): Likewise.
5864         * tests/test-poll.c (poll): Likewise.
5865         * tests/test-popen.c (popen, pclose): Likewise.
5866         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
5867         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
5868         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
5869         (posix_spawn_file_actions_destroy)
5870         (posix_spawn_file_actions_addclose)
5871         (posix_spawn_file_actions_addopen)
5872         (posix_spawn_file_actions_adddup2): Likewise.
5873         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
5874         * tests/test-pread.c (pread): Likewise.
5875         * tests/test-printf-posix.c (printf): Likewise.
5876         * tests/test-pty.c (openpty, forkpty): Likewise.
5877         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
5878         (random_r): Likewise.
5879         * tests/test-rawmemchr.c (rawmemchr): Likewise.
5880         * tests/test-readlink.c (readlink): Likewise.
5881         * tests/test-remove.c (remove): Likewise.
5882         * tests/test-rename.c (rename): Likewise.
5883         * tests/test-renameat.c (renameat): Likewise.
5884         * tests/test-rmdir.c (rmdir): Likewise.
5885         * tests/test-round1.c (round): Likewise.
5886         * tests/test-roundf1.c (roundf): Likewise.
5887         * tests/test-roundl.c (roundl): Likewise.
5888         * tests/test-setenv.c (setenv): Likewise.
5889         * tests/test-sigaction.c (sigaction): Likewise.
5890         * tests/test-sleep.c (sleep): Likewise.
5891         * tests/test-snprintf.c (snprintf): Likewise.
5892         * tests/test-sprintf-posix.c (sprintf): Likewise.
5893         * tests/test-stat.c (stat): Likewise.
5894         * tests/test-stpncpy.c (stpncpy): Likewise.
5895         * tests/test-strcasestr.c (strcasestr): Likewise.
5896         * tests/test-strchrnul.c (strchrnul): Likewise.
5897         * tests/test-strerror.c (strerror): Likewise.
5898         * tests/test-strsignal.c (strsignal): Likewise.
5899         * tests/test-strstr.c (strstr): Likewise.
5900         * tests/test-strtod.c (strtod): Likewise.
5901         * tests/test-strverscmp.c (strverscmp): Likewise.
5902         * tests/test-symlink.c (symlink): Likewise.
5903         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
5904         * tests/test-times.c (times): Likewise.
5905         * tests/test-trunc1.c (trunc): Likewise.
5906         * tests/test-truncf1.c (truncf): Likewise.
5907         * tests/test-truncl.c (truncl): Likewise.
5908         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
5909         Likewise.
5910         * tests/test-uname.c (uname): Likewise.
5911         * tests/test-unlink.c (unlink): Likewise.
5912         * tests/test-unlinkat.c (unlinkat): Likewise.
5913         * tests/test-unsetenv.c (unsetenv): Likewise.
5914         * tests/test-usleep.c (usleep): Likewise.
5915         * tests/test-utimensat.c (utimensat): Likewise.
5916         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
5917         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
5918         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
5919         * tests/test-vprintf-posix.c (vprintf): Likewise.
5920         * tests/test-vsnprintf.c (vsnprintf): Likewise.
5921         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
5922         * tests/test-wcrtomb.c (wcrtomb): Likewise.
5923         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
5924         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
5925         * tests/test-wcwidth.c (wcwidth): Likewise.
5926
5927         build: pull in conditional headers during GNULIB_POSIXCHECK
5928         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
5929         definitions from any conditionally-included headers.
5930         * lib/stdlib.in.h (includes): Likewise.
5931         * lib/unistd.in.h (includes): Likewise.
5932
5933 2009-12-24  Bruno Haible  <bruno@clisp.org>
5934
5935         * tests/test-argv-iter.c: Include header file being tested immediately
5936         after config.h.
5937         * tests/test-base64.c: Likewise.
5938         * tests/test-flock.c: Likewise.
5939         * tests/test-fsync.c: Likewise.
5940         * tests/test-getdate.c: Likewise.
5941         * tests/test-getndelim2.c: Likewise.
5942         * tests/test-isfinite.c: Likewise.
5943         * tests/test-isinf.c: Likewise.
5944         * tests/test-strerror.c: Likewise.
5945         * tests/test-strsignal.c: Likewise.
5946
5947 2009-12-23  Eric Blake  <ebb9@byu.net>
5948
5949         unistd: work around cygwin bug
5950         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
5951         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
5952         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
5953
5954 2009-12-23  Bruno Haible  <bruno@clisp.org>
5955
5956         localename: More tests.
5957         * tests/test-localename.c (SIZEOF): New macro.
5958         (categories): New variable.
5959         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
5960         test_locale_name_default): Add test w.r.t. thread locale.
5961         (test_locale_name_thread): New function.
5962         (main): Invoke it.
5963
5964         localename: Make aware of thread locale.
5965         * lib/localename.h (gl_locale_name_thread): New declaration.
5966         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
5967         behaviour with respect to thread locale.
5968         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
5969         <langinfo.h>, glthread/lock.h.
5970         (SIZE_BITS): New macro.
5971         (string_hash): New function.
5972         (struct hash_node): New type.
5973         (HASH_TABLE_SIZE): New macro.
5974         (struniq_hash_table, struniq_lock): New variables.
5975         (struniq): New function.
5976         (gl_locale_name_thread): New function.
5977         (gl_locale_name): Invoke it.
5978         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
5979         * modules/localename (Depends-on): Add lock.
5980         Reported by Mike Gran <spk121@yahoo.com>.
5981
5982 2009-12-23  Eric Blake  <ebb9@byu.net>
5983
5984         va-args: new module
5985         * modules/va-args: New file.
5986         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
5987         * MODULES.html.sh (Core language properties): Mention it.
5988
5989         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
5990         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
5991         named alias for __attribute__((__unused__)).
5992         * lib/chown.c: Update client.
5993         * lib/fchmodat.c: Likewise.
5994         * lib/fts.c: Likewise.
5995         * lib/getdate.y: Likewise.
5996         * lib/getgroups.c: Likewise.
5997         * lib/getopt.c: Likewise.
5998         * lib/getugroups.c: Likewise.
5999         * lib/mkdir.c: Likewise.
6000         * lib/mkfifo.c: Likewise.
6001         * lib/mkfifoat.c: Likewise.
6002         * lib/mknod.c: Likewise.
6003         * lib/mknodat.c: Likewise.
6004         * lib/readlink.c: Likewise.
6005         * lib/se-context.in.h: Likewise.
6006         * lib/se-selinux.in.h: Likewise.
6007         * lib/sockets.c: Likewise.
6008         * lib/symlink.c: Likewise.
6009         * lib/symlinkat.c: Likewise.
6010         * lib/unicodeio.c: Likewise.
6011         * lib/unistr.h: Likewise.
6012         * tests/test-areadlink.c: Likewise.
6013         * tests/test-areadlinkat.c: Likewise.
6014         * tests/test-filenamecat.c: Likewise.
6015         * tests/test-fseeko.c: Likewise.
6016         * tests/test-ftello.c: Likewise.
6017         * tests/test-getdate.c: Likewise.
6018         * tests/test-getgroups.c: Likewise.
6019         * tests/test-gethostname.c: Likewise.
6020         * tests/test-quotearg.c: Likewise.
6021         * tests/test-version-etc.c: Likewise.
6022         * tests/test-xalloc-die.c: Likewise.
6023         * tests/test-xfprintf-posix.c: Likewise.
6024         * tests/test-xprintf-posix.c: Likewise.
6025         * tests/test-xvasprintf.c: Likewise.
6026
6027         tests: avoid compiler warnings
6028         * tests/test-fcntl.c (main): Delete unused parameters.
6029         * tests/test-freopen-safer.c (main): Likewise.
6030         * tests/test-xalloc-die.c (main): Mark unused parameters.
6031         * tests/test-fseeko.c (main): Likewise.
6032         * tests/test-ftello.c (main): Likewise.
6033         * tests/test-nanosleep.c (main): Avoid declaration warning.
6034         * tests/test-sleep.c (main): Likewise.
6035         * tests/test-unsetenv.c (main): Silence warning about string
6036         literal.
6037         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
6038
6039 2009-12-23  Bruno Haible  <bruno@clisp.org>
6040
6041         * tests/test-localename.c (test_locale_name): New function, extracted
6042         from main. Also test mixed situations.
6043         (test_locale_name_posix, test_locale_name_environ,
6044         test_locale_name_default): New functions.
6045         (main): Invoke them all.
6046         * modules/localename-tests (configure.ac): Test for newlocale.
6047
6048 2009-12-23  Bruno Haible  <bruno@clisp.org>
6049
6050         unistd: Ensure getcwd gets declared before being overridden.
6051         * lib/unistd.in.h: Conditionally include <io.h>.
6052
6053 2009-12-22  Bruno Haible  <bruno@clisp.org>
6054
6055         wchar: Diagnose broken combination of glibc and gcc versions and flags.
6056         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
6057         (gl_WCHAR_H): Invoke it.
6058         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
6059         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
6060         Reported by Karl Berry <karl@freefriends.org>.
6061
6062 2009-12-22  Eric Blake  <ebb9@byu.net>
6063
6064         math, unistd: avoid redundant includes
6065         * lib/math.in.h (isnan): No need to re-include <math.h>.
6066         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
6067
6068         getsubopt: work around cygwin bug
6069         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
6070         avoid conflicting with system getsubopt.
6071         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
6072         bug.
6073
6074         getopt: synchronize from glibc
6075         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
6076         parameter order.  Adjust all callers.
6077         (_getopt_internal_r, main): Adjust quoting in error messages.
6078         Drop considerations for outdated POSIX 1003.2 error message.
6079         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
6080         callers.
6081         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
6082
6083         test-getopt: test stderr behavior
6084         * modules/getopt-posix-tests (Depends-on): Add dup2.
6085         * tests/test-getopt.c (ASSERT): Avoid stderr.
6086         (main): Move stderr to a temporary file.
6087         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
6088         Instead, add parameter to inform caller if output occurred.
6089         (test_getopt): Adjust all existing tests to expect silence, and
6090         add new tests of leading ":".
6091         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6092         glibc shortcomings with leading "-:" or "+:" in optstring.
6093         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6094         Likewise.
6095         * doc/posix-functions/getopt.texi (getopt): Likewise.
6096
6097         test-getopt: enhance test
6098         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
6099         supports optind=0.
6100         * tests/test-getopt.c (OPTIND_MIN): Move...
6101         * tests/test-getopt.h (OPTIND_MIN): ...here.
6102         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
6103         Require that optind=0 works, since modern BSD supports it in
6104         addition to optreset, and since coreutils expects it.
6105         (test_getopt_long_only): New test.
6106         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6107         glibc shortcomings with 'W;', and enforcement of optind=0.
6108         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6109         Likewise.
6110
6111 2009-12-21  Bruno Haible  <bruno@clisp.org>
6112
6113         localename: Improvements for MacOS X and Cygwin.
6114         * lib/localename.h (gl_locale_name_environ): New declaration.
6115         * lib/localename.c (gl_locale_name_environ): New function, extracted from
6116         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
6117         (gl_locale_name_posix): Invoke it.
6118         (gl_locale_name_default): Add comments. Use Windows native API also on
6119         Cygwin.
6120
6121 2009-12-21  Bruno Haible  <bruno@clisp.org>
6122
6123         Update list of Win32 locale ids.
6124         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
6125         (LANG_SAMI): Renamed from LANG_SAAMI.
6126         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
6127         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
6128         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
6129         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
6130         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
6131         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
6132         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
6133         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
6134         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
6135         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
6136         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
6137         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
6138         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
6139         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
6140         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
6141         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
6142         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
6143         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
6144         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
6145         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
6146         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
6147         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
6148         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
6149         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
6150         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
6151         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
6152         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
6153         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
6154         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
6155         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
6156         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
6157         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
6158         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
6159         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
6160         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
6161         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
6162         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
6163         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
6164         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
6165         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
6166         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
6167         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
6168         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
6169         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
6170         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
6171         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
6172         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
6173         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
6174         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
6175         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
6176         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
6177         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
6178         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
6179         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
6180         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
6181         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
6182         Add more languages and countries for Sami, Sorbian. Add more countries
6183         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
6184         for Pashto. Change country for Syriac, Tswana.
6185
6186 2009-12-21  Eric Blake  <ebb9@byu.net>
6187
6188         test-utimens: avoid spurious failure
6189         * tests/test-chown.h (nap): Factor...
6190         * tests/nap.h: ...into new file.
6191         * tests/test-lchown.h (nap): Avoid duplication.
6192         * tests/test-utimens-common.h (nap): Use shared implementation,
6193         necessary on file systems with 1-second resolution.
6194         * modules/chown-tests (Files): Include new file.
6195         * modules/fdutimensat-tests (Files): Likewise.
6196         * modules/futimens-tests (Files): Likewise.
6197         * modules/lchown-tests (Files): Likewise.
6198         * modules/openat-tests (Files): Likewise.
6199         * modules/utimens-tests (Files): Likewise.
6200         * modules/utimensat-tests (Files): Likewise.
6201
6202 2009-12-19  Eric Blake  <ebb9@byu.net>
6203
6204         futimens, utimensat: work around Linux bug
6205         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
6206         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
6207         * lib/utimensat.c (rpl_utimensat): Work around it.
6208         * lib/futimens.c (rpl_futimens): Adjust comment.
6209
6210         utimens: work around Linux ctime bug
6211         * lib/utimens.c (detect_ctime_bug): New helper function.
6212         (update_timespec): Differentiate between workaround needed for
6213         this bug vs. what is needed for systems that lack utimensat.
6214         (fdutimens, lutimens): Work around bug.
6215
6216         utimens: check for ctime update
6217         * tests/test-utimens-common.h (check_ctime): Define.
6218         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
6219         * tests/test-futimens.h (test_futimens): Likewise.
6220         * tests/test-lutimens.h (test_lutimens): Likewise.
6221         * doc/posix-functions/futimens.texi (futimens): Document the bug.
6222         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
6223
6224 2009-12-19  Bruno Haible  <bruno@clisp.org>
6225
6226         dprintf-posix: Check against memory leak fixed on 2009-12-15.
6227         * tests/test-dprintf-posix2.sh: New file.
6228         * tests/test-dprintf-posix2.c: New file.
6229         * modules/dprintf-posix-tests (Files): Add them.
6230         (configure.ac): Check for getrlimit and setrlimit.
6231         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6232
6233 2009-12-19  Bruno Haible  <bruno@clisp.org>
6234
6235         fprintf-posix: Check against memory leak fixed on 2009-12-15.
6236         * tests/test-fprintf-posix3.sh: New file.
6237         * tests/test-fprintf-posix3.c: New file.
6238         * modules/fprintf-posix-tests (Files): Add them.
6239         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6240
6241 2009-12-19  Eric Blake  <ebb9@byu.net>
6242
6243         dirfd: fix prototype
6244         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
6245         * lib/dirfd.c (dirfd): Likewise.
6246
6247         canonicalize: reduce memory usage
6248         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
6249         allocation to size.
6250         Reported by Solar Designer <solar@openwall.com>.
6251
6252 2009-12-19  Bruno Haible  <bruno@clisp.org>
6253
6254         New module attribute 'Applicability'.
6255         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
6256         * gnulib-tool: New option --extract-applicability.
6257         (func_usage): Document it.
6258         (sed_extract_prog): Recognize it.
6259         (func_get_applicability): New function.
6260         (func_import): Generalize handling of 'link-warning' module.
6261         * modules/link-warning (Applicability): New section.
6262         * modules/arg-nonnull (Applicability): New section.
6263         Repoted by Simon Josefsson <simon@josefsson.org>.
6264
6265 2009-12-19  Bruno Haible  <bruno@clisp.org>
6266
6267         fflush: tweak
6268         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
6269         * lib/fseeko.c (rpl_fseeko): Likewise.
6270
6271 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
6272
6273         * lib/gl_list.h: Fix typo in comment.
6274
6275 2009-12-16  Eric Blake  <ebb9@byu.net>
6276
6277         fcntl: use to simplify other modules
6278         * modules/cloexec (Depends-on): Add fcntl.
6279         * modules/fchdir (Depends-on): Likewise.
6280         * modules/fd-safer-flag (Depends-on): Likewise.
6281         * modules/unistd-safer (Depends-on): Likewise.
6282         * modules/dup3 (configure.ac): Set module indicator.
6283         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
6284         missing.
6285         * lib/fchdir.c (_gl_register_dup): Fix comment.
6286         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
6287         * lib/dup-safer.c (dup_safer): Likewise.
6288         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
6289         * lib/dup3.c (dup3): Likewise.
6290         * tests/test-fchdir.c (main): Enhance test.
6291         Fixes a dup_cloexec bug reported by Ondřej Vašík.
6292
6293         fcntl: port portions of fcntl to mingw
6294         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
6295         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
6296         replacement for mingw.
6297         * modules/fcntl (Description): Update.
6298         (Depends-on): Add dup2.
6299         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
6300         * modules/fcntl-h (Makefile.am): Substitute it.
6301         * lib/fcntl.in.h (fcntl): Update declaration.
6302         (F_DUPFD, F_GETFD): New macros, when needed.
6303         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
6304         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
6305         * tests/test-fcntl.c (check_flags, main): Enhance test for items
6306         we now guarantee.
6307
6308         fcntl: work around cygwin bug in F_DUPFD
6309         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
6310         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
6311         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
6312         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
6313         * doc/posix-functions/fcntl.texi (fcntl): Document it.
6314
6315         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
6316         * modules/fcntl (Files): List new files.
6317         (configure.ac): Run a test.
6318         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
6319         * lib/fcntl.c (rpl_fcntl): Likewise.
6320         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
6321         (gl_FCNTL_H): Always replace fcntl.h.
6322         * modules/fcntl-h (Makefile.am): Substitute witnesses.
6323         * lib/fcntl.in.h (fcntl): Declare replacement.
6324         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
6325         needed, plus a witness.
6326         * doc/posix-functions/fcntl.texi (fcntl): Document this.
6327         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
6328         * tests/test-fcntl.c: New file.
6329         * modules/fcntl-tests: Likewise.
6330
6331         binary-io: avoid potential compilation warning
6332         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
6333         directives.
6334
6335         fflush: avoid compilation error on NetBSD
6336         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
6337         between off_t and fpos_t, since the latter is sometimes a struct.
6338         * lib/fseeko.c (rpl_fseeko): Likewise.
6339         Reported by Alexander Nasonov <alnsn@yandex.ru>.
6340
6341 2009-12-15  Eric Blake  <ebb9@byu.net>
6342
6343         fcntl-h, stdio, sys_ioctl: fix declarations
6344         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
6345         function must not take arguments.
6346         * lib/sys_ioctl.in.h (ioctl): Likewise.
6347         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
6348         (open): Add a link warning.
6349
6350 2009-12-15  Jim Meyering  <meyering@redhat.com>
6351
6352         areadlink, areadlink-with-size: relax license to LGPLv2+
6353         * modules/areadlink (License): Relax to LGPLv2+.
6354         * modules/areadlink-with-size (License): Likewise.
6355
6356 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
6357             Bruno Haible  <bruno@clisp.org>
6358
6359         *printf: Fix memory leak.
6360         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
6361         * lib/vfprintf.c (vfprintf): Likewise.
6362         * lib/dprintf.c (dprintf): Likewise.
6363         * lib/vdprintf.c (vdprintf): Likewise.
6364
6365 2009-12-14  Eric Blake  <ebb9@byu.net>
6366
6367         accept4: adjust module dependencies
6368         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
6369
6370         utimens: one more try at avoiding compiler warning
6371         * lib/utimens.c (lutimens): Lower scope of result.
6372
6373 2009-12-13  Bruno Haible  <bruno@clisp.org>
6374
6375         Move the malloc checking from module 'list' to new module 'xlist'.
6376         * modules/xlist: New file.
6377         * lib/gl_xlist.h: New file.
6378         * lib/gl_xlist.c: New file.
6379         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
6380         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
6381         gl_list_add_last, gl_list_add_before, gl_list_add_after,
6382         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
6383         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
6384         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
6385         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
6386         gl_sortedlist_nx_add): New declarations.
6387         (struct gl_list_implementation): Rename and change methods accordingly.
6388         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
6389         (gl_list_nx_create): Renamed from gl_list_create.
6390         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
6391         (gl_list_nx_set_at): Renamed from gl_list_set_at.
6392         (gl_list_nx_add_first): Renamed from gl_list_add_first.
6393         (gl_list_nx_add_last): Renamed from gl_list_add_last.
6394         (gl_list_nx_add_before): Renamed from gl_list_add_before.
6395         (gl_list_nx_add_after): Renamed from gl_list_add_after.
6396         (gl_list_nx_add_at): Renamed from gl_list_add_at.
6397         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
6398         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
6399         gl_list_create_empty.
6400         (gl_list_nx_create): Renamed from gl_list_create.
6401         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
6402         (gl_list_nx_set_at): Renamed from gl_list_set_at.
6403         (gl_list_nx_add_first): Renamed from gl_list_add_first.
6404         (gl_list_nx_add_last): Renamed from gl_list_add_last.
6405         (gl_list_nx_add_before): Renamed from gl_list_add_before.
6406         (gl_list_nx_add_after): Renamed from gl_list_add_after.
6407         (gl_list_nx_add_at): Renamed from gl_list_add_at.
6408         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
6409         * lib/gl_array_list.c: Don't include xalloc.h.
6410         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
6411         NULL upon out-of-memory.
6412         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
6413         out-of-memory.
6414         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
6415         Change return type to 'int'.
6416         (gl_array_nx_set_at): Renamed from gl_array_set_at.
6417         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
6418         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
6419         upon out-of-memory.
6420         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
6421         upon out-of-memory.
6422         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
6423         upon out-of-memory.
6424         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
6425         upon out-of-memory.
6426         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
6427         out-of-memory.
6428         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
6429         Update.
6430         (gl_array_list_implementation): Update.
6431         * lib/gl_carray_list.c: Don't include xalloc.h.
6432         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
6433         Return NULL upon out-of-memory.
6434         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
6435         out-of-memory.
6436         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
6437         Change return type to 'int'.
6438         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
6439         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
6440         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
6441         upon out-of-memory.
6442         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
6443         upon out-of-memory.
6444         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
6445         out-of-memory.
6446         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
6447         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
6448         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
6449         Update.
6450         (gl_carray_list_implementation): Update.
6451         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
6452         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
6453         gl_linked_create_empty. Return NULL upon out-of-memory.
6454         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
6455         out-of-memory.
6456         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
6457         Change return type to 'int'. Return -1 upon out-of-memory.
6458         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
6459         out-of-memory.
6460         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
6461         upon out-of-memory.
6462         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
6463         upon out-of-memory.
6464         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
6465         NULL upon out-of-memory.
6466         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
6467         upon out-of-memory.
6468         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
6469         out-of-memory.
6470         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
6471         Update.
6472         * lib/gl_linked_list.c: Don't include xalloc.h.
6473         (gl_linked_list_implementation): Update.
6474         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
6475         (add_to_bucket): Change return type to 'int'.
6476         (gl_linkedhash_list_implementation): Update.
6477         * lib/gl_anytree_list1.h (free_subtree): New function.
6478         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
6479         gl_tree_create_empty. Return NULL upon out-of-memory.
6480         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
6481         Change return type to 'int'. Return -1 upon out-of-memory.
6482         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
6483         out-of-memory.
6484         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
6485         (gl_tree_remove_node): New function, moved here from
6486         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
6487         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
6488         Update.
6489         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
6490         malloc, not xmalloc. Return NULL upon out-of-memory.
6491         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
6492         out-of-memory.
6493         (gl_tree_remove_node_from_tree): New function, extracted from
6494         gl_tree_remove_node.
6495         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
6496         upon out-of-memory.
6497         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
6498         out-of-memory.
6499         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
6500         upon out-of-memory.
6501         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
6502         upon out-of-memory.
6503         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
6504         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
6505         not xmalloc. Return NULL upon out-of-memory.
6506         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
6507         out-of-memory.
6508         (gl_tree_remove_node_from_tree): New function, extracted from
6509         gl_tree_remove_node.
6510         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
6511         upon out-of-memory.
6512         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
6513         out-of-memory.
6514         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
6515         upon out-of-memory.
6516         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
6517         upon out-of-memory.
6518         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
6519         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
6520         gl_anytree_list1.h before gl_anyavltree_list2.h.
6521         (gl_avltree_list_implementation): Update.
6522         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
6523         gl_anytree_list1.h before gl_anyavltree_list2.h.
6524         (gl_rbtree_list_implementation): Update.
6525         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
6526         Change return type to 'int'. Return -1 upon out-of-memory. Use
6527         __builtin_expect.
6528         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
6529         (gl_avltreehash_list_implementation): Update.
6530         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
6531         (gl_rbtreehash_list_implementation): Update.
6532         * modules/array-list (Depends-on): Remove xalloc.
6533         * modules/carray-list (Depends-on): Likewise.
6534         * modules/linked-list (Depends-on): Likewise.
6535         * modules/linkedhash-list (Depends-on): Likewise.
6536         * modules/avltree-list (Depends-on): Likewise.
6537         * modules/rbtree-list (Depends-on): Likewise.
6538         * modules/avltreehash-list (Depends-on): Likewise.
6539         * modules/rbtreehash-list (Depends-on): Likewise.
6540
6541         * modules/xsublist: New file.
6542         * lib/gl_xsublist.h: New file.
6543         * lib/gl_xsublist.c: New file.
6544         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
6545         (gl_sublist_nx_create): New declaration.
6546         * lib/gl_sublist.c: Don't include xalloc.h.
6547         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
6548         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
6549         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
6550         Change return type to 'int'. Return -1 upon out-of-memory.
6551         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
6552         upon out-of-memory.
6553         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
6554         NULL upon out-of-memory.
6555         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
6556         upon out-of-memory.
6557         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
6558         NULL upon out-of-memory.
6559         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
6560         NULL upon out-of-memory.
6561         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
6562         upon out-of-memory.
6563         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
6564         (gl_sublist_list_implementation): Update.
6565         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
6566         upon out-of-memory.
6567         * modules/sublist (Depends-on): Remove xalloc.
6568
6569         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
6570         * tests/test-carray_list.c: Likewise.
6571         * tests/test-linked_list.c: Likewise.
6572         * tests/test-linkedhash_list.c: Likewise.
6573         * tests/test-avltree_list.c: Likewise.
6574         * tests/test-rbtree_list.c: Likewise.
6575         * tests/test-avltreehash_list.c: Likewise.
6576         * tests/test-rbtreehash_list.c: Likewise.
6577         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
6578         * modules/carray-list-tests (Makefile.am): Likewise.
6579         * modules/linked-list-tests (Makefile.am): Likewise.
6580         * modules/linkedhash-list-tests (Makefile.am): Likewise.
6581         * modules/avltree-list-tests (Makefile.am): Likewise.
6582         * modules/rbtree-list-tests (Makefile.am): Likewise.
6583         * modules/avltreehash-list-tests (Makefile.am): Likewise.
6584         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
6585
6586         * NEWS: Mention the changes.
6587
6588         * lib/clean-temp.c: Include gl_xlist.h.
6589         * modules/clean-temp (Depends-on): Add xlist.
6590
6591         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
6592         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
6593
6594         * tests/test-array_oset.c: Include gl_xlist.h.
6595         * modules/array-oset-tests (Depends-on): Add xlist.
6596
6597         Reported by José E. Marchesi <jemarch@gnu.org>.
6598
6599 2009-12-13  Bruno Haible  <bruno@clisp.org>
6600
6601         Move the malloc checking from module 'oset' to new module 'xoset'.
6602         * modules/xoset: New file.
6603         * lib/gl_xoset.h: New file.
6604         * lib/gl_xoset.c: New file.
6605         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
6606         declarations.
6607         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
6608         (struct gl_oset_implementation): Rename and change methods accordingly.
6609         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
6610         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
6611         'int'. Mark as __warn_unused_result__.
6612         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
6613         gl_oset_create_empty.
6614         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
6615         'int'.
6616         * lib/gl_array_oset.c: Don't include xalloc.h.
6617         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
6618         malloc, not xmalloc.
6619         (grow): Change return type to 'int'. Don't call xalloc_die.
6620         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
6621         to 'int'.
6622         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
6623         'int'.
6624         (gl_array_oset_implementation): Update.
6625         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
6626         gl_tree_create_empty.
6627         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
6628         'int'.
6629         * lib/gl_avltree_oset.c: Don't include xalloc.h.
6630         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
6631         xmalloc.
6632         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
6633         not xmalloc.
6634         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
6635         xmalloc.
6636         (gl_avltree_oset_implementation): Update.
6637         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
6638         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
6639         xmalloc.
6640         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
6641         not xmalloc.
6642         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
6643         xmalloc.
6644         (gl_rbtree_oset_implementation): Update.
6645         * modules/array-oset (Depends-on): Remove xalloc.
6646         * modules/avltree-oset (Depends-on): Likewise.
6647         * modules/rbtree-oset (Depends-on): Likewise.
6648         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
6649         * tests/test-avltree_oset.c: Likewise.
6650         * tests/test-rbtree_oset.c: Likewise.
6651         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
6652         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
6653         * modules/rbtree-oset-tests (Makefile.am): Likewise.
6654         * NEWS: Mention the change.
6655
6656 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
6657
6658         maint.mk: allow a project to override release-prep commands
6659         * top/maint.mk (alpha, beta, stable): Move release-preparatory
6660         commands into a new rule.
6661         (release-prep): New rule.
6662         (release-prep-hook): New overridable variable.
6663
6664 2009-12-13  Bruno Haible  <bruno@clisp.org>
6665
6666         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
6667
6668 2009-12-13  Jim Meyering  <meyering@redhat.com>
6669
6670         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
6671         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
6672
6673 2009-12-12  Bruno Haible  <bruno@clisp.org>
6674
6675         duplocale: Tweak.
6676         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
6677
6678 2009-12-12  Karl Berry  <karl@gnu.org>
6679
6680         * config/srclist.txt (strtoll.c): tab changes, no more sync.
6681
6682 2009-12-12  Bruno Haible  <bruno@clisp.org>
6683
6684         * m4/po.m4: Undo incorrect untabification.
6685
6686 2009-12-12  Bruno Haible  <bruno@clisp.org>
6687
6688         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
6689         * modules/c-strtod (Depends-on): Add locale.
6690         * modules/c-strtold (Depends-on): Likewise.
6691
6692 2009-12-12  Bruno Haible  <bruno@clisp.org>
6693
6694         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
6695
6696 2009-12-11  Eric Blake  <ebb9@byu.net>
6697
6698         setenv: relax requirement in light of POSIX ruling
6699         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
6700         not NULL.
6701         * tests/test-setenv.c (main): Relax test.
6702         * tests/test-unsetenv.c (main): Likewise.
6703         * doc/posix-functions/setenv.texi (setenv): Document this.
6704         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
6705
6706 2009-12-11  Bruno Haible  <bruno@clisp.org>
6707
6708         New module 'fd-safer-flag'.
6709         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
6710         * lib/dup-safer.c (dup_safer_flag): Remove function.
6711         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
6712         * lib/fd-safer.c (fd_safer_flag): Remove function.
6713         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
6714         * modules/cloexec (configure.ac): Drop indicator macro.
6715         * modules/fd-safer-flag: New file.
6716         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
6717         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
6718         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
6719
6720 2009-12-11  Bruno Haible  <bruno@clisp.org>
6721
6722         Tests for module 'nl_langinfo'.
6723         * modules/nl_langinfo-tests: New file.
6724         * tests/test-nl_langinfo.sh: New file.
6725         * tests/test-nl_langinfo.c: New file.
6726
6727         New module 'nl_langinfo'.
6728         * lib/nl_langinfo.c: New file.
6729         * m4/nl_langinfo.m4: New file.
6730         * modules/nl_langinfo: New file.
6731         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
6732
6733 2009-12-11  Bruno Haible  <bruno@clisp.org>
6734
6735         Tests for module 'langinfo'.
6736         * modules/langinfo-tests: New file.
6737         * tests/test-langinfo.c: New file.
6738
6739         New module 'langinfo'.
6740         * lib/langinfo.in.h: New file.
6741         * m4/langinfo_h.m4: New file.
6742         * modules/langinfo: New file.
6743         * doc/posix-headers/langinfo.texi: Mention the new module.
6744
6745 2009-12-11  Bruno Haible  <bruno@clisp.org>
6746
6747         * lib/config.charset: Untabify.
6748
6749 2009-12-11  Bruno Haible  <bruno@clisp.org>
6750
6751         * modules/unistd-safer (configure.ac): Drop indicator macro.
6752
6753 2009-12-11  Bruno Haible  <bruno@clisp.org>
6754
6755         Move pipe2-safer code to its own file.
6756         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
6757         * lib/pipe-safer.c (pipe2_safer): Remove function.
6758         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
6759         (Makefile.am): Add it to lib_SOURCES.
6760
6761 2009-12-10  Bruno Haible  <bruno@clisp.org>
6762
6763         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
6764
6765 2009-12-10  Bruno Haible  <bruno@clisp.org>
6766
6767         Declare which arguments expect non-NULL values, for GCC and clang.
6768         * build-aux/arg-nonnull.h: New file.
6769         * modules/arg-nonnull: New file.
6770         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
6771         (inet_ntop, inet_pton): Use it.
6772         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
6773         (closedir, dirfd, opendir, scandir, alphasort): Use it.
6774         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
6775         (open, openat): Use it.
6776         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
6777         (fnmatch): Use it.
6778         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
6779         (getopt, getopt_long, getopt_long_only): Use it.
6780         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
6781         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
6782         Use it.
6783         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
6784         (iconv_open): Use it.
6785         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
6786         (strtoimax, strtoumax): Use it.
6787         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
6788         (duplocale): Use it.
6789         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
6790         (frexp, frexpl): Use it.
6791         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
6792         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
6793         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
6794         (tsearch, tfind, tdelete, twalk): Use it.
6795         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
6796         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
6797         sigpending): Use it.
6798         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
6799         (posix_spawn, posix_spawnp, posix_spawnattr_init,
6800         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
6801         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
6802         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
6803         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
6804         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
6805         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
6806         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
6807         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
6808         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
6809         Use it.
6810         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
6811         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
6812         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
6813         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
6814         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
6815         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
6816         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
6817         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
6818         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
6819         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
6820         strtoull, unsetenv): Use it.
6821         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
6822         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
6823         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
6824         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
6825         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
6826         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
6827         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
6828         (strcasecmp, strncasecmp): Use it.
6829         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
6830         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
6831         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
6832         rpl_setsockopt): Use it.
6833         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
6834         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
6835         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
6836         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
6837         (gettimeofday): Use it.
6838         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
6839         (times): Use it.
6840         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
6841         (uname): Use it.
6842         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
6843         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
6844         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
6845         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
6846         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
6847         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
6848         unlinkat, write): Use it.
6849         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
6850         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
6851         * lib/argv-iter.h: Include arg-nonnull.h.
6852         (_ATTRIBUTE_NONNULL_): Remove macro.
6853         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
6854         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
6855         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
6856         optimization.
6857         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
6858         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
6859         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
6860         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
6861         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
6862         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
6863         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
6864         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
6865         * modules/arpa_inet (Depends-on): Add arg-nonnull.
6866         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
6867         * modules/dirent (Depends-on): Add arg-nonnull.
6868         (Makefile.am): Insert arg-nonnull.h into dirent.h.
6869         * modules/fcntl-h (Depends-on): Add arg-nonnull.
6870         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
6871         * modules/fnmatch (Depends-on): Add arg-nonnull.
6872         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
6873         * modules/getopt-posix (Depends-on): Add arg-nonnull.
6874         (Makefile.am): Insert arg-nonnull.h into getopt.h.
6875         * modules/glob (Depends-on): Add arg-nonnull.
6876         (Makefile.am): Insert arg-nonnull.h into glob.h.
6877         * modules/iconv_open (Depends-on): Add arg-nonnull.
6878         (Makefile.am): Insert arg-nonnull.h into iconv.h.
6879         * modules/inttypes (Depends-on): Add arg-nonnull.
6880         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
6881         * modules/locale (Depends-on): Add arg-nonnull.
6882         (Makefile.am): Insert arg-nonnull.h into locale.h.
6883         * modules/math (Depends-on): Add arg-nonnull.
6884         (Makefile.am): Insert arg-nonnull.h into math.h.
6885         * modules/netdb (Depends-on): Add arg-nonnull.
6886         (Makefile.am): Insert arg-nonnull.h into netdb.h.
6887         * modules/search (Depends-on): Add arg-nonnull.
6888         (Makefile.am): Insert arg-nonnull.h into search.h.
6889         * modules/signal (Depends-on): Add arg-nonnull.
6890         (Makefile.am): Insert arg-nonnull.h into signal.h.
6891         * modules/spawn (Depends-on): Add arg-nonnull.
6892         (Makefile.am): Insert arg-nonnull.h into spawn.h.
6893         * modules/stdio (Depends-on): Add arg-nonnull.
6894         (Makefile.am): Insert arg-nonnull.h into stdio.h.
6895         * modules/stdlib (Depends-on): Add arg-nonnull.
6896         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
6897         * modules/string (Depends-on): Add arg-nonnull.
6898         (Makefile.am): Insert arg-nonnull.h into string.h.
6899         * modules/strings (Depends-on): Add arg-nonnull.
6900         (Makefile.am): Insert arg-nonnull.h into strings.h.
6901         * modules/sys_socket (Depends-on): Add arg-nonnull.
6902         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
6903         * modules/sys_stat (Depends-on): Add arg-nonnull.
6904         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
6905         * modules/sys_time (Depends-on): Add arg-nonnull.
6906         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
6907         * modules/sys_times (Depends-on): Add arg-nonnull.
6908         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
6909         * modules/sys_utsname (Depends-on): Add arg-nonnull.
6910         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
6911         * modules/time (Depends-on): Add arg-nonnull.
6912         (Makefile.am): Insert arg-nonnull.h into time.h.
6913         * modules/unistd (Depends-on): Add arg-nonnull.
6914         (Makefile.am): Insert arg-nonnull.h into unistd.h.
6915         * modules/wchar (Depends-on): Add arg-nonnull.
6916         (Makefile.am): Insert arg-nonnull.h into wchar.h.
6917         * modules/argv-iter (Depends-on): Add arg-nonnull.
6918         * tests/test-canonicalize.c (null_ptr): New function.
6919         (main): Use it.
6920         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
6921         (main): Use it.
6922         * tests/test-memmem.c (null_ptr): New function.
6923         (main): Use it.
6924         Reported by Jim Meyering.
6925
6926 2009-12-10  Bruno Haible  <bruno@clisp.org>
6927
6928         Use spaces for indentation, not tabs.
6929         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
6930         * m4/*.m4: Untabify.
6931         * build-aux/*.h: Untabify.
6932         * tests/**/*.[hc]: Untabify.
6933         * README: New section "Indent with spaces, not TABs", based on
6934         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
6935         * NEWS: Mention the change.
6936
6937 2009-12-10  Bruno Haible  <bruno@clisp.org>
6938
6939         pty test: Fix link error.
6940         * modules/pty-tests (Makefile.am): Add the default LDADD value to
6941         test_pty_LDADD.
6942
6943 2009-12-07  Simon Josefsson  <simon@josefsson.org>
6944
6945         * modules/pty: New file.
6946         * modules/pty-tests: New file.
6947         * m4/pty.m4: New file.
6948         * tests/test-pty.c: New file.
6949         * doc/glibc-headers/pty.texi: Modified.
6950         * doc/glibc-functions/forkpty.texi: Modified.
6951         * doc/glibc-functions/openpty.texi: Modified.
6952
6953 2009-12-10  Bruno Haible  <bruno@clisp.org>
6954
6955         Avoid syntax error in C++ mode.
6956         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
6957
6958 2009-12-10  Bruno Haible  <bruno@clisp.org>
6959
6960         Use sed with option -e.
6961         * gnulib-tool (func_version, func_emit_copyright_notice,
6962         func_emit_initmacro_end, func_import, func_create_testdir): Pass
6963         option -e to sed.
6964         * modules/link-warning (Makefile.am): Likewise.
6965
6966 2009-12-10  Jim Meyering  <meyering@redhat.com>
6967
6968         mgetgroups: do not write bytes beyond end of malloc'd buffer
6969         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
6970         username, we call getgroups with a one-element-shorter buffer,
6971         but still told it the length was original, max_n_groups.
6972
6973 2009-12-09  Eric Blake  <ebb9@byu.net>
6974
6975         cloexec: relax license
6976         * modules/cloexec (Maintainer): Add myself.
6977         (License): Use LGPL, not GPL.
6978
6979         link-warning: optimize generation
6980         * modules/link-warning (Makefile.am): Reduce process usage.
6981
6982 2009-12-09  Bruno Haible  <bruno@clisp.org>
6983
6984         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
6985         workaround was added on 2009-11-17.
6986
6987 2009-12-09  Jim Meyering  <meyering@redhat.com>
6988             Bruno Haible  <bruno@clisp.org>
6989
6990         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
6991         * modules/link-warning (Makefile.am): Make the comment-removing sed
6992         command more robust in the face of bootstrap-prepended comment lines.
6993
6994 2009-12-09  Bruno Haible  <bruno@clisp.org>
6995
6996         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
6997         most one group.
6998
6999 2009-12-09  Simon Josefsson <simon@josefsson.org>
7000             Bruno Haible  <bruno@clisp.org>
7001
7002         * build-aux/link-warning.h: Add copyright notice.
7003         * modules/link-warning (Makefile.am): Generate link-warning.h from
7004         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
7005         * NEWS: Mention change in link-warning module.
7006         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
7007         * modules/dirent (Makefile.am): Add dependency to dirent.h.
7008         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
7009         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
7010         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
7011         * modules/math (Makefile.am): Add dependency to math.h.
7012         * modules/search (Makefile.am): Add dependency to search.h.
7013         * modules/signal (Makefile.am): Add dependency to signal.h.
7014         * modules/spawn (Makefile.am): Add dependency to spawn.h.
7015         * modules/stdio (Makefile.am): Add dependency to stdio.h.
7016         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
7017         * modules/string (Makefile.am): Add dependency to string.h.
7018         * modules/strings (Makefile.am): Add dependency to strings.h.
7019         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
7020         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
7021         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
7022         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
7023         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
7024         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
7025         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
7026         * modules/unistd (Makefile.am): Add dependency to unistd.h.
7027         * modules/wchar (Makefile.am): Add dependency to wchar.h.
7028
7029 2009-12-09  Bruno Haible  <bruno@clisp.org>
7030
7031         fchdir: Optimize away rpl_fstat when possible.
7032         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
7033         REPLACE_OPEN_DIRECTORY.
7034         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
7035
7036 2009-12-09  Bruno Haible  <bruno@clisp.org>
7037
7038         * lib/fchdir.c: Update comment.
7039
7040 2009-12-09  Bruno Haible  <bruno@clisp.org>
7041
7042         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
7043
7044 2009-12-08  Eric Blake  <ebb9@byu.net>
7045
7046         fchdir: avoid memory leak on re-registration.
7047         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
7048
7049 2009-12-08  Jim Meyering  <meyering@redhat.com>
7050
7051         init.sh: avoid Solaris 10 /bin/sh portability problem
7052         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
7053         sourced script:
7054           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
7055           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
7056           bar
7057         tests/init.sh relied on that, accepting a --set-path=DIR argument,
7058         and two tests used that idiom.
7059         * tests/init.sh: Update suggested usage comments.
7060         (path_prepend_): New function, to be used in place
7061         of the --src-path=DIR option.
7062         (setup_): Move PATH-prepending code into path_prepend_.
7063         * tests/test-pread.sh: Adapt to new usage.
7064         * tests/test-xalloc-die.sh: Likewise.
7065
7066 2009-12-08  Simon Josefsson  <simon@josefsson.org>
7067
7068         * doc/gnulib.texi (Glibc pty.h): Add.
7069         * doc/glibc-functions/forkpty.texi: Add.
7070         * doc/glibc-functions/openpty.texi: Add.
7071         Suggested by Bruno Haible.
7072
7073 2009-12-08  Eric Blake  <ebb9@byu.net>
7074
7075         fchdir: fix logic bugs
7076         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
7077         * tests/test-fchdir.c (main): Enhance test.
7078         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
7079         is in use.
7080
7081         dup2: fix logic bugs
7082         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
7083         REPLACE_DUP2 to decide when rpl_dup2 is needed.
7084         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
7085         exists.
7086         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
7087
7088 2009-12-07  Eric Blake  <ebb9@byu.net>
7089
7090         unlink: fix m4 detection
7091         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
7092
7093         unistd-safer: add unit test
7094         * modules/unistd-safer-tests: New file.
7095         * tests/test-dup-safer.c: Likewise.
7096         * tests/test-cloexec.c (setmode): Avoid compiler warning.
7097         * tests/test-dup2.c (setmode): Likewise.
7098         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
7099
7100         cloexec: preserve text vs. binary across dup_cloexec
7101         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
7102         mode.
7103         * modules/dup2-tests (Depends-on): Add binary-io.
7104         * modules/cloexec-tests (Depends-on): Likewise.
7105         * tests/test-dup2.c (setmode, is_mode): New helpers.
7106         (main): Add tests that translation mode is preserved.
7107         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
7108         Reported by Bruno Haible.
7109
7110         mgetgroups: reduce duplicate listings
7111         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
7112         resulting array.
7113         * tests/test-chown.h (test_chown): Simplify client.
7114         * tests/test-lchown.h (test_lchown): Likewise.
7115
7116 2009-12-06  Bruno Haible  <bruno@clisp.org>
7117
7118         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
7119         value.
7120
7121 2009-12-06  Bruno Haible  <bruno@clisp.org>
7122
7123         * lib/progname.c: Include stdio.h, stdlib.h.
7124         (set_program_name): Reject a NULL argument.
7125
7126 2009-12-05  Eric Blake  <ebb9@byu.net>
7127
7128         pipe2-safer: new module
7129         * modules/pipe2-safer: New file.
7130         * lib/unistd-safer.h (pipe2_safer): New prototype.
7131         * lib/unistd--.h (pipe2): New wrapper.
7132         * lib/pipe-safer.c (pipe2_safer): New function.
7133         * modules/pipe (Depends-on): Add pipe2-safer.
7134         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
7135
7136         stdlib-safer: preserve cloexec flag for mkostemp[s]
7137         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
7138         fd_safer_flag.
7139
7140         unistd-safer: allow preservation of cloexec status via flag
7141         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
7142         prototypes.
7143         * lib/dup-safer.c (dup_safer_flag): New function.
7144         * lib/fd-safer.c (fd_safer_flag): Likewise.
7145         * modules/cloexec (configure.ac): Set witness.
7146
7147         test-dup2: enhance test
7148         * modules/dup2-tests (Depends-on): Add cloexec.
7149         * tests/test-dup2.c (main): Enhance test.
7150
7151         cloexec: add dup_cloexec
7152         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
7153         header and comments.
7154         * lib/cloexec.c (set_cloexec_flag): Add comments.
7155         (dup_cloexec): New function, with mingw implementation borrowed
7156         from...
7157         * lib/w32spawn.h (dup_noinherit): ...here.
7158         * modules/execute (Depends-on): Add cloexec.
7159         * modules/pipe (Depends-on): Likewise.
7160         * modules/cloexec (Depends-on): Add dup2.
7161         * modules/cloexec-tests (Files): New file.
7162         * tests/test-cloexec.c: Likewise.
7163
7164         test-xalloc-die: fix test for mingw
7165         * modules/xalloc-die-tests (Files): Add tests/init.sh.
7166         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
7167         directory and .exe suffix off argv[0] output.
7168
7169         test-fseeko: fix test for mingw
7170         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
7171         than undefining fseek, so test will pass on mingw.
7172
7173 2009-12-05  Bruno Haible  <bruno@clisp.org>
7174
7175         * lib/progname.h (set_program_name): Clarify specification.
7176         * lib/progname.c (set_program_name): Likewise.
7177         Reported by Jim Meyering.
7178
7179 2009-12-05  Jim Meyering  <meyering@redhat.com>
7180
7181         maint.mk: backslash-escape parens in default regexp
7182         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
7183         backslash-escape the literal parentheses.
7184
7185         maint.mk: news-date-check: use grep -E
7186         * top/maint.mk (today): Define a Make variable, not a...
7187         (news-date-check): ...shell variable.
7188         (news-date-regexp): Use the Make variable.
7189         Use grep's -E option.  Change the failing diagnostic to mention
7190         the variable, $(news-date-regexp).
7191
7192 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
7193
7194         maintainer-makefile: allow customization of NEWS entry format
7195         * top/maint.mk (news-date-regexp): New overridable variable.
7196         (news-date-check): Use it.
7197
7198 2009-12-04  Eric Blake  <ebb9@byu.net>
7199
7200         mgetgroups: add xgetgroups, and avoid ENOSYS failures
7201         * lib/mgetgroups.h (xgetgroups): New prototype.
7202         * lib/mgetgroups.c (xgetgroups): New wrapper.
7203         (mgetgroups): Handle ENOSYS.
7204         * modules/mgetgroups (Depends-on): Add realloc.
7205         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
7206
7207         mgetgroups: avoid argument promotion issues with -1
7208         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
7209         for invalid gid_t.
7210         * tests/test-chown.h (getegid, test_chown): Likewise.
7211         * tests/test-lchown.h (getegid, test_lchown): Likewise.
7212
7213 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
7214
7215         exclude: Fix header file problems.
7216         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
7217
7218 2009-12-01  Jim Meyering  <meyering@redhat.com>
7219
7220         fts: fts_open: do not let an empty string cause immediate failure
7221         This is required in support of GNU rm, for which the command
7222         "rm A '' B" must process and remove both A and B, in spite of
7223         the empty string argument.
7224         * lib/fts.c (fts_open): Do not let the presence of an empty string
7225         cause fts_open to fail immediately.  Most fts-using tools must be
7226         able to process all arguments, in order, and can be expected to
7227         diagnose such arguments themselves.
7228
7229 2009-11-30  Eric Blake  <ebb9@byu.net>
7230
7231         utimens: fix compilation error
7232         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
7233         Declare variable at right scope.
7234
7235 2009-11-29  Jim Meyering  <meyering@redhat.com>
7236
7237         bootstrap: handle perl-5.11's changed --version output
7238         * build-aux/bootstrap (get_version): Handle perl separately,
7239         since perl-5.11's --version output is different.
7240
7241 2009-11-28  Jim Meyering  <meyering@redhat.com>
7242
7243         userspec: depend on the inttostr module, too
7244         * modules/userspec (Depends-on): Add inttostr.
7245
7246         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
7247         * lib/userspec.c (parse_with_separator): Do not accept a user ID
7248         number of MAXUID when it evaluates to (uid_t) -1.
7249         Likewise for group ID.  Reported by Matt McCutchen in
7250         <http://savannah.gnu.org/bugs/?28113>
7251
7252         userspec: reformat to use spaces, not TABs
7253         * lib/userspec.c: Expand TABs to spaces.
7254         Add Emacs' "indent-tabs-mode: nil" hint.
7255
7256 2009-11-27  Eric Blake  <ebb9@byu.net>
7257
7258         getopt-gnu: flush out another BSD bug
7259         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
7260         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
7261         flush out BSD bug.
7262         * tests/test-getopt.h (test_getopt): End lists with NULL.
7263         * tests/test-getopt_long.h (test_getopt_long): Likewise.
7264         (test_getopt_long_posix): Enhance test.
7265         * modules/getopt-posix-tests (Depends-on): Add stdbool.
7266         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
7267         getopt-gnu.
7268         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7269         Likewise.
7270
7271 2009-11-27  Simon Josefsson  <simon@josefsson.org>
7272
7273         * modules/idpriv-droptemp-tests (Notice): Fix text.
7274
7275 2009-11-27  Jim Meyering  <meyering@redhat.com>
7276
7277         test-xalloc-die: avoid spurious failure due to libtool argv difference
7278         In a libtool-enabled project, this test would fail due to a difference
7279         in the emitted program name, e.g.,
7280         -test-xalloc-die: memory exhausted
7281         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
7282         Use program to avoid that.
7283         * modules/xalloc-die-tests (Depends-on): Add progname.
7284         * tests/test-xalloc-die.c: Include progname.h".
7285         (program_name): Remove decl.
7286         (main): Call set_program_name.
7287         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
7288
7289 2009-11-26  Richard Jones  <rjones@redhat.com>
7290
7291         w32sock: leave win32 error in place.
7292         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
7293
7294 2009-11-26  Eric Blake  <ebb9@byu.net>
7295
7296         init.sh: suggest to use skip_ and fail_ functions in comments
7297         * tests/init.sh: Add a sentence.
7298
7299 2009-11-25  Bruno Haible  <bruno@clisp.org>
7300
7301         init.sh: add documentation in comments
7302         * tests/init.sh: Add some developer and user documentation.
7303
7304 2009-11-26  Jim Meyering  <meyering@redhat.com>
7305
7306         init.sh: accommodate even those who specify bogus srcdir manually
7307         * tests/init.sh: Normally, srcdir is guaranteed by automake and
7308         configure-time tests to be sanitized, so that there is no need to
7309         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
7310         (with no double quotes) suffices.  However, since tests may be
7311         invoked manually, and since you may explicitly set srcdir to the
7312         name of a directory containing spaces, do quote its uses here.
7313         * tests/test-pread.sh: Likewise.
7314         Suggested by Bruno Haible.
7315
7316         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
7317         * tests/test-pread.sh: Write no data into the pipe, because
7318         test-pread actually reads none.  This avoids a diagnostic,
7319         "bash: echo: write error: Broken pipe", that arises in the unusual
7320         event something is ignoring SIGPIPE, and might be interpreted
7321         as some sort of failure.  Reported by Bruno Haible.
7322
7323 2009-11-25  Jim Meyering  <meyering@redhat.com>
7324
7325         test-pread: cover failure with ESPIPE and EINVAL
7326         * tests/test-pread.c (main): Test for failure, too.
7327         * tests/test-pread.sh: Invoke with stdin on a pipe.
7328         Suggested by Eric Blake.
7329
7330         pread: improvement and fix
7331         * modules/pread (Depends-on): Depend on lseek, for portability to
7332         e.g., mingw.  Suggested by Eric Blake.
7333         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
7334
7335         unistd.in.h: correct declaration of pread
7336         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
7337         Reported by Richard W.M. Jones.
7338
7339         test-pread.sh: distribute the test script
7340         * modules/pread-tests (Files): Include test-pread.sh.
7341
7342         test-pread.sh: clean up
7343         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
7344         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
7345         That is unnecessary, since it's always ".".
7346         Suggestion from Eric Blake.
7347
7348         test-pread.sh: make executable
7349         * tests/test-pread.sh: Set executable bit.
7350         Reported by Eric Blake.
7351
7352         correct typo in test-pread.sh
7353         * tests/test-pread.sh: Add #! line.
7354
7355         test pread
7356         * tests/test-pread.c: New file.
7357         * tests/test-pread.sh: Likewise.
7358         * modules/pread-tests: Likewise.
7359
7360         pread: new module
7361         * modules/pread: New file.
7362         * lib/unistd.in.h (pread): Define/declare.
7363         * lib/pread.c (pread): New file.
7364         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
7365         * modules/unistd (Makefile.am): Substitute witnesses.
7366         * doc/posix-functions/pread.texi (pread): Update.
7367         * MODULES.html.sh: Add pread.
7368
7369 2009-11-25  Jim Meyering  <meyering@redhat.com>
7370
7371         tests/init.sh: new file to be used via most *.sh tests
7372         * tests/init.sh: New file.
7373
7374 2009-11-25  Eric Blake  <ebb9@byu.net>
7375
7376         utimens: work around older Linux failure with symlinks
7377         * lib/utimens.c (lutimensat_works_really): New variable.
7378         (fdutimens, lutimens): Use it to manage kernels that support
7379         nanosecond times on files, but not on symlinks.
7380         Reported by Ondřej Vašík.
7381
7382         utimes: fix configure grammar
7383         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
7384
7385 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
7386
7387         regex: Fix fastmap for multibyte character ranges.
7388         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
7389         characters when a multibyte character range is included.
7390
7391 2009-11-22  Andy Wingo  <wingo@pobox.com>
7392
7393         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
7394         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
7395
7396 2009-11-24  Bruno Haible  <bruno@clisp.org>
7397
7398         doc: Most *_l functions exist in MacOS X 10.5.
7399         * doc/posix-functions/duplocale.texi: Update platforms list.
7400         * doc/posix-functions/freelocale.texi: Likewise.
7401         * doc/posix-functions/newlocale.texi: Likewise.
7402         * doc/posix-functions/uselocale.texi: Likewise.
7403         * doc/posix-functions/isalnum_l.texi: Likewise.
7404         * doc/posix-functions/isalpha_l.texi: Likewise.
7405         * doc/posix-functions/isblank_l.texi: Likewise.
7406         * doc/posix-functions/iscntrl_l.texi: Likewise.
7407         * doc/posix-functions/isdigit_l.texi: Likewise.
7408         * doc/posix-functions/isgraph_l.texi: Likewise.
7409         * doc/posix-functions/islower_l.texi: Likewise.
7410         * doc/posix-functions/isprint_l.texi: Likewise.
7411         * doc/posix-functions/ispunct_l.texi: Likewise.
7412         * doc/posix-functions/isspace_l.texi: Likewise.
7413         * doc/posix-functions/isupper_l.texi: Likewise.
7414         * doc/posix-functions/iswalnum_l.texi: Likewise.
7415         * doc/posix-functions/iswalpha_l.texi: Likewise.
7416         * doc/posix-functions/iswblank_l.texi: Likewise.
7417         * doc/posix-functions/iswcntrl_l.texi: Likewise.
7418         * doc/posix-functions/iswctype_l.texi: Likewise.
7419         * doc/posix-functions/iswdigit_l.texi: Likewise.
7420         * doc/posix-functions/iswgraph_l.texi: Likewise.
7421         * doc/posix-functions/iswlower_l.texi: Likewise.
7422         * doc/posix-functions/iswprint_l.texi: Likewise.
7423         * doc/posix-functions/iswpunct_l.texi: Likewise.
7424         * doc/posix-functions/iswspace_l.texi: Likewise.
7425         * doc/posix-functions/iswupper_l.texi: Likewise.
7426         * doc/posix-functions/iswxdigit_l.texi: Likewise.
7427         * doc/posix-functions/isxdigit_l.texi: Likewise.
7428         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
7429         * doc/posix-functions/strcasecmp_l.texi: Likewise.
7430         * doc/posix-functions/strcoll_l.texi: Likewise.
7431         * doc/posix-functions/strfmon_l.texi: Likewise.
7432         * doc/posix-functions/strftime_l.texi: Likewise.
7433         * doc/posix-functions/strncasecmp_l.texi: Likewise.
7434         * doc/posix-functions/strxfrm_l.texi: Likewise.
7435         * doc/posix-functions/tolower_l.texi: Likewise.
7436         * doc/posix-functions/toupper_l.texi: Likewise.
7437         * doc/posix-functions/towctrans_l.texi: Likewise.
7438         * doc/posix-functions/towlower_l.texi: Likewise.
7439         * doc/posix-functions/towupper_l.texi: Likewise.
7440         * doc/posix-functions/wcscoll_l.texi: Likewise.
7441         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
7442         * doc/posix-functions/wctrans_l.texi: Likewise.
7443         * doc/posix-functions/wctype_l.texi: Likewise.
7444         * doc/glibc-functions/strptime_l.texi: Likewise.
7445         * doc/glibc-functions/strtod_l.texi: Likewise.
7446         * doc/glibc-functions/strtof_l.texi: Likewise.
7447         * doc/glibc-functions/strtol_l.texi: Likewise.
7448         * doc/glibc-functions/strtold_l.texi: Likewise.
7449         * doc/glibc-functions/strtoll_l.texi: Likewise.
7450         * doc/glibc-functions/strtoul_l.texi: Likewise.
7451         * doc/glibc-functions/strtoull_l.texi: Likewise.
7452         * doc/glibc-functions/wcsftime_l.texi: Likewise.
7453         * doc/glibc-functions/wcstod_l.texi: Likewise.
7454         * doc/glibc-functions/wcstof_l.texi: Likewise.
7455         * doc/glibc-functions/wcstol_l.texi: Likewise.
7456         * doc/glibc-functions/wcstold_l.texi: Likewise.
7457         * doc/glibc-functions/wcstoll_l.texi: Likewise.
7458         * doc/glibc-functions/wcstoul_l.texi: Likewise.
7459         * doc/glibc-functions/wcstoull_l.texi: Likewise.
7460
7461 2009-11-24  Bruno Haible  <bruno@clisp.org>
7462
7463         duplocale: Fix logic bug.
7464         * lib/duplocale.c: Don't include <langinfo.h>.
7465         (_NL_LOCALE_NAME): Remove macro.
7466         (rpl_duplocale): Use setlocale instead of nl_langinfo.
7467         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
7468
7469 2009-11-23  Jim Meyering  <meyering@redhat.com>
7470
7471         test-update-copyright: don't hard-code /usr/bin/perl
7472         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
7473         perl to print the current year.  Gilles Espinasse reported that
7474         the replaced use of perl was hard-coded as /usr/bin/perl.
7475
7476 2009-11-23  Bruno Haible  <bruno@clisp.org>
7477
7478         duplocale: Add support for glibc 2.3.x.
7479         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
7480
7481 2009-11-22  Bruno Haible  <bruno@clisp.org>
7482
7483         vasnprintf: Tiny optimization.
7484         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
7485         MacOS X.
7486
7487 2009-11-22  Bruno Haible  <bruno@clisp.org>
7488
7489         Tests for module 'duplocale'.
7490         * modules/duplocale-tests: New file.
7491         * tests/test-duplocale.c: New file.
7492
7493         New module 'duplocale'.
7494         * m4/duplocale.m4: New file.
7495         * lib/locale.in.h (duplocale): New declaration.
7496         * lib/duplocale.c: New file.
7497         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
7498         gl_LOCALE_H_DEFAULTS): New macros.
7499         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
7500         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
7501         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
7502         REPLACE_DUPLOCALE.
7503         * modules/duplocale: New file.
7504         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
7505
7506 2009-11-22  Bruno Haible  <bruno@clisp.org>
7507
7508         * modules/locale-tests (configure.ac): Test for newlocale function.
7509         * tests/test-locale.c: When the system has extended locale functions,
7510         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
7511
7512         locale: Make locale_t available when possible.
7513         * lib/locale.in.h: Include <xlocale.h> when it exists.
7514         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
7515         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
7516         * modules/locale (Depends-on): Add extensions.
7517         (Makefile.am): Also substitute HAVE_XLOCALE_H.
7518         * doc/posix-headers/locale.texi: Document the problem with locale_t.
7519
7520 2009-11-22  Bruno Haible  <bruno@clisp.org>
7521
7522         Add comments.
7523         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
7524         invocation.
7525         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
7526         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
7527         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
7528
7529 2009-11-22  Bruno Haible  <bruno@clisp.org>
7530
7531         error: account for the possibility of freopen (stdout).
7532         * lib/error.c: Include <unistd.h>.
7533         (flush_stdout): New function, extracted from error and error_at_line.
7534         Determine stdout's fd dynamically.
7535         (error, error_at_line): Invoke flush_stdout.
7536         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
7537         * modules/error (Depends-on): Add unistd.
7538
7539 2009-11-22  Bruno Haible  <bruno@clisp.org>
7540
7541         diffseq: Add comment.
7542         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
7543
7544 2009-11-22  Jim Meyering  <meyering@redhat.com>
7545
7546         c-stack: avoid defining an unused static function
7547         * lib/c-stack.c (find_stack_direction): Do not define this function
7548         when it will not be used.
7549
7550         diffseq: avoid spurious gcc warnings
7551         * lib/diffseq.h (IF_LINT2): Define.
7552         (compareseq): Use it to initialize two members of "part".
7553         This avoids two used-uninitialized warnings.
7554
7555 2009-11-21  Jim Meyering  <meyering@redhat.com>
7556
7557         c-stack: avoid "ignoring return value of `write'" warning
7558         * lib/c-stack.c: Include "ignore-value.h".
7559         (die): Explicitly ignore each write return value.
7560         * modules/c-stack (Depends-on): Add ignore-value.
7561
7562 2009-11-21  Bruno Haible  <bruno@clisp.org>
7563
7564         diffseq: reduce scope of variable 'best'.
7565         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
7566         variable, earlier used for two different purposes.
7567
7568 2009-11-21  Jim Meyering  <meyering@redhat.com>
7569
7570         diffseq: remove useless assignment to "best"
7571         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
7572         assignment.  At that point "best" is already guaranteed to be zero.
7573
7574 2009-11-20  Eric Blake  <ebb9@byu.net>
7575
7576         build: mention ftp redirector in release announcements
7577         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
7578         values that used to come from cfg.mk; mention FTP redirect URL.
7579         * build-aux/announce-gen: Mention the mirror list.
7580         Suggested by Karl Berry.
7581
7582         nanosleep: improve port to mingw
7583         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
7584         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
7585         LIB_NANOSLEEP, but only when needed.
7586         * modules/select (Link): Document LIBSOCKET.
7587         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
7588         enough.
7589
7590         nanosleep: work around cygwin bug
7591         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
7592         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
7593         bug.
7594         (getnow): Delete, not needed.
7595         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
7596         LIB_CLOCK_GETTIME.
7597         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
7598         clock-time, gettime.
7599         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
7600         bug.
7601         * modules/nanosleep-tests: New test.
7602         * tests/test-nanosleep.c: New file.
7603
7604         sleep: work around cygwin bug
7605         * lib/sleep.c (rpl_sleep): Work around the bug.
7606         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
7607         (gl_PREREQ_SLEEP): Delete unused macro.
7608         * modules/sleep (Depends-on): Add verify.
7609         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
7610         * modules/unistd (Makefile.am): Substitute witness.
7611         * lib/unistd.in.h (sleep): Update prototype.
7612         * doc/posix-functions/sleep.texi (sleep): Document the bug.
7613         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
7614         * modules/sleep-tests (Depends-on): Check for alarm.
7615
7616 2009-11-20  Jim Meyering  <meyering@redhat.com>
7617
7618         maint.mk: improve sc_prohibit_magic_number_exit
7619         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
7620         so it does not match uses like System.exit(1).
7621         Add comments showing how to correct all offenders.
7622
7623 2009-11-19  Eric Blake  <ebb9@byu.net>
7624
7625         xalloc-die-tests: add missing library
7626         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
7627
7628         test-xvasprintf: silence compiler warnings
7629         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
7630         empty string from gcc.
7631
7632 2009-11-19  Jim Meyering  <meyering@redhat.com>
7633
7634         xfreopen: new module, from coreutils
7635         * modules/xfreopen: New module.
7636         * lib/xfreopen.c: New file.
7637         * lib/xfreopen.h: New file.
7638         * MODULES.html.sh (File stream based Input/Output"): Add it.
7639
7640 2009-11-19  Eric Blake  <ebb9@byu.net>
7641
7642         manywarnings: depend on warnings
7643         * modules/manywarnings (Depends-on): Add warnings.
7644
7645         build: avoid compiler warnings
7646         * lib/select.c (rpl_select): Delete unused variable.
7647         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
7648
7649 2009-11-18  Eric Blake  <ebb9@byu.net>
7650
7651         tests: avoid false negative with --with-packager
7652         * tests/test-version-etc.sh: Discard packager information.
7653         * tests/test-argp-version-etc-1.sh: Likewise.
7654         Reported by Mike Frysinger.
7655
7656         utimens: fix regression on Solaris
7657         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
7658         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
7659         can only change fd timestamps via futimesat.  Instead, use an
7660         additional witness macro to avoid BSD bug.
7661         Reported by Jim Meyering.
7662
7663 2009-11-17  Eric Blake  <ebb9@byu.net>
7664
7665         usleep: use it to simplify tests
7666         * modules/stat-time-tests (Depends-on): Add usleep.
7667         (configure.ac): Drop usleep check.
7668         * modules/chown-tests (Depends-on, configure.ac): Likewise.
7669         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
7670         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
7671         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
7672         * modules/openat-tests (Depends-on, configure.ac): Likewise.
7673         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
7674         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
7675         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
7676         Likewise.
7677         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
7678         * tests/test-lchown.h (nap): Likewise.
7679         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
7680         * tests/test-stat-time.c (nap): Likewise.
7681         * tests/test-utimens-common.h (nap): Update comments.
7682
7683         usleep: new module
7684         * modules/usleep: New file.
7685         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
7686         * lib/usleep.c (usleep): Likewise.
7687         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
7688         * modules/unistd (Makefile.am): Substitute witnesses.
7689         * lib/unistd.in.h (usleep): Add declaration.
7690         * doc/pastposix-functions/usleep.texi (usleep): Document this.
7691         * MODULES.html.sh (Date and time): Likewise.
7692         * modules/usleep-tests (Depends-on): New test.
7693         * tests/test-usleep.c: New file.
7694
7695         chown: work around OpenBSD bug
7696         * lib/chown.c (rpl_chown): Work around the bug.
7697         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
7698         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
7699         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
7700         * modules/chown (Depends-on): Add stdbool.
7701         * modules/lchown (Depends-on): Likewise.
7702         * doc/posix-functions/chown.texi (chown): Document the bug.
7703         * doc/posix-functions/lchown.texi (lchown): Likewise.
7704         * tests/test-lchown.h (test_chown): Relax test.
7705
7706         mkstemp: avoid conflict with C++ keyword template
7707         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
7708         * lib/mkostemp.c (mkostemp): Likewise.
7709         * lib/mkostemps.c (mkostemps): Likewise.
7710         * lib/mkstemp.c (mkstemp): Likewise.
7711         * lib/mkstemps.c (mkstemps): Likewise.
7712
7713         xalloc-die-tests: optimize
7714         * tests/test-xalloc-die.sh: Reduce number of processes.
7715
7716 2009-11-17  Simon Josefsson  <simon@josefsson.org>
7717
7718         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
7719         patch from ludo@gnu.org (Ludovic Courtès).
7720
7721 2009-11-17  Jim Meyering  <meyering@redhat.com>
7722
7723         version-etc: use proper license string
7724         * modules/version-etc (License): Use LGPL, not LGPLv3+.
7725         * modules/version-etc-fsf: Likewise.
7726
7727 2009-11-17  Simon Josefsson  <simon@josefsson.org>
7728
7729         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
7730         printed to stdout.  Deal with EOL differences.
7731
7732 2009-11-17  Eric Blake  <ebb9@byu.net>
7733
7734         unsetenv: work around Solaris bug
7735         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
7736         * lib/unsetenv.c (rpl_unsetenv): Work around it.
7737         Reported by Jim Meyering.
7738
7739         vasnprintf: avoid compiler warnings
7740         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
7741         variables.
7742         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
7743
7744 2009-11-17  Simon Josefsson  <simon@josefsson.org>
7745
7746         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
7747         settings since xalloc-die is no longer the self test,
7748         xalloc-die.sh is.
7749
7750 2009-11-17  Jim Meyering  <meyering@redhat.com>
7751
7752         test-xalloc-die.sh: make the code agree with the commit log
7753         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
7754         at the end, just in case you happen to have a test-xalloc-die
7755         program in some other PATH directory.
7756
7757         test-xalloc-die.sh: fix a portability bug
7758         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
7759         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
7760         Otherwise, argv[0] (as often seen in diagnostics) would be too
7761         system-dependent, sometimes with, and sometimes without the leading "./".
7762
7763         version-etc-fsf: relax license to LGPLv3+
7764         * modules/version-etc-fsf (License): Relax license.
7765
7766 2009-11-16  Eric Blake  <ebb9@byu.net>
7767
7768         xalloc-die-tests: avoid printing null pointer
7769         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
7770         shell script.
7771         * tests/test-xalloc-die.c (program_name): Declare.
7772         * tests/test-xalloc-die.sh (tmpfiles): New file.
7773
7774         setenv, unsetenv: work around various bugs
7775         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
7776         (setenv) [HAVE_SETENV]: Work around bugs.
7777         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
7778         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
7779         for bugs.
7780         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
7781         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
7782         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
7783         * modules/stdlib (Makefile.am): Update substitutions.
7784         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
7785         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
7786         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
7787         * modules/setenv-tests: New test.
7788         * modules/unsetenv-tests: Likewise.
7789         * tests/test-setenv.c: New file.
7790         * tests/test-unsetenv.c: Likewise.
7791
7792 2009-11-16  Jim Meyering  <meyering@redhat.com>
7793
7794         version-etc: relax license to LGPLv3+
7795         * modules/version-etc (License): Relax license.
7796
7797         better AC_REQUIRE expanded-before-required-warning avoidance
7798         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
7799         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
7800         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
7801         which is no longer needed.
7802
7803 2009-11-16  Eric Blake  <ebb9@byu.net>
7804
7805         test-freading: clean up temporary file
7806         * tests/test-freading.c (main): Remove file on success, and use
7807         ASSERT more liberally.
7808         Reported by Jim Meyering.
7809
7810 2009-11-16  Jim Meyering  <meyering@redhat.com>
7811
7812         avoid new AC_REQUIRE expanded-before-required warnings
7813         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
7814         merely using it.
7815         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
7816         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
7817
7818 2009-11-15  Simon Josefsson  <simon@josefsson.org>
7819
7820         * tests/test-xalloc-die.c: New file.
7821         * modules/xalloc-die-tests: New file.
7822         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
7823         XFAIL_TESTS so it can be appended by modules.
7824
7825 2009-11-15  Simon Josefsson  <simon@josefsson.org>
7826
7827         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
7828         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
7829
7830 2009-11-14  Eric Blake  <ebb9@byu.net>
7831
7832         fnmatch: avoid compiler warning
7833         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
7834         to silence compiler warning about mismatch signedness in ?:.
7835         Reported by Robert Millan.
7836
7837         intprops: add double-inclusion guard
7838         * lib/intprops.h: Allow idempotent includes.
7839         Suggested by Bruce Korb.
7840
7841         openat: detect Solaris fchownat bug
7842         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
7843         penalizing glibc chownat when only lchownat is broken.
7844         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
7845         trailing slash bugs.
7846         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
7847         * modules/openat-tests (Files): Include more files.
7848         (Depends-on): Add mgetgroups, sleep, stat-time.
7849         (configure.ac): Add additional checks.
7850         (Makefile.am): Build new test.
7851         * tests/test-fchownat.c: New file.
7852
7853         lchown: detect Solaris and FreeBSD bug
7854         * lib/lchown.c (rpl_lchown): Work around bug.
7855         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
7856         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
7857         * modules/unistd (Makefile.am): Populate it.
7858         * lib/unistd.in.h (lchown): Update declaration.
7859         * doc/posix-functions/lchown.texi (lchown): Document the bug.
7860         * modules/lchown-tests: New file.
7861         * tests/test-lchown.h (test_lchown): Likewise.
7862         * tests/test-lchown.c (main): Likewise.
7863
7864         chown: detect Solaris and FreeBSD bug
7865         * lib/chown.c (rpl_chown): Work around bug.
7866         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
7867         (gl_PREREQ_CHOWN): Delete.
7868         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
7869         * modules/unistd (Makefile.am): Populate it.
7870         * lib/unistd.in.h (chown): Update declaration.
7871         * lib/lchown.c (chown): Update client.
7872         * modules/lchown (Depends-on): Add lstat.
7873         * doc/posix-functions/chown.texi (chown): Document the bug.
7874         * doc/posix-functions/getgroups.texi (getgroups): Document
7875         getgroups pitfall.
7876         * modules/chown-tests: New file.
7877         * tests/test-chown.h (test_chown): Likewise.
7878         * tests/test-chown.c (main): Likewise.
7879
7880 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
7881
7882         gnulib-tool: correctly detect absence of m4 directories
7883         * gnulib-tool: Avoid extra newline on data passed to wc -l.
7884
7885 2009-11-14  Jim Meyering  <meyering@redhat.com>
7886
7887         maint.mk: Prohibit inclusion of "xalloc.h" without use.
7888         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
7889
7890 2009-11-14  John W. Eaton  <jwe@gnu.org>
7891
7892         strftime.h: wrap funtion declaration in extern "C" block
7893         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
7894
7895 2009-11-13  Eric Blake  <ebb9@byu.net>
7896
7897         getgroups: avoid compiler warning
7898         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
7899
7900         getgroups: work around FreeBSD bug
7901         * lib/getgroups.c (rpl_getgroups): Work around the bug.
7902         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
7903         * doc/posix-functions/getgroups.texi (getgroups): Document it.
7904         * tests/test-getgroups.c (main): Fix buffer overrun.
7905
7906         getgroups: avoid compilation failure
7907         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
7908         * modules/getgroups (Depends-on): Add stdint.
7909
7910 2009-11-13  Jim Meyering  <meyering@redhat.com>
7911
7912         test-getgroups: avoid compilation failure
7913         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
7914
7915 2009-11-13  Eric Blake  <ebb9@byu.net>
7916
7917         mgetgroups: new module, taken from coreutils
7918         * modules/mgetgroups: New file.
7919         * lib/mgetgroups.h: Likewise.
7920         * lib/mgetgroups.c (mgetgroups): Likewise.
7921         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
7922         * MODULES.html.sh (Users and groups): Mention it.
7923
7924         getgroups: don't expose GETGROUPS_T to user
7925         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
7926         an element at a time if GETGROUPS_T is wrong size.
7927         * lib/getugroups.h (getugroups): Change signature.
7928         * lib/unistd.in.h (getgroups): Likewise.
7929         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
7930         signature needs fixing.
7931         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
7932         AC_TYPE_GETGROUPS.
7933         * modules/group-member (Depends-on): Add getgroups.
7934         * lib/group-member.c (group_info, get_group_info): Use gid_t.
7935         (group_member): Rely on getgroups replacement.
7936         * lib/getugroups.c (getugroups): Use gid_t.
7937         * tests/test-getgroups.c (main): Likewise.
7938         * NEWS: Mention the signature change.
7939         * doc/posix-functions/getgroups.texi (getgroups): Mention the
7940         problem with signature.
7941         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
7942         GETGROUPS_T is still useful for setgroups.
7943
7944         getgroups, getugroups: provide stubs for mingw
7945         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
7946         * lib/getugroups.c (getugroups): Likewise.
7947         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
7948         function.  Modernize replacement scheme.
7949         (gl_PREREQ_GETGROUPS): Delete.
7950         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
7951         * modules/getgroups (configure.ac): Declare witness.
7952         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
7953         * modules/unistd (Depends-on): Substitute witness.
7954         * lib/unistd.in.h (getgroups): Declare replacement.
7955
7956         getgroups: avoid calling exit
7957         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
7958         drop xalloc.
7959         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
7960         dependencies.
7961         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
7962         exiting, in the rare case of malloc failure.
7963
7964         getgroups: fix logic error
7965         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
7966         has more than 20 groups.
7967         * modules/getgroups-tests: New test.
7968         * tests/test-getgroups.c: New file.
7969
7970 2009-11-13  Simon Josefsson  <simon@josefsson.org>
7971
7972         * tests/test-base64.c: Improve.
7973
7974 2009-11-13  Simon Josefsson  <simon@josefsson.org>
7975
7976         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
7977         Blake <ebb9@byu.net>.
7978
7979 2009-11-13  Simon Josefsson  <simon@josefsson.org>
7980
7981         * tests/test-xvasprintf.c: Add %s%s related checks.
7982
7983 2009-11-12  Eric Blake  <ebb9@byu.net>
7984
7985         version-etc: match standards.texi style
7986         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
7987         and use <> only for URLs.
7988
7989 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
7990
7991         fts: do not fail on a submount during traversal
7992         * lib/fts.c (fts_build): Read the stat info again after opening
7993         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
7994         Original report at http://bugzilla.redhat.com/501848.
7995
7996 2009-11-12  Jim Meyering  <meyering@redhat.com>
7997
7998         bootstrap: sync from coreutils
7999         * build-aux/bootstrap (bootstrap_epilogue): New function.
8000         Use git_modules_config in one more place.  This make bootstrap's
8001         --gnulib-srcdir option more useful for testing.
8002
8003         bootstrap: generalize autoheader check
8004         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
8005         AC_CONFIG_HEADERS.
8006
8007 2009-11-11  Eric Blake  <ebb9@byu.net>
8008
8009         mkfifoat: use new modules for Solaris and BSD bugs
8010         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
8011         * lib/mkfifoat.c (mknodat): Split...
8012         * lib/mknodat.c (mknodat): ...into new file.
8013         * modules/mkfifoat (Files): Ship new file.
8014         (Depends-on): Add mkfifo, mknod.
8015         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
8016         (Depends-on): Add symlink.
8017         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
8018         redundant with test_mkfifo.h.
8019         (do_mkfifoat, do_mknodat): New helpers.
8020
8021         mknod: new module
8022         * modules/mknod: New file.
8023         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
8024         * lib/mknod.c (mknod): Likewise.
8025         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8026         defaults.
8027         * modules/sys_stat (Makefile.am): Substitute them.
8028         * lib/sys_stat.in.h (mknod): Declare replacement.
8029         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8030         Document it.
8031         * doc/posix-functions/mknod.texi (mknod): Likewise.
8032         * modules/mknod-tests: New test.
8033         * tests/test-mknod.c: Likewise.
8034
8035         mkfifo: new module
8036         * modules/mkfifo: New file.
8037         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
8038         * lib/mkfifo.c (mkfifo): Likewise.
8039         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8040         defaults.
8041         * modules/sys_stat (Makefile.am): Substitute them.
8042         * lib/sys_stat.in.h (mkfifo): Declare replacement.
8043         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8044         Document it.
8045         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
8046         * modules/mkfifo-tests: New test.
8047         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
8048         from test-mkfifoat.c.
8049         * tests/test-mkfifo.c: New file.
8050
8051         readlink: detect FreeBSD bug
8052         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
8053         slash on symlink.
8054         * doc/posix-functions/readlink.texi (readlink): Document the bug.
8055         * tests/test-readlink.h (test_readlink): Enhance test.
8056
8057         symlink: detect FreeBSD bug
8058         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
8059         slash on symlink.
8060         * doc/posix-functions/symlink.texi (symlink): Document the bug.
8061         * tests/test-symlink.h (test_symlink): Enhance test.
8062
8063 2009-11-10  Eric Blake  <ebb9@byu.net>
8064
8065         link: detect FreeBSD bug
8066         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
8067         symlink.
8068         * doc/posix-functions/link.texi (link): Document the bug.
8069         * tests/test-link.h (test_link): Enhance test.
8070         * tests/test-linkat.c (main): Update caller.
8071
8072         unlink, remove: detect FreeBSD bug
8073         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
8074         slash on symlink.
8075         * doc/posix-functions/unlink.texi (unlink): Document the bug.
8076         * doc/posix-functions/remove.texi (remove): Likewise.
8077         * tests/test-unlink.h (test_unlink): Enhance test.
8078         * tests/test-remove.c (main): Likewise.
8079
8080 2009-11-09  Eric Blake  <ebb9@byu.net>
8081
8082         rename: detect FreeBSD bug
8083         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
8084         slash on symlink.
8085         * modules/renameat-tests (Depends-on): Add filenamecat.
8086         * tests/test-rename.h (test_rename): Allow one more errno.
8087         * tests/test-renameat.c (main): Likewise.
8088         * doc/posix-functions/rename.texi (rename): Document the bug.
8089
8090         open: detect FreeBSD bug
8091         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
8092         symlink.
8093         * doc/posix-functions/open.texi (open): Document the bug.
8094         * doc/posix-functions/utimes.texi (utimes): Likewise.
8095         * tests/test-open.h (test_open): Add parameters, and test symlink
8096         handling.
8097         * tests/test-open.c (main): Adjust caller.
8098         * tests/test-fcntl-safer.c (main): Likewise.
8099         * modules/open-tests (Depends-on): Add stdbool, symlink.
8100         * modules/fcntl-safer-tests (Depends-on): Likewise.
8101         * tests/test-openat.c (main): Add test-open tests.
8102
8103         stat: detect FreeBSD bug
8104         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
8105         symlink.
8106         * doc/posix-functions/stat.texi (stat): Document the bug.
8107         * tests/test-stat.h (test_stat_func): Add argument.
8108         * tests/test-stat.c (main): Adjust caller.
8109         * tests/test-fstatat.c (main): Likewise.
8110         * modules/stat-tests (Depends-on): Add stdbool, symlink.
8111         Reported by Jim Meyering.
8112
8113 2009-11-09  James Youngman  <jay@gnu.org>
8114
8115         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
8116         * lib/strftime.c: Correct placement of #include "ignore-value.h".
8117
8118 2009-11-08  Jim Meyering  <meyering@redhat.com>
8119
8120         utimens: remove invalid futimesat call
8121         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
8122         It used the file descriptor of the target file as the DIR_FD
8123         parameter and NULL as the file name.  That caused failure with
8124         errno == EFAULT on FreeBSD-8.0-rc2
8125
8126 2009-11-07  Eric Blake  <ebb9@byu.net>
8127
8128         fflush, freadseek: use fseeko, not fseek
8129         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
8130         (clear_ungetc_buffer): Avoid potential problems on large files.
8131         * lib/freadseek.c (freadseek): Likewise.
8132         * modules/freadseek (Depends-on): Add fseeko.
8133         * modules/fseek (configure.ac): Set a witness.
8134         * tests/test-fflush.c (main): Use fseeko.
8135         * tests/test-fpurge.c (fseek): Disable link warning.
8136         * tests/test-freadable.c (fseek): Likewise.
8137         * tests/test-freading.c (fseek): Likewise.
8138         * tests/test-fseeko.c (fseek): Likewise.
8139         * tests/test-ftell.c (fseek): Likewise.
8140         * tests/test-ftello.c (fseek): Likewise.
8141         * tests/test-fwritable.c (fseek): Likewise.
8142         * tests/test-fwriting.c (fseek): Likewise.
8143
8144 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8145
8146         * modules/memchr (Depends-on): Drop getpagesize dependency.
8147
8148 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8149
8150         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
8151         Reported by Ludovic Courtès.
8152         * build-aux/pmccabe2html: Improve example usage.
8153         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
8154
8155 2009-11-06  Jim Meyering  <meyering@redhat.com>
8156
8157         do-release-commit-and-tag: New module.
8158         Automate the release-commit and tag process.
8159         * build-aux/do-release-commit-and-tag: New script, from coreutils.
8160         * modules/do-release-commit-and-tag: New file.
8161         * MODULES.html.sh (Support for maintaining and releasing): Add it.
8162
8163 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8164
8165         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
8166         because test-select.c uses inet_pton.
8167
8168 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8169
8170         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
8171         GETADDRINFO_LIB.  Bump serial number.
8172         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
8173         Suggested by Eric Blake <ebb9@byu.net>.
8174
8175 2009-11-05  Eric Blake  <ebb9@byu.net>
8176
8177         strtod: detect darwin bug
8178         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
8179         Reported by Leo Davis.
8180
8181         freopen-safer: new module
8182         * modules/freopen-safer: New module.
8183         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
8184         * lib/freopen-safer.c (freopen_safer): New file.
8185         * lib/stdio-safer.h (freopen_safer): New declaration.
8186         * lib/stdio--.h (freopen): New override.
8187         * MODULES.html.sh (File stream based Input/Output): Mention it.
8188         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
8189         freopen-safer module.
8190         * doc/posix-functions/stderr.texi (stderr): Likewise.
8191         * doc/posix-functions/stdin.texi (stdin): Likewise.
8192         * doc/posix-functions/stdout.texi (stdout): Likewise.
8193         * modules/freopen-safer-tests: New test.
8194         * tests/test-reopen-safer.c: New file.
8195
8196 2009-11-05  Jim Meyering  <meyering@redhat.com>
8197
8198         maint.mk: Prohibit inclusion of "close-stream.h" without use.
8199         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8200
8201 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8202
8203         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
8204
8205 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8206
8207         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
8208
8209 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8210
8211         Fix link error.
8212         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8213         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8214
8215 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8216
8217         * tests/test-func.c: Also test value of __func__.
8218
8219 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8220
8221         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
8222         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
8223
8224 2009-11-05  Bruno Haible  <bruno@clisp.org>
8225
8226         Fix link error.
8227         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8228         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8229         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
8230
8231 2009-11-05  Bruno Haible  <bruno@clisp.org>
8232
8233         Tests for module 'inet_pton'.
8234         * modules/inet_pton-tests: New file.
8235         * tests/test-inet_pton.c: New file.
8236
8237 2009-11-05  Bruno Haible  <bruno@clisp.org>
8238
8239         Tests for module 'inet_ntop'.
8240         * modules/inet_ntop-tests: New file.
8241         * tests/test-inet_ntop.c: New file.
8242
8243 2009-11-04  Eric Blake  <ebb9@byu.net>
8244
8245         stdlib-safer: wrap all mkstemp variants
8246         * modules/mkostemp (configure.ac): Set witness.
8247         * modules/mkostemps (configure.ac): Likewise.
8248         * modules/mkstemps (configure.ac): Likewise.
8249         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
8250         (mkstemps_safer): Wrap more functions.
8251         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
8252         wrapping.
8253         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
8254         (mkstemps_safer): Implement the wrappers.
8255
8256         mkstemps, mkostemps: new modules
8257         * modules/mkostemps: New module.
8258         * modules/mkstemps: Likewise.
8259         * lib/mkostemps.c (mkostemps): New file.
8260         * lib/mkstemps.c (mkstemps): Likewise.
8261         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
8262         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
8263         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
8264         * modules/stdlib (Makefile.am): Substitute them.
8265         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
8266         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
8267         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
8268         * doc/gnulib.texi (Glibc stdlib.h): Include them.
8269         * MODULES.html.sh (File system functions): Mention them.
8270
8271         tempname: resync from glibc
8272         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
8273         same values for __GT_FILE as glibc.  Abort even when assertions
8274         are disabled.
8275         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
8276         match its value otherwise.  Allow idempotent inclusion.
8277         * lib/mkdtemp.c (mkdtemp): Adjust caller.
8278         * lib/mkostemp.c (mkostemp): Likewise.
8279         * lib/mkstemp.c (mkstemp): Likewise.
8280         * lib/tmpfile.c (tmpfile): Likewise.
8281         * NEWS: Document this.
8282
8283         utimens: fix use of futimens on older Linux
8284         * lib/utimens.c (fdutimens): Use updated, rather than original,
8285         timespec to avoid bug in older Linux kernel.
8286         Reported by Simon Josefsson.
8287
8288 2009-11-04  Bruno Haible  <bruno@clisp.org>
8289
8290         Make num_processors more flexible and consistent.
8291         * lib/nproc.h (enum nproc_query): New type.
8292         (num_processors): Add a 'query' argument.
8293         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
8294         (num_processors): Add a 'query' argument. Test the value of the
8295         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
8296         mingw, count the number of CPUs available for the current process.
8297         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
8298         Check for sched_getaffinity and sched_getaffinity_np.
8299         * modules/nproc (Depends-on): Add c-ctype, extensions.
8300         * NEWS: Mention the change.
8301
8302 2009-11-03  Bruno Haible  <bruno@clisp.org>
8303
8304         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
8305
8306 2009-11-03  Jim Meyering  <meyering@redhat.com>
8307
8308         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
8309         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
8310         if it is defined.
8311
8312 2009-11-02  Eric Blake  <ebb9@byu.net>
8313
8314         mktime, timegm: share common declaration
8315         * lib/mktime-internal.h: New file.
8316         * lib/mktime.c: Use it rather than open-coding a declaration.
8317         * lib/timegm.c: Likewise.
8318         * modules/mktime (Files): Ship it.
8319         * modules/timegm (Files): Likewise.
8320         Suggested by Bruno Haible.
8321
8322         test-update-copyright: update test to match script changes
8323         * tests/test-update-copyright.sh: Avoid hard-coding perl
8324         location.  Don't update *.bak created by earlier runs.
8325
8326 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
8327             Simon Josefsson  <simon@josefsson.org>
8328             Bruno Haible  <bruno@clisp.org>
8329
8330         Fix link error on Solaris 8.
8331         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
8332         also in libnsl. Define also INET_PTON_LIB.
8333         * modules/inet_pton (Link): New section.
8334
8335 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8336             Bruno Haible  <bruno@clisp.org>
8337
8338         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
8339         * modules/inet_ntop (Link): New section.
8340         Reported by Boyan Kasarov <bkasarov@gmail.com>.
8341
8342 2009-11-02  Eric Blake  <ebb9@byu.net>
8343
8344         maint: avoid compiler warnings in m4 macros
8345         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
8346         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
8347
8348 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8349
8350         * m4/pmccabe2html.m4: Remove file.
8351         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
8352         function.  Change maintainer.
8353         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
8354         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
8355         Courtès).
8356
8357 2009-10-31  Eric Blake  <ebb9@byu.net>
8358
8359         fseeko: fix m4 regression
8360         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
8361         regression from 2009-10-27.
8362         Reported by Ralf Wildenhues.
8363
8364 2009-10-31  Jim Meyering  <meyering@redhat.com>
8365
8366         inttostr: aesthetics and improved (compile-time) safety
8367         Define inttype_is_signed rather than inttype_is_unsigned,
8368         since the sole use is via "#if inttype_is_signed".
8369         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
8370         inttype_is_unsigned.
8371         * lib/offtostr.c (inttype_is_signed): Likewise.
8372         * lib/uinttostr.c (inttype_is_signed): Likewise.
8373         * lib/umaxtostr.c (inttype_is_signed): Likewise.
8374         * lib/inttostr.c (inttostr): Use verify to cross-check the
8375         inttype_is_signed value and the signedness of the actual type.
8376         * modules/inttostr (Depends-on): Add verify.
8377
8378 2009-10-30  Eric Blake  <ebb9@byu.net>
8379
8380         build: avoid compiler warnings
8381         * lib/fchmodat.c (lchmod): Mark unused variables.
8382         * lib/getopt.c (_getopt_initialize): Likewise.
8383         * lib/mktime.c (__mktime_internal): Provide prototype.
8384         * lib/inttostr.c (inttostr): Avoid compiler warning even with
8385         older gcc that do not understand #pragma GCC diagnostic.
8386         * lib/uinttostr.c (inttype_is_unsigned): Define.
8387         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
8388
8389 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
8390
8391         stat: fix compilation on AIX
8392         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
8393         only see struct stat64.
8394
8395 2009-10-30  Eric Blake  <ebb9@byu.net>
8396
8397         exclude: make more robust
8398         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
8399         rather than masking a coding bug.
8400         Suggested by Bruno Haible.
8401
8402 2009-10-30  Jim Meyering  <meyering@redhat.com>
8403
8404         perl scripts: remove #!/usr/bin/perl in favor of more portable...
8405         Rather than putting #!/usr/bin/perl on the first line,
8406         start with a variant of what's recommended by "man perlrun" that
8407         invokes the first "perl" program from your shell's search path.
8408         * build-aux/gitlog-to-changelog: Replace #!... as above.
8409         Add a "Local Variables" perl mode setting.
8410         Prompted by a patch from Ludovic Courtès.
8411         Improved by Eric Blake.
8412         * build-aux/useless-if-before-free: Likewise.
8413         * build-aux/announce-gen: Likewise.
8414         * build-aux/update-copyright: Likewise.
8415
8416 2009-10-29  Eric Blake  <ebb9@byu.net>
8417
8418         filenamecat-lgpl: adjust clients
8419         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
8420         filenamecat.
8421         * modules/renameat (Depends-on): Likewise.
8422
8423         filenamecat: split into filenamecat-lgpl
8424         * modules/filenamecat-lgpl: New module.
8425         * modules/filenamecat (Files): Move library-safe files into
8426         filenamecat-lgpl.
8427         (Depends-on): Add filenamecat-lgpl.
8428         (configure.ac): Declare witness.
8429         * lib/filenamecat.h (file_name_concat): Only declare when using
8430         GPL module.
8431         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
8432         Move...
8433         * lib/filenamecat-lgpl.c: ...into new file.
8434         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
8435         (gl_FILE_NAME_CONCAT): Use it.
8436         * MODULES.html.sh (File system functions): Mention new module.
8437
8438         argp: avoid memory leak
8439         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
8440         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
8441         base_name, since the latter malloc()s and can call exit().
8442         Leak introduced 2006-07-03.
8443
8444         dirname-lgpl: adjust clients that don't need full dirname
8445         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
8446         * modules/filenamecat (Depends-on): Likewise.
8447         * modules/linkat (Depends-on): Likewise.
8448         * modules/mkancesdirs (Depends-on): Likewise.
8449         * modules/mkdir (Depends-on): Likewise.
8450         * modules/openat (Depends-on): Likewise.
8451         * modules/savewd (Depends-on): Likewise.
8452         * modules/rename (Depends-on): Likewise.
8453         (License): Relax license.
8454         * modules/mkdir-tests (Depends-on): Drop progname.
8455         (Makefile.am): Delete unneeded LDADD.
8456         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
8457
8458         dirname: split into dirname-lgpl
8459         * modules/dirname-lgpl: New module.
8460         * modules/dirname (Files): Move library-safe files into
8461         dirname-lgpl.
8462         (Depends-on): Add dirname-lgpl.
8463         (configure.ac): Declare witness.
8464         * modules/double-slash-root (License): Relax license.
8465         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
8466         module.
8467         * lib/dirname.c (dir_len, mdir_name): Move...
8468         * lib/dirname-lgpl.c: ...into new file.
8469         * lib/basename.c (last_component, base_len): Move...
8470         * lib/basename-lgpl.c: ...into new file.
8471         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
8472         (gl_DIRNAME): Use it.
8473         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
8474         Mention new module.
8475         * modules/dirname-tests (Depends-on): Add progname.
8476         * tests/test-dirname.c (program_name): Delete.
8477
8478         mkdir: make safe for libraries
8479         * modules/mkdir (Depends-on): Drop xalloc.
8480         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
8481         exit.
8482
8483         tests: avoid some compiler warnings
8484         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
8485         literals.
8486         * tests/test-memchr.c (main): Avoid type mismatch.
8487         * tests/test-arpa_inet.c (main): Avoid unused parameters.
8488         * tests/test-base64.c (main): Likewise.
8489         * tests/test-getdelim.c (main): Likewise.
8490         * tests/test-gethostname.c (main): Likewise.
8491         * tests/test-getline.c (main): Likewise.
8492         * tests/test-netinet_in.c (main): Likewise.
8493         * tests/test-select.c (open_server_socket, main): Likewise.
8494         * tests/test-select-stdin.c (main): Likewise.
8495         * tests/test-sockets.c (main): Likewise.
8496         * tests/test-strsignal.c (main): Likewise.
8497         * tests/test-sys_select.c (main): Likewise.
8498         * tests/test-sys_socket.c (main): Likewise.
8499         * tests/test-u64.c (main): Likewise.
8500         * tests/test-xfprintf-posix.c (main): Likewise.
8501         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
8502
8503         sockets: avoid compiler warning
8504         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
8505
8506         maint: detect usage(1) and other suspicious exits
8507         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
8508
8509 2009-10-29  Jim Meyering  <meyering@redhat.com>
8510
8511         timespec: long-to-int truncation could make timespec_cmp malfunction
8512         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
8513         a multiple of 2^32 nanoseconds as no difference.
8514
8515 2009-10-28  Jim Meyering  <meyering@redhat.com>
8516
8517         fprintftime: wrap macro code argument in "do {...} while(0)"
8518         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
8519         cpy macro must be a statement that can be followed by a semicolon.
8520         Now that the else clause contains a comment and is hence longer
8521         than one line, I require curly braces.  That in turn requires
8522         that we wrap this code block in the standard do...while(0).
8523
8524         fprintftime: remove stray semicolon from previous change
8525         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
8526
8527         fprintftime: avoid a warning about ignored fwrite return value
8528         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
8529         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
8530         that is unsafe.
8531         * modules/fprintftime (Depends-on): Add ignore-value.
8532
8533         exclude: avoid an unwarranted warning
8534         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
8535
8536 2009-10-27  Eric Blake  <ebb9@byu.net>
8537
8538         fseek: avoid compilation failure when fflush is replaced
8539         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
8540         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
8541         module is in use.
8542         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
8543         module is not in use; since REPLACE_FSEEK worked otherwise.
8544         (GNULIB_FTELLO): Likewise for ftell.
8545         Reported by Ian Beckwith and others.
8546
8547 2009-10-27  Bruno Haible  <bruno@clisp.org>
8548
8549         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
8550         Reported by Jim Meyering.
8551
8552 2009-10-27  Jim Meyering  <jim@meyering.net>
8553             Bruno Haible  <bruno@clisp.org>
8554
8555         Avoid warning despite dropping the return value of fwrite.
8556         * lib/unicodeio.c: Include ignore-value.h.
8557         (fwrite_success_callback): Explicitly ignore fwrite's return value.
8558         * modules/unicodeio (Depends-on): Add ignore-value.
8559
8560 2009-10-26  Eric Blake  <ebb9@byu.net>
8561
8562         areadlinkat: fix fallback path
8563         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
8564         pointer and zero.
8565
8566 2009-10-22  Pádraig Brady  <P@draigBrady.com>
8567
8568         Use a better IO block size for modern systems
8569         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
8570         * lib/md2.c: Likewise.
8571         * lib/md4.c: Likewise.
8572         * lib/md5.c: Likewise.
8573         * lib/sha1.c: Likewise.
8574         * lib/sha256.c: Likewise.
8575         * lib/sha512.c: Likewise.
8576
8577 2009-10-22  Eric Blake  <ebb9@byu.net>
8578
8579         tests: avoid several compiler warnings
8580         * tests/test-getcwd.c (main): Avoid buffer underflow.
8581         * tests/test-getdate.c (main): String literals are not safe with
8582         putenv, so use setenv.  Declare unused argument.
8583         * modules/getdate-tests (Depends-on): Add setenv.
8584         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
8585         problems with string literals in char *.
8586         * tests/test-hash.c (main): Avoid shadowing declaration.
8587         (insert_new): Treat string literals as char const *.
8588         * tests/test-getopt.h (test_getopt): Likewise.
8589         (getopt_loop): Alter types to minimize casting elsewhere.
8590         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
8591         (test_getopt_long_posix): Likewise.
8592         (do_getopt_long): Add wrapper to minimize casting.
8593         * tests/test-atexit.c (clear_temp_file): Use void.
8594         * tests/test-areadlink-with-size.c (main): Declare unused
8595         arguments.
8596         * tests/test-areadlink.c (main): Likewise.
8597         * tests/test-areadlinkat-with-size.c (main): Likewise.
8598         * tests/test-areadlinkat.c (main): Likewise.
8599         * tests/test-canonicalize-lgpl.c (main): Likewise.
8600         * tests/test-canonicalize.c (main): Likewise.
8601         * tests/test-dirent-safer.c (main): Likewise.
8602         * tests/test-dirname.c (main): Likewise.
8603         * tests/test-dup2.c (main): Likewise.
8604         * tests/test-fchdir.c (main): Likewise.
8605         * tests/test-fcntl-h.c (main): Likewise.
8606         * tests/test-fcntl-safer.c (main): Likewise.
8607         * tests/test-fdopendir.c (main): Likewise.
8608         * tests/test-fdutimensat.c (main): Likewise.
8609         * tests/test-fflush.c (main): Likewise.
8610         * tests/test-filenamecat.c (main): Likewise.
8611         * tests/test-filevercmp.c (main): Likewise.
8612         * tests/test-fopen-safer.c (main): Likewise.
8613         * tests/test-fopen.c (main): Likewise.
8614         * tests/test-fpending.c (main): Likewise.
8615         * tests/test-fpurge.c (main): Likewise.
8616         * tests/test-freading.c (main): Likewise.
8617         * tests/test-fstatat.c (main): Likewise.
8618         * tests/test-fsync.c (main): Likewise.
8619         * tests/test-futimens.c (main): Likewise.
8620         * tests/test-getndelim2.c (main): Likewise.
8621         * tests/test-gettimeofday.c (main): Likewise.
8622         * tests/test-getopt.c (main): Likewise.
8623         * tests/test-i-ring.c (main): Likewise.
8624         * tests/test-inttypes.c (main): Likewise.
8625         * tests/test-link.c (main): Likewise.
8626         * tests/test-lstat.c (main): Likewise.
8627         * tests/test-math.c (main): Likewise.
8628         * tests/test-md5.c (main): Likewise.
8629         * tests/test-memchr2.c (main): Likewise.
8630         * tests/test-memrchr.c (main): Likewise.
8631         * tests/test-mkdir.c (main): Likewise.
8632         * tests/test-mkdirat.c (main): Likewise.
8633         * tests/test-mkfifoat.c (main): Likewise.
8634         * tests/test-open.c (main): Likewise.
8635         * tests/test-openat-safer.c (main): Likewise.
8636         * tests/test-openat.c (main): Likewise.
8637         * tests/test-quotearg.c (main): Likewise.
8638         * tests/test-rawmemchr.c (main): Likewise.
8639         * tests/test-readlink.c (main): Likewise.
8640         * tests/test-remove.c (main): Likewise.
8641         * tests/test-rename.c (main): Likewise.
8642         * tests/test-renameat.c (main): Likewise.
8643         * tests/test-rmdir.c (main): Likewise.
8644         * tests/test-sha1.c (main): Likewise.
8645         * tests/test-signal.c (main): Likewise.
8646         * tests/test-sigaction.c (main): Likewise.
8647         * tests/test-stat.c (main): Likewise.
8648         * tests/test-stat-time.c (main): Likewise.
8649         * tests/test-stddef.c (main): Likewise.
8650         * tests/test-stdint.c (main): Likewise.
8651         * tests/test-stdio.c (main): Likewise.
8652         * tests/test-stdlib.c (main): Likewise.
8653         * tests/test-strchrnul.c (main): Likewise.
8654         * tests/test-strerror.c (main): Likewise.
8655         * tests/test-string.c (main): Likewise.
8656         * tests/test-strtod.c (main): Likewise.
8657         * tests/test-strverscmp.c (main): Likewise.
8658         * tests/test-symlink.c (main): Likewise.
8659         * tests/test-symlinkat.c (main): Likewise.
8660         * tests/test-sys_stat.c (main): Likewise.
8661         * tests/test-sys_time.c (main): Likewise.
8662         * tests/test-time.c (main): Likewise.
8663         * tests/test-unistd.c (main): Likewise.
8664         * tests/test-unlink.c (main): Likewise.
8665         * tests/test-unlinkat.c (main): Likewise.
8666         * tests/test-utimens.c (main): Likewise.
8667         * tests/test-utimensat.c (main): Likewise.
8668         * tests/test-version-etc.c (main): Likewise.
8669         * tests/test-wchar.c (main): Likewise.
8670         * tests/test-wctype.c (main): Likewise.
8671         * tests/test-xprintf-posix.c (main): Likewise.
8672         * tests/test-posixtm.c (main): Likewise.
8673         (STREQ): Delete unused macro.
8674         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
8675         shadowed variables.
8676         * tests/test-memchr.c (main): Likewise.
8677
8678 2009-10-21  Eric Blake  <ebb9@byu.net>
8679
8680         areadlinkat: avoid failure on older glibc
8681         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
8682         rather than mis-comparing 0 against FUNC_RESULT of char*.
8683
8684 2009-10-21  Bruno Haible  <bruno@clisp.org>
8685
8686         * modules/stpncpy (License): Relicense under LGPLv2+.
8687         Reported by David Lutterkort <lutter@redhat.com>.
8688
8689 2009-10-20  Eric Blake  <ebb9@byu.net>
8690
8691         utimensat: work around Solaris 9 bug
8692         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
8693         has trailing slash bugs.
8694         * tests/test-lutimens.h (test_lutimens): Enhance test.
8695         * tests/test-utimens.h (test_utimens): Likewise.
8696         * doc/posix-functions/utime.texi (utime): Enhance documentation.
8697         * doc/posix-functions/utimes.texi (utimes): Likewise.
8698         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
8699         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
8700         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
8701         * doc/posix-functions/futimens.texi (futimens): Likewise.
8702
8703         fdutimensat: new module
8704         * modules/fdutimensat: New file.
8705         * lib/fdutimensat.c (fdutimensat): Likewise.
8706         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
8707         * MODULES.html.sh (File system functions): Mention module.
8708         * modules/fdutimensat-tests: New test.
8709         * tests/test-fdutimensat.c: Likewise.
8710
8711         doc: regenerate INSTALL
8712         * doc/INSTALL: Reflect recent autoconf update.
8713         * doc/INSTALL.ISO: Likewise.
8714         * doc/INSTALL.UTF-8: Likewise.
8715
8716 2009-10-20  Pádraig Brady  <P@draigBrady.com>
8717
8718         acl: warn if ACL support is not detected
8719         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
8720
8721 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
8722
8723         * lib/nproc.h: Add extern "C" block for C++.
8724
8725 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
8726             Bruno Haible  <bruno@clisp.org>
8727
8728         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
8729         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
8730         * doc/posix-functions/isalpha.texi: Likewise.
8731         * doc/posix-functions/isblank.texi: Likewise.
8732         * doc/posix-functions/iscntrl.texi: Likewise.
8733         * doc/posix-functions/isdigit.texi: Likewise.
8734         * doc/posix-functions/isgraph.texi: Likewise.
8735         * doc/posix-functions/islower.texi: Likewise.
8736         * doc/posix-functions/isprint.texi: Likewise.
8737         * doc/posix-functions/ispunct.texi: Likewise.
8738         * doc/posix-functions/isspace.texi: Likewise.
8739         * doc/posix-functions/isupper.texi: Likewise.
8740         * doc/posix-functions/isxdigit.texi: Likewise.
8741
8742 2009-10-18  Bruno Haible  <bruno@clisp.org>
8743
8744         Tests for module 'isblank'.
8745         * modules/isblank-tests: New file.
8746         * tests/test-isblank.c: New file.
8747
8748         New module 'isblank'.
8749         * lib/isblank.c: New file.
8750         * m4/isblank.m4: New file.
8751         * modules/isblank: New file.
8752         * doc/posix-functions/isblank.texi: Mention the new module.
8753
8754 2009-10-18  Bruno Haible  <bruno@clisp.org>
8755
8756         New module 'ctype'.
8757         * lib/ctype.in.h: New file.
8758         * m4/ctype.m4: New file.
8759         * modules/ctype: New file.
8760         * doc/posix-headers/ctype.texi: Mention the new module.
8761
8762 2009-10-18  Jim Meyering  <meyering@redhat.com>
8763
8764         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
8765         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
8766         right after its initialization, rather than farther down.
8767         Keeping these in close proximity makes it easier to ensure
8768         that each such variable is initialized.  E.g.,
8769
8770             LIB_CLOCK_GETTIME=
8771             AC_SUBST([LIB_CLOCK_GETTIME])
8772
8773         This change also increments these serial numbers.
8774         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
8775         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
8776         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8777
8778 2009-10-18  Bruno Haible  <bruno@clisp.org>
8779
8780         Don't let environment variables perturb build.
8781         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
8782         (gl_PREREQ_GETHRXTIME): ... not here.
8783
8784 2009-10-18  Bruno Haible  <bruno@clisp.org>
8785
8786         Avoid symlink attack in localcharset module.
8787         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
8788         (O_NOFOLLOW): Define fallback.
8789         (get_charset_aliases): Don't open the file if it is a symbolic link.
8790         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
8791         gl_FCNTL_H.
8792         (gl_FCNTL_H): Require it.
8793         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
8794         * modules/localcharset (Files): Add m4/fcntl_h.m4.
8795         Reported by Fergal Glynn <fglynn@veracode.com>.
8796
8797 2009-10-18  Bruno Haible  <bruno@clisp.org>
8798
8799         Implement nproc for mingw.
8800         * lib/nproc.c: Include <windows.h>
8801         (num_processors): On native Windows platforms, try GetSystemInfo.
8802
8803 2009-10-18  Bruno Haible  <bruno@clisp.org>
8804
8805         Implement nproc for IRIX.
8806         * lib/nproc.c: Include <sys/sysmp.h>.
8807         (num_processors): On IRIX systems, try sysmp.
8808         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
8809
8810 2009-10-18  Bruno Haible  <bruno@clisp.org>
8811
8812         Implement nproc for HP-UX.
8813         * lib/nproc.c: Include <sys/pstat.h>
8814         (num_processors): On HP-UX systems, try pstat_getdynamic.
8815         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
8816         pstat_getdynamic.
8817
8818 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
8819             Bruno Haible  <bruno@clisp.org>
8820
8821         Implement nproc for NetBSD, OpenBSD.
8822         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
8823         (ARRAY_SIZE): New macro.
8824         (num_processors): On BSD systems, try sysctl of HW_NCPU.
8825         * m4/nproc.m4: New file.
8826         * modules/nproc (Files): Add m4/nproc.m4.
8827         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
8828         (Makefile.am): Instead, augment lib_SOURCES.
8829
8830 2009-10-18  Bruno Haible  <bruno@clisp.org>
8831
8832         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
8833         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
8834         sys/param.h.
8835
8836 2009-10-16  Eric Blake  <ebb9@byu.net>
8837
8838         utimensat: new module
8839         * modules/utimensat: New file.
8840         * lib/utimensat.c (utimensat): Likewise.
8841         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
8842         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
8843         so we can work around Linux bugs.
8844         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
8845         * modules/sys_stat (Makefile.am): Substitute them.
8846         * lib/sys_stat.in.h (utimensat): Declare it.
8847         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8848         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
8849         * modules/utimensat-tests: New test.
8850         * tests/test-utimensat.c: Likewise.
8851
8852         utimens: let lutimens work on non-symlinks
8853         * lib/utimens.c (lutimens): Fall back to utimens rather than
8854         failing with ENOSYS, when file is not a symlink.
8855         (utimens): Reduce redirection.
8856         * tests/test-lutimens.h (test_lutimens): Update test to cover
8857         non-symlinks.
8858         * tests/test-utimens.h (test_utimens): Update test to cover
8859         symlinks.
8860         * tests/test-utimens.c (main): Update caller.
8861
8862         utimens: cache whether utimensat syscall works
8863         * lib/utimens.c (utimensat_works_really): New cache variable.
8864         (fdutimens, lutimens): Use it to avoid failing syscall.
8865
8866         test-stat-time, test-utimens: improve portability
8867         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
8868         ext4 on alpha, and for cygwin.
8869         * tests/test-utimens-common.h: New file.
8870         (nap): Factor delays into single function.
8871         * tests/test-lutimens.h (test_lutimens): Use new header.
8872         * tests/test-futimens.h (test_futimens): Likewise.
8873         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
8874         timestamps to occur from same machine, as was done previously for
8875         test_utimens.
8876         * modules/utimens-tests (Files): Ship new file.
8877         * modules/futimens-tests (Files): Likewise.
8878         Reported in part by Jim Meyering.
8879
8880         sys_stat: sort replacement declarations
8881         * lib/sys_stat.in.h: Sort declarations.
8882         * lib/futimens.c (futimens): Fix typo.
8883
8884 2009-10-15  Jim Meyering  <meyering@redhat.com>
8885
8886         don't let environment settings perturb build
8887         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
8888         could cause a configure-time and/or build-time malfunction.
8889         Typically, a configure-time function-in-library test is performed
8890         via code like this:
8891
8892           LIB_VAR=
8893           AC_SUBST([LIB_VAR])
8894           prefix_saved_LIBS=$LIBS
8895             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
8896                        [test "$ac_cv_search_FUNC" = "none required" ||
8897                         LIB_VAR=$ac_cv_search_FUNC])
8898           LIBS=$prefix_saved_LIBS
8899
8900         However, in each of the files affected by this change, the LIB_VAR=
8901         initialization was omitted.  Thus, when set in the environment, its
8902         value would propagate into generated Makefiles when FUNC is not found
8903         in LIB_NAME.
8904         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
8905         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
8906         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8907
8908 2009-10-14  Eric Blake  <ebb9@byu.net>
8909
8910         fchdir: avoid infinite recursion in mingw
8911         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
8912         recursing.
8913
8914         test-stat-time: port to mingw
8915         * tests/test-stat-time.c (force_unlink): Return a value.
8916         (test_ctime) [W32]: Fix compilation error.
8917         (nap): Don't call usleep with too large an argument.  Use
8918         force_unlink.
8919         * doc/pastposix-functions/usleep.texi (usleep): Document the
8920         portability issue.
8921
8922 2009-10-13  Jim Meyering  <meyering@redhat.com>
8923
8924         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
8925         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
8926         * modules/pipe-filter-ii: Likewise.
8927         * modules/sys_socket-tests: Likewise.
8928         * modules/tsearch-tests: Likewise.
8929         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
8930         (check): Depend on it.
8931
8932 2009-10-12  Eric Blake  <ebb9@byu.net>
8933
8934         utimens-tests: port to NFS file systems
8935         * tests/test-utimens.h (test_utimens): Refactor utimecmp
8936         comparisons to avoid spurious failures from timestamp drift
8937         between NFS machines.
8938
8939 2009-10-12  Eric Blake  <ebb9@byu.net>
8940
8941         stat-time-tests: minor cleanups
8942         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
8943         * tests/test-stat-time.c (nap): Separate assignment from call.
8944         Suggested by Paolo Bonzini and Bruno Haible.
8945
8946         sys_stat: guarantee struct timespec
8947         * lib/sys_stat.in.h (includes): Always include <time.h>
8948         * modules/sys_stat (Depends-on): Add time.
8949         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
8950         mode_t permission values.
8951         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
8952         get at subsecond timestamps.
8953
8954 2009-10-10  Eric Blake  <ebb9@byu.net>
8955
8956         futimens: new module
8957         * modules/futimens: New file.
8958         * lib/futimens.c (futimens): Likewise.
8959         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
8960         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
8961         we can work around Linux bugs.
8962         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
8963         * modules/sys_stat (Makefile.am): Substitute them.
8964         * lib/sys_stat.in.h (futimens): Declare it.
8965         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8966         * doc/posix-functions/futimens.texi (futimens): Likewise.
8967         * modules/futimens-tests: New test.
8968         * tests/test-futimens.c: Likewise.
8969
8970         utimens: introduce fdutimens
8971         * lib/utimens.h (fdutimens): New prototype.
8972         * lib/utimens.c (gl_futimens): Move guts...
8973         (fdutimens): ...to new interface.
8974         * tests/test-utimens.c (do_fdutimens): Use it.
8975
8976         utimens: add UTIME_NOW and UTIME_OMIT support
8977         * lib/utimens.c (validate_timespec, update_timespec): New helper
8978         functions.
8979         (gl_futimens, lutimens): Use them.
8980         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
8981         stdbool, sys_stat.
8982         (Link): Mention resulting library dependency.
8983         * modules/utimecmp (Link): Likewise.
8984         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
8985         (Makefile.am): Pick up library dependency.
8986         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
8987         definition.
8988         * tests/test-sys_stat.c: Test the definitions.
8989         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
8990         * NEWS: Document library dependency.
8991
8992         utimecmp: support symlink timestamps
8993         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
8994         hashing when possible.  Use pathconf when available.
8995         (SYSCALL_RESOLUTION): Recognize tighter resolution.
8996         * modules/utimecmp (Depends-on): Add lstat.
8997
8998         utimens: add lutimens interface
8999         * lib/utimens.c (lutimens): New function.
9000         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
9001         * lib/utimens.h (lutimens): Declare new interface.
9002         * tests/test-utimens.c (main): Enhance test.
9003         * tests/test-lutimens.h (test_lutimens): New file.
9004         * modules/utimens-tests (Files): Distribute it.
9005         (Depends-on): Add symlink.
9006         (configure.ac): Check for usleep.
9007
9008         utimens: validate futimens usage
9009         * lib/utimens.c (gl_futimens): Require valid fd up front, using
9010         fewer syscalls on failure later on.  Avoid compiler warning on
9011         mingw.
9012         * modules/utimens (Depends-on): Add dup2.
9013
9014         utimens: add test
9015         * modules/utimens-tests: New test.
9016         * tests/test-utimens.h: New file.
9017         * tests/test-futimens.h: Likewise.
9018         * tests/test-utimens.c: Likewise.
9019
9020         doc: mention timestamp portability issues
9021         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
9022         instead.
9023         * doc/posix-functions/utime.texi (utime): Likewise.
9024         * doc/posix-functions/utimes.texi (utimes): Likewise.
9025         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
9026         instead.
9027         * doc/posix-functions/futimens.texi (futimens): Mention utimens
9028         module.
9029         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9030         Mention weakness with symlink timestamps.
9031         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
9032         to utimensat/futimens instead.
9033         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
9034
9035         test-dup2: enhance test
9036         * tests/test-dup2.c (main): Also check AT_FDCWD.
9037
9038         test-stat-time: avoid more spurious failures
9039         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
9040         xfs; and avoid race if the two timestamps cross quantization edge.
9041
9042         relocatable: prefer 'file system' over 'filesystem'
9043         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
9044         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
9045         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
9046         * doc/relocatable.texi (Enabling Relocatability): Likewise.
9047         * lib/relocatable.c (compute_curr_prefix): Likewise.
9048
9049 2009-10-10  Jim Meyering  <meyering@redhat.com>
9050
9051         stat-time-tests: check for the usleep function
9052         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
9053
9054 2009-10-10  Bruno Haible  <bruno@clisp.org>
9055
9056         * modules/xnanosleep: Put the Link section after the Include section.
9057
9058 2009-10-09  Eric Blake  <ebb9@byu.net>
9059
9060         dup2: work around FreeBSD 6.1 bug
9061         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
9062         * doc/posix-functions/dup2.texi (dup2): Document it.
9063         Reported by Nelson H. F. Beebe and Jim Meyering.
9064
9065         test-stat-time: port to buggy NFS clients
9066         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
9067         (test_ctime): Also skip test if mtime and ctime are skewed.
9068
9069         maint: prefer 'file system' over 'filesystem'
9070         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
9071         * doc/posix-functions/lstat.texi (lstat): Likewise.
9072         * lib/file-has-acl.c (file_has_acl): Likewise.
9073         * lib/fwriteerror.c [TEST]: Likewise.
9074         * tests/test-areadlink.h (test_areadlink): Likewise.
9075         * tests/test-areadlinkat-with-size.c (main): Likewise.
9076         * tests/test-areadlinkat.c (main): Likewise.
9077         * tests/test-canonicalize-lgpl.c (main): Likewise.
9078         * tests/test-canonicalize.c (main): Likewise.
9079         * tests/test-fstatat.c (main): Likewise.
9080         * tests/test-linkat.c (main): Likewise.
9081         * tests/test-lstat.h (test_lstat_func): Likewise.
9082         * tests/test-mkdir.h (test_mkdir): Likewise.
9083         * tests/test-readlink.h (test_readlink): Likewise.
9084         * tests/test-remove.c (main): Likewise.
9085         * tests/test-rename.h (test_rename): Likewise.
9086         * tests/test-renameat.c (main): Likewise.
9087         * tests/test-rmdir.h (test_rmdir_func): Likewise.
9088         * tests/test-symlink.h (test_symlink): Likewise.
9089         * tests/test-symlinkat.c (main): Likewise.
9090         * tests/test-unlink.h (test_unlink_func): Likewise.
9091         * tests/test-unlinkat.c (main): Likewise.
9092
9093         maint: make realtime library usage explicit
9094         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
9095         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
9096         * modules/settime (Link): Likewise.
9097         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
9098
9099         test-stat-time: speed up execution
9100         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
9101         warning on mingw.
9102         (nap): New helper function.
9103         (prepare_test): Use it to reduce sleep time.
9104         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
9105         execution.
9106         * modules/stat-time-tests (configure.ac): Check for usleep.
9107
9108 2009-10-09  Jim Meyering  <meyering@redhat.com>
9109
9110         selinux-h: always use getfilecon wrappers
9111         * lib/getfilecon.c: New file.
9112         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
9113         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
9114         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
9115         (fgetfilecon): Provide a stub.
9116         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
9117         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
9118         file unconditionally.
9119         When <selinux/selinux.h> is found, arrange to use wrappers.
9120         * modules/selinux-h (Files): Add getfilecon.c.
9121         (Makefile.am): Substitute include-next-related bits
9122         into the now-always-generated selinux/selinux.h file.
9123         * doc/glibc-functions/lgetfilecon.texi: New file.
9124         * doc/glibc-functions/fgetfilecon.texi: New file.
9125         * doc/glibc-functions/getfilecon.texi: New file.
9126         * doc/glibc-functions/getfilecon-desc.texi: New file.
9127         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
9128         which to pull in the new files.
9129         * MODULES.html.sh (Misc): Add selinux-h.
9130
9131 2009-10-08  Jim Meyering  <meyering@redhat.com>
9132
9133         unistd: fix comment typo
9134         * lib/unistd.in.h (euidaccess): Fix a comment typo.
9135
9136 2009-10-08  Eric Blake  <ebb9@byu.net>
9137
9138         areadlink: use SIZE_MAX consistently
9139         * modules/areadlink (Depends-on): Add stdint.
9140         * modules/areadlink-with-size (Depends-on): Likewise.
9141         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
9142         gives NULL; drop sys/types, since unistd gives size_t; and add
9143         stdint for SIZE_MAX.
9144         (SIZE_MAX): Rely on headers.
9145         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
9146         and add stdint.
9147         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
9148         (SIZE_MAX): Likewise.
9149         (INITIAL_BUF_SIZE): Turn into enum.
9150         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
9151
9152 2009-10-08  Jim Meyering  <meyering@redhat.com>
9153
9154         areadlinkat: avoid compilation failure
9155         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
9156         Fix typo in comment.
9157
9158 2009-10-07  Eric Blake  <ebb9@byu.net>
9159
9160         areadlinkat-with-size: new module
9161         * modules/areadlinkat-with-size: New module.
9162         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
9163         * lib/areadlink.h (areadlinkat): Declare it.
9164         * MODULES.html.sh (File system functions): Mention it.
9165         * modules/areadlinkat-with-size-tests: New test.
9166         * tests/test-areadlinkat-with-size.c: New file.
9167
9168         xreadlinkat: new module
9169         * modules/xreadlinkat: New module.
9170         * lib/xreadlinkat.c (xreadlinkat): New file.
9171         * lib/xreadlink.h (xreadlinkat): Declare it.
9172         * MODULES.html.sh (File system functions): Mention it.
9173
9174         areadlinkat: new module
9175         * lib/at-func.c (FUNC_FAIL): New define.
9176         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
9177         * modules/areadlinkat: New module.
9178         * lib/linkat.c (areadlinkat): Move...
9179         * lib/areadlinkat.c (areadlinkat): ...to new file.
9180         * lib/areadlink.h (areadlinkat): Declare it.
9181         * modules/linkat (Depends-on): Add areadlinkat.
9182         * MODULES.html.sh (File system functions): Mention it.
9183         * modules/areadlinkat-tests: New test.
9184         * tests/test-areadlinkat.c: New file.
9185
9186         areadlink, areadlink-with-size: add tests
9187         * modules/areadlink-tests: New test.
9188         * modules/areadlink-with-size-tests: Likewise.
9189         * tests/test-areadlink.h: New file.
9190         * tests/test-areadlink.c: Likewise.
9191         * tests/test-areadlink-with-size.c: Likewise.
9192
9193         maint: minor cleanups
9194         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
9195         _UNUSED_PARAMETER_ instead.
9196         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
9197         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
9198         * modules/linkat-tests (Files): Distribute test-link.h.
9199
9200         openat, utimens: whitespace cleanup
9201         * lib/openat.c: Prefer space throughout, rather than mix of 8
9202         spaces vs. tabs.
9203         * lib/at-func.c: Likewise.
9204         * lib/utimens.c: Likewise.
9205
9206         openat: avoid using wrong fd
9207         * lib/openat.c (openat_permissive): Reject user's fd if saving the
9208         working directory chooses same fd.
9209         * lib/at-func.c (AT_FUNC_NAME): Likewise.
9210
9211         mkdir, mkdirat: fix cygwin 1.5.x bug
9212         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
9213         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
9214         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
9215         bug.
9216         (gl_PREREQ_MKDIR): Delete unused macro.
9217         * modules/mkdir (Files): Track file rename.
9218         (configure.ac): Update macro name.
9219         * modules/openat (Depends-on): Add mkdir.
9220         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
9221
9222         mkdir, mkdirat: add tests
9223         * modules/mkdir-tests: New test.
9224         * tests/test-mkdir.h: New file.
9225         * tests/test-mkdir.c: Likewise.
9226         * tests/test-mkdirat.c: Likewise.
9227         * modules/openat-tests (Files): Add new files.
9228         (Makefile.am): Run new test.
9229
9230 2009-10-06  Eric Blake  <ebb9@byu.net>
9231
9232         doc: tweak *at function documentation
9233         * doc/posix-functions/faccessat.texi (faccessat): Mention
9234         known issue with replacement.
9235         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
9236         * doc/posix-functions/linkat.texi (linkat): Likewise.
9237         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
9238         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
9239         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
9240         * doc/posix-functions/renameat.texi (renameat): Likewise.
9241         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
9242
9243         openat: fix GNU/Hurd bug in unlinkat
9244         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
9245         broken.
9246         * doc/posix-functions/unlink.texi (unlink): Document this.
9247         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
9248
9249         fdopendir: fix GNU/Hurd bug
9250         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
9251         allowing non-directory fds.
9252         * lib/fdopendir.c (rpl_fdopendir): Work around it.
9253         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
9254         * modules/dirent (Makefile.am): Substitute it.
9255         * lib/dirent.in.h (fdopendir): Declare replacement.
9256         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
9257         * tests/test-fdopendir.c (main): Test something other than
9258         /dev/null, since on Hurd that behaves like a directory.
9259
9260         test-symlink: port to GNU/Hurd
9261         * tests/test-symlink.h (test_symlink): Relax expected errno.
9262
9263         doc: tweak more cygwin information
9264         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
9265         now compatible with glibc.
9266         * doc/posix-functions/getopt.texi (getopt): Likewise.
9267
9268         getopt-gnu: add another test
9269         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
9270         guarantee behavior relied on by m4.
9271         * tests/test-getopt.c (main): Use it.
9272         * modules/getopt-posix-tests (Depends-on): Add setenv.
9273         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
9274
9275         getopt: fix compilation on darwin
9276         * lib/getopt.in.h (includes): Leave breadcrumbs during system
9277         include.
9278         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
9279         Reported by Ludovic Courtès.
9280
9281 2009-10-06  Bruno Haible  <bruno@clisp.org>
9282
9283         * modules/size_max (Description): Discourage its use.
9284         Reported by Simon Josefsson.
9285
9286 2009-10-06  Jim Meyering  <meyering@redhat.com>
9287
9288         linkat: avoid compilation failure
9289         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
9290
9291 2009-10-05  Eric Blake  <ebb9@byu.net>
9292
9293         linkat: support Linux 2.6.17
9294         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
9295         linkat on Linux, but allow cache variable override.
9296         * lib/linkat.c (rpl_linkat): Define override.
9297         * modules/linkat (Depends-on): Add symlinkat.
9298         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
9299         * modules/unistd (Makefile.am): Substitute it.
9300         * lib/unistd.in.h (linkat): Declare replacement.
9301         Reported by Pádraig Brady.
9302
9303         quotearg: port test to systems with C.UTF-8 locale
9304         * tests/test-quotearg.c (struct result_strings): Add another
9305         member, differentiating between C.ASCII and C.UTF-8 handling.
9306         (compare_strings): Add parameter.
9307         (main): Adjust all callers.
9308
9309         getopt: avoid clash with FreeBSD _getopt_internal
9310         * lib/getopt.in.h (_getopt_internal): Override the name.
9311         * lib/getopt_int.h (includes): Pick up any overrides.
9312         Reported by Reuben Thomas.
9313
9314         hash: allow C89 compilation
9315         * lib/hash.c (check_tuning): Move declaration before statement.
9316         Reported by Reuben Thomas.
9317
9318 2009-10-05  Karl Berry  <karl@gnu.org>
9319
9320         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
9321
9322 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
9323             Bruno Haible  <bruno@clisp.org>
9324
9325         * lib/uname.c (uname): Use a table-driven algorithm to compute
9326         Windows NT versions.
9327
9328 2009-10-04  Bruno Haible  <bruno@clisp.org>
9329
9330         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
9331         program_invocation_short_name.
9332         * modules/progname (configure.ac): Test for presence of
9333         program_invocation_short_name.
9334         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
9335
9336 2009-10-04  Bruno Haible  <bruno@clisp.org>
9337
9338         * lib/progname.c (set_program_name): Fix comment.
9339         Reported by Jim Meyering.
9340
9341 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9342             Bruno Haible  <bruno@clisp.org>
9343
9344         * lib/uname.c: Include <string.h>.
9345         (uname): Do only one call to GetVersionEx in the common case.
9346
9347 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9348             Bruno Haible  <bruno@clisp.org>
9349
9350         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
9351         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
9352         (uname): Add support for Windows CE and various non-x86 CPU types.
9353
9354 2009-10-03  Bruno Haible  <bruno@clisp.org>
9355
9356         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
9357         invocation to tests/configure.ac.
9358         Reported by Ian Beckwith <ianb@erislabs.net>.
9359
9360 2009-10-02  Eric Blake  <ebb9@byu.net>
9361
9362         fchdir: avoid compiler warning
9363         * lib/fchdir.c (canonicalize_file_name)
9364         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
9365
9366         test-open: support mingw errno values
9367         * tests/test-open.h (test_open): Relax test.
9368         * tests/test-fopen.h (test_fopen): Likewise.
9369         * tests/test-openat-safer.c (main): Likewise.
9370
9371         open: fix opening directory on mingw
9372         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
9373
9374         test-open: on GNU/Hurd, /dev/null is a directory
9375         * tests/test-fopen.h (main): Rename...
9376         (test_fopen): ...to this.  Use a guaranteed non-directory when
9377         confirming open behavior on trailing slash.
9378         * tests/test-openat-safer.c (main): Likewise.
9379         * tests/test-open.h (main): Likewise....
9380         (test_open): ...to this.
9381         * tests/test-fopen.c (main): Adjust caller.
9382         * tests/test-fopen-safer.c (main): Likewise.
9383         * tests/test-open.c (main): Likewise.
9384         * tests/test-fcntl-safer.c (main): Likewise.
9385         Reported by Samuel Thibault.
9386
9387         rename, fchdir: don't ignore chdir failure
9388         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
9389         * lib/rename.c (rpl_rename) [W32]: Likewise.
9390         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
9391         an empty destination directory if source cannot be renamed,
9392         although there is still possibility for failure.
9393         * doc/posix-functions/rename.texi (rename): Document the race.
9394         Reported by Jim Meyering.
9395
9396         maint: cleanup whitespace in recent commits
9397         * lib/rename.c (rpl_rename): Remove tabs.
9398         * tests/test-link.h (test_link): Likewise.
9399         * lib/fchdir.c (get_name): Likewise.
9400         Reported by Jim Meyering.
9401
9402 2009-10-02  Ben Pfaff  <blp@gnu.org>
9403
9404         relocatable-prog-wrapper: Add missing dependency on
9405         double-slash-root.
9406         * modules/relocatable-prog-wrapper: Add dependency.
9407         Reported by Ian Beckwith <ianb@erislabs.net>.
9408
9409 2009-10-02  Eric Blake  <ebb9@byu.net>
9410
9411         renameat: fix Solaris bugs
9412         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
9413         needed fixing.
9414         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
9415         * modules/stdio (Makefile.am): Substitute it.
9416         * lib/stdio.in.h (renameat): Declare replacement.
9417         * lib/renameat.c (rpl_renameat): Implement fix.
9418
9419         renameat: new module
9420         * modules/renameat: New file.
9421         * lib/renameat.c (renameat): Likewise.
9422         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
9423         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
9424         * modules/stdio (Makefile.am): Substitute them.
9425         * lib/stdio.in.h (renameat): Declare it.
9426         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9427         * doc/posix-functions/renameat.texi (renameat): Likewise.
9428         * modules/renameat-tests: New test.
9429         * tests/test-renameat.c: Likewise.
9430
9431         rename: fix mingw bugs
9432         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
9433         directory overwrite bugs.
9434
9435         rename: fix another cygwin 1.5 bug
9436         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
9437         checks.
9438         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
9439         unnecessary cygwin workarounds.  Also work around bug with moving
9440         full directory onto an empty one.
9441         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
9442
9443         rename-dest-slash: merge into rename module
9444         * modules/rename-dest-slash (Status): Mark obsolete.
9445         (Depends-on): Add rename.
9446         (Files): Let rename do it all.
9447         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
9448         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
9449         * m4/rename-dest-slash.m4: ...so this file can be deleted.
9450         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
9451         * lib/rename.c (rpl_rename): Update comments.
9452
9453         rename: fix cygwin 1.5.x bugs
9454         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
9455         * lib/rename.c (rpl_rename): Work around them.
9456         * modules/rename (Depends-on): Add same-inode.
9457
9458         rename: fix Solaris 10 bug
9459         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
9460         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
9461         was the only bug.
9462
9463         rename: fix Solaris 9 bug
9464         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
9465         on non-directory.  Avoid calling exit.
9466         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
9467         strdup.
9468         * modules/rename-tests (Depends-on): Drop lstat.
9469         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
9470         (gl_PREREQ_RENAME): Delete unused macro.
9471
9472         rename-dest-slash: fix NetBSD bug
9473         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
9474         links.
9475         * modules/rename-dest-slash (Depends-on): Add same-inode.
9476
9477         rename-tests: new test, exposes several platform bugs
9478         * modules/rename-tests: New file.
9479         * tests/test-rename.h: Likewise.
9480         * tests/test-rename.c: Likewise.
9481         * doc/posix-functions/rename.texi (rename): Improve documentation,
9482         including bugs that will eventually be fixed in gnulib.
9483
9484 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
9485
9486         * lib/uname.c: Include <stdlib.h>
9487         (uname): Assume version info is available.
9488
9489 2009-10-02  Jim Meyering  <meyering@redhat.com>
9490
9491         gnu-web-doc-update: correct --help output
9492         * build-aux/gnu-web-doc-update: Make --help output relevant.
9493
9494         gnu-web-doc-update: add standard options
9495         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
9496
9497         gnu-web-doc-update: New module.
9498         Use this script to automatically update the on-line web documentation
9499         for your GNU project at http://www.gnu.org/software/$pkg/manual/
9500         * modules/gnu-web-doc-update: New file, from coreutils.
9501         * build-aux/gnu-web-doc-update: New script.
9502
9503 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
9504
9505         link: LoadLibrary is not needed.
9506         * lib/link.c: Use GetModuleHandle.
9507
9508 2009-10-01  Eric Blake  <ebb9@byu.net>
9509
9510         getopt: bump serial number
9511         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
9512         change.
9513
9514         tests: tighten link, rmdir, and remove tests
9515         * tests/test-link.h (includes): No need to use <config.h> here.
9516         Clean up if directory hard link was created, otherwise test for
9517         trailing '.'.
9518         * tests/test-linkat.c (main): Simplify.
9519         * tests/test-remove.c (main): Enhance test for trailing '.'.
9520         * tests/test-rmdir.h (test_rmdir_func): Likewise.
9521
9522 2009-10-01  Jim Meyering  <meyering@redhat.com>
9523
9524         maint.mk: requiring "make major" was annoying, for a "minor" release.
9525         What is intended is "stable", to contrast with alpha and beta,
9526         so require "make stable", not "make major".
9527         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
9528         (get_tool_versions): Likewise.
9529         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
9530
9531 2009-09-30  Ben Pfaff  <blp@gnu.org>
9532
9533         Fix broken build of replacement for Windows tmpfile().
9534         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
9535         flags argument added along with the 'mkostemp' module.
9536
9537 2009-09-28  Bruno Haible  <bruno@clisp.org>
9538
9539         Avoid identifier clash with POSIX function 'remove' defined as a macro.
9540         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
9541         to 'remove_elt'.
9542         (gl_list_remove): Update.
9543         * lib/gl_list.c (gl_list_remove): Update.
9544         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
9545         to 'remove_elt'.
9546         (gl_oset_remove): Update.
9547         * lib/gl_list.c (gl_oset_remove): Update.
9548         Reported by Eric Blake.
9549
9550 2009-09-28  Eric Blake  <ebb9@byu.net>
9551
9552         doc: mention yet more cygwin 1.7 status
9553         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
9554         cygwin.
9555         * doc/glibc-functions/execvpe.texi (execvpe): New file.
9556         * doc/gnulib.texi (Glibc unistd.h): Mention it.
9557
9558         argp: fix test failure
9559         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
9560         that are not upper-case.  Pass correct range to tolower.
9561
9562 2009-09-27  Jim Meyering  <meyering@redhat.com>
9563
9564         test-yesno: work around sparc-dash here-document infelicity
9565         Without this change, the literal \177 byte in a here document
9566         would make dash 0.5.5.1-3 access uninitialized memory.
9567         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
9568         Instead, use a marker, "@", and filter through tr to create the desired
9569         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
9570
9571 2009-09-27  Bruno Haible  <bruno@clisp.org>
9572
9573         Disable untested support for new flavours of ACLs on AIX.
9574         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
9575         progress.
9576         * lib/set-mode-acl.c (qset_acl): Likewise.
9577
9578 2008-12-07  Bruno Haible  <bruno@clisp.org>
9579
9580         Add support for new flavours of ACLs on AIX. (Untested.)
9581         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
9582         (file_has_acl): Add support for newer AIX.
9583         * lib/set-mode-acl.c (qset_acl): Likewise.
9584         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
9585         Rainer Tammer <tammer@tammer.net>.
9586
9587 2009-09-26  Eric Blake  <ebb9@byu.net>
9588
9589         argp: fix compilation of getopt
9590         * lib/getopt.in.h (includes): Use different guard than glibc.
9591         Reported by Sergey Poznyakoff.
9592
9593         doc: mention more cygwin 1.7 status
9594         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
9595         bug.
9596         * doc/posix-functions/execl.texi (execl): Likewise.
9597         * doc/posix-functions/execle.texi (execle): Likewise.
9598         * doc/posix-functions/execlp.texi (execlp): Likewise.
9599         * doc/posix-functions/execv.texi (execv): Likewise.
9600         * doc/posix-functions/execve.texi (execve): Likewise.
9601         * doc/posix-functions/execvp.texi (execvp): Likewise.
9602         * doc/glibc-functions/canonicalize_file_name.texi
9603         (canonicalize_file_name): Cygwin 1.7 now provides this.
9604         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
9605         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
9606         on AT_SYMLINK_NOFOLLOW.
9607
9608 2009-09-24  Eric Blake  <ebb9@byu.net>
9609
9610         test-linkat: make test more robust
9611         * tests/test-linkat.c (main): Avoid collision with EEXIST.
9612
9613         getopt: fix inclusion guards for cygwin
9614         * modules/getopt-posix (Depends-on): Add include-next.
9615         (Makefile.am): Substitute more items in replacement header.
9616         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
9617         <getopt.h>.
9618         * lib/getopt.in.h (includes): Use split inclusion guard, and
9619         prefer <getopt.h> over include <unistd.h> when one is present.
9620         (option): Also override name of 'struct option'.
9621
9622         same-inode: revert prior change; it is not yet ready
9623         * NEWS: Undo mention of this change.
9624         * lib/same-inode.h (same-inode.h): Undo tri-state change.
9625         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
9626         * lib/cycle-check.c (cycle_check): Likewise.
9627         * lib/same.c (same_name): Likewise.
9628         * lib/at-func2.c (at_func2): Likewise.
9629
9630 2009-09-23  Eric Blake  <ebb9@byu.net>
9631
9632         linkat: new module
9633         * modules/linkat: New file.
9634         * lib/at-func2.c (at_func2): Likewise.
9635         * lib/linkat.c (linkat): Likewise.
9636         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
9637         * lib/openat-priv.h (at_func2): Add declaration.
9638         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
9639         * modules/unistd (Makefile.am): Substitute them.
9640         * lib/unistd.in.h (linkat): Declare it.
9641         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9642         * doc/posix-functions/linkat.texi (linkat): Likewise.
9643         * doc/posix-functions/link.texi (link): Tweak wording.
9644         * tests/test-link.c (main): Move guts...
9645         * tests/test-link.h (test_link): ...into new file.
9646         * modules/linkat-tests: New test.
9647         * tests/test-linkat.c: Likewise.
9648         * modules/link-tests (Files): Ship new file.
9649         (Depends-on): Add stdbool.
9650
9651         dirname: add library-safe mdir_name
9652         * lib/dirname.h (mdir_name): New prototype.
9653         * lib/dirname.c (dir_name): Move guts...
9654         (mdir_name): ...to new function that avoids xalloc_die.
9655
9656         fchdir: another mingw fix
9657         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
9658         * lib/fchdir.c (get_name): New helper method; skips canonicalize
9659         on mingw (where it has not yet been ported), and make it optional
9660         elsewhere.
9661         (_gl_register_fd): Use it.
9662
9663         same-inode: make SAME_INODE tri-state, to port to mingw
9664         * NEWS: Mention this change.
9665         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
9666         st_ino always being 0.
9667         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
9668         * lib/cycle-check.c (cycle_check): Likewise.
9669         * lib/same.c (same_name): Likewise.
9670
9671         lstat: avoid mingw compilation error
9672         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
9673         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
9674         lstat ourselves.
9675         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
9676         was adequate.
9677         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
9678         the checks for lstat.
9679         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
9680
9681         link: fix test failure on Solaris 9
9682         * lib/link.c (rpl_link): Don't assume link will catch bogus
9683         trailing slash on source.
9684
9685         test-symlinkat: enhance test
9686         * tests/test-readlink.c (main): Move guts...
9687         * tests/test-readlink.h (test_readlink): ...into new file.
9688         * tests/test-symlink.c (main): Move guts...
9689         * tests/test-symlink.h (test_symlink): ...into new file.
9690         * tests/test-symlinkat.c (main): Use new files for further
9691         coverage.
9692         (do_symlink, do_readlink): New helper functions.
9693         * modules/symlink-tests (Files): Ship new file.
9694         (Depends-on): Add stdbool.
9695         * modules/readlink-tests (Files): Ship new file.
9696         (Depends-on): Add stdbool.
9697         * modules/symlinkat-tests (Files): Use new files.
9698
9699 2009-09-23  Eric Blake  <ebb9@byu.net>
9700
9701         readlink: document portability issue with symlink length
9702         * doc/posix-functions/lstat.texi (lstat): Mention that some file
9703         systems have bogus st_size on symlinks, and mention the
9704         areadlink-with-size module.
9705         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
9706         * doc/posix-functions/readlink.texi (readlink): Mention the
9707         areadlink module, and ERANGE failure.
9708         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
9709         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
9710
9711         readlink: fix Solaris 9 bug with trailing slash
9712         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
9713         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
9714         * doc/posix-functions/readlink.texi (readlink): Document this.
9715         * modules/readlink-tests: New test.
9716         * tests/test-readlink.c: Likewise.
9717
9718         readlink: fix cygwin 1.5.x bug with return type
9719         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
9720         * lib/unistd.in.h (readlink): Use ssize_t.
9721         * lib/readlink.c (readlink): Likewise.
9722         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9723         * modules/unistd (Makefile.am): Substitute it.
9724         * lib/unistd.in.h (readlink): Declare replacement.
9725         * doc/posix-functions/readlink.texi (readlink): Document this.
9726
9727         symlink: use throughout gnulib
9728         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
9729         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
9730         symlink is not used.
9731         * modules/symlinkat (Depends-on): Add symlink.
9732         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
9733         * modules/canonicalize-tests (Depends-on): Likewise.
9734         * modules/lstat-tests (Depends-on): Likewise.
9735         * modules/openat-tests (Depends-on): Likewise.
9736         * modules/remove-tests (Depends-on): Likewise.
9737         * modules/rmdir-tests (Depends-on): Likewise.
9738         * modules/unlink-tests (Depends-on): Likewise.
9739         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
9740         * tests/test-canonicalize.c (symlink): Likewise.
9741         * tests/test-fstatat.c (symlink): Likewise.
9742         * tests/test-lstat.c (symlink): Likewise.
9743         * tests/test-remove.c (symlink): Likewise.
9744         * tests/test-rmdir.c (symlink): Likewise.
9745         * tests/test-unlink.c (symlink): Likewise.
9746         * tests/test-unlinkat.c (symlink): Likewise.
9747
9748         symlink: new module, for Solaris 9 bug
9749         * modules/symlink: New file.
9750         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
9751         * lib/symlink.c: Likewise.
9752         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
9753         * modules/unistd (Makefile.am): Substitute them.
9754         * lib/unistd.in.h (symlink): Declare replacement.
9755         * MODULES.html.sh (File system functions): Mention it.
9756         * doc/posix-functions/symlink.texi (symlink): Likewise.
9757         * modules/symlink-tests: New test.
9758         * tests/test-symlink.c: Likewise.
9759
9760 2009-09-23  Bruno Haible  <bruno@clisp.org>
9761
9762         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
9763         when needed.
9764         Test case: gnulib-tool --import --with-tests atexit inttypes.
9765         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
9766
9767 2009-09-23  Bruno Haible  <bruno@clisp.org>
9768
9769         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
9770         subcommand, not in a subshell.
9771
9772 2009-09-22  Eric Blake  <ebb9@byu.net>
9773
9774         unistd: sort replacement declarations
9775         * lib/unistd.in.h: Sort declarations.
9776
9777         open, openat: minor optimization
9778         * lib/open.c (open): If open succeeded, len is non-zero.
9779         * lib/openat.c (rpl_openat): Likewise.
9780
9781         link-follow: ensure correct result
9782         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
9783         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
9784         distinguish between possible failures.
9785
9786 2009-09-21  Eric Blake  <ebb9@byu.net>
9787
9788         fts: avoid compiler warning
9789         * lib/fts.c (dirent_inode_sort_may_be_useful)
9790         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
9791
9792 2009-09-19  Bruno Haible  <bruno@clisp.org>
9793
9794         * lib/progreloc.c (canonicalize_file_name): New declaration.
9795
9796 2009-09-19  Eric Blake  <ebb9@byu.net>
9797
9798         link: fix quoting
9799         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
9800
9801         openat: fix openat bugs on Solaris 9
9802         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
9803         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
9804         * modules/openat (Depends-on): Add open.
9805         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
9806         * modules/fcntl-h (Makefile.am): Substitute it.
9807         * lib/fcntl.in.h (openat): Declare replacement.
9808         * doc/posix-functions/openat.texi (openat): Document this.
9809
9810         openat: move fstatat and unlinkat into correct files
9811         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
9812         compiled.
9813         * lib/openat.c (fstatat, unlinkat): Move...
9814         * lib/fstatat.c (fstatat): ...into correct files.
9815         * lib/unlinkat.c (unlinkat): Likewise.
9816
9817         openat: fix unlinkat bugs on Solaris 9
9818         * lib/unlinkat.c (unlinkat): New file.
9819         * modules/openat (Depends-on): Add unlink.
9820         (Files): Distribute it.
9821         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
9822         trailing slash behavior is broken.
9823         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9824         * modules/unistd (Makefile.am): Substitute it.
9825         * lib/unistd.in.h (unlinkat): Declare replacement.
9826         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
9827
9828         openat: fix fstatat bugs on Solaris 9
9829         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
9830         stat.
9831         * doc/posix-functions/fstatat.texi (fstatat): Document this.
9832
9833         test-unlinkat: enhance test, to expose Solaris 9 bug
9834         * tests/test-unlink.c (main): Factor guts...
9835         * tests/test-unlink.h (test_rmdir_func): ...into new file.
9836         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
9837         * tests/test-rmdir.c (main): Adjust caller.
9838         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
9839         (unlinker): New helper function.
9840         (rmdirat): Enhance check.
9841         * modules/rmdir-tests (Depends-on): Add stdbool.
9842         * modules/unlink-tests (Depends-on): Likewise.
9843         (Files): Add test-unlink.h.
9844         * modules/openat-tests (Files): Likewise.
9845         (Depends-on): Add unlinkdir.
9846
9847         test-fstatat: new test, to expose Solaris 9 bugs
9848         * tests/test-stat.c (main): Factor guts...
9849         * tests/test-stat.h (test_stat_func): ...into new file.
9850         * tests/test-lstat.c (main): Factor guts...
9851         * tests/test-lstat.h (test_lstat_func): ...into new file.
9852         * tests/test-fstatat.c: New file.
9853         * modules/stat-tests (Files): Add test-stat.h.
9854         * modules/lstat-tests (Files): Add test-lstat.h.
9855         (Depends-on): Add stdbool.
9856         * modules/openat-tests (Depends-on): Add pathmax.
9857         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
9858         (Makefile.am): Run new test.
9859
9860         remove: new module, for mingw and Solaris 9 bugs
9861         * modules/remove: New file.
9862         * lib/remove.c: Likewise.
9863         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
9864         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
9865         * modules/stdio (Makefile.am): Use them.
9866         * lib/stdio.in.h (remove): Declare replacement.
9867         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9868         * doc/posix-functions/remove.texi (remove): Likewise.
9869         * modules/remove-tests: New test.
9870         * tests/test-remove.c: Likewise.
9871
9872         unlink: new module, for Solaris 9 bug
9873         * modules/unlink: New file.
9874         * lib/unlink.c: Likewise.
9875         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
9876         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
9877         * modules/unistd (Makefile.am): Use them.
9878         * lib/unistd.in.h (stat): Declare replacement.
9879         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9880         * doc/posix-functions/unlink.texi (unlink): Likewise.
9881         * modules/unlink-tests: New test.
9882         * tests/test-unlink.c: Likewise.
9883
9884         lstat: fix Solaris 9 bug
9885         * lib/lstat.c (lstat): Also check for trailing slash on
9886         non-symlink, non-directories.  Use stat module to simplify logic.
9887         * doc/posix-functions/lstat.texi (lstat): Document it.
9888         * modules/lstat-tests (Depends-on): Add errno, same-inode.
9889         (configure.ac): Check for symlink.
9890         * tests/test-lstat.c (main): Add more tests.
9891
9892         stat: add as dependency to other modules
9893         * modules/chown (Depends-on): Add stat.
9894         * modules/euidaccess (Depends-on): Likewise.
9895         * modules/fchdir (Depends-on): Likewise.
9896         * modules/isdir (Depends-on): Likewise.
9897         * modules/link (Depends-on): Likewise.
9898         * modules/lstat (Depends-on): Likewise.
9899         * modules/mkdir-p (Depends-on): Likewise.
9900         * modules/modechange (Depends-on): Likewise.
9901         * modules/open (Depends-on): Likewise.
9902         * modules/readlink (Depends-on): Likewise.
9903         * modules/same (Depends-on): Likewise.
9904
9905         stat: fix Solaris 9 bug
9906         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
9907         slash.
9908         * lib/stat.c (rpl_stat): Work around it.
9909         * doc/posix-functions/stat.texi (stat): Update documentation.
9910
9911         stat: new module, for mingw bug
9912         * modules/stat: New file.
9913         * lib/stat.c: Likewise.
9914         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
9915         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9916         * modules/sys_stat (Makefile.am): Use them.
9917         * lib/sys_stat.in.h (stat): Declare replacement.
9918         * lib/openat.c (fstatat): Deal with lstat and stat being function
9919         macros.
9920         * modules/openat (Depends-on): Add inline.
9921         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9922         * doc/posix-functions/stat.texi (stat): Likewise.
9923         * modules/stat-tests: New test.
9924         * tests/test-stat.c: Likewise.
9925
9926 2009-09-19  Jim Meyering  <meyering@redhat.com>
9927
9928         syntax-check: detect unnecessary inclusion of canonicalize.h
9929         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
9930
9931 2009-09-19  Eric Blake  <ebb9@byu.net>
9932
9933         canonicalize-lgpl: adjust clients to use correct header
9934         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
9935         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
9936         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
9937         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
9938         * lib/progreloc.c (includes): Likewise.
9939
9940 2009-09-19  Jim Meyering  <meyering@redhat.com>
9941
9942         test-posixtm.c: correct a comment
9943         * tests/test-posixtm.c: Correct first-line comment.
9944         Spotted by Eric Blake.
9945
9946 2009-09-16  Jim Meyering  <meyering@redhat.com>
9947
9948         posixtm-tests: make T const-correct; add a test case
9949         * tests/test-posixtm.c (T): Declare const.
9950         Add a test for -(2^31+1).
9951         Remove useless can-succeed-only-in-2002 test.
9952
9953         posixtm-tests: adjust the sole failing test
9954         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
9955         expected output matches what mktime now produces.  Cross-checked via
9956         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
9957
9958         posixtm: move #ifdef'd tests into a new module
9959         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
9960         * tests/test-posixtm.c: ... this new file.
9961         * modules/posixtm-tests: New module.
9962
9963 2009-09-19  Eric Blake  <ebb9@byu.net>
9964
9965         openat: simplify use of at-func.c
9966         * lib/at-func.c (includes): Include prerequisites here, to
9967         simplify requirements on client files.
9968         * lib/openat-priv.h: Add double-inclusion guard.
9969         * lib/faccessat.c (includes): Simplify.
9970         * lib/fchmodat.c (includes): Likewise.
9971         * lib/fchownat.c (includes): Likewise.
9972         * lib/mkdirat.c (includes): Likewise.
9973         * lib/mkfifoat.c (includes): Likewise.
9974         * lib/symlinkat.c (includes): Likewise.
9975
9976         openat: allow return of fd 0
9977         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
9978         * modules/save-cwd (Depends-on): Replace fcntl-safer with
9979         unistd-safer.
9980         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
9981         <fcntl.h>; this module does not leak fds.
9982         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
9983         must be allowed to return 0, leaving openat_safer to add the
9984         safety.
9985         (openat_permissive): Avoid writing to just-opened fd 2 if
9986         restoring the current directory fails.
9987         * lib/openat-die.c (openat_restore_fail): Add comment.
9988         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
9989         (save_cwd): Guarantee safe fd, but without use of open_safer.
9990         * tests/test-openat.c: New test.
9991         * modules/openat-tests (Files, Makefile.am): Distribute and build
9992         new file.
9993
9994         relocatable-prog-wrapper: fix build
9995         * modules/relocatable-prog-wrapper (Files): Update name of
9996         canonicalize m4 file, broken on 2009-09-17.
9997         Reported by emad hajjar <aleppos@hotmail.com>.
9998
9999 2009-09-19  Bruno Haible  <bruno@clisp.org>
10000
10001         * lib/safe-alloc.h: Use the standard header with GPL copyright.
10002         * lib/safe-alloc.c: Likewise.
10003         Reported by Ian Beckwith <ianb@erislabs.net>.
10004
10005 2009-09-18  Bruno Haible  <bruno@clisp.org>
10006
10007         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
10008         Reported by <erobles@sensacd.com.mx>.
10009
10010 2009-09-17  Eric Blake  <ebb9@byu.net>
10011
10012         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
10013         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
10014         slashes when checking if last component is missing.
10015         * tests/test-canonicalize.c (main): Test this.
10016
10017         canonicalize, canonicalize-lgpl: honor // if distinct from /
10018         * modules/canonicalize (Files): Add double-slash-root.m4.
10019         * modules/canonicalize-lgpl (Files): Likewise.
10020         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10021         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
10022         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
10023         fallback definition.
10024         (canonicalize_filename_mode): Use it to protect //.
10025         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
10026         (__realpath): Likewise.
10027         * tests/test-canonicalize.c (main): Test this.
10028         * tests/test-canonicalize-lgpl.c (main): Likewise.
10029         * modules/canonicalize-tests (Depends-on): Add same-inode.
10030         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10031
10032         canonicalize-lgpl: fix glibc bug with trailing slash
10033         * m4/canonicalize-lgpl.m4: Move contents...
10034         * m4/canonicalize.m4: ...here.
10035         (gl_CANONICALIZE_LGPL): Factor realpath check...
10036         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
10037         glibc 2.3.5 bug, fixed 2005-04-27.
10038         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
10039         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
10040         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
10041         * modules/canonicalize-lgpl (Files): Manage file rename.
10042         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10043         * modules/stdlib (Makefile.am): Substitute witness.
10044         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
10045         is needed.
10046         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
10047         replacement is required.
10048         * lib/canonicalize.c (canonicalize_file_name): Likewise.
10049         * doc/glibc-functions/canonicalize_file_name.texi
10050         (canonicalize_file_name): Document this.
10051         * doc/posix-functions/realpath.texi (realpath): Likewise.
10052
10053         canonicalize-lgpl: reject non-directory with trailing slash
10054         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
10055         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
10056         catches failures in glibc 2.3.5.
10057         * tests/test-canonicalize.c (main): Likewise.
10058
10059         canonicalize-lgpl: use native realpath if it works
10060         * lib/canonicalize-lgpl.c (realpath): Guard with
10061         FUNC_REALPATH_WORKS.
10062         * lib/stdlib.in.h (realpath): Make declaration optional based on
10063         HAVE_REALPATH.
10064         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
10065         native realpath works.
10066         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10067         * modules/stdlib (Makefile.am): Substitute witness.
10068
10069         canonicalize, canonicalize-lgpl: use <stdlib.h>
10070         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
10071         (Include): Mention <stdlib.h>.
10072         (configure.ac): Mention functions we provide.
10073         * modules/canonicalize (configure.ac): Likewise.
10074         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
10075         realpath if canonicalize_file_name is missing.
10076         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
10077         * modules/stdlib (Makefile.am): Substitute witnesses.
10078         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
10079         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
10080         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
10081         * NEWS: Document this.
10082         * doc/glibc-functions/canonicalize_file_name.texi
10083         (canonicalize_file_name): Likewise.
10084         * doc/posix-functions/realpath.texi (realpath): Likewise.
10085         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
10086
10087         test-canonicalize: consolidate into single C program
10088         * tests/test-canonicalize.sh: Delete; move setup into...
10089         * tests/test-canonicalize.c (main): ...the program, making it
10090         easier to run in debugger.  Add some tests.
10091         * modules/canonicalize-tests (Files): Remove unused file.
10092         (Depends-on): Add progname.
10093         (configure.ac, Makefile.am): Simplify.
10094
10095         test-canonicalize-lgpl: consolidate into single C program
10096         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
10097         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
10098         easier to run in debugger.  Add some tests.
10099         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
10100         (configure.ac, Makefile.am): Simplify.
10101
10102         canonicalize: avoid resolvepath
10103         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
10104         unnecessary checks.
10105         * lib/canonicalize.c (includes): Simplify.
10106         (canonicalize_file_name): Drop resolvepath implementation.
10107         * modules/canonicalize (Depends-on): Drop filenamecat.
10108
10109         canonicalize: don't lose errno
10110         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
10111         over calls to free.
10112
10113         canonicalize: simplify errno handling
10114         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
10115         assignment.
10116
10117         canonicalize, canonicalize-lgpl: update module dependencies
10118         * modules/canonicalize (Depends-on): Add extensions, lstat,
10119         pathmax, stdlib.
10120         (Files): Drop pathmax.h.
10121         (configure.ac): Adjust macro name.
10122         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
10123         lstat, stdlib, sys_stat.
10124         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
10125         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
10126         extensions.
10127         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
10128         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
10129         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
10130         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
10131         declaration, if available.
10132         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
10133         we can rely on the readlink module.
10134         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
10135         (includes): Use <unistd.h> unconditionally.
10136
10137 2009-09-17  Eric Blake  <ebb9@byu.net>
10138
10139         maint: make Include sections of modules consistent
10140         * modules/alloca: Use only header name; no need to list #include.
10141         * modules/alloca-opt: Likewise.
10142         * modules/arpa_inet: Likewise.
10143         * modules/canon-host: Likewise.
10144         * modules/configmake: Likewise.
10145         * modules/dirent: Likewise.
10146         * modules/eealloc: Likewise.
10147         * modules/environ: Likewise.
10148         * modules/fchdir: Likewise.
10149         * modules/fcntl: Likewise.
10150         * modules/fcntl-h: Likewise.
10151         * modules/gethrxtime: Likewise.
10152         * modules/gettime: Likewise.
10153         * modules/ignore-value: Likewise.
10154         * modules/inet_ntop: Likewise.
10155         * modules/inet_pton: Likewise.
10156         * modules/inttypes: Likewise.
10157         * modules/isnand-nolibm: Likewise.
10158         * modules/isnanf-nolibm: Likewise.
10159         * modules/mbchar: Likewise.
10160         * modules/mbfile: Likewise.
10161         * modules/mbiter: Likewise.
10162         * modules/mbuiter: Likewise.
10163         * modules/netdb: Likewise.
10164         * modules/netinet_in: Likewise.
10165         * modules/nproc: Likewise.
10166         * modules/pagealign_alloc: Likewise.
10167         * modules/poll: Likewise.
10168         * modules/printf-frexp: Likewise.
10169         * modules/pthread: Likewise.
10170         * modules/putenv: Likewise.
10171         * modules/random_r: Likewise.
10172         * modules/relocatable-prog: Likewise.
10173         * modules/search: Likewise.
10174         * modules/select: Likewise.
10175         * modules/selinux-h: Likewise.
10176         * modules/settime: Likewise.
10177         * modules/signal: Likewise.
10178         * modules/size_max: Likewise.
10179         * modules/socklen: Likewise.
10180         * modules/ssize_t: Likewise.
10181         * modules/stdarg: Likewise.
10182         * modules/stdbool: Likewise.
10183         * modules/stddef: Likewise.
10184         * modules/stdint: Likewise.
10185         * modules/stdio: Likewise.
10186         * modules/stdlib: Likewise.
10187         * modules/string: Likewise.
10188         * modules/strings: Likewise.
10189         * modules/sys_file: Likewise.
10190         * modules/sys_ioctl: Likewise.
10191         * modules/sys_select: Likewise.
10192         * modules/sys_socket: Likewise.
10193         * modules/sys_stat: Likewise.
10194         * modules/sys_time: Likewise.
10195         * modules/sys_times: Likewise.
10196         * modules/sys_utsname: Likewise.
10197         * modules/sys_wait: Likewise.
10198         * modules/sysexits: Likewise.
10199         * modules/time: Likewise.
10200         * modules/times: Likewise.
10201         * modules/tmpfile: Likewise.
10202         * modules/trim: Likewise.
10203         * modules/unistd: Likewise.
10204         * modules/wchar: Likewise.
10205         * modules/wctype: Likewise.
10206
10207 2009-09-17  Bruno Haible  <bruno@clisp.org>
10208
10209         Make getdate.y compile on QNX and NetBSD 5 / i386.
10210         * m4/getdate.m4 (gl_GETDATE): Conditionally define
10211         TIME_T_FITS_IN_LONG_INT.
10212         * lib/getdate.y (long_time_t): New type.
10213         (relative_time): Change type of 'seconds' field to long_time_t.
10214         (get_date): Update types of local variables. Check against overflow
10215         during conversion from long_time_t to time_t.
10216         Reported by Matt Kraai <kraai@ftbfs.org>
10217         and Hasso Tepper <hasso@netbsd.org>.
10218
10219 2009-09-17  Bruno Haible  <bruno@clisp.org>
10220
10221         * modules/COPYING: Update copyright years.
10222         * modules/README: Likeiwse.
10223         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
10224         Reported by Ian Beckwith <ianb@erislabs.net>.
10225
10226 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10227
10228         * users.txt: Update references for gnuit package.
10229
10230 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10231
10232         * m4/getdelim.m4: Fix typo in copyright line.
10233
10234 2009-09-17  Bruno Haible  <bruno@clisp.org>
10235
10236         * lib/atoll.c: Use the standard header with GPL copyright.
10237         * lib/argz.in.h: Likewise.
10238         * lib/glob.c: Likewise.
10239         * lib/glob-libc.h: Likewise.
10240         * lib/random_r.c: Likewise.
10241         * lib/siglist.h: Likewise.
10242         * lib/strsignal.c: Likewise.
10243         Reported by Ian Beckwith <ianb@erislabs.net>.
10244
10245 2009-09-17  Eric Blake  <ebb9@byu.net>
10246
10247         rmdir: ensure correct dependency order
10248         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
10249
10250 2009-09-17  Bruno Haible  <bruno@clisp.org>
10251
10252         Disable assertion that fails on NetBSD 5 / i386.
10253         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
10254         Reported by Sam Steingold <sds@gnu.org>
10255         and Hasso Tepper <hasso@netbsd.org>.
10256
10257 2009-09-16  Eric Blake  <ebb9@byu.net>
10258
10259         unlinkdir: port to mingw
10260         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
10261         on which no one can unlink a directory.
10262
10263         stdlib: sort witness names
10264         * modules/stdlib (Makefile.am): Sort replacements.
10265         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
10266         * lib/stdlib.in.h: Likewise.
10267
10268         parse-duration-tests: avoid link failure
10269         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
10270         LIBINTL.
10271         Reported by Tom G. Christensen.
10272
10273         openat-tests: ensure unlinkat behaves like rmdir
10274         * tests/test-rmdir.c (main): Factor guts...
10275         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
10276         * modules/rmdir-tests (Files): Ship new file.
10277         * modules/openat-tests: New test.
10278         * tests/test-unlinkat.c: Likewise.
10279
10280         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
10281         * modules/rmdir-errno (Status, Notice): Now obsolete.
10282
10283         rmdir: work around cygwin 1.5.x and mingw bugs
10284         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
10285         * lib/rmdir.c (rmdir): Work around it.
10286         * modules/rmdir (Status, Notice): No longer obsolete.
10287         (Files): Add dos.m4.
10288         (Depends-on): Add unistd.
10289         (configure.ac): Set witnesses.
10290         (License): Relax to LGPLv2+.
10291         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
10292         * modules/unistd (Makefile.am): Substitute witnesses.
10293         * lib/unistd.in.h (rmdir): Declare replacement.
10294         * doc/posix-functions/rmdir.texi (rmdir): Document this.
10295         * modules/rmdir-tests: New tests.
10296         * tests/test-rmdir.c: Likewise.
10297
10298 2009-09-15  Eric Blake  <ebb9@byu.net>
10299
10300         fchdir: improve use of replacement functions
10301         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
10302         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
10303         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
10304         REPLACE_CLOSEDIR.
10305         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
10306         * modules/sys_stat (Makefile.am): Substitute correct witness.
10307         * modules/dirent (Makefile.am): Likewise.
10308         * modules/unistd (Makefile.am): Likewise.
10309         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
10310         * lib/unistd.in.h (dup): Likewise.
10311         * lib/sys_stat.in.h (fstat): Likewise.
10312
10313         maint: ignore gnulib-tool temp files
10314         * .gitignore: Ignore files created during gnulib-tool --test.
10315
10316 2009-09-13  Jim Meyering  <meyering@redhat.com>
10317
10318         posixtm: don't reject a time that specify "60" as the number of seconds
10319         * lib/posixtm.c (posixtime): The code to reject invalid dates
10320         would also reject a time specified with the .60 suffix.
10321         But POSIX allows that, in order to accommodate leap seconds.
10322         So don't reject it.
10323         (main): Adjust tests accordingly.
10324         * modules/posixtm (Depends-on): Add stpcpy.
10325
10326 2009-09-11  Jim Meyering  <meyering@redhat.com>
10327
10328         announce-gen: include [$release_type] in emitted Subject:
10329         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
10330         e.g., [stable] in the emitted Subject: line.
10331
10332 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10333
10334         Remove obsolete macros from several modules.
10335         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
10336         obsolete Autoconf macros with their modern counterparts.
10337         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
10338         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
10339         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
10340         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10341         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
10342         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
10343         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
10344         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
10345         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
10346         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
10347         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
10348         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
10349         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
10350         * m4/sockets.m4 (gl_SOCKETS): Likewise.
10351         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
10352         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
10353         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
10354         * m4/time_r.m4 (gl_TIME_R): Likewise.
10355         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
10356         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
10357         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10358
10359         Fix copyright header in build-aux scripts.
10360         * build-aux/git-version-gen: Fix copyright header to match GPLv3
10361         recommendation.
10362         * build-aux/ncftpput-ftp: Likewise.
10363         * build-aux/update-copyright: Likewise.
10364
10365 2009-09-09  Eric Blake  <ebb9@byu.net>
10366
10367         test-link: allow Linux choice of errno
10368         * tests/test-link.c (main): Relax test for alternate error.
10369
10370         strndup: fix improper m4 caching
10371         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
10372         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
10373         (gl_PREREQ_STRNDUP): Delete.
10374         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
10375         * modules/string (Makefile.am): Substitute it.
10376         * lib/string.in.h (strndup): Modernize prototype.
10377
10378         getcwd: port to mingw
10379         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
10380         different from the POSIX assumptions made throughout the getcwd
10381         module; fortunately, the mingw getcwd does not need replacement.
10382         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
10383         * modules/getcwd-tests: New test.
10384         * tests/test-getcwd.c: Likewise.
10385
10386         link: fix platform bugs
10387         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
10388         * lib/link.c (link): Work around them.  Fix related mingw bug.
10389         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
10390         * modules/unistd (Makefile.am): Substitute it.
10391         * lib/unistd.in.h (link): Declare replacement.
10392         * doc/posix-functions/link.texi (link): Document this.
10393         * modules/link (Depends-on): Add strdup-posix, sys_stat.
10394
10395         test-link: consolidate into single C program, test more cases
10396         * tests/test-link.sh: Delete.
10397         * tests/test-link.c: Test more error conditions.  Exposes bugs on
10398         at least Cygwin and Solaris.
10399         * modules/link-tests (Files): Remove unused file.
10400         (Depends-on): Add errno, sys_stat.
10401         (Makefile.am): Simplify.
10402
10403 2009-09-08  Bruno Haible  <bruno@clisp.org>
10404
10405         Work around towlower, towupper bug on mingw.
10406         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
10407         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
10408         * doc/posix-functions/towlower.texi: Mention the mingw bug.
10409         * doc/posix-functions/towupper.texi: Likewise.
10410         Reported by Eric Blake.
10411
10412 2009-09-08  Jim Meyering  <meyering@redhat.com>
10413
10414         build: don't try to run autoheader if we don't use it
10415         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
10416         is not used in configure.ac.
10417
10418 2009-09-08  Eric Blake  <ebb9@byu.net>
10419
10420         euidaccess: fix compilation error
10421         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
10422
10423         rawmemchr: relax license
10424         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
10425         okay.
10426         Reported by Jim Meyering.
10427
10428         mkfifoat: new module
10429         * modules/mkfifoat: New file.
10430         * lib/mkfifoat.c: Likewise.
10431         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
10432         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10433         * modules/sys_stat (Makefile.am): Use them.
10434         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
10435         * MODULES.html.sh (File system functions): Mention module.
10436         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
10437         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
10438         * modules/mkfifoat-tests: New test.
10439         * tests/test-mkfifoat.c: Likewise.
10440
10441         strchrnul: relax license
10442         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
10443         okay.
10444         Reported by Jim Meyering.
10445
10446 2009-09-08  Eric Blake  <ebb9@byu.net>
10447
10448         fstatat: fix compilation on Solaris
10449         * lib/fstatat.c (includes): Add fcntl.h.
10450         Reported by Pádraig Brady.
10451
10452 2009-09-07  Eric Blake  <ebb9@byu.net>
10453
10454         rename: modernize replacement
10455         * modules/rename (Depends-on): Add stdio.
10456         (configure.ac): Declare witness.
10457         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
10458         stdio take care of replacement.
10459         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
10460         * modules/stdio (Makefile.am): Substitute them.
10461         * lib/stdio.in.h (rename): Declare replacement.
10462         * lib/rename.c (includes): Allow cross-compilation to non-windows
10463         machines.
10464         * doc/posix-functions/rename.texi (rename): Improve
10465         documentation.
10466
10467         stdio: sort witness names
10468         * modules/stdio (Makefile.am): Sort replacements.
10469         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
10470         * lib/stdio.in.h: Likewise.
10471
10472         getcwd: minor cleanups
10473         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
10474         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
10475
10476         openat: provide more convenience names
10477         * modules/faccessat (configure.ac): Add C witness.
10478         * lib/unistd.in.h (readlinkat): Fix typo.
10479         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
10480         convenience wrappers.
10481         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
10482         wrappers in syntax checks.
10483
10484 2009-09-06  Eric Blake  <ebb9@byu.net>
10485
10486         doc: fix comments in recent patches
10487         * lib/faccessat.c: Mention correct function.
10488         * lib/fchmodat.c: Likewise.
10489         * lib/fchownat.c: Likewise.
10490         * lib/symlinkat.c: Likewise.
10491         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
10492         constants.
10493
10494         faccessat, symlinkat: continue cleanup of previous patch
10495         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
10496         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
10497         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
10498         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
10499         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
10500         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
10501         set.
10502
10503 2009-09-06  Bruno Haible  <bruno@clisp.org>
10504
10505         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
10506         (fstatat): Declare if GNULIB_FSTATAT is set.
10507         (mkdirat): Declare if GNULIB_MKDIRAT is set.
10508         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
10509         (unlinkat): Declare if GNULIB_UNLINKAT is set.
10510         * modules/fcntl-h (Files): Remove m4/openat.m4.
10511         * modules/sys_stat (Files): Remove m4/openat.m4.
10512         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
10513         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
10514         * modules/unistd (Files): Remove m4/openat.m4.
10515         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
10516         GNULIB_OPENAT.
10517         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
10518         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
10519         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
10520         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
10521         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
10522         gl_OPENAT_DEFAULTS.
10523         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
10524         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
10525         Don't require gl_OPENAT_DEFAULTS.
10526         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
10527         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
10528         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
10529         (gl_OPENAT_DEFAULTS): Remove macro.
10530
10531 2009-09-06  Bruno Haible  <bruno@clisp.org>
10532
10533         * modules/openat (configure.ac): Remove unneeded witness.
10534
10535 2009-09-06  Bruno Haible  <bruno@clisp.org>
10536
10537         Set errno to ENOSYS when a function is entirely unsupported.
10538         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
10539         EOPNOTSUPP.
10540         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
10541         * modules/chown (Depends-on): Remove errno.
10542
10543 2009-09-06  Bruno Haible  <bruno@clisp.org>
10544
10545         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
10546
10547 2009-09-06  Bruno Haible  <bruno@clisp.org>
10548
10549         * lib/sys_stat.in.h: Fix preprocessor command indentation.
10550
10551 2009-09-06  Ben Pfaff  <blp@gnu.org>
10552             Bruno Haible  <bruno@clisp.org>
10553
10554         Work around a glibc bug in strtok_r.
10555         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
10556         Undefine if UNDEFINE_STRTOK_R is set.
10557         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
10558         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
10559         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
10560         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
10561         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
10562         UNDEFINE_STRTOK_R.
10563         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
10564
10565 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
10566
10567         exclude: minor fix
10568         * lib/exclude.c: Include wctype.h
10569
10570 2009-09-06  Akim Demaille  <demaille@gostai.com>
10571
10572         bootstrap: improve error message
10573         * build-aux/bootstrap (find_tool): Upon failure, report the list
10574         of candidates.
10575         Honor the initial value of the envvar.
10576
10577 2009-09-05  Eric Blake  <ebb9@byu.net>
10578
10579         symlinkat: new module
10580         * modules/symlinkat: New file.
10581         * lib/symlinkat.c: Likewise.
10582         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
10583         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10584         * modules/unistd (Makefile.am): Use them.
10585         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
10586         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
10587         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
10588         * MODULES.html.sh (File system functions): Mention module.
10589         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
10590         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10591         * modules/symlinkat-tests: New test.
10592         * tests/test-symlinkat.c: Likewise.
10593
10594         test-openat-safer: add more checks
10595         * tests/test-openat-safer.c (main): Check more code paths.
10596
10597 2009-09-05  Jim Meyering  <meyering@redhat.com>
10598
10599         syntax-check: detect unnecessary inclusion of openat.h
10600         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
10601
10602 2009-09-05  Bruno Haible  <bruno@clisp.org>
10603
10604         Support towlower, towupper.
10605         * doc/posix-functions/towlower.texi: Mention module wctype.
10606         * doc/posix-functions/towupper.texi: Likewise.
10607         * lib/wctype.in.h (towlower, towupper): New functions.
10608         * tests/test-wctype.c: Include stdio.h, stdlib.h.
10609         (ASSERT): New macro.
10610         (e): New variable.
10611         (main): Test also towlower, towupper. Test WEOF argument.
10612         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
10613
10614 2009-09-05  Bruno Haible  <bruno@clisp.org>
10615
10616         Fix conversion behaviour when the input is invalid.
10617         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
10618         mark occurring in first pass of indirect conversion.
10619         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
10620         input.
10621         Found by clang's static analyzer.
10622
10623 2009-09-05  Bruno Haible  <bruno@clisp.org>
10624
10625         * tests/test-striconveh.c (main): Test indirect conversion on platforms
10626         where direct conversion is possible.
10627
10628 2009-09-04  Eric Blake  <ebb9@byu.net>
10629
10630         openat: fail with ENOENT on empty name
10631         * lib/openat-proc.c (openat_proc_name): Special-case the empty
10632         buffer.
10633
10634         link-follow: fix logic bug in prior patch
10635         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
10636         reversed sense of yes and no in prior patch.  Avoid confusing
10637         compilation failure with desired semantics.
10638
10639         link-follow: accomodate mingw and cross-compilation
10640         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
10641         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
10642         cross-compilation results to -1, to make linkat easier to
10643         implement when cross-compiling.  Trivially support mingw.
10644         * modules/link-follow (configure.ac): Call new name.
10645         * NEWS: Mention this.
10646
10647 2009-09-03  Eric Blake  <ebb9@byu.net>
10648
10649         faccessat: compile replacement
10650         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
10651         needed.
10652
10653         fts: fix compilation error
10654         * lib/fts.c (includes): Re-add "openat.h", for
10655         openat_needs_fchdir.
10656
10657         faccessat: new module
10658         * modules/faccessat: New file.
10659         * lib/faccessat.c: Likewise.
10660         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
10661         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10662         * modules/unistd (Makefile.am): Use it.
10663         * lib/unistd.in.h (faccessat): Declare it.
10664         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
10665         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
10666         * MODULES.html.sh (File system functions): Mention it.
10667         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
10668         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
10669
10670         euidaccess: prefer POSIX over non-standard implementation
10671         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
10672         * lib/euidaccess.c (euidaccess): Use it if available.
10673
10674         openat: make template easier to use
10675         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
10676         AT_FUNC_F2 to be undefined.
10677         (VALIDATE_FLAG): New macro; use it to reject bad flags.
10678         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
10679         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
10680         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
10681         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
10682         Likewise.
10683         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
10684         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
10685         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
10686         Likewise.
10687
10688         openat: declare in POSIX headers
10689         * NEWS: Mention this.
10690         * modules/openat (configure.ac): Declare witnesses.
10691         (Depends-on): Add fcntl-h, sys_stat, unistd.
10692         (Include): Mention correct headers.
10693         * modules/fcntl-h (Depends-on): Add link-warning.
10694         (Files): Add openat.m4.
10695         (Makefile.am): Substitute witnesses.
10696         * modules/sys_stat (Files, Makefile.am): Likewise.
10697         * modules/unistd (Files, Makefile.am): Likewise.
10698         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
10699         (gl_OPENAT_DEFAULTS): New macro.
10700         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
10701         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
10702         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
10703         (SYS_STAT_H): Remove unused variable.
10704         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
10705         * lib/fcntl--.h (includes): Remove unneeded header.
10706         * lib/openat-safer.c (includes): Likewise.
10707         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
10708         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
10709         appropriate headers.
10710         (__OPENAT_PREFIX): Delete.
10711         * lib/fcntl.in.h (openat): Provide declaration.
10712         (AT_FDCWD): Fix Solaris bug.
10713         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
10714         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
10715         * lib/fchmodat.c (includes):  Adjust to find declaration.
10716         * lib/fchownat.c (includes): Likewise.
10717         * lib/mkdirat.c (includes): Likewise.
10718         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
10719         still visible.
10720
10721 2009-09-02  Eric Blake  <ebb9@byu.net>
10722
10723         errno: use consistently
10724         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
10725         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
10726         * lib/canonicalize.c (ELOOP): Likewise.
10727         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
10728         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
10729         * lib/lchown.c (EOPNOTSUPP): Likewise.
10730         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
10731         * lib/savewd.c (ESTALE): Likewise.
10732         * lib/settime.c (ENOSYS): Likewise.
10733         * lib/utimens.c (ENOSYS): Likewise.
10734         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
10735         * lib/chdir-safer.c (ELOOP): Likewise.
10736         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
10737         * modules/c-stack (Depends-on): Add errno.
10738         * modules/canonicalize (Depends-on): Likewise.
10739         * modules/chdir-safer (Depends-on): Likewise.
10740         * modules/fdopendir (Depends-on): Likewise.
10741         * modules/inet_ntop (Depends-on): Likewise.
10742         * modules/inet_pton (Depends-on): Likewise.
10743         * modules/lchown (Depends-on): Likewise.
10744         * modules/openat (Depends-on): Likewise.
10745         * modules/savewd (Depends-on): Likewise.
10746         * modules/settime (Depends-on): Likewise.
10747         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
10748
10749         fts: avoid leaking fds
10750         * modules/fts (Depends-on): Add cloexec.
10751         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
10752         flag.
10753
10754         fts: make directory fds more robust
10755         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
10756         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
10757
10758         backupfile, chdir-long, fts, savedir: make safer
10759         * lib/backupfile.c (includes): Use "dirent--.h", since
10760         numbered_backup can write to stderr during readdir.
10761         * lib/savedir.c (includes): Likewise.
10762         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
10763         emulation can write to stderr on failure.
10764         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
10765         * lib/getcwd.c: Document why opendir_safer is unused.
10766         * lib/glob.c: Likewise.
10767         * lib/scandir.c: Likewise.
10768         * lib/openat-proc.c: Likewise, for open_safer.
10769         * modules/backupfile (Depends-on): Add dirent-safer.
10770         * modules/savedir (Depends-on): Likewise.
10771         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
10772         * modules/chdir-long (Depends-on): Add openat-safer.
10773
10774         openat-safer: new module
10775         * modules/openat-safer: New file.
10776         * lib/openat-safer.c: Likewise.
10777         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
10778         * lib/fcntl-safer.h (openat_safer): Declare.
10779         * lib/fcntl--.h (openat): Override.
10780         * MODULES.html.sh (File descriptor based I/O): Mention it.
10781         * lib/openat.h: Add double-inclusion guards.
10782         * lib/openat.c (includes): Only include "fcntl-safer.h", not
10783         "fcntl--.h", so we can implement openat.
10784         * modules/openat-safer-tests: New test.
10785         * tests/test-openat-safer.c: New file.
10786
10787         dirent-safer: new module
10788         * modules/dirent-safer: New file.
10789         * lib/dirent--.h: Likewise.
10790         * lib/dirent-safer.h: Likewise.
10791         * lib/opendir-safer.c: Likewise.
10792         * m4/dirent-safer.m4: Likewise.
10793         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
10794         * modules/dirent-safer-tests: New test.
10795         * tests/test-dirent-safer.c: New file.
10796         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
10797
10798         fdopendir: optimize on mingw
10799         * lib/unistd.in.h (_gl_directory_name): New prototype.
10800         * lib/fchdir.c (_gl_directory_name): Implement it.
10801         (fchdir): Use it to simplify implementation.
10802         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
10803         fchdir, when available, to avoid calling [f]chdir().
10804
10805         fdopendir: split into its own module
10806         * lib/openat.c (fdopendir): Move...
10807         * lib/fdopendir.c: ...into new file.
10808         * modules/fdopendir: New module.
10809         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
10810         * modules/openat (Depends-on): Add fdopendir.
10811         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
10812         fdopendir here.
10813         * modules/savedir (Depends-on): Only need fdopendir, not full
10814         openat.
10815         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
10816         * lib/openat.h (fdopendir): Drop prototype.
10817         * lib/dirent.in.h (fdopendir): Provide prototype.
10818         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
10819         * modules/dirent (Makefile.am): Substitute them.
10820         * MODULES.html.sh (File system functions): Mention it.
10821         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
10822         * modules/fdopendir-tests: New file.
10823         * tests/test-fdopendir.c: Likewise.
10824
10825         fchdir: use more consistent macro convention
10826         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
10827         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
10828         REPLACE_FCHDIR, rather than relying on config.h macros.
10829         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
10830         inside a single make-time REPLACE_FCHDIR block, rather than using
10831         the config.h FCHDIR_REPLACEMENT.
10832         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
10833         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
10834         Manage fstat replacement.
10835         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
10836         REPLACE_FCHDIR.
10837         * modules/sys_stat (Files): Add m4/unistd_h.m4.
10838         (Makefile.am): Substitute REPLACE_FCHDIR.
10839         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
10840         FCHDIR_REPLACEMENT.
10841         * lib/dup-safer.c (dup_safer): Likewise.
10842         * lib/dup2.c (rpl_dup2): Likewise.
10843         * lib/dup3.c (rpl_dup3): Likewise.
10844         * lib/open.c (rpl_open): Likewise.
10845
10846         fchdir: simplify error handling, and support dup3
10847         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
10848         stdbool, malloc-posix, realloc-posix.
10849         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
10850         (ensure_dirs_slot): Return false on allocation failure.
10851         (rpl_dup2): Delete.
10852         (_gl_register_dup): New function.
10853         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
10854         (_gl_register_fd): Close fd on allocation failure.
10855         * lib/fcntl.in.h (_gl_register_fd): Update signature.
10856         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
10857         prototype.
10858         (rpl_dup2_fchdir): Delete prototype.
10859         * lib/open.c (open): Update caller.
10860         * lib/dup2.c (dup2): Track fchdir metadata.
10861         * lib/dup3.c (dup3): Likewise.
10862         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
10863         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
10864
10865 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10866
10867         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
10868         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
10869         don't pass arguments to AC_OUTPUT.
10870
10871 2009-09-02  Bruno Haible  <bruno@clisp.org>
10872
10873         * modules/mkdtemp (License): Relicense under LGPLv2+.
10874         Reported by Paolo Bonzini.
10875
10876 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10877
10878         Replace uses of obsolete autoconf macros in Jim's modules.
10879         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
10880         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
10881         can evoke a warning from autoconf when run with -Wobsolete
10882         enabled.  They were declared obsolete for good reasons (see
10883         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
10884         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
10885         should not continue using the deprecated macros.
10886         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
10887         obsolete Autoconf macros with modern counterparts.
10888         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
10889         * m4/dos.m4 (gl_AC_DOS): Likewise.
10890         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
10891         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
10892         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
10893         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
10894         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
10895         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
10896         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
10897         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
10898         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
10899         Likewise.
10900         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
10901         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
10902         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
10903         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
10904         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
10905         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
10906
10907 2009-09-01  Eric Blake  <ebb9@byu.net>
10908
10909         fchdir: fix off-by-one bug in previous patch
10910         * lib/fchdir.c (rpl_fstat): Use correct bounds.
10911         (_gl_unregister_fd): Delete useless if.
10912
10913 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
10914
10915         maint.mk: sort the list of syntax-check rules
10916         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
10917         easier to get a sense of progress when the rules are run sequentially
10918         and take a long time.
10919
10920 2009-09-01  Simon Josefsson  <simon@josefsson.org>
10921
10922         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
10923         * modules/netinet_in: Likewise.
10924         * modules/sys_file: Likewise.
10925         * modules/sys_ioctl: Likewise.
10926         * modules/sys_select: Likewise.
10927         * modules/sys_socket: Likewise.
10928         * modules/sys_stat: Likewise.
10929         * modules/sys_time: Likewise.
10930         * modules/sys_times: Likewise.
10931         * modules/sys_utsname: Likewise.
10932         * modules/sys_wait: Likewise.
10933
10934 2009-09-01  Jim Meyering  <meyering@redhat.com>
10935
10936         fts: help ensure that return values are not ignored
10937         * lib/fts_.h (__GNUC_PREREQ): Define.
10938         (__attribute_warn_unused_result__): Define.
10939         (fts_children, fts_close, fts_open, fts_read): Declare with
10940         __attribute_warn_unused_result__.
10941
10942         fts: fts_close now fails also when closing a dir file descriptor fails
10943         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
10944         and propagate to caller, along with errno.
10945
10946         announce-gen: correct formatting in --help output
10947         * build-aux/announce-gen (usage): Move the one-line description in
10948         --help output "up", to where it belongs, just after Usage:.
10949
10950 2009-08-31  Eric Blake  <ebb9@byu.net>
10951
10952         fchdir: port to mingw
10953         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
10954         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
10955         opened, then use a substitute.
10956         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
10957         replacement.
10958         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
10959         (_gl_register_fd): No need to check stat if open already filters
10960         all directories.
10961         (fchdir): Fix error condition to match POSIX.
10962         * modules/fchdir (Depends-on): Add sys_stat.
10963         * doc/posix-functions/open.texi (open): Document the limitation.
10964         * modules/fchdir-tests: New file.
10965         * tests/test-fchdir.c: Likewise.
10966
10967         canonicalize: allow cross-testing from cygwin to mingw
10968         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
10969         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
10970         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
10971         Likewise.
10972         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
10973         target does not support symlinks.
10974         * tests/test-canonicalize-lgpl.sh: Likewise.
10975
10976         chown: avoid compilation warning on mingw
10977         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
10978         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
10979         mingw.
10980         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
10981         * modules/chown (Depends-on): Add errno.
10982
10983 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
10984
10985         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
10986         command.
10987
10988 2009-08-31  Jim Meyering  <meyering@redhat.com>
10989
10990         canonicalize: remove useless initialization
10991         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
10992         initialization of local, "end".
10993
10994 2009-08-30  Bruno Haible  <bruno@clisp.org>
10995
10996         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
10997         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
10998         ENOSYS.
10999
11000 2009-08-30  Bruno Haible  <bruno@clisp.org>
11001
11002         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
11003         /usr/xpg4/bin/tr when it exists.
11004         * tests/test-pipe-filter-gi1.sh: Likewise.
11005
11006 2009-08-30  Bruno Haible  <bruno@clisp.org>
11007
11008         Work around deficient /usr/bin/id program on Solaris.
11009         * tests/test-file-has-acl.sh (ID): New variable.
11010         * tests/test-set-mode-acl.sh (ID): Likewise.
11011         * tests/test-copy-acl.sh (ID): Likewise.
11012         * tests/test-copy-file.sh (ID): Likewise.
11013
11014 2009-08-30  Bruno Haible  <bruno@clisp.org>
11015
11016         New module 'xstriconveh'.
11017         * lib/xstriconveh.h: New file.
11018         * lib/xstriconveh.c: New file.
11019         * modules/xstriconveh: New file.
11020
11021 2009-08-30  Bruno Haible  <bruno@clisp.org>
11022
11023         Make it easier to use mem_cd_iconveh.
11024         * lib/striconveh.h (iconveh_t): New type.
11025         (iconveh_open, iconveh_close): New declarations.
11026         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11027         with a single 'const iconveh_t *' argument.
11028         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
11029         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11030         with a single 'const iconveh_t *' argument.
11031         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
11032         * tests/test-striconveh.c (main): Update.
11033         * NEWS: Mention the change.
11034
11035 2009-08-30  Bruno Haible  <bruno@clisp.org>
11036
11037         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
11038         problem.
11039
11040 2009-08-30  Bruno Haible  <bruno@clisp.org>
11041
11042         Work around iconv_open problem on Solaris.
11043         * lib/iconv_open-solaris.gperf: New file.
11044         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
11045         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
11046         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
11047         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
11048         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
11049         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
11050
11051 2009-08-29  Jim Meyering  <meyering@redhat.com>
11052
11053         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
11054         * top/maint.mk (cvs-check): Remove target; it was just an alias
11055         to the better-named vc-diff-check.
11056         (maintainer-distcheck): Remove rule.  It was used only from
11057         the (alpha/beta/major) target, and all of its commands but one
11058         were coreutils-specific.
11059         (vc-dist): Remove rule.
11060         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
11061         Run vc-diff-check, not vc-dist.
11062         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
11063
11064 2009-08-27  Bruno Haible  <bruno@clisp.org>
11065
11066         * tests/test-bitrotate.c (main): Remove test that uses a shift count
11067         of 0.
11068
11069 2009-08-27  Bruno Haible  <bruno@clisp.org>
11070
11071         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
11072         compilers.
11073         * doc/func.texi: Document the SunPRO C bug.
11074
11075 2009-08-27  Bruno Haible  <bruno@clisp.org>
11076
11077         Fix link error on Solaris.
11078         * tests/test-parse-duration.c (xstrdup): Remove function.
11079
11080 2009-08-26  Pádraig Brady  <P@draigbrady.com>
11081
11082         ignore-value: handle pointer types, too
11083         * lib/ignore-value.h (__attribute__): Remove definition.
11084         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
11085         of a more concise and more-often effective "(void) i" statement.
11086         (ignore_ptr): New function to suppress warnings from functions that
11087         return pointers, and to make it explicit that one function doesn't
11088         handle all cases.
11089
11090 2009-08-25  Bruno Haible  <bruno@clisp.org>
11091
11092         dup2: work around a Linux bug.
11093         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
11094         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
11095         * doc/posix-functions/dup2.texi: Mention the Linux bug.
11096         Reported by Simon Josefsson.
11097
11098 2009-08-25  Jim Meyering  <meyering@redhat.com>
11099
11100         libguestfs uses gnulib
11101         * users.txt: Add libguestfs.
11102
11103 2009-08-24  Eric Blake  <ebb9@byu.net>
11104
11105         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
11106         * lib/pipe2.c (includes): Add binary-io.h.
11107         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
11108
11109 2009-08-24  Bruno Haible  <bruno@clisp.org>
11110
11111         Tolerate declared but missing accept4 syscall.
11112         * lib/accept4.c (accept4): Invoke original accept4 function first, if
11113         available.
11114         * lib/sys_socket.in.h (accept4): If the function is already present,
11115         override it.
11116         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
11117         * modules/accept4 (Makefile.am): Compile accept4.c always.
11118         Reported by Paolo Bonzini and Eric Blake.
11119
11120 2009-08-23  Bruno Haible  <bruno@clisp.org>
11121
11122         New module 'accept4'.
11123         * lib/sys_socket.in.h (accept4): New declaration.
11124         * lib/accept4.c: New file.
11125         * m4/accept4.m4: New file.
11126         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
11127         GNULIB_ACCEPT4, HAVE_ACCEPT4.
11128         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
11129         HAVE_ACCEPT4.
11130         * modules/accept4: New file.
11131         * doc/glibc-functions/accept4.texi: Mention the new module.
11132
11133 2009-08-24  Jim Meyering  <meyering@redhat.com>
11134
11135         progname: also set global program_invocation_name, when possible
11136         Before this change, a libtool-enabled program that calls glibc's
11137         error function would report the program name as
11138         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
11139         * modules/progname (configure.ac): Check for a declaration of
11140         program_invocation_name.
11141         * lib/progname.c:  Include <errno.h>.
11142         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
11143         Set program_invocation_name.
11144
11145 2009-08-23  Bruno Haible  <bruno@clisp.org>
11146
11147         * lib/dup3.c: Include <string.h>.
11148
11149 2009-08-23  Bruno Haible  <bruno@clisp.org>
11150
11151         * lib/dup3.c (dup3): Test only once whether the system actually exists.
11152         * lib/pipe2.c (pipe2): Likewise.
11153         Suggested by Eric Blake.
11154
11155 2009-08-23  Bruno Haible  <bruno@clisp.org>
11156
11157         Tolerate declared but missing dup3 syscall.
11158         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
11159         * lib/unistd.in.h (dup3): If the function is already present,
11160         override it.
11161         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
11162         * modules/dup3 (Makefile.am): Compile dup3.c always.
11163         Reported by Paolo Bonzini.
11164
11165 2009-08-23  Bruno Haible  <bruno@clisp.org>
11166
11167         Tolerate declared but missing pipe2 syscall.
11168         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
11169         available.
11170         * lib/unistd.in.h (pipe2): If the function is already present,
11171         override it.
11172         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
11173         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
11174         Reported by Paolo Bonzini.
11175
11176 2009-08-23  Bruno Haible  <bruno@clisp.org>
11177
11178         * lib/pipe2.c (pipe2): Move #ifs inside function.
11179
11180 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11181
11182         quotearg: document limitations of quote_these_too
11183         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
11184         those limitations are created.
11185         * lib/quotearg.h (set_char_quoting): Document that digits and
11186         letters that are special after backslash are not permitted.
11187         (quotearg_char): Cross-reference set_char_quoting documentation.
11188
11189 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
11190
11191         quotearg: implement custom_quoting_style
11192         * lib/quotearg.c: (struct quoting_options): Add left_quote and
11193         right_quote fields.
11194         (set_custom_quoting): New public function.
11195         (quotearg_buffer_restyled): Add left_quote and right_quote
11196         arguments, handle them very much like locale quoting, and update
11197         all uses.
11198         (quotearg_n_custom): New public function.
11199         (quotearg_n_custom_mem): New public function.
11200         (quotearg_custom): New public function.
11201         (quotearg_custom_mem): New public function.
11202         * lib/quotearg.h: Prototype and document new public functions.
11203         (enum quoting_style): For escape_quoting_style and
11204         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
11205         ignored even though they're otherwise like c_quoting_style.
11206         Add custom_quoting_style member and document with comparison to
11207         clocale_quoting_style.
11208         * tests/test-quotearg.c (custom_quotes): New array.
11209         (custom_results): New array.
11210         (main): Extend to test custom quoting.
11211
11212 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11213
11214         quotearg: fix right quote escaping when it's in quote_these_too
11215         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
11216         quote, be sure to prepend only one backslash.
11217         * tests/test-quotearg.c (use_quote_double_quotes): New function.
11218         (main): Test it.
11219
11220 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11221
11222         quotearg-tests: test escaping of embedded locale quotes
11223         * tests/test-quotearg.c (struct result_strings): Add member for
11224         new input.
11225         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
11226         (inputs): Add new input.
11227         (results_g): Add expected results.
11228         (flag_results): Likewise.
11229         (locale_results): Likewise.
11230         (compare_strings): Check those.
11231
11232 2009-08-23  Bruno Haible  <bruno@clisp.org>
11233
11234         Tests for module 'dup3'.
11235         * modules/dup3-tests: New file.
11236         * tests/test-dup3.c: New file.
11237
11238         New module 'dup3'.
11239         * lib/unistd.in.h (dup3): New declaration.
11240         * lib/dup3.c: New file.
11241         * m4/dup3.m4: New file.
11242         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
11243         HAVE_DUP3.
11244         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
11245         * modules/dup3: New file.
11246         * doc/glibc-functions/dup3.texi: Mention the new module.
11247
11248 2009-08-23  Bruno Haible  <bruno@clisp.org>
11249
11250         Tweak the dup2 test.
11251         * tests/test-dup2.c (main): Create the test file empty. Verify that an
11252         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
11253         the test file is still empty. Fix argument order of lseek.
11254
11255 2009-08-23  Bruno Haible  <bruno@clisp.org>
11256
11257         Avoid test link errors when the modules getopt-gnu, gettext are used.
11258         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
11259         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11260
11261 2009-08-23  Bruno Haible  <bruno@clisp.org>
11262
11263         Fix getdtablesize() on mingw.
11264         * lib/getdtablesize.c (getdtablesize): Implement differently.
11265         * lib/unistd.in.h (getdtablesize): Improve comment.
11266
11267 2009-08-23  Bruno Haible  <bruno@clisp.org>
11268
11269         New module 'mkostemp'.
11270         Based on Ulrich Drepper's 2007-08-10 change in glibc.
11271         * lib/stdlib.in.h (mksotemp): New declaration.
11272         * lib/mkostemp.c: New file, from glibc with modifications.
11273         * lib/tempname.h (GT_FILE): Remove outdated comment.
11274         (gen_tempname): Add flags argument.
11275         * lib/tempname.c (__GT_BIGFILE): Remove macro.
11276         (__GT_FILE): Map to 1.
11277         (small_open, large_open): Remove macros.
11278         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
11279         * lib/mkstemp.c (mkstemp): Update.
11280         * lib/mkdtemp.c (mkdtemp): Likewise.
11281         * m4/mkostemp.m4: New file.
11282         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
11283         HAVE_MKOSTEMP.
11284         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
11285         HAVE_MKOSTEMP.
11286         * modules/mkostemp: New file, based on modules/mkstemp.
11287         * doc/glibc-functions/mkostemp.texi: Mention the new module.
11288         * NEWS: Mention the change.
11289
11290 2009-08-23  Bruno Haible  <bruno@clisp.org>
11291
11292         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
11293         Reported by Eric Blake.
11294
11295 2009-08-23  Bruno Haible  <bruno@clisp.org>
11296
11297         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
11298         Reported by Eric Blake.
11299
11300 2009-08-23  Bruno Haible  <bruno@clisp.org>
11301
11302         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
11303         * modules/pipe2 (Depends-on): Likewise.
11304
11305 2009-08-23  Eric Blake  <ebb9@byu.net>
11306
11307         fcntl-h: add O_TTY_INIT support
11308         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
11309         * tests/test-fcntl-h.c (o): Test it.
11310         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11311
11312         fcntl-h: rename from fcntl, in preparation for fcntl(2)
11313         * modules/fcntl: Move <fcntl.h> header replacement...
11314         * modules/fcntl-h: ...to new name, so as not to collide with
11315         like-named function.
11316         * tests/test-fcntl.c: Rename...
11317         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
11318         * modules/fcntl-tests: Rename...
11319         * modules/fcntl-h-tests: ...to this.  Update test file name.
11320         * modules/chdir-long (Depends-on): Update clients.
11321         * modules/chdir-safer (Depends-on): Likewise.
11322         * modules/fcntl-safer (Depends-on): Likewise.
11323         * modules/fts (Depends-on): Likewise.
11324         * modules/mkancesdirs (Depends-on): Likewise.
11325         * modules/mkdir-p (Depends-on): Likewise.
11326         * modules/open (Depends-on): Likewise.
11327         * modules/savewd (Depends-on): Likewise.
11328         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
11329         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11330
11331 2009-08-22  Bruno Haible  <bruno@clisp.org>
11332
11333         * modules/binary-io (License): Relicense under LGPL.
11334         * modules/pipe2 (License): Likewise.
11335
11336 2009-08-22  Bruno Haible  <bruno@clisp.org>
11337
11338         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
11339         return value.
11340         * lib/pipe-filter-gi.c (filter_init): Likewise.
11341         Reported by Eric Blake.
11342
11343 2009-08-22  Bruno Haible  <bruno@clisp.org>
11344
11345         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
11346         * modules/pipe (Depends-on): Add pipe2.
11347
11348 2009-08-22  Bruno Haible  <bruno@clisp.org>
11349
11350         Tests for module 'pipe2'.
11351         * modules/pipe2-tests: New file.
11352         * tests/test-pipe2.c: New file.
11353
11354         New module 'pipe2'.
11355         * lib/unistd.in.h (pipe2): New declaration.
11356         * lib/pipe2.c: New file.
11357         * m4/pipe2.m4: New file.
11358         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
11359         HAVE_PIPE2.
11360         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
11361         * modules/pipe2: New file.
11362         * doc/glibc-functions/pipe2.texi: Mention the new module.
11363
11364 2009-08-22  Bruno Haible  <bruno@clisp.org>
11365
11366         Reference some new glibc functions.
11367         * doc/glibc-functions/accept4.texi: New file.
11368         * doc/glibc-functions/dup3.texi: New file.
11369         * doc/glibc-functions/mkostemp.texi: New file.
11370         * doc/glibc-functions/pipe2.texi: New file.
11371         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
11372         (Glibc sys/socket.h): Refer to accept4.
11373         (Glibc unistd.h): Refer to dup3, pipe2.
11374         Reported by Eric Blake.
11375
11376 2009-08-22  Jim Meyering  <meyering@redhat.com>
11377             Bruno Haible  <bruno@clisp.org>
11378
11379         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
11380         This makes it so packages using automake-1.11's silent-rules option
11381         can print e.g., a single "GEN    configmake.h" line, rather than
11382         the 30+ statements that perform the job.  If you want to see the
11383         actual commands, you can still run "make V=1".
11384         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
11385         so that make output is abbreviated when those variables are defined
11386         appropriately.
11387         * modules/argz: Likewise.
11388         * modules/arpa_inet: Likewise.
11389         * modules/byteswap: Likewise.
11390         * modules/configmake: Likewise.
11391         * modules/dirent: Likewise.
11392         * modules/errno: Likewise.
11393         * modules/fcntl: Likewise.
11394         * modules/float: Likewise.
11395         * modules/fnmatch: Likewise.
11396         * modules/getopt-posix: Likewise.
11397         * modules/glob: Likewise.
11398         * modules/iconv_open: Likewise.
11399         * modules/inttypes: Likewise.
11400         * modules/localcharset: Likewise.
11401         * modules/locale: Likewise.
11402         * modules/math: Likewise.
11403         * modules/netdb: Likewise.
11404         * modules/netinet_in: Likewise.
11405         * modules/poll: Likewise.
11406         * modules/posix_spawnp-tests: Likewise.
11407         * modules/sched: Likewise.
11408         * modules/search: Likewise.
11409         * modules/selinux-h: Likewise.
11410         * modules/signal: Likewise.
11411         * modules/spawn: Likewise.
11412         * modules/stdarg: Likewise.
11413         * modules/stdbool: Likewise.
11414         * modules/stddef: Likewise.
11415         * modules/stdint: Likewise.
11416         * modules/stdio: Likewise.
11417         * modules/stdlib: Likewise.
11418         * modules/string: Likewise.
11419         * modules/strings: Likewise.
11420         * modules/sys_file: Likewise.
11421         * modules/sys_ioctl: Likewise.
11422         * modules/sys_select: Likewise.
11423         * modules/sys_socket: Likewise.
11424         * modules/sys_stat: Likewise.
11425         * modules/sys_time: Likewise.
11426         * modules/sys_times: Likewise.
11427         * modules/sys_utsname: Likewise.
11428         * modules/sys_wait: Likewise.
11429         * modules/sysexits: Likewise.
11430         * modules/time: Likewise.
11431         * modules/unistd: Likewise.
11432         * modules/wchar: Likewise.
11433         * modules/wctype: Likewise.
11434
11435 2009-08-22  Jim Meyering  <meyering@redhat.com>
11436
11437         announce-gen: detect write failure
11438         * build-aux/announce-gen: Add Coda at end.
11439         Remove equivalent-but-more-verbose block at top.
11440
11441 2009-08-19  Akim Demaille  <demaille@gostai.com>
11442
11443         bootstrap: --help to stdout.
11444         * bootstrap (usage): Don't send --help to stderr.
11445         Use a here doc instead of a long string.
11446
11447 2009-08-21  Eric Blake  <ebb9@byu.net>
11448
11449         test-popen-safer: split from test-popen
11450         * tests/test-popen.c (main): Move...
11451         * tests/test-popen.h: ...into new file.
11452         * tests/test-popen-safer2.c: New file.
11453         * modules/popen-tests (Files): Add test-popen.h.
11454         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
11455         Suggested by Bruno Haible.
11456
11457         test-fcntl-safer: split from test-open
11458         * tests/test-open.c (main): Move...
11459         * tests/test-open.h: ...into new file.
11460         * tests/test-fcntl-safer.c: New file.
11461         * modules/open-tests (Files): Add test-open.h.
11462         * modules/fcntl-safer-tests: New file.
11463         Suggested by Bruno Haible.
11464
11465         test-fopen-safer: split from test-fopen
11466         * tests/test-fopen.c (main): Move...
11467         * tests/test-fopen.h: ...into new file.
11468         * tests/test-fopen-safer.c: New file.
11469         * modules/fopen-tests (Files): Add test-fopen.h.
11470         * modules/fopen-safer-tests: New file.
11471         Suggested by Bruno Haible.
11472
11473 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
11474
11475         popen-safer: test O_CLOEXEC at run-time.
11476         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
11477
11478 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
11479
11480         fcntl: move more flags to the header
11481         * lib/cloexec.c: Do not define FD_CLOEXEC here.
11482         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
11483         * lib/fcntl.in.h: Do both things here.
11484
11485 2009-08-21  Jim Meyering  <meyering@redhat.com>
11486
11487         consistently remove $@-t before redirecting to it
11488         * modules/argz: Remove $@-t and $@ before redirecting to the former.
11489         * modules/alloca-opt: Likewise.
11490         * modules/byteswap: Likewise.
11491         * modules/fnmatch: Likewise.
11492         * modules/getopt-posix: Likewise.
11493         * modules/glob: Likewise.
11494         * modules/poll: Likewise.
11495         * modules/posix_spawnp-tests: Likewise.
11496         * modules/sys_socket: Likewise.
11497         * modules/sysexits: Likewise.
11498
11499 2009-08-21  Eric Blake  <ebb9@byu.net>
11500
11501         popen: simplify access to original popen
11502         * lib/popen.c (rpl_popen): No need to worry about popen being a
11503         macro.
11504         Reported by Bruno Haible.
11505
11506 2009-08-20  Eric Blake  <ebb9@byu.net>
11507
11508         build: avoid some compiler warnings
11509         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
11510         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
11511         type.
11512         (new_exclude_segment, excluded_file_pattern_p)
11513         (excluded_file_name_p): Reduce scope.
11514         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
11515         old-style declaration.
11516
11517 2009-08-20  Simon Josefsson  <simon@josefsson.org>
11518
11519         * tests/test-exclude1.sh: Handle Windows EOL.
11520         * tests/test-exclude2.sh: Likewise.
11521         * tests/test-exclude3.sh: Likewise.
11522         * tests/test-exclude4.sh: Likewise.
11523         * tests/test-exclude5.sh: Likewise.
11524         * tests/test-exclude6.sh: Likewise.
11525         * tests/test-exclude7.sh: Likewise.
11526
11527 2009-08-19  Akim Demaille  <demaille@gostai.com>
11528
11529         bootstrap: find sha1sum when named gsha1sum.
11530         * bootstrap (find_tool): New.
11531         ($SHA1SUM): New.
11532         Use it.
11533
11534 2009-08-20  Jim Meyering  <meyering@redhat.com>
11535
11536         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
11537         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
11538         expression that converts "." in a file name to "\." in the resulting
11539         regexp.  Start with a dummy statement, so that prior shell variable
11540         definitions are expanded portably.  Reported by Simon Josefsson.
11541
11542 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
11543
11544         Fix polling for writeability of a screen buffer.
11545         * lib/poll.c: Distinguish input and screen buffers for the
11546         Win32 implementation.
11547         * lib/select.c: Likewise.
11548
11549 2009-08-19  Eric Blake  <ebb9@byu.net>
11550
11551         popen-safer: prevent popen from clobbering std descriptors
11552         * modules/popen-safer: New file.
11553         * lib/popen-safer.c: Likewise.
11554         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
11555         * lib/stdio--.h (popen): Provide override.
11556         * lib/stdio-safer.h (popen_safer): Provide declaration.
11557         * tests/test-popen.c (includes): Partially test this.
11558         * modules/popen-safer-tests: New file, for more tests.
11559         * tests/test-popen-safer.c: Likewise.
11560         * MODULES.html.sh (file stream based Input/Output): Mention it.
11561
11562         tests: test some of the *-safer modules
11563         * modules/fopen-safer (Depends-on): Add fopen.
11564         * modules/fcntl-safer (Depends-on): Add fcntl.
11565         * modules/stdlib-safer (Depends-on): Add stdlib.
11566         (configure.ac): Set indicator.
11567         * modules/unistd-safer (configure.ac): Likewise.
11568         * modules/tmpfile-safer (configure.ac): Likewise.
11569         (Depends-on): Add tmpfile.
11570         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
11571         active.
11572         * tests/test-fopen.c (includes): Test safer versions when they are
11573         in use.
11574         * tests/test-open.c (includes): Likewise.
11575
11576         popen: fix cygwin 1.5 bug when stdin closed
11577         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
11578         * modules/popen: New file.
11579         * modules/popen-tests: Likewise.
11580         * tests/test-popen.c: Likewise.
11581         * m4/popen.m4: Likewise.
11582         * lib/popen.c: Likewise.
11583         * lib/stdio.in.h (popen): New declaration.
11584         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
11585         * modules/stdio (Makefile.am): Likewise.
11586         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
11587
11588 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
11589
11590         maint.mk: give full control over update-copyright exclusions
11591         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
11592         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
11593         (update-copyright): Don't force inclusion of top-level
11594         ChangeLog.  Don't force exclusion of all COPYING files, but make
11595         them the default exclusion instead.
11596
11597 2009-08-16  Bruno Haible  <bruno@clisp.org>
11598
11599         Fix test failures on Solaris 10.
11600         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
11601         tests when Solaris iconv() is used.
11602         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
11603         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
11604         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
11605         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
11606         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
11607
11608 2009-08-16  Bruno Haible  <bruno@clisp.org>
11609
11610         Fix test failures on Solaris 10.
11611         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
11612         'tr' program and pass it as first argument.
11613         * tests/test-pipe-filter-gi1.sh: Likewise.
11614         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
11615         program as first argument.
11616         * tests/test-pipe-filter-gi1.c (main): Likewise.
11617
11618 2009-08-16  Eric Blake  <ebb9@byu.net>
11619
11620         fpurge: fix previous commits
11621         * modules/fpurge (Makefile.am): Make replacement conditional,
11622         partially reverting 2007-04-29 change; missed in previous
11623         attempt.
11624         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
11625         is missing.
11626
11627 2009-08-16  Bruno Haible  <bruno@clisp.org>
11628
11629         Clarify fpurge's effect on the file position.
11630         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
11631         * tests/test-fpurge.c (main): Make a second pass for checking the file
11632         position.
11633
11634 2009-08-16  Bruno Haible  <bruno@clisp.org>
11635
11636         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
11637         declaration of fpurge is missing.
11638         * tests/test-fpurge.c (main): Check that the file has not more contents
11639         than expected. Close the file before removing it.
11640
11641 2009-08-15  Eric Blake  <ebb9@byu.net>
11642
11643         fpurge: don't wrap working cygwin implementation
11644         * lib/fpurge.c (fpurge): Fix comment typo.
11645         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
11646         1.7 to avoid replacement.
11647         * tests/test-fpurge.c (main): Enhance test.
11648
11649 2009-08-15  Eric Blake  <ebb9@byu.net>
11650         and Jim Meyering  <meyering@redhat.com>
11651
11652         test-update-copyright: skip if perl is insufficient
11653         * tests/test-update-copyright.sh: Failure to run maintainer tool
11654         should not cause testsuite failure on cygwin 1.5.
11655
11656 2009-08-14  Eric Blake  <ebb9@byu.net>
11657
11658         doc: mention more functions added in cygwin 1.7.0
11659         * doc/posix-headers/limits.texi (limits.h): Update for recent
11660         cygwin additions.
11661         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
11662         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
11663         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
11664         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
11665         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
11666
11667 2009-08-14  Eric Blake  <ebb9@byu.net>
11668
11669         maint.mk: simplify update-copyright rule
11670         * top/maint.mk (update-copyright-local): Delete, and document how
11671         to do it in cfg.mk instead.
11672         (update-copyright-exclude-regexp): Delete, and document how to do
11673         it in .x-update-copyright instead.
11674         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
11675         exclude ChangeLog.
11676
11677 2009-08-14  Bruno Haible  <bruno@clisp.org>
11678
11679         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
11680
11681 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
11682
11683         maint.mk: support update-copyright-env
11684         * top/maint.mk (update-copyright-env): Define place-holder.
11685         (update-copyright): Expand $(update-copyright-env) before
11686         invoking update-copyright.
11687
11688 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
11689
11690         update-copyright: implement forced reformatting
11691         * build-aux/update-copyright: Implement and document
11692         UPDATE_COPYRIGHT_FORCE.
11693         * tests/test-update-copyright.sh: Test it.
11694
11695 2009-08-14  Eric Blake  <ebb9@byu.net>
11696         and Bruno Haible  <bruno@clisp.org>
11697
11698         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
11699         * tests/test-locale.c: Revert previous patch related to NULL.
11700         * tests/test-stdio.c: Likewise.
11701         * tests/test-stdlib.c: Likewise.
11702         * tests/test-string.c: Likewise.
11703         * tests/test-unistd.c: Likewise.
11704         * modules/time-tests (Depends-on): Add verify.
11705         * modules/wchar-tests (Depends-on): Likewise.
11706         * tests/test-time.c: Test for NULL compliance.
11707         * tests/test-wchar.c: Likewise.
11708         * modules/locale (Depends-on): Add stddef.
11709         * modules/stdio (Depends-on): Likewise.
11710         * modules/stdlib (Depends-on): Likewise.
11711         * modules/string (Depends-on): Likewise.
11712         * modules/time (Depends-on): Likewise.
11713         * modules/unistd (Depends-on): Likewise.
11714         * modules/wchar (Depends-on): Likewise.
11715         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
11716         * lib/stdlib.in.h (includes): Likewise.
11717         * lib/string.in.h (includes): Likewise.
11718         * lib/time.in.h (includes): Likewise.
11719         * lib/unistd.in.h (includes): Likewise.
11720         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
11721         replaced.
11722         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
11723         * m4/stddef_h.m4: New file.
11724         * modules/stddef: Likewise.
11725         * lib/stddef.in.h: Likewise.
11726         * modules/stddef-tests: Likewise.
11727         * tests/test-stddef.c: Likewise.
11728         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
11729         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
11730         * doc/posix-headers/locale.texi (locale.h): Likewise.
11731         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
11732         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
11733         * doc/posix-headers/string.texi (string.h): Likewise.
11734         * doc/posix-headers/time.texi (time.h): Likewise.
11735         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
11736         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
11737
11738 2009-08-14  Eric Blake  <ebb9@byu.net>
11739
11740         doc: improve git diff of texinfo files
11741         * .gitattributes: Add rule for *.texi files, with hint on how to
11742         use it.
11743         Copied from m4, and based on a report by Bruno Haible.
11744
11745 2009-08-14  Bruno Haible  <bruno@clisp.org>
11746
11747         Disable multithread support by default on Cygwin 1.5.x for real.
11748         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
11749
11750 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
11751
11752         update-copyright: much ado about intervals
11753         * build-aux/update-copyright: Implement and document
11754         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
11755         of copyright year intervals.
11756         Also, document UPDATE_COPYRIGHT_YEAR.
11757         * tests/test-update-copyright.sh: Test it.
11758
11759         update-copyright: convert 2-digit to 4-digit years
11760         * build-aux/update-copyright: Implement and document.
11761         * tests/test-update-copyright.sh: Update.
11762
11763 2009-08-14  Jim Meyering  <meyering@redhat.com>
11764
11765         test-exclude: avoid coreutils "make check" failure
11766         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
11767         just as in test-argmatch.c.
11768
11769 2009-08-13  Eric Blake  <ebb9@byu.net>
11770
11771         test-dup2: fix bad assumption
11772         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
11773         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
11774
11775         test-version-etc: fix CRLF portability issue
11776         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
11777         recognize \r.
11778         * tests/test-argp-version-etc-1.sh: Likewise.
11779
11780         getopt: update client modules
11781         * modules/argp (Depends-on): Use getopt-gnu.
11782         * modules/git-merge-changelog (Depends-on): Likewise.
11783         * modules/long-options (Depends-on): Likewise.
11784         * modules/xstrtol (Depends-on): Likewise.
11785
11786 2009-08-13  Simon Josefsson  <simon@josefsson.org>
11787
11788         * tests/test-version-etc.sh: Don't fail on different
11789         project/version.  Don't fail on CRLF differences.  Rewrite to use
11790         multiple -e instead of multiple sed forks, suggested by Eric Blake
11791         <ebb9@byu.net>.
11792         * tests/test-argp-version-etc-1.sh: Likewise.
11793
11794 2009-08-13  Simon Josefsson  <simon@josefsson.org>
11795
11796         * tests/test-version-etc.sh: Don't fail on different
11797         project/version.
11798
11799 2009-08-12  Bruno Haible  <bruno@clisp.org>
11800
11801         Tests for modules 'getopt-posix', 'getopt-gnu'.
11802         * modules/getopt-posix-tests: New file.
11803         * tests/test-getopt.c: New file.
11804         * tests/test-getopt.h: New file.
11805         * tests/test-getopt_long.h: New file.
11806
11807         New modules 'getopt-posix', 'getopt-gnu'.
11808         * modules/getopt-gnu: New file, renamed from modules/getopt.
11809         * modules/getopt-posix: New file.
11810         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
11811         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
11812         (gl_GETOPT): Remove macro.
11813         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
11814         Disable the test against BSD systems that declare optreset. Test
11815         against mingw bug. Test against lack of support of optional arguments
11816         on many platforms.
11817         * doc/glibc-headers/getopt.texi: Update module name and list of
11818         relevant platforms.
11819         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
11820         'getopt-gnu' and more portability problems.
11821         * NEWS: Mention the changes.
11822
11823 2009-08-12  Bruno Haible  <bruno@clisp.org>
11824
11825         Ensure that optarg etc. get declared by <unistd.h>.
11826         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
11827         AC_USE_SYSTEM_EXTENSIONS.
11828         * modules/getopt (Depends-on): Add 'extensions'.
11829
11830 2009-08-12  Bruno Haible  <bruno@clisp.org>
11831
11832         Avoid test link errors.
11833         * modules/pipe-filter-ii-tests (Makefile.am): Define
11834         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
11835         * modules/pipe-filter-gi-tests (Makefile.am): Define
11836         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
11837         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11838
11839 2009-08-12  Bruno Haible  <bruno@clisp.org>
11840
11841         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
11842         gl_GETOPT_SUBSTITUTE before.
11843         (gl_GETOPT): Use it.
11844         * m4/argp.m4 (gl_ARGP): Update.
11845         Reported by Sergey Poznyakoff.
11846
11847         * m4/getopt.m4: Reorder macros.
11848         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
11849         (gl_GETOPT_SUBSTITUTE): Remove macro.
11850
11851 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11852
11853         Minor improvement in gitlog-to-changelog
11854
11855         * build-aux/gitlog-to-changelog: New option `--format' makes
11856         output format string configurable.
11857
11858 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11859
11860         Optimize exclude: use hash tables for non-wildcard patterns.
11861
11862         * lib/exclude.c: Include hash.h and mbuiter.h
11863         (struct exclude_pattern, exclude_segment): New data types.
11864         (struct exclude): Rewrite.
11865         (fnmatch_pattern_has_wildcards): New function.
11866         (new_exclude_segment, free_exclude_segment): New functions.
11867         (excluded_file_pattern_p, excluded_file_name_p): New functions.
11868         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
11869         * lib/exclude.h (is_fnmatch_pattern): New prototype.
11870         * modules/exclude: Depend on hash and mbuiter.
11871
11872         * modules/exclude-tests: New file.
11873         * tests/test-exclude.c: New file.
11874         * tests/test-exclude1.sh: New file.
11875         * tests/test-exclude2.sh: New file.
11876         * tests/test-exclude3.sh: New file.
11877         * tests/test-exclude4.sh: New file.
11878         * tests/test-exclude5.sh: New file.
11879         * tests/test-exclude6.sh: New file.
11880         * tests/test-exclude7.sh: New file.
11881
11882 2009-08-12  Bruno Haible  <bruno@clisp.org>
11883
11884         Ensure that getopt() gets declared by <unistd.h>.
11885         * lib/unistd.in.h: Conditionally include getopt.h.
11886         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
11887         Set GNULIB_UNISTD_H_GETOPT.
11888         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
11889         GNULIB_UNISTD_H_GETOPT.
11890         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
11891
11892 2009-08-12  Bruno Haible  <bruno@clisp.org>
11893
11894         Clarify logic.
11895         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
11896         gl_replace_getopt instead of GETOPT_H.
11897
11898 2009-08-12  Bruno Haible  <bruno@clisp.org>
11899
11900         * m4/getopt.m4: Add comments.
11901
11902 2009-08-12  Bruno Haible  <bruno@clisp.org>
11903
11904         Disable multithread support by default on Cygwin 1.5.x.
11905         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
11906         set gl_use_threads=no if not specified otherwise.
11907
11908 2009-08-11  Bruno Haible  <bruno@clisp.org>
11909
11910         Avoid compilation error on NetBSD 5.0.
11911         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
11912         * tests/test-stdio.c: Likewise.
11913         * tests/test-stdlib.c: Likewise.
11914         * tests/test-string.c: Likewise.
11915         * tests/test-unistd.c: Likewise.
11916         Reported by Greg Troxel <gdt@ir.bbn.com>
11917         at <https://savannah.gnu.org/support/?106973>.
11918
11919 2009-08-11  Bruno Haible  <bruno@clisp.org>
11920
11921         * modules/dup2-tests (Depends-on): Remove close.
11922
11923         Undo 2009-07-19 commit.
11924         * modules/acl-tests (Depends-on): Remove close.
11925         * modules/binary-io-tests (Depends-on): Likewise.
11926         * modules/closein-tests (Depends-on): Likewise.
11927         * modules/flock-tests (Depends-on): Likewise.
11928         * modules/fsync-tests (Depends-on): Likewise.
11929         * modules/lseek-tests (Depends-on): Likewise.
11930         * modules/pipe-tests (Depends-on): Likewise.
11931         * modules/posix_spawn-tests (Depends-on): Likewise.
11932         * modules/posix_spawnp-tests (Depends-on): Likewise.
11933         * modules/stat-time-tests (Depends-on): Likewise.
11934         * modules/yesno-tests (Depends-on): Likewise.
11935
11936 2009-08-10  Bruno Haible  <bruno@clisp.org>
11937
11938         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
11939
11940 2009-08-10  Bruno Haible  <bruno@clisp.org>
11941
11942         Fix a gcc warning.
11943         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
11944
11945 2009-08-10  Bruno Haible  <bruno@clisp.org>
11946
11947         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
11948         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
11949         not only the first time.
11950         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
11951         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
11952         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
11953         is 1, not only the the first time.
11954
11955 2009-08-10  Bruno Haible  <bruno@clisp.org>
11956
11957         Make it possible to use module 'gethostname' without module 'close'.
11958         * lib/unistd.in.h (close): Evoke a link error only if
11959         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
11960         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
11961         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
11962         * modules/unistd (Makefile.am): Substitute
11963         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
11964         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
11965         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
11966         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
11967         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
11968         * modules/sys_ioctl (Makefile.am): Substitute
11969         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
11970         * modules/socket (configure.ac): On native Windows, set
11971         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
11972         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
11973         Reported by Sam Steingold <sds@gnu.org>.
11974
11975 2009-08-10  Bruno Haible  <bruno@clisp.org>
11976
11977         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
11978         * modules/ioctl (configure.ac): Likewise.
11979
11980 2009-08-10  Bruno Haible  <bruno@clisp.org>
11981
11982         Avoid collision between gnulib wrapper and libintl wrapper.
11983         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
11984         already defined in intl/printf.c.
11985         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
11986         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
11987
11988 2009-08-09  Bruno Haible  <bruno@clisp.org>
11989
11990         Make <sys/select.h> really self-contained, also on Solaris 10.
11991         * lib/sys_select.in.h: Include <string.h>.
11992         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
11993         Solaris 10 problem.
11994         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
11995         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
11996         Reported by Jim Meyering.
11997
11998 2009-08-09  Bruno Haible  <bruno@clisp.org>
11999
12000         Avoid warnings from 'aclocal' that are due to a use of macro name
12001         AM_XGETTEXT_OPTION that is not defined in automake.
12002         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
12003         automake.
12004         * modules/error (configure.ac): Likewise.
12005         * modules/propername (configure.ac): Likewise.
12006         * modules/vasprintf (configure.ac): Likewise.
12007         * modules/verror (configure.ac): Likewise.
12008         * modules/xprintf (configure.ac): Likewise.
12009         * modules/xvasprintf (configure.ac): Likewise.
12010
12011 2009-08-08  Bruno Haible  <bruno@clisp.org>
12012
12013         Avoid compilation error in C++ mode.
12014         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
12015         Reported by Sam Steingold <sds@gnu.org>.
12016
12017 2009-08-08  Bruno Haible  <bruno@clisp.org>
12018
12019         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
12020         for the various Unix platforms.
12021         * doc/posix-headers/limits.texi: Update platforms list regarding
12022         HOST_NAME_MAX.
12023         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12024
12025 2009-08-07  Jim Meyering  <meyering@redhat.com>
12026
12027         selinux-at: fix typo in a comment
12028         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
12029         Spotted by Paolo Bonzini.
12030
12031         selinux-at: remove redundant m4 code, add documentation
12032         * modules/selinux-at (configure.ac): Remove redundant code.
12033         LIB_SELINUX is already set via the dependent module, selinux-h.
12034         (Include): Add quotes around selinux-at.h.
12035         * lib/selinux-at.h: Add documentation.
12036         Reported by Bruno Haible in
12037         http://marc.info/?l=gnulib-bug&m=124958988300749
12038
12039 2009-08-07  Bruno Haible  <bruno@clisp.org>
12040
12041         Avoid link error on MacOS X 10.3 and 10.4.
12042         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
12043         on non-ELF systems.
12044         * lib/argp-pv.c (argp_program_version): Likewise.
12045         Reported by Simon Josefsson.
12046
12047 2009-08-07  Simon Josefsson  <simon@josefsson.org>
12048
12049         * tests/test-version-etc.sh: Use $EXEEXT.
12050
12051 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
12052
12053         update-copyright: update documentation to point to maint.mk
12054         * build-aux/update-copyright: Here.
12055
12056 2009-08-06  Jim Meyering  <meyering@redhat.com>
12057
12058         maint.mk: support update-copyright-local
12059         * top/maint.mk (update-copyright-local): Define place-holder.
12060         (update-copyright): Depend on $(update-copyright-local).
12061
12062 2009-08-06  Jim Meyering  <meyering@redhat.com>
12063
12064         selinux-at: new module
12065         Initially written for coreutils, this module will soon be
12066         used by findutils, too.
12067         * MODULES.html.sh [Misc]: Add selinux-at.
12068         * lib/selinux-at.h: New file, from coreutils.
12069         * lib/selinux-at.c: Likewise.
12070         * modules/selinux-at: Likewise.
12071         (License): Change from LGPL to GPL, since it depends
12072         on the GPL'd openat module.
12073
12074         doc: update README
12075         * README: Remove references to cogito.
12076         Remove cvs-repo-updating instructions from 2007.
12077         Don't imply that CVS is better if you have limited disk space.
12078
12079 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12080
12081         update-copyright: support C-style comments
12082         * build-aux/update-copyright: Implement and document.
12083         * tests/test-update-copyright.sh: Test.
12084
12085 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12086
12087         update-copyright: support omitted "(C)"
12088         * build-aux/update-copyright: Implement and document.  Also,
12089         allow variable whitespace before "(C)".
12090         * tests/test-update-copyright.sh: Test.
12091
12092 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12093
12094         update-copyright: don't trip on non-FSF copyright statements
12095         * build-aux/update-copyright: Fix so that the first correctly
12096         formatted FSF copyright statement is recognized no matter what
12097         appears before it.  Update documentation.
12098         * tests/test-update-copyright.sh: Test that.
12099
12100 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12101
12102         update-copyright: clean up code a little
12103         * build-aux/update-copyright: Append "_re" to the name of any
12104         variable holding a regular expression.
12105         Replace "old" and "new" with "stmt" in variable names.
12106         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
12107         handled correctly.
12108         Format code more consistently.
12109
12110 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12111
12112         update-copyright-tests: improve portability
12113         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
12114         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
12115
12116 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12117
12118         update-copyright: support @copyright{} and &copy;
12119         * build-aux/update-copyright: Implement and document.
12120         * tests/test-update-copyright.sh: Test.
12121
12122 2009-08-04  Jim Meyering  <meyering@redhat.com>
12123
12124         update-copyright-tests: correctly test EOL=\r\n handling
12125         * tests/test-update-copyright.sh: Put \r at the end of some lines
12126         for the dos-eol tests.  Based on a patch by Joel E. Denny.
12127
12128         maint.mk: make update-copyright exclusion list more configurable
12129         * top/maint.mk (update-copyright): Default to excluding COPYING,
12130         but allow an override, in case someone does want to update that file.
12131
12132         maint.mk: don't update copyright date in COPYING
12133         * top/maint.mk (update-copyright): Exclude COPYING.
12134
12135         maint.mk: add a copyright-updating rule
12136         * top/maint.mk (update-copyright): New rule.
12137         Derived from coreutils/Makefile.am.
12138
12139         update-copyright: rename some variables
12140         * build-aux/update-copyright: Rename a few variables for clarity.
12141         Tweak syntax.  List Joel E. Denny as coauthor.
12142
12143 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12144
12145         update-copyright: fix bug for 2-digit last year and add tests
12146         * build-aux/update-copyright: Fix bug.
12147         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
12148         specified.
12149         * modules/update-copyright-tests: New
12150         * tests/test-update-copyright.sh: New.
12151
12152 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12153
12154         update-copyright: handle leading tabs in line prefix
12155         * build-aux/update-copyright: Count leading tabs as 8 spaces
12156         when computing margin.  This helps with the formatting of
12157         ChangeLogs, for example.
12158         Fix documentation a little.
12159
12160 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12161
12162         update-copyright: support EOL=\r\n
12163         * build-aux/update-copyright: Implement that.
12164
12165 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12166
12167         update-copyright: automatically format copyright statements
12168         * build-aux/update-copyright: Implement that.
12169         Also, be a little more predictable and safer by always failing
12170         when the full copyright format is not perfectly recognized as an
12171         unbroken whole.  Discussed at
12172         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
12173         Rewrite documentation.
12174
12175 2009-08-03  Bruno Haible  <bruno@clisp.org>
12176
12177         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
12178
12179 2009-08-02  Bruno Haible  <bruno@clisp.org>
12180
12181         Tests for module 'uname'.
12182         * modules/uname-tests: New file.
12183         * tests/test-uname.c: New file.
12184
12185         New module 'uname'.
12186         * lib/uname.c: New file.
12187         * m4/uname.m4: New file.
12188         * modules/uname: New file.
12189         * doc/posix-functions/uname.texi: Mention the new module.
12190
12191 2009-08-02  Bruno Haible  <bruno@clisp.org>
12192
12193         Tests for module 'sys_utsname'.
12194         * modules/sys_utsname-tests: New file.
12195         * tests/test-sys_utsname.c: New file.
12196
12197         New module 'sys_utsname'.
12198         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
12199         * m4/sys_utsname_h.m4: New file.
12200         * modules/sys_utsname: New file.
12201         * doc/posix-headers/sys_utsname.texi: Mention the new module.
12202
12203 2009-08-02  Bruno Haible  <bruno@clisp.org>
12204
12205         Implicitly initialize the sockets library.
12206         * lib/gethostname.c: Include sockets.h.
12207         (rpl_gethostname): Invoke gl_sockets_startup.
12208         * lib/socket.c: Include sockets.h.
12209         (rpl_socket): Invoke gl_sockets_startup.
12210         * modules/gethostname (Depends-on): Add sockets.
12211         * modules/socket (Depends-on): Likewise.
12212         * tests/test-poll.c: Don't include sockets.h.
12213         (main): Don't invoke gl_sockets_startup.
12214         * tests/test-select.c: Don't include sockets.h.
12215         (main): Don't invoke gl_sockets_startup.
12216
12217 2009-08-02  Bruno Haible  <bruno@clisp.org>
12218
12219         Allow multiple calls to gl_sockets_startup.
12220         * lib/sockets.c (initialized_sockets_version): New variable.
12221         (gl_sockets_startup): Do nothing if already called for this or a higher
12222         version.
12223         (gl_sockets_cleanup): Reset initialized_sockets_version.
12224
12225 2009-08-03  Simon Josefsson  <simon@josefsson.org>
12226
12227         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
12228         different project/version.
12229
12230 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
12231             Bruno Haible  <bruno@clisp.org>
12232
12233         Tests for module 'pipe-filter-gi'.
12234         * modules/pipe-filter-gi-tests: New file.
12235         * tests/test-pipe-filter-gi1.sh: New file.
12236         * tests/test-pipe-filter-gi1.c: New file.
12237         * tests/test-pipe-filter-gi2.sh: New file.
12238         * tests/test-pipe-filter-gi2-main.c: New file.
12239         * tests/test-pipe-filter-gi2-child.c: New file.
12240
12241         New module 'pipe-filter-gi'.
12242         * lib/pipe-filter-gi.c: New file.
12243         * modules/pipe-filter-gi: New file.
12244
12245 2009-08-02  Bruno Haible  <bruno@clisp.org>
12246             Paolo Bonzini  <bonzini@gnu.org>
12247
12248         Tests for module 'pipe-filter-ii'.
12249         * modules/pipe-filter-ii-tests: New file.
12250         * tests/test-pipe-filter-ii1.sh: New file.
12251         * tests/test-pipe-filter-ii1.c: New file.
12252         * tests/test-pipe-filter-ii2.sh: New file.
12253         * tests/test-pipe-filter-ii2-main.c: New file.
12254         * tests/test-pipe-filter-ii2-child.c: New file.
12255
12256         New module 'pipe-filter-ii'.
12257         * lib/pipe-filter.h: New file.
12258         * lib/pipe-filter-ii.c: New file.
12259         * lib/pipe-filter-aux.h: New file.
12260         * modules/pipe-filter-ii: New file.
12261
12262 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12263
12264         * lib/gc-libgcrypt.c: Change copyright to FSF.
12265         * lib/gc-gnulib.c: Likewise.
12266
12267 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
12268
12269         * lib/gethostname.c: Include limits.h.
12270
12271 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12272             Bruno Haible  <bruno@clisp.org>
12273
12274         Ensure HOST_NAME_MAX as part of the gethostname module.
12275         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
12276         define also HOST_NAME_MAX.
12277         * tests/test-gethostname.c: Include <limits.h>.
12278         (main): Check also HOST_NAME_MAX.
12279         * doc/posix-headers/limits.texi: Document the mingw problem.
12280
12281 2009-08-02  Bruno Haible  <bruno@clisp.org>
12282
12283         * lib/gethostname.c (gethostname): Fix handling of large len argument.
12284         Add comments.
12285
12286 2009-03-31  Simon Josefsson  <simon@josefsson.org>
12287
12288         * lib/gethostname.c: Add Windows wrapper.
12289         * m4/gethostname.m4: Look for gethostname in -lws2_32.
12290         * modules/gethostname: Depend on sys_socket & errno, for also
12291         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
12292         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
12293
12294 2009-07-31  Jim Meyering  <meyering@redhat.com>
12295
12296         getloadavg: fix symbol name in comment
12297         * lib/getloadavg.c: Correct a typo I introduced when adding
12298         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
12299         Matt Kraai spotted the problem.
12300
12301 2009-07-29  Matt Kraai  <mkraai@beckman.com>
12302
12303         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
12304         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
12305         code also if ! defined N_NAME_POINTER.
12306         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
12307         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
12308         but the n_name member is a 12-byte array.
12309
12310 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
12311
12312         update-copyright: generalize comment handling
12313         * build-aux/update-copyright: Handle copyright statements
12314         within more comment styles.
12315         Document usage.
12316         Report any file with an external copyright holder or parse failure.
12317
12318 2009-07-29  Jim Meyering  <meyering@redhat.com>
12319
12320         mktime: correct setting of REPLACE_MKTIME
12321         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
12322
12323         update-copyright: new module
12324         * modules/update-copyright: New file.
12325         * build-aux/update-copyright: New file.
12326         * MODULES.html.sh (maint+release support): Add update-copyright.
12327
12328 2009-07-27  Bruno Haible  <bruno@clisp.org>
12329
12330         Fix compilation error when <ctime> is used and mktime is replaced.
12331         * lib/time.in.h (mktime): New declaration.
12332         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
12333         REPLACE_MKTIME instead of defining mktime in config.h.
12334         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
12335         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
12336         Reported by Ross McFarland <rwmcfa1@neces.com>.
12337
12338 2009-07-27  Bruno Haible  <bruno@clisp.org>
12339
12340         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
12341         Reported by Matt Kraai <mkraai@beckman.com>.
12342
12343 2009-07-25  Jim Meyering  <meyering@redhat.com>
12344
12345         maint.mk: avoid warnings about missing files
12346         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
12347         diagnostic when .prev-version does not exist.
12348         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
12349         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
12350         nonexistent cfg.mk.
12351         Suggestions from Simon Josefsson.
12352
12353 2009-07-25  Bruno Haible  <bruno@clisp.org>
12354
12355         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
12356         defined as macros. Needed on QNX 6.4.1.
12357         Reported by Matt Kraai <mkraai@beckman.com>.
12358
12359 2009-07-23  Jim Meyering  <meyering@redhat.com>
12360
12361         maint.mk: invoke "make dist" with a working value of XZ_OPT
12362         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
12363
12364 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
12365
12366         Make fseeko.c compile on QNX.
12367         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
12368
12369 2009-07-22  Peter Simons  <simons@cryp.to>
12370
12371         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
12372         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
12373         * lib/md4.h: Likewise.
12374         * lib/md5.h: Likewise.
12375         * lib/sha1.h: Likewise.
12376         * lib/sha256.h: Likewise.
12377         * lib/sha512.h: Likewise.
12378
12379         tests-sha1: don't assign literal string to 'char *' variable
12380         * tests/test-sha1.c (main): Declare locals with "const" to match
12381         attributes of the right hand side.
12382
12383 2009-07-21  Eric Blake  <ebb9@byu.net>
12384
12385         dup2: fix more mingw problems
12386         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
12387         fd to itself.
12388         * doc/posix-functions/dup2.texi (dup2): Document the bug.
12389         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
12390         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
12391         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
12392         care of mingw bugs.
12393
12394 2009-07-21  Jim Meyering  <meyering@redhat.com>
12395
12396         vc-list-files: avoid failure when /bin/sh is dash
12397         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
12398         On some Debian based systems, /bin/sh is a symlink to dash, and running
12399         this command would omit the "/" following each 'tests' prefix:
12400           dash -x build-aux/vc-list-files -C . tests
12401         That is because bash and dash work differently:
12402           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
12403           bash ok
12404           dash odd
12405
12406 2009-07-21  Eric Blake  <ebb9@byu.net>
12407
12408         dup2-tests: test previous patch
12409         * modules/dup2-tests: New file.
12410         * tests/test-dup2.c: Likewise.
12411         * tests/test-open.c (main): Avoid unspecified behavior.
12412         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
12413         test.
12414
12415         dup2: work around mingw and cygwin 1.5 bug
12416         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
12417         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
12418         * modules/unistd (Makefile.am): Substitute it.
12419         * lib/unistd.in.h (dup2): Declare the replacement.
12420         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
12421         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
12422         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
12423         * modules/execute (Depends-on): Add dup2.
12424         * modules/fseterr (Depends-on): Likewise.
12425         * modules/pipe (Depends-on): Likewise.
12426         * modules/posix_spawn-internal (Depends-on): Likewise.
12427
12428 2009-07-21  Bruno Haible  <bruno@clisp.org>
12429
12430         * modules/.gitattributes: New file.
12431
12432 2009-07-20  Bruno Haible  <bruno@clisp.org>
12433
12434         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
12435         (main): Use it.
12436
12437 2009-07-20  Eric Blake  <ebb9@byu.net>
12438
12439         test-pipe: make a bit more robust.
12440         * tests/test-pipe.c (myerr): Allow error messages regardless of
12441         what we do to stderr.
12442         (test_pipe): Rearrange to avoid deadlock.
12443         (child_main): Try a larger read, to ensure we avoided deadlock.
12444         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
12445         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
12446         if misused.
12447
12448 2009-07-19  Jim Meyering  <meyering@redhat.com>
12449
12450         fts: avoid false-positive cycle-detection
12451         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
12452         for each new command line argument.
12453
12454 2009-07-19  Bruno Haible  <bruno@clisp.org>
12455
12456         Fix build error on mingw with the modules sys_select and unistd.
12457         * modules/acl-tests (Depends-on): Add close.
12458         * modules/binary-io-tests (Depends-on): Likewise.
12459         * modules/closein-tests (Depends-on): Likewise.
12460         * modules/flock-tests (Depends-on): Likewise.
12461         * modules/fsync-tests (Depends-on): Likewise.
12462         * modules/lseek-tests (Depends-on): Likewise.
12463         * modules/pipe-tests (Depends-on): Likewise.
12464         * modules/posix_spawn-tests (Depends-on): Likewise.
12465         * modules/posix_spawnp-tests (Depends-on): Likewise.
12466         * modules/stat-time-tests (Depends-on): Likewise.
12467         * modules/yesno-tests (Depends-on): Likewise.
12468
12469 2009-07-19  Bruno Haible  <bruno@clisp.org>
12470
12471         Unify conditionals.
12472         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
12473         macros, not at the compiler macros.
12474         * lib/pipe.c: Likewise.
12475         * lib/execute.c: Likewise.
12476         * lib/spawni.c: Likewise.
12477
12478 2009-07-19  Bruno Haible  <bruno@clisp.org>
12479
12480         Fix handling of closed stdin/stdout/stderr on mingw.
12481         * lib/w32spawn.h: Include unistd.h.
12482         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
12483         file descriptor with O_NOINHERIT flag.
12484         (fd_safer_noinherit): New function, based on fd-safer.c.
12485         (dup_safer_noinherit): New function, based on dup-safer.c.
12486         (undup_safer_noinherit): New function.
12487         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
12488         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
12489         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
12490         instead of fd_safer.
12491         * tests/test-pipe.c: Include <windows.h>.
12492         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
12493
12494         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
12495         from main.
12496         (test_pipe): Pass an extra argument for disambiguation.
12497         (main): Invoke parent_main or child_main.
12498
12499         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
12500         consistently.
12501
12502 2009-07-18  Eric Blake  <ebb9@byu.net>
12503
12504         test-pipe: fix mingw build
12505         * tests/test-pipe.c (main): Avoid fcntl on mingw.
12506
12507 2009-07-18  Bruno Haible  <bruno@clisp.org>
12508
12509         * modules/pipe-tests (Makefile.am): Fix typo.
12510
12511 2009-07-18  Eric Blake  <ebb9@byu.net>
12512
12513         error: fix mingw build
12514         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
12515         Reported by Bruno Haible.
12516
12517         error: avoid undefined use of stdout
12518         * lib/error.c (error, error_at_line): Check that fd 1 is open
12519         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
12520         is handling faults and the close_stdout module wants to report the
12521         detection of closed stdout as an error.
12522
12523 2009-07-17  Eric Blake  <ebb9@byu.net>
12524
12525         pipe: be robust in face of closed fds
12526         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
12527         should cause child to misbehave.
12528         * modules/pipe-tests: New module.
12529         * tests/test-pipe.c: New file.
12530         * tests/test-pipe.sh: New file.
12531         Reported by Akim Demaille.
12532
12533 2009-07-14  Bruno Haible  <bruno@clisp.org>
12534
12535         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
12536         Reported by anonymous kc.
12537
12538 2009-07-07  Jim Meyering  <meyering@redhat.com>
12539
12540         maint.mk: don't look for translatable strings in *.m4 or *.mk
12541         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
12542         when searching for translatable strings.
12543
12544 2009-07-05  Jim Meyering  <meyering@redhat.com>
12545
12546         remove superfluous parentheses in STREQ definition
12547         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
12548         * lib/getugroups.c (STREQ): Likewise.
12549         * lib/fnmatch.c (STREQ): Likewise.
12550         Spotted by Bruno Haible.
12551
12552 2009-07-04  Jim Meyering  <meyering@redhat.com>
12553
12554         argv-iter: new module
12555         * MODULES.html.sh: Add argv-iter.
12556         * lib/argv-iter.c, lib/argv-iter.h: New files.
12557         * modules/argv-iter: New file.
12558         * modules/argv-iter-tests: New file.
12559         * tests/test-argv-iter.c: Test it.
12560
12561 2009-07-04  Bruno Haible  <bruno@clisp.org>
12562
12563         Fix assertion.
12564         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
12565         contains more exact copies of a given entry than file2, leave the extra
12566         copies unpaired rather than aborting.
12567         Reported by Eric Blake.
12568
12569 2009-07-02  Bruno Haible  <bruno@clisp.org>
12570
12571         Speedup git-merge-changelog for git cherry-pick.
12572         * lib/git-merge-changelog.c (struct entries_mapping): New type.
12573         (entries_mapping_get): New function, extracted from compute_mapping.
12574         (entries_mapping_reverse_get): New function.
12575         (compute_mapping): Add a 'full' argument. Return the result in a
12576         'struct entries_mapping'.
12577         (main): Update. Access the mappings through entries_mapping_get.
12578         Reported by Eric Blake.
12579
12580 2009-07-02  Bruno Haible  <bruno@clisp.org>
12581
12582         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
12583         best_i.
12584
12585 2009-07-02  Bruno Haible  <bruno@clisp.org>
12586
12587         Speed up approximate search for matching ChangeLog entries.
12588         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
12589         argument. Call fstrcmp_bounded instead of fstrcmp.
12590         (compute_mapping, try_split_merged_entry, main): Update callers.
12591
12592 2009-07-02  Bruno Haible  <bruno@clisp.org>
12593
12594         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
12595
12596 2009-06-30  Bruno Haible  <bruno@clisp.org>
12597
12598         Reduce the number of uc_is_cased calls.
12599         * lib/unicase.h (casing_suffix_context_t): Add
12600         'first_char_except_ignorable' field.
12601         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
12602         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
12603         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
12604         Update initializer.
12605         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
12606         case-ignorable characters.
12607         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
12608         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
12609         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
12610         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
12611         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
12612
12613 2009-06-30  Bruno Haible  <bruno@clisp.org>
12614
12615         Tests for module 'unicase/ignorable'.
12616         * modules/unicase/ignorable-tests: New file.
12617         * tests/unicase/test-ignorable.c: New file, generated by
12618         gen-uni-tables.
12619
12620         Tests for module 'unicase/cased'.
12621         * modules/unicase/cased-tests: New file.
12622         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
12623         * tests/unicase/test-predicate-part1.h: New file, derived from
12624         tests/unictype/test-predicate-part1.h.
12625         * tests/unicase/test-predicate-part2.h: New file, same as
12626         tests/unictype/test-predicate-part2.h.
12627
12628         Fix evaluation of "Before C" condition of FINAL_SIGMA.
12629         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
12630         (output_casing_properties): New function.
12631         (main): Call it.
12632         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
12633         * lib/unicase/cased.c: Include unictype/bitmap.h.
12634         (uc_is_cased): Define through a bitmap lookup.
12635         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
12636         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
12637         (uc_is_case_ignorable): Define through a bitmap lookup.
12638         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
12639         lib/unictype/bitmap.h.
12640         (Depends-on): Add inline. Clean up.
12641         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
12642         lib/unictype/bitmap.h.
12643         (Depends-on): Add inline. Clean up.
12644         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
12645         recognition.
12646         * tests/unicase/test-u16-tolower.c (main): Likewise.
12647         * tests/unicase/test-u32-tolower.c (main): Likewise.
12648
12649 2009-06-30  Bruno Haible  <bruno@clisp.org>
12650
12651         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
12652         * lib/unicase/u16-casemap.c: Likewise.
12653         * lib/unicase/u32-casemap.c: Likewise.
12654
12655 2009-06-29  Bruno Haible  <bruno@clisp.org>
12656
12657         Define u32_casefold as a wrapper around u32_ct_casefold.
12658         * lib/unicase/u32-casefold.c: Update.
12659         * modules/unicase/u32-casefold (Depends-on): Add
12660         unicase/u32-ct-casefold, unicase/empty-prefix-context,
12661         unicase/empty-suffix-context. Clean up.
12662
12663         Define u16_casefold as a wrapper around u16_ct_casefold.
12664         * lib/unicase/u16-casefold.c: Update.
12665         * modules/unicase/u16-casefold (Depends-on): Add
12666         unicase/u16-ct-casefold, unicase/empty-prefix-context,
12667         unicase/empty-suffix-context. Clean up.
12668
12669         Define u8_casefold as a wrapper around u8_ct_casefold.
12670         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
12671         * lib/unicase/u8-casefold.c: Update.
12672         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
12673         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
12674
12675         Define u32_totitle as a wrapper around u32_ct_totitle.
12676         * lib/unicase/u32-totitle.c: Update.
12677         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
12678         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
12679
12680         Define u16_totitle as a wrapper around u16_ct_totitle.
12681         * lib/unicase/u16-totitle.c: Update.
12682         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
12683         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
12684
12685         Define u8_totitle as a wrapper around u8_ct_totitle.
12686         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
12687         functions.
12688         (FUNC): Delegate to U_CT_TOTITLE.
12689         * lib/unicase/u8-totitle.c: Update.
12690         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
12691         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
12692
12693         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
12694         invocation.
12695         * modules/unicase/u32-tolower (Depends-on): Add
12696         unicase/empty-prefix-context, unicase/empty-suffix-context.
12697
12698         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
12699         invocation.
12700         * modules/unicase/u16-tolower (Depends-on): Add
12701         unicase/empty-prefix-context, unicase/empty-suffix-context.
12702
12703         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
12704         * modules/unicase/u8-tolower (Depends-on): Add
12705         unicase/empty-prefix-context, unicase/empty-suffix-context.
12706
12707         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
12708         invocation.
12709         * modules/unicase/u32-toupper (Depends-on): Add
12710         unicase/empty-prefix-context, unicase/empty-suffix-context.
12711
12712         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
12713         invocation.
12714         * modules/unicase/u16-toupper (Depends-on): Add
12715         unicase/empty-prefix-context, unicase/empty-suffix-context.
12716
12717         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
12718         * modules/unicase/u8-toupper (Depends-on): Add
12719         unicase/empty-prefix-context, unicase/empty-suffix-context.
12720
12721         New module 'unicase/u32-ct-casefold'.
12722         * lib/unicase/u32-ct-casefold.c: New file.
12723         * modules/unicase/u32-ct-casefold: New file.
12724
12725         New module 'unicase/u16-ct-casefold'.
12726         * lib/unicase/u16-ct-casefold.c: New file.
12727         * modules/unicase/u16-ct-casefold: New file.
12728
12729         New module 'unicase/u8-ct-casefold'.
12730         * lib/unicase/u8-ct-casefold.c: New file.
12731         * lib/unicase/u-ct-casefold.h: New file, derived from
12732         lib/unicase/u-casefold.h.
12733         * modules/unicase/u8-ct-casefold: New file.
12734
12735         New module 'unicase/u32-ct-totitle'.
12736         * lib/unicase/u32-ct-totitle.c: New file.
12737         * modules/unicase/u32-ct-totitle: New file.
12738
12739         New module 'unicase/u16-ct-totitle'.
12740         * lib/unicase/u16-ct-totitle.c: New file.
12741         * modules/unicase/u16-ct-totitle: New file.
12742
12743         New module 'unicase/u8-ct-totitle'.
12744         * lib/unicase/u8-ct-totitle.c: New file.
12745         * lib/unicase/u-ct-totitle.h: New file, derived from
12746         lib/unicase/u-totitle.h.
12747         * modules/unicase/u8-ct-totitle: New file.
12748
12749         New module 'unicase/u32-ct-tolower'.
12750         * lib/unicase/u32-ct-tolower.c: New file.
12751         * modules/unicase/u32-ct-tolower: New file.
12752
12753         New module 'unicase/u16-ct-tolower'.
12754         * lib/unicase/u16-ct-tolower.c: New file.
12755         * modules/unicase/u16-ct-tolower: New file.
12756
12757         New module 'unicase/u8-ct-tolower'.
12758         * lib/unicase/u8-ct-tolower.c: New file.
12759         * modules/unicase/u8-ct-tolower: New file.
12760
12761         New module 'unicase/u32-ct-toupper'.
12762         * lib/unicase/u32-ct-toupper.c: New file.
12763         * modules/unicase/u32-ct-toupper: New file.
12764
12765         New module 'unicase/u16-ct-toupper'.
12766         * lib/unicase/u16-ct-toupper.c: New file.
12767         * modules/unicase/u16-ct-toupper: New file.
12768
12769         New module 'unicase/u8-ct-toupper'.
12770         * lib/unicase/u8-ct-toupper.c: New file.
12771         * modules/unicase/u8-ct-toupper: New file.
12772
12773         Add context arguments to u*_casemap functions.
12774         * lib/unicase/unicasemap.h: Include unicase.h.
12775         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
12776         suffix_context arguments.
12777         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
12778         functions.
12779         (FUNC): Add prefix_context and suffix_context arguments. Use
12780         uc_is_cased and uc_is_case_ignorable.
12781         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
12782         * lib/unicase/u16-casemap.c: Likewise.
12783         * lib/unicase/u32-casemap.c: Likewise.
12784         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
12785         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
12786         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
12787         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
12788         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
12789         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
12790
12791         New module 'unicase/u32-suffix-context'.
12792         * lib/unicase/u32-suffix-context.c: New file.
12793         * modules/unicase/u32-suffix-context: New file.
12794
12795         New module 'unicase/u16-suffix-context'.
12796         * lib/unicase/u16-suffix-context.c: New file.
12797         * modules/unicase/u16-suffix-context: New file.
12798
12799         New module 'unicase/u8-suffix-context'.
12800         * lib/unicase/u8-suffix-context.c: New file.
12801         * lib/unicase/u-suffix-context.h: New file.
12802         * modules/unicase/u8-suffix-context: New file.
12803
12804         New module 'unicase/empty-suffix-context'.
12805         * lib/unicase/empty-suffix-context.c: New file.
12806         * modules/unicase/empty-suffix-context: New file.
12807
12808         New module 'unicase/u32-prefix-context'.
12809         * lib/unicase/u32-prefix-context.c: New file.
12810         * modules/unicase/u32-prefix-context: New file.
12811
12812         New module 'unicase/u16-prefix-context'.
12813         * lib/unicase/u16-prefix-context.c: New file.
12814         * modules/unicase/u16-prefix-context: New file.
12815
12816         New module 'unicase/u8-prefix-context'.
12817         * lib/unicase/u8-prefix-context.c: New file.
12818         * lib/unicase/u-prefix-context.h: New file.
12819         * lib/unicase/context.h: New file.
12820         * modules/unicase/u8-prefix-context: New file.
12821
12822         New module 'unicase/empty-prefix-context'.
12823         * lib/unicase/empty-prefix-context.c: New file.
12824         * modules/unicase/empty-prefix-context: New file.
12825
12826         New module 'unicase/ignorable'.
12827         * lib/unicase/ignorable.c: New file.
12828         * modules/unicase/ignorable: New file.
12829
12830         New module 'unicase/cased'.
12831         * lib/unicase/caseprop.h: New file.
12832         * lib/unicase/cased.c: New file.
12833         * modules/unicase/cased: New file.
12834
12835         New functions for case mapping of substrings.
12836         * lib/unicase.h (casing_prefix_context_t): New type.
12837         (unicase_empty_prefix_context): New variable.
12838         (u8_casing_prefix_context, u16_casing_prefix_context,
12839         u32_casing_prefix_context, u8_casing_prefixes_context,
12840         u16_casing_prefixes_context, u32_casing_prefixes_context): New
12841         declarations.
12842         (casing_suffix_context_t): New type.
12843         (unicase_empty_suffix_context): New variable.
12844         (u8_casing_suffix_context, u16_casing_suffix_context,
12845         u32_casing_suffix_context, u8_casing_suffixes_context,
12846         u16_casing_suffixes_context, u32_casing_suffixes_context,
12847         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
12848         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
12849         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
12850         declarations.
12851
12852 2009-06-28  Jim Meyering  <meyering@redhat.com>
12853
12854         boostrap: indent only with spaces
12855         * build-aux/bootstrap: Indent only with spaces, never TABs.
12856
12857         bootstrap: split long lines
12858         * build-aux/bootstrap: Keep line length < 80.
12859
12860         bootstrap: sync from coreutils
12861         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
12862         just as autoreconf does.  Verify a list of prerequisite
12863         package-name,version-number pairs if defined in bootstrap.conf.
12864         Refer to README-prereq, if prerequisites are not satisfied.
12865
12866 2009-06-27  Eric Blake  <ebb9@byu.net>
12867
12868         tests: add test for bogus NULL definition
12869         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
12870         * tests/test-stdlib.c: Likewise.
12871         * tests/test-string.c: Likewise.
12872         * tests/test-locale.c: Likewise.
12873         * tests/test-unistd.c: Likewise.
12874         * modules/stdio-tests (Depends-on): Add verify.
12875         * modules/stdlib-tests (Depends-on): Likewise.
12876         * modules/string-tests (Depends-on): Likewise.
12877         * modules/locale-tests (Depends-on): Likewise.
12878         * modules/unistd-tests (Depends-on): Likewise.
12879
12880 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
12881
12882         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
12883         self-explaining comment.
12884         * m4/selinux-selinux-h: Update serial.
12885         (gl_LIBSELINUX): New macro, adding a warning for missing development
12886         packages to code extracted from...
12887         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
12888         Add warning for missing development packages here, too.
12889
12890 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
12891
12892         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
12893
12894 2009-06-25  Eric Blake  <ebb9@byu.net>
12895
12896         version-etc: fix regression
12897         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
12898         gcc.
12899         (version_etc): Use it, to catch bugs with trailing NULL.
12900         * lib/version-etc.c (version_etc_arn): Delete unused argument.
12901         (version_etc_va): Fix logic bug.
12902         * modules/version-etc-tests: Add test.
12903         * tests/test-version-etc.c: New file.
12904         * tests/test-version-etc.sh: Likewise.
12905
12906 2009-06-25  Sam Steingold  <sds@gnu.org>
12907
12908         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
12909         mbtowc declaration.
12910
12911 2009-06-25  Eric Blake  <ebb9@byu.net>
12912
12913         fpurge: migrate into <stdio.h>
12914         * lib/fpurge.h: Delete...
12915         * lib/stdio.in.h (fpurge): ...and declare here, instead.
12916         * lib/fpurge.c (fpurge): Change declaring header.
12917         * modules/fpurge (Files): Drop deleted file.
12918         (Depends-on): Add stdio.
12919         (configure.ac): Set witness.
12920         * modules/stdio (Makefile.am): Support fpurge macros.
12921         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
12922         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
12923         * lib/fflush.c: Update client.
12924         * tests/test-fpurge.c: Likewise.
12925         * NEWS: Mention the change.
12926
12927 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12928
12929         * lib/argp-version-etc.c (program_authors): Add const
12930         qualifier.
12931         * lib/version-etc.c: Fix typos in the comments.
12932         * modules/argp-version-etc: Depends on version-etc.
12933
12934 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12935
12936         argp-version-etc: new module.
12937
12938         * lib/argp-version-etc.c: New file.
12939         * lib/argp-version-etc.h: New file.
12940         * modules/argp-version-etc: New file.
12941         * modules/argp-version-etc-tests: New file.
12942         * tests/test-argp-version-etc.c: New test.
12943         * tests/test-argp-version-etc-1.sh: New test.
12944
12945 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12946
12947         Provide additional interfaces and documentation for version-etc
12948         module.
12949
12950         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
12951         interfaces.
12952         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
12953         prototypes.
12954
12955 2009-06-24  Bruno Haible  <bruno@clisp.org>
12956
12957         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
12958         HAVE_LIB${NAME} macro.
12959         Reported by Sam Steingold <sds@gnu.org>.
12960
12961 2009-06-23  Simon Josefsson  <simon@josefsson.org>
12962
12963         * modules/hash-tests (test_hash_LDADD): Link to libintl when
12964         needed.
12965
12966 2009-06-21  Bruno Haible  <bruno@clisp.org>
12967
12968         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
12969         work.
12970         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
12971         together with LIB${NAME}, LTLIB${NAME}.
12972         Reported by Sam Steingold <sds@gnu.org>.
12973
12974 2009-06-20  Jim Meyering  <meyering@redhat.com>
12975
12976         tests: make sc_require_test_exit_idiom more generic
12977         * top/maint.mk (Exit_witness_file): New overridable variable.
12978         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
12979         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
12980
12981 2009-06-19  Jim Meyering  <meyering@redhat.com>
12982
12983         hash: reverse order of src/dst parameters in an internal interface
12984         * lib/hash.c (transfer_entries): Reverse order of parameters to
12985         put DST before SRC.  Adjust callers.
12986
12987         tests: test-hash: avoid wholesale duplication
12988         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
12989         Instead, use a loop and add a single conditional.
12990
12991         tests: test-hash: allow seed selection via a command line argument
12992         * tests/test-hash.c (get_seed): New function.
12993         (main): Use it.
12994
12995 2009-06-19  Eric Blake  <ebb9@byu.net>
12996
12997         hash: avoid memory leak on allocation failure
12998         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
12999         failure.  Factor repeated algorithm...
13000         (transfer_entries): ...into new helper routine.
13001         (hash_delete): React to hash_rehash return value.
13002
13003         hash: reduce memory pressure in hash_rehash no-op case
13004         * lib/hash.c (next_prime): Avoid overflow.
13005         (hash_initialize): Factor bucket size computation...
13006         (compute_bucket_size): ...into new helper function.
13007         (hash_rehash): Use new function and open coding to reduce memory
13008         pressure, and avoid a memory leak in USE_OBSTACK code.
13009         Reported by Jim Meyering.
13010
13011 2009-06-18  Eric Blake  <ebb9@byu.net>
13012
13013         hash: make rotation more obvious
13014         * modules/hash (Depends-on): Add bitrotate and stdint.
13015         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
13016         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
13017         (SIZE_MAX): Rely on headers for definition.
13018         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
13019         (raw_hasher): Use rotr_sz.
13020         Suggested by Jim Meyering.
13021
13022         hash: fix memory leak in last patch
13023         * lib/hash.c (hash_rehash): Avoid memory leak.
13024
13025         hash: avoid no-op rehashing
13026         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
13027
13028         hash: provide default callback functions
13029         * lib/hash.c (raw_hasher, raw_comparator): New functions.
13030         (hash_initialize): Use them as defaults.
13031         * tests/test-hash.c (main): Test this.
13032
13033         hash: minor optimization
13034         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
13035         when possible.
13036         (hash_initialize): Document this promise.
13037         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
13038         * tests/test-hash.c (hash_compare_strings): Test this.
13039
13040 2009-06-18  Bruno Haible  <bruno@clisp.org>
13041
13042         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
13043         going to be replaced anyway.
13044
13045 2009-06-18  Bruno Haible  <bruno@clisp.org>
13046
13047         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
13048         in one place.
13049         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
13050         be replaced anyway.
13051
13052 2009-06-18  Eric Blake  <ebb9@byu.net>
13053
13054         hash: check for resize before insertion
13055         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
13056         threshold before insertion, so that a pathological hash_rehash
13057         that fills every bucket can still trigger another rehash.
13058
13059 2009-06-18  Jim Meyering  <meyering@redhat.com>
13060
13061         hash-tests: add a loop around the small tests
13062         * tests/test-hash.c (main): Repeat small tests with selected
13063         small initial table sizes.
13064
13065 2009-06-17  Eric Blake  <ebb9@byu.net>
13066
13067         hash: minor cleanups
13068         * lib/hash.h (hash_entry): Make opaque, by moving...
13069         * lib/hash.c (hash_entry): ...here.
13070         (hash_insert): Clarify restrictions on what can be inserted.
13071         (hash_get_next): Clarify when it is safe to remove an element
13072         during traversal.
13073         (check_tuning): Skip verification when tuning is known safe.
13074         (hash_initialize): Clarify restrictions on tuning.
13075
13076 2009-06-17  Jim Meyering  <jim@meyering.net>
13077         and Eric Blake  <ebb9@byu.net>
13078
13079         hash-tests: new module
13080         * modules/hash-tests: New file.
13081         * tests/test-hash.c: New file.
13082
13083 2009-06-17  Eric Blake  <ebb9@byu.net>
13084
13085         strstr-simple: document new module
13086         * MODULES.html.sh: Document new module.
13087
13088         strstr, strcasestr: replace on platforms with broken memchr
13089         * modules/strstr: Split into...
13090         * modules/strstr-simple: ...new module that does not care about
13091         performance, but does care about glibc bug.
13092         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
13093         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
13094         if platform memchr is broken, per Debian bug 521737.
13095         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
13096         memchr.
13097         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
13098         * doc/posix-functions/strstr.texi (strstr): Document the fix.
13099         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
13100         * modules/mountlist (Depends-on): Add strstr-simple.
13101         * modules/gen-uni-tables (Depends-on): Likewise.
13102         * modules/argz (Depends-on): Add strstr.
13103
13104 2009-06-17  Bruno Haible  <bruno@clisp.org>
13105
13106         * modules/posix_spawn-internal (Depends-on): Add errno.
13107
13108 2009-06-17  Bruno Haible  <bruno@clisp.org>
13109
13110         Define missing ESTALE on Interix 3.5.
13111         * lib/errno.in.h (ESTALE): Assign a value if missing.
13112         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
13113         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
13114         missing.
13115         * doc/posix-headers/errno.texi: Mention the Interix bug.
13116         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
13117
13118 2009-06-15  Eric Blake  <ebb9@byu.net>
13119
13120         memchr, memchr2: add valgrind exception
13121         * lib/memchr.valgrind: New file.
13122         * lib/memchr2.valgrind: New file.
13123         * modules/memchr (Files): Distribute valgrind file.
13124         * modules/memchr2 (Files): Likewise.
13125
13126         docs: memchr is no longer obsolete
13127         * MODULES.html.sh: Move memchr from obsolete to string.h section.
13128         * lib/string.in.h (memchr): Simplify logic.
13129
13130 2009-06-14  Jim Meyering  <meyering@redhat.com>
13131
13132         link-follow: fix the "checking..." message to not mention trailing slash
13133         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
13134         never considered trailing slashes.
13135
13136 2009-06-14  Bruno Haible  <bruno@clisp.org>
13137
13138         * m4/memchr.m4: Mention also the bug on IA-64.
13139         * doc/posix-functions/memchr.texi: Likewise.
13140
13141 2009-06-12  Eric Blake  <ebb9@byu.net>
13142
13143         memchr: detect broken x86_64 and alpha implementations
13144         * modules/memchr-tests (Depends-on): Move mmap detection...
13145         * modules/memchr (Depends-on): ...here.
13146         (configure.ac): Set indicator.
13147         * lib/string.in.h (memchr): Declare replacement.
13148         * modules/string (Makefile.am): Trigger replacement.
13149         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
13150         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
13151         bugs.
13152         * doc/posix-functions/memchr.texi (memchr): Document the bug.
13153         * modules/getpagesize (License): Relax license.
13154
13155 2009-06-11  Bruno Haible  <bruno@clisp.org>
13156
13157         * lib/idpriv.h: Add more references.
13158
13159 2009-06-08  Bruno Haible  <bruno@clisp.org>
13160
13161         Tests for module 'idpriv-droptemp'.
13162         * modules/idpriv-droptemp-tests: New file.
13163         * tests/test-idpriv-droptemp.sh: New file.
13164         * tests/test-idpriv-droptemp.su.sh: New file.
13165         * tests/test-idpriv-droptemp.c: New file.
13166
13167         New module 'idpriv-droptemp'.
13168         * lib/idpriv-droptemp.c: New file.
13169         * modules/idpriv-droptemp: New file.
13170
13171 2009-06-08  Bruno Haible  <bruno@clisp.org>
13172
13173         Tests for module 'idpriv-drop'.
13174         * modules/idpriv-drop-tests: New file.
13175         * tests/test-idpriv-drop.sh: New file.
13176         * tests/test-idpriv-drop.su.sh: New file.
13177         * tests/test-idpriv-drop.c: New file.
13178
13179         New module 'idpriv-drop'.
13180         * lib/idpriv.h: New file.
13181         * lib-idpriv-drop.c: New file.
13182         * m4/idpriv.m4: New file.
13183         * modules/idpriv-drop: New file.
13184
13185 2009-06-08  Bruno Haible  <bruno@clisp.org>
13186
13187         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
13188         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
13189         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
13190         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
13191         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
13192         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
13193         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
13194
13195 2009-06-08  Eric Blake  <ebb9@byu.net>
13196
13197         test-strstr: use memory fence, when possible
13198         * tests/test-strstr.c (main): Use memory fence, in order to be
13199         more likely to trigger Debian bug 521737.
13200         * modules/strstr-tests (Files): Pull in additional files.
13201
13202         memchr: no longer obsolete, for wider field testing
13203         * modules/memchr (Status, Notice): Delete, this module is no
13204         longer obsolete.
13205         * modules/vasnprintf (Depends-on): Add memchr.
13206
13207 2009-06-07  Jim Meyering  <meyering@redhat.com>
13208
13209         hash: declare some functions with the warn_unused_result attribute
13210         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
13211
13212 2009-06-07  Bruno Haible  <bruno@clisp.org>
13213
13214         * tests/test-alignof.c: Don't test int64_t if it does not exist.
13215         Reported by Eric Blake.
13216
13217 2009-06-06  Eric Blake  <ebb9@byu.net>
13218
13219         test-alignof: fix typo with long double
13220         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
13221         compiler error.
13222
13223 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
13224
13225         Escape non-texinfo { and }s.
13226         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
13227         markup error.
13228
13229 2009-06-04  Jim Meyering  <meyering@redhat.com>
13230
13231         gitlog-to-changelog: don't infloop on an empty commit log
13232         * build-aux/gitlog-to-changelog: Warn about an empty log message.
13233         Reported by Boris Petersen <transacid@centerim.org>.
13234
13235 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
13236
13237         version-etc: extend for packagers
13238         Add three new configure options, intended for packagers:
13239           --with-packager="packager name"
13240           --with-packager-version="packager-specific version"
13241           --with-packager-bug-reports="packager bug reporting"
13242         An example with coreutils:
13243           $ ./configure \
13244             --with-packager=Gentoo \
13245             --with-packager-bug-report=http://bugs.gentoo.org/ \
13246             --with-packager-version="patchset 1.6"
13247           $ ./src/ls --version | head -n2
13248           ls (GNU coreutils) 7.1-dirty
13249           Packaged by Gentoo (patchset 1.6)
13250         Note that the bug reporting info via --help doesn't show up because
13251         coreutils uses its own custom emit_bug_reporting_address() implementation
13252         in src/system.h.  If it didn't, it'd look like:
13253           $ ./src/ls --help | tail -n4
13254           Report bugs to <bug-coreutils@gnu.org>.
13255           Report Gentoo bugs to <http://bugs.gentoo.org/>.
13256           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
13257           General help using GNU software: <http://www.gnu.org/gethelp/>.
13258         * lib/version-etc.c: Print new information, if provided.
13259         * m4/version-etc.m4: New file.
13260         * modules/version-etc (Files): Add m4/version-etc.m4.
13261         (configure.ac): Add gl_VERSION_ETC.
13262
13263 2009-05-31  Bruno Haible  <bruno@clisp.org>
13264
13265         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
13266         and 'int64_t'.
13267         * modules/alignof-tests (Dependencies): Add stdint.
13268         Reported by Eric Blake.
13269
13270 2009-05-31  Bruno Haible  <bruno@clisp.org>
13271
13272         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
13273         restriction due to compiler bugs.
13274         Reported by Eric Blake.
13275
13276 2009-05-31  Simon Josefsson  <simon@josefsson.org>
13277             Bruno Haible  <bruno@clisp.org>
13278
13279         Fix test-alignof failure.
13280         * lib/alignof.h (alignof_slot): New macro.
13281         (alignof_type): New macro, with the same semantics as the previous
13282         'alignof'.
13283         (alignof): Alias to alignof_slot.
13284         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
13285         check that the results are usable as constant expressions.
13286
13287 2009-05-31  Bruno Haible  <bruno@clisp.org>
13288
13289         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
13290         * tests/test-memchr.c (main): Check that memchr does not read past the
13291         first occurrence of the byte.
13292         * tests/test-strstr.c (main): Update comment.
13293         Suggested by Eric Blake.
13294
13295 2009-05-30  Bruno Haible  <bruno@clisp.org>
13296
13297         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
13298         detail how to use dumpbin.
13299         Reported by David Byron <dbyron@dbyron.com>.
13300
13301 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13302
13303         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
13304
13305 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13306
13307         * m4/manywarnings.m4: Add GCC 4.4 warnings.
13308
13309 2009-05-28  Bruno Haible  <bruno@clisp.org>
13310
13311         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
13312         build-aux/ files.
13313
13314 2009-05-28  Simon Josefsson  <simon@josefsson.org>
13315
13316         * gnulib-tool (func_import): Transform license on build-aux/ files too.
13317
13318 2009-05-27  Simon Josefsson  <simon@josefsson.org>
13319
13320         * gnulib-tool (sed_transform_main_lib_file)
13321         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
13322         regexps.
13323
13324 2009-05-26  Simon Josefsson  <simon@josefsson.org>
13325
13326         * tests/test-strstr.c: Add another self-test.
13327         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
13328         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
13329
13330 2009-05-23  Bruno Haible  <bruno@clisp.org>
13331
13332         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
13333         change.
13334
13335 2009-05-21  Bruno Haible  <bruno@clisp.org>
13336
13337         Simplify use of mode_t varargs.
13338         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
13339         uses 'mode_t' or 'int'.
13340         * lib/openat.c (openat): Likewise.
13341         * lib/open-safer.c (open_safer): Likewise.
13342         * m4/mode_t.m4: New file.
13343         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
13344         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
13345         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
13346         * modules/open (Files): Add m4/mode_t.m4.
13347         * modules/openat (Files): Likewise.
13348         * modules/fcntl-safer (Files): Likewise.
13349         Suggested by Eric Blake.
13350
13351 2009-05-21  Pádraig Brady  <P@draigbrady.com>
13352
13353         * doc/glibc-functions/fallocate.texi: New file.
13354         * doc/gnulib.texi: Include it.
13355
13356 2009-05-21  Eric Blake  <ebb9@byu.net>
13357             Bruno Haible  <bruno@clisp.org>
13358
13359         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
13360         invocations.
13361         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
13362
13363 2009-05-21  Eric Blake  <ebb9@byu.net>
13364             Bruno Haible  <bruno@clisp.org>
13365
13366         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
13367         include_next. Fix of 2008-11-20 commit.
13368         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
13369         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
13370         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
13371         NEXT_MATH_H.
13372         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
13373         instead of NEXT_MATH_H.
13374
13375 2009-05-21  Bruno Haible  <bruno@clisp.org>
13376
13377         Avoid redefinition warnings for SIZE_MAX.
13378         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
13379         Reported by Simon Josefsson.
13380
13381 2009-05-21  Bruno Haible  <bruno@clisp.org>
13382
13383         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
13384         AC_CACHE_VAL.
13385
13386 2009-05-20  Bruno Haible  <bruno@clisp.org>
13387
13388         Make zeroptr.h work on mingw.
13389         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
13390         mprotect.
13391         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
13392         * modules/memchr2-tests (configure.ac): Likewise.
13393         * modules/memcmp-tests (configure.ac): Likewise.
13394         * modules/memmem-tests (configure.ac): Likewise.
13395         * modules/memrchr-tests (configure.ac): Likewise.
13396         Reported by Simon Josefsson.
13397
13398 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13399
13400         * tests/test-glob.c: Include string.h for strcmp prototype.
13401
13402 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13403
13404         * modules/getdelim (Depends-on): Add explicit stdint, although it
13405         was implicitly already pulled in via realloc-posix.
13406         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
13407
13408 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13409
13410         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
13411         G. Christensen" <tgc@jupiterrise.com>.
13412         * m4/sys_socket_h.m4: Check for sa_family_t.
13413         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
13414         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
13415         * tests/test-sys_socket.c: Check that sa_family_t works.
13416
13417 2009-05-18  Eric Blake  <ebb9@byu.net>
13418
13419         maint.mk: allow gnulib_dir in VPATH build
13420         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
13421
13422 2009-05-15  Jim Meyering  <meyering@redhat.com>
13423
13424         maint.mk: Give gnulib_dir a default definition.
13425         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
13426         Thus, most packages no longer need to specify this variable in cfg.mk
13427
13428 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
13429
13430         rename.m4: fix typos that would make non-mingw cross-configure fail
13431         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
13432
13433 2009-05-13  Eric Blake  <ebb9@byu.net>
13434
13435         mmap-anon: avoid out-of-order autoconf expansion
13436         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
13437         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
13438         * modules/memchr-tests (Depends-on): Add extensions.
13439         * modules/memchr2-tests (Depends-on): Add extensions.
13440         * modules/memcmp-tests (Depends-on): Add extensions.
13441         * modules/memmem-tests (Depends-on): Add extensions.
13442         * modules/memrchr-tests (Depends-on): Add extensions.
13443
13444 2009-05-13  Bruno Haible  <bruno@clisp.org>
13445
13446         Make some tests ISO C 99 compliant.
13447         * tests/zerosize-ptr.h: New file.
13448         * tests/test-memchr.c: Include zerosize-ptr.h.
13449         (main): Use a zero-size object pointer instead of NULL.
13450         * tests/test-memchr2.c: Include zerosize-ptr.h.
13451         (main): Use a zero-size object pointer instead of NULL.
13452         * tests/test-memcmp.c: Include zerosize-ptr.h.
13453         (main): Use a zero-size object pointer instead of NULL.
13454         * tests/test-memmem.c: Include zerosize-ptr.h.
13455         (main): Use a zero-size object pointer instead of NULL.
13456         * tests/test-memrchr.c: Include zerosize-ptr.h.
13457         (main): Use a zero-size object pointer instead of NULL.
13458         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
13459         m4/mmap-anon.m4.
13460         (Depends-on): Add getpagesize.
13461         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13462         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
13463         m4/mmap-anon.m4.
13464         (Depends-on): Add getpagesize.
13465         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13466         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
13467         m4/mmap-anon.m4.
13468         (Depends-on): Add getpagesize.
13469         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13470         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
13471         m4/mmap-anon.m4.
13472         (Depends-on): Add getpagesize.
13473         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13474         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
13475         m4/mmap-anon.m4.
13476         (Depends-on): Add getpagesize.
13477         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13478
13479 2009-05-12  Bruno Haible  <bruno@clisp.org>
13480
13481         Tests for module 'alignof'.
13482         * modules/alignof-tests: New file.
13483         * tests/test-alignof.c: New file.
13484
13485 2009-05-12  Bruno Haible  <bruno@clisp.org>
13486
13487         Fix alignof macro.
13488         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
13489         vendor compilers that are always correct.
13490
13491 2009-05-12  Bruno Haible  <bruno@clisp.org>
13492
13493         Make the MAP_ANONYMOUS detection work on HP-UX 11.
13494         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
13495         not whether its fully works.
13496
13497 2009-05-12  Bruno Haible  <bruno@clisp.org>
13498
13499         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
13500
13501 2009-05-12  Jim Meyering  <meyering@redhat.com>
13502
13503         * top/maint.mk: Adjust backslash alignment.
13504
13505 2009-05-11  Simon Josefsson  <simon@josefsson.org>
13506
13507         * top/maint.mk: Make $(srcdir)/build-aux configurable.
13508
13509 2009-05-11  Eric Blake  <ebb9@byu.net>
13510
13511         argp: avoid undefined behavior
13512         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
13513         macros.
13514
13515 2009-05-08  Simon Josefsson  <simon@josefsson.org>
13516
13517         * tests/test-vc-list-files-git.sh: Do git config of user.email and
13518         user.name to prevent git commit from complaining.
13519
13520 2009-05-10  Bruno Haible  <bruno@clisp.org>
13521
13522         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
13523         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
13524         it rewrites every file name only once.
13525         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
13526
13527 2009-05-08  Bruno Haible  <bruno@clisp.org>
13528
13529         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
13530         instead of 'max'.
13531
13532 2009-05-08  Simon Josefsson  <simon@josefsson.org>
13533
13534         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
13535         sockaddr_storage test.
13536
13537 2009-05-07  Simon Josefsson  <simon@josefsson.org>
13538
13539         * modules/sys_socket (Makefile.am): Substitute
13540         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
13541         * m4/sys_socket_h.m4: Check for sockaddr_storage.
13542         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
13543         * tests/test-sys_socket.c: Check sockaddr_storage.
13544
13545 2009-05-08  Bruno Haible  <bruno@clisp.org>
13546
13547         New module 'alignof'.
13548         * lib/alignof.h: New file.
13549         * modules/alignof: New file.
13550
13551 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13552             Bruno Haible  <bruno@clisp.org>
13553
13554         Fix test-file-has-acl on FreeBSD.
13555         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
13556         mask is implicitly added.
13557         * tests/test-file-has-acl.c: Include <signal.h>.
13558         (main): Terminate the test after 5 seconds.
13559         * modules/acl-tests (configure.ac): Check for alarm function.
13560
13561 2009-05-04  Bruno Haible  <bruno@clisp.org>
13562
13563         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
13564         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
13565         * modules/errno (configure.ac): Drop AC_REQUIRE.
13566         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
13567         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
13568
13569 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13570
13571         * modules/glob-tests: New module.
13572         * tests/test-glob.c: Add.
13573
13574 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13575
13576         * modules/fnmatch-tests: New module.
13577         * tests/test-fnmatch.c: Add.
13578
13579 2009-05-04  Eric Blake  <ebb9@byu.net>
13580
13581         maint: make the new no-submodule-changes rule VPATH-safe
13582         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
13583
13584 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13585             Bruno Haible  <bruno@clisp.org>
13586
13587         acl: Fix infinite loop on FreeBSD.
13588         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
13589         of return value from acl_get_entry.
13590         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
13591         Likewise.
13592
13593 2009-05-03  Bruno Haible  <bruno@clisp.org>
13594
13595         * lib/acl-internal.h (acl_entries): Clarify return value.
13596         * lib/acl_entries.c (acl_entries): Likewise.
13597
13598 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13599
13600         Bug fix in acl module.
13601         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
13602
13603 2009-05-03  Bruno Haible  <bruno@clisp.org>
13604
13605         Create gperf-generated file in the source dir, not in the build dir.
13606         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
13607         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
13608         * modules/unicase/locale-language (unicase/locale-languages.h):
13609         Likewise.
13610         * modules/unicase/special-casing (unicase/special-casing-table.h):
13611         Likewise.
13612         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
13613         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
13614         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
13615         Reported by Ralf Wildenhues.
13616
13617 2009-05-03  Bruno Haible  <bruno@clisp.org>
13618
13619         * modules/fnmatch (Description, configure.ac): Taken from
13620         fnmatch-posix.
13621         * modules/fnmatch-posix: Turn into a symbolic reference to the
13622         'fnmatch' module, and deprecate.
13623         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
13624
13625 2009-05-03  Bruno Haible  <bruno@clisp.org>
13626
13627         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
13628         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
13629         Reported by Ralf Wildenhues.
13630
13631 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13632
13633         * m4/fnmatch.m4: Fix fnmatch re-define.
13634
13635 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13636
13637         priv-set: new module and tests; adapt write-any-file
13638         * lib/priv-set.c: New file.
13639         * lib/priv-set.h: New file.
13640         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
13641         * lib/write-any-file.c: Simplify by using priv-set module.
13642         * m4/priv-set.m4: New file.
13643         * modules/priv-set: New file.
13644         * modules/unlinkdir: Add dependency on priv-set module.
13645         * modules/write-any-file: Likewise.
13646
13647         Tests for module 'priv-set'.
13648         * modules/priv-set-tests: New file.
13649         * tests/test-priv-set.c: New file.
13650
13651 2009-05-03  Jim Meyering  <meyering@redhat.com>
13652             Bruno Haible  <bruno@clisp.org>
13653
13654         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
13655         use the converted UTF-8 variant of the name instead.
13656
13657 2009-05-03  Jim Meyering  <meyering@redhat.com>
13658
13659         tests: tighten some getdate tests
13660         * tests/test-getdate.c (main): Tighten tests: require equality,
13661         not just greater than.  Set TZ envvar to UTC0.
13662
13663 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
13664
13665         getdate: correctly interpret "next monday" when run on a Monday
13666         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
13667         that e.g., "next tues" (when run on a tuesday) results in a date
13668         that is one week in the future, and not today's date.
13669         I.e., add a week when the wday is the same as the current one.
13670         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
13671         and earlier by Martin Bernreuther and Jan Minář.
13672         * tests/test-getdate.c (main): Check that "next DAY" is always in
13673         the future and that "last DAY" is always in the past.
13674
13675 2009-05-02  Jim Meyering  <meyering@redhat.com>
13676
13677         build: ensure that a release build fails when a submodule is unclean
13678         * top/maint.mk (no-submodule-changes): New rule.
13679         (alpha beta major): Depend on it.
13680
13681 2009-05-02  Bruno Haible  <bruno@clisp.org>
13682
13683         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
13684         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
13685         shell variable gl_fnmatch_required to detect which variant is
13686         requested.
13687         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
13688         gl_FUNC_FNMATCH_POSIX.
13689         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
13690         exclude fnmatch-posix.
13691
13692 2009-05-02  Bruno Haible  <bruno@clisp.org>
13693
13694         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
13695         * modules/mbsrtowcs (License): Change to LGPLv2+.
13696         * modules/strnlen1 (License): Likewise.
13697         Reported by Simon Josefsson.
13698
13699 2009-05-02  Bruno Haible  <bruno@clisp.org>
13700
13701         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
13702         "cross".
13703         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
13704         gnulib-tool was called with option --source-base=lib.
13705
13706 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13707
13708         Use automake *-local hooks without commands, for extensibility.
13709         * modules/localcharset (Makefile.am): Rename install-exec-local
13710         rule to install-exec-localcharset, and make it a prerequisite of
13711         install-exec-local.  Likewise, rename the uninstall-local rule to
13712         uninstall-localcharset, and make it a prerequisite of the former.
13713
13714 2009-05-01  Bruno Haible  <bruno@clisp.org>
13715
13716         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
13717         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
13718         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
13719         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
13720         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
13721         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
13722         m4/locale-zh.m4, m4/codeset.m4.
13723
13724         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
13725         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
13726         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
13727         m4/locale-zh.m4.
13728
13729         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
13730         REPLACE_WCRTOMB if mbstate_t must be replaced.
13731         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
13732         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
13733
13734 2009-05-01  Bruno Haible  <bruno@clisp.org>
13735
13736         Avoid compiler warnings when redefining macros defined by <libintl.h>.
13737         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
13738         dngettext, dcngettext, textdomain, bindtextdomain,
13739         bind_textdomain_codeset): Undefine before redefining.
13740
13741 2009-04-30  Bruno Haible  <bruno@clisp.org>
13742
13743         Fix bug introduced on 2009-04-25.
13744         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
13745         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
13746         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
13747         is defined.
13748         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
13749         is defined.
13750         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
13751         is defined.
13752         Reported by Elbert_Pol <elbert.pol@gmail.com>.
13753
13754 2009-04-28  Bruno Haible  <bruno@clisp.org>
13755
13756         Comment tweaks.
13757         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
13758         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
13759         * lib/unicase.h (u*_casexfrm): Likewise.
13760         Reported by Paolo Bonzini.
13761
13762 2009-04-28  Bruno Haible  <bruno@clisp.org>
13763
13764         Fix a compilation error.
13765         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
13766         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
13767         Reported by Jim Meyering.
13768
13769 2009-04-27  Bruno Haible  <bruno@clisp.org>
13770
13771         New module 'libunistring'.
13772         * modules/libunistring: New file.
13773         * m4/libunistring.m4: New file.
13774         * MODULES.html.sh (Unicode string functions): Add it.
13775
13776 2009-04-27  Eric Blake  <ebb9@byu.net>
13777
13778         maint.mk: allow package-specific header to provide <config.h>
13779         * top/maint.mk (sc_require_config_h): New variable.
13780         (sc_require_config_h, sc_require_config_h_first): Use it.
13781
13782 2009-04-27  Simon Josefsson  <simon@josefsson.org>
13783
13784         * top/maint.mk (sc_avoid_if_before_free): Except
13785         useless-if-before-free script.
13786
13787 2009-04-27  Eric Blake  <ebb9@byu.net>
13788
13789         maintainer-makefile: depend on all required helper scripts
13790         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
13791         useless-if-before-free.
13792         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
13793         version, rather than assuming gnulib checkout is available.
13794         Reported by Simen Josefsson.
13795
13796 2009-04-26  Bruno Haible  <bruno@clisp.org>
13797
13798         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
13799         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
13800         "../" or "..".
13801
13802 2009-04-26  Bruno Haible  <bruno@clisp.org>
13803
13804         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
13805         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
13806         AC_LIB_HAVE_LINKFLAGS.
13807
13808 2009-04-26  Bruno Haible  <bruno@clisp.org>
13809
13810         Simplify calling convention of u*_conv_from_encoding.
13811         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
13812         u32_conv_from_encoding): Expect a resultbuf argument and return the
13813         result directly as a pointer.
13814         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
13815         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
13816         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
13817         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
13818         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
13819         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
13820         Update.
13821         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
13822         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
13823         * lib/vasnprintf.c (VASNPRINTF): Update.
13824         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
13825         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
13826         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
13827         * NEWS: Mention the change.
13828
13829 2009-04-26  Bruno Haible  <bruno@clisp.org>
13830
13831         Simplify calling convention of u*_conv_to_encoding.
13832         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
13833         u32_conv_to_encoding): Expect a resultbuf argument and return the
13834         result directly as a pointer.
13835         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
13836         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
13837         freeing scaled_offsets if mem_iconveha failed.
13838         * lib/unicase/u-casexfrm.h (FUNC): Update.
13839         * lib/uninorm/u-normxfrm.h (FUNC): Update.
13840         * lib/vasnprintf.c (VASNPRINTF): Update.
13841         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
13842         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
13843         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
13844         * NEWS: Mention the change.
13845
13846 2009-04-26  Bruno Haible  <bruno@clisp.org>
13847
13848         Avoid test failures on AIX and OSF/1.
13849         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
13850         malloc(0).
13851         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
13852         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
13853         Likewise.
13854         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
13855         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
13856         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
13857         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
13858         * doc/posix-functions/malloc.texi: Document the portability problem
13859         related to malloc(0).
13860
13861 2009-04-26  Bruno Haible  <bruno@clisp.org>
13862
13863         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
13864         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
13865         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
13866
13867 2009-04-25  Bruno Haible  <bruno@clisp.org>
13868
13869         Avoid link error when creating a namespace clean library.
13870         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
13871         as macro with arguments if already defined as an alias.
13872         * lib/signbitf.c (gl_signbitf): Don't undefine.
13873         * lib/signbitd.c (gl_signbitd): Don't undefine.
13874         * lib/signbitl.c (gl_signbitl): Don't undefine.
13875
13876 2009-04-25  Jim Meyering  <meyering@redhat.com>
13877
13878         vc-list-files: fix another quoting bug
13879         * build-aux/vc-list-files: Avoid sed backslash expansion
13880         of pathological directory names.
13881
13882 2009-04-25  Eric Blake  <ebb9@byu.net>
13883
13884         vc-list-files: fix shell quoting error
13885         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
13886         timestamp.
13887
13888 2009-04-25  Jim Meyering  <meyering@redhat.com>
13889
13890         vc-list-files: restore lost functionality with subdir argument
13891         * build-aux/vc-list-files: When given a non-"." sub-directory
13892         argument, substitute the $dir/ prefix back onto each resulting name.
13893         Otherwise, coreutils' root_tests check would fail.
13894
13895 2009-04-24  Eric Blake  <ebb9@byu.net>
13896
13897         vc-list-files: ignore git symlinks
13898         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
13899         than ls-files, to ignore git symlinks.
13900
13901         maint.mk: import improvements from m4
13902         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
13903         (move_if_change): Delete unused macro.
13904         (news-date-check, vc-diff-check): Support VPATH builds.
13905         (announcement): Likewise.  Split --bootstrap-tools list...
13906         (boostrap-tools): ...into separate list, which can be overridden
13907         in cfg.mk.
13908         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
13909         requiring dependency on useless-if-before-free module.
13910         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
13911         Support VPATH builds.
13912
13913 2009-04-24  Jim Meyering  <meyering@redhat.com>
13914
13915         maint.mk: remove coreutils-specific rules and variables
13916         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
13917         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
13918         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
13919
13920         maint.mk: remove obsolete rule
13921         * top/maint.mk (rel-check): Remove rule.
13922         (WGET, WGETFLAGS): Remove now-unused variables.
13923
13924 2009-04-24  Simon Josefsson  <simon@josefsson.org>
13925
13926         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
13927         consistency.
13928
13929         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
13930         '$(PATH_SEPARATOR)' instead of ':'.
13931
13932 2009-04-24  Simon Josefsson  <simon@josefsson.org>
13933
13934         * lib/getopt1.c (main): Use 'const' for static array.
13935
13936 2009-04-24  Simon Josefsson  <simon@josefsson.org>
13937
13938         * top/maint.mk: Sync with coreutils.
13939         * NEWS: Explain incompatibilities.
13940
13941 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13942             Bruno Haible  <bruno@clisp.org>
13943
13944         Fix cross-compilation results.
13945         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
13946         statement, as third argument of AC_TRY_RUN.
13947         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
13948         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
13949         Likewise.
13950         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
13951         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
13952         Likewise.
13953         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
13954         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
13955         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
13956
13957 2009-04-20  Bruno Haible  <bruno@clisp.org>
13958
13959         Avoid test failure on mingw.
13960         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
13961
13962 2009-04-20  Bruno Haible  <bruno@clisp.org>
13963
13964         Avoid compilation error on mingw.
13965         * modules/localename-tests (Depends-on): Add locale.
13966
13967 2009-04-19  Bruno Haible  <bruno@clisp.org>
13968
13969         Support for building a shared library on Windows platforms.
13970         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
13971         (main): Test the presence of UNINORM_NFC here.
13972         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
13973         (main): Test the presence of UNINORM_NFD here.
13974         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
13975         (main): Test the presence of UNINORM_NFKC here.
13976         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
13977         (main): Test the presence of UNINORM_NFKD here.
13978
13979 2009-04-19  Bruno Haible  <bruno@clisp.org>
13980
13981         Avoid a compiler warning.
13982         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
13983         Change type of variable 'sequence'.
13984
13985 2009-04-19  Bruno Haible  <bruno@clisp.org>
13986
13987         * modules/configmake (Makefile.am): When the contents of configmake.h
13988         does not change, arrange to preserve its modification time.
13989
13990 2009-04-17  Simon Josefsson  <simon@josefsson.org>
13991
13992         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
13993         gettext domain.
13994
13995 2009-04-16  Jim Meyering  <meyering@redhat.com>
13996
13997         useless-if-before-free: improve conversion code
13998         * build-aux/useless-if-before-free: Adjust code-in-comment to match
13999         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
14000
14001 2009-04-14  Bruno Haible  <bruno@clisp.org>
14002
14003         * modules/fcntl (Depends-on): Add extensions.
14004         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
14005
14006 2009-04-12  Ben Pfaff  <blp@gnu.org>
14007
14008         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
14009         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
14010
14011 2009-03-20  Ben Pfaff  <blp@gnu.org>
14012
14013         Make rename replace existing destinations on Windows.
14014         * m4/rename.m4: Add test for Mingw.
14015         * lib/rename.c: Add rename replacement that uses MoveFileEx with
14016         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
14017         * doc/posix-functions/rename.texi: Document.
14018
14019 2009-04-10  Bruno Haible  <bruno@clisp.org>
14020
14021         New include file "iconveh.h".
14022         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
14023         * lib/striconveh.h: Include it.
14024         (enum iconv_ilseq_handler): Remove definition.
14025         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
14026         striconveh.h.
14027         * lib/striconveha.c: Include striconveh.h.
14028         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
14029         * modules/striconveh (Files): Add lib/iconveh.h.
14030         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
14031         lib/striconveh.h.
14032
14033 2009-04-10  Bruno Haible  <bruno@clisp.org>
14034
14035         * lib/uniconv.h: Update comment.
14036
14037 2009-04-10  Bruno Haible  <bruno@clisp.org>
14038
14039         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
14040         always.
14041         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
14042         * lib/unistr/u16-mbtouc-aux.c: Likewise.
14043         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
14044         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
14045         "unistring-notinline.h", so that the function gets defined always.
14046         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
14047         * lib/unistr/u8-uctomb.c: Likewise.
14048         * lib/unistr/u16-mbtouc.c: Likewise.
14049         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
14050         * lib/unistr/u16-uctomb.c: Likewise.
14051         * lib/unistr/u32-mbtouc.c: Likewise.
14052         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
14053         * lib/unistr/u32-uctomb.c: Likewise.
14054
14055 2009-04-10  Bruno Haible  <bruno@clisp.org>
14056
14057         Mark 'utime' obsolete.
14058         * modules/utime (Status, Notice): New sections.
14059         Suggested by Jim Meyering.
14060
14061         Fix cross-compile guess for utime test.
14062         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
14063         autoconf.
14064         * doc/posix-functions/utime.texi: Give more precisions.
14065         Reported by Jan <ipif@ymail.com>.
14066
14067 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
14068
14069         filevercmp: correct today's change
14070         * lib/filevercmp.c: Also handle coreutils' test inputs.
14071         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
14072
14073         Fix regression in 'filevercmp' module. Thanks Sven Joachim
14074         for reporting it.
14075         * lib/filevercmp.c: Special handle for "", "." and "..".
14076         * tests/test-filevercmp.c: Enlarge the set suite.
14077
14078 2009-04-07  Jim Meyering  <meyering@redhat.com>
14079
14080         useless-if-before-free: show how to remove braced useless free, too
14081         * build-aux/useless-if-before-free: still only in a comment, though.
14082
14083 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
14084
14085         maint.mk: import changes to syntax-check macros from coreutils
14086         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
14087         Use them in the relevant macros.
14088
14089 2009-04-06  Bruno Haible  <bruno@clisp.org>
14090
14091         Fix unportable use of bit-fields.
14092         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
14093         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
14094         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
14095
14096 2009-04-06  Bruno Haible  <bruno@clisp.org>
14097
14098         Avoid test failures on AIX and OSF/1.
14099         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
14100         that malloc(0) = NULL.
14101         * tests/unicase/test-u8-tolower.c (check): Likewise.
14102         * tests/unicase/test-u8-totitle.c (check): Likewise.
14103         * tests/unicase/test-u8-toupper.c (check): Likewise.
14104         * tests/unicase/test-u16-casefold.c (check): Likewise.
14105         * tests/unicase/test-u16-tolower.c (check): Likewise.
14106         * tests/unicase/test-u16-totitle.c (check): Likewise.
14107         * tests/unicase/test-u16-toupper.c (check): Likewise.
14108         * tests/unicase/test-u32-casefold.c (check): Likewise.
14109         * tests/unicase/test-u32-tolower.c (check): Likewise.
14110         * tests/unicase/test-u32-totitle.c (check): Likewise.
14111         * tests/unicase/test-u32-toupper.c (check): Likewise.
14112         * tests/uninorm/test-u8-nfc.c (check): Likewise.
14113         * tests/uninorm/test-u8-nfd.c (check): Likewise.
14114         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
14115         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
14116         * tests/uninorm/test-u16-nfc.c (check): Likewise.
14117         * tests/uninorm/test-u16-nfd.c (check): Likewise.
14118         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
14119         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
14120         * tests/uninorm/test-u32-nfc.c (check): Likewise.
14121         * tests/uninorm/test-u32-nfd.c (check): Likewise.
14122         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
14123         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
14124
14125 2009-04-05  Bruno Haible  <bruno@clisp.org>
14126
14127         Work around an autoconf limitation.
14128         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
14129         comment line if it would be longer than 3 KB.
14130
14131 2009-04-05  Bruno Haible  <bruno@clisp.org>
14132
14133         Avoid test failure with libiconv-1.13.
14134         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
14135         of the expected test results.
14136
14137 2009-04-05  Bruno Haible  <bruno@clisp.org>
14138
14139         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
14140         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
14141         that it should be installed.
14142
14143 2009-04-05  Bruno Haible  <bruno@clisp.org>
14144
14145         * gnulib-tool: New option --copy-file.
14146         (func_usage): Document it.
14147         (func_dest_tmpfilename): Moved out of func_import.
14148         (func_add_file, func_update_file): New functions, extracted from
14149         func_import.
14150         (func_import): Update.
14151
14152 2009-04-05  Karl Berry  <karl@gnu.org>
14153
14154         * README: prominently mention gnulib-tool.
14155         Rearrange sections so getting the code is near the top.
14156
14157 2009-04-05  Bruno Haible  <bruno@clisp.org>
14158
14159         * lib/unicase.h: Mention u*_cmp2.
14160         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14161         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
14162         * lib/unicase/ulc-casecmp.c: Likewise.
14163         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
14164         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
14165         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
14166         unistr/u8-cmp.
14167         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
14168         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
14169         unistr/u16-cmp.
14170         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
14171         unistr/u32-cmp.
14172
14173         * lib/uninorm.h: Mention u*_cmp2.
14174         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14175         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
14176         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
14177         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
14178         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
14179         unistr/u8-cmp.
14180         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
14181         unistr/u16-cmp.
14182         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
14183         unistr/u32-cmp.
14184
14185         New module 'unistr/u32-cmp2'.
14186         * lib/unistr/u32-cmp2.c: New file.
14187         * modules/unistr/u32-cmp2: New file.
14188
14189         New module 'unistr/u16-cmp2'.
14190         * lib/unistr/u16-cmp2.c: New file.
14191         * modules/unistr/u16-cmp2: New file.
14192
14193         New module 'unistr/u8-cmp2'.
14194         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
14195         * lib/unistr/u8-cmp2.c: New file.
14196         * lib/unistr/u-cmp2.h: New file.
14197         * modules/unistr/u8-cmp2: New file.
14198
14199 2009-04-05  Bruno Haible  <bruno@clisp.org>
14200
14201         * lib/unictype.h (uc_property_is_valid): New macro.
14202         * tests/unictype/test-pr_byname.c (main): Use it.
14203
14204         * lib/unistr.h: Doc fixes.
14205         * lib/uniconv.h: Doc fixes.
14206         * lib/unictype.h: Doc fixes.
14207
14208 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
14209
14210         Port coreutils 7.2 to Solaris 8.
14211
14212         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
14213         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
14214         for Solaris 8.  This is a bit of a hack, as it means it's the
14215         caller's responsibility to add -lnsl if needed, but most likely it
14216         won't be needed since only getaddrinfo uses this and getaddrinfo
14217         isn't needed on Solaris 8.
14218
14219         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
14220         problem to Solaris 8 encountered with coreutils 7.2, which
14221         resulted in a message "fnmatch.c:292: warning: passing argument 4
14222         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
14223         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
14224
14225 2009-04-03  Simon Josefsson  <simon@josefsson.org>
14226
14227         * m4/ld-version-script.m4: Add FIXME comment.
14228
14229 2009-04-02  Simon Josefsson  <simon@josefsson.org>
14230
14231         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
14232         SOVERSION variable.
14233
14234 2009-04-02  Bruno Haible  <bruno@clisp.org>
14235
14236         * Makefile (info, html, dvi, pdf): Combine the rules.
14237         Suggested by Jim Meyering.
14238
14239 2009-04-01  Bruno Haible  <bruno@clisp.org>
14240
14241         * Makefile (info, html, dvi, pdf): New targets.
14242         Reported by Reuben Thomas <rrt@sc3d.org>.
14243
14244 2009-04-01  Bruno Haible  <bruno@clisp.org>
14245
14246         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
14247         can be put into PATH.
14248         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
14249
14250 2009-04-01  Bruno Haible  <bruno@clisp.org>
14251
14252         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
14253
14254 2009-04-01  Bruno Haible  <bruno@clisp.org>
14255
14256         Rename module 'visibility'.
14257         * modules/lib-symbol-visibility: Renamed from modules/visibility.
14258         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
14259         * doc/gnulib.texi: Update.
14260         * MODULES.html.sh (Misc): Update.
14261         * NEWS: Mention the change.
14262
14263 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14264
14265         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
14266         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
14267         Eric Blake <ebb9@byu.net> for review.
14268         * MODULES.html.sh: Add lib-msvc-compat.
14269         * doc/gnulib.texi: Link to new section.
14270         * m4/ld-output-def.m4: New file.
14271         * doc/ld-output-def.texi: New file.
14272
14273 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14274
14275         Rename ld-version-script to lib-symbol-versions.  Suggested by
14276         Bruno Haible <bruno@clisp.org>.
14277         * modules/ld-version-script: Renamed to lib-symbol-versions.
14278         * doc/ld-version-script.texi: Fix module name.
14279         * MODULES.html.sh: Add lib-symbol-versions.
14280
14281 2009-03-31  Simon Josefsson  <simon@josefsson.org>
14282
14283         * modules/u64-tests: New file.
14284         * tests/test-u64.c: New file.
14285
14286 2009-03-04  Simon Josefsson  <simon@josefsson.org>
14287
14288         * MODULES.html.sh: Mention u64.
14289         * modules/u64: New module.
14290         * modules/crypto/sha512: Depend on u64 module instead of providing
14291         u64.h.
14292
14293 2009-03-27  Eric Blake  <ebb9@byu.net>
14294
14295         test-strerror: make debugging EAI_SYSTEM easier
14296         * modules/getaddrinfo-tests (Depends-on): Add strerror.
14297         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
14298         failure was EAI_SYSTEM.
14299
14300 2009-03-25  Bruno Haible  <bruno@clisp.org>
14301
14302         Fix a problem with --enable-relocatable on Solaris 7.
14303         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
14304         since 2008-02-24.
14305
14306 2009-03-25  Eric Blake  <ebb9@byu.net>
14307
14308         test-sockets: avoid gcc warning
14309         * tests/test-sockets.c (main): Silence compiler warning.
14310
14311 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14312
14313         New modules nproc, pthread, contributed by Glen Lenker.
14314
14315         * MODULES.html.sh: Add pthread, nproc.
14316         * lib/nproc.c: New file.
14317         * lib/nproc.h: New file.
14318         * lib/pthread.in.h: New file.
14319         * m4/pthread.m4: New file.
14320         * modules/nproc: New file.
14321         * modules/pthread: New file.
14322
14323 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14324
14325         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
14326         New variable.
14327
14328 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
14329
14330         filevercmp: handle simple~ and numbered.~3~ backup suffixes
14331         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
14332         * tests/test-filevercmp.c: Add tests for backup suffixes.
14333
14334 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14335
14336         * modules/stdlib (Depends-on): Add stdint, needed when defining
14337         struct random_data on, for example, HP-UX 10.20.  Reported by
14338         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
14339
14340 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14341
14342         * lib/readline.c (readline): Call fflush on stdout after printing
14343         prompt.
14344
14345 2009-03-20  Bruno Haible  <bruno@clisp.org>
14346
14347         Remove dependency from 'close' module to -lws2_32 on native Windows.
14348         * lib/close-hook.h: New file.
14349         * lib/close-hook.c: New file.
14350         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
14351         w32sock.h.
14352         (_gl_close_fd_maybe_socket): Remove function.
14353         (rpl_close): Invoke execute_all_close_hooks instead of
14354         _gl_close_fd_maybe_socket.
14355         * lib/sockets.c: Include close-hook.h, w32sock.h.
14356         (close_fd_maybe_socket): New function, essentially from lib/close.c.
14357         (close_sockets_hook): New variable.
14358         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
14359         (gl_sockets_cleanup): Unregister it.
14360         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
14361         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
14362         * modules/close-hook: New file.
14363         * modules/close (Files): Remove lib/w32sock.h.
14364         (Depends-on): Add close-hook.
14365         (Link): Remove section.
14366         * modules/sockets (Files): Add lib/w32sock.h.
14367         (Depends-on): Add close-hook.
14368         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
14369         invocation.
14370         * NEWS: Mention that LIB_CLOSE is gone.
14371
14372 2009-03-23  Eric Blake  <ebb9@byu.net>
14373
14374         signal-tests: test previous patch
14375         * tests/test-signal.c: New file.
14376         * modules/signal-tests: Likewise.
14377
14378         signal.h: always support 'volatile sig_atomic_t'
14379         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
14380         (gl_SIGNAL_H_DEFAULTS): Add a default.
14381         * modules/signal (Makefile.am): Substitute if needed.
14382         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
14383         users can blindly add volatile.
14384         * doc/posix-headers/signal.texi (signal.h): Document it.
14385         Reported by Matthew Woehlke.
14386
14387 2009-03-23  Jim Meyering  <meyering@redhat.com>
14388
14389         pathmax: PATH_MAX: use pathconf only when available
14390         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
14391         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
14392         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
14393         This avoids a link failure in a PSP cross-compilation environment
14394         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
14395
14396         * lib/vasnprintf.c (divide): Fix typo in comment.
14397
14398 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14399
14400         * gnulib-tool (func_filter_filelist): Fix comment.
14401
14402 2009-03-20  Bruno Haible  <bruno@clisp.org>
14403
14404         Make sockets.h self-contained.
14405         * lib/sockets.c: Include sockets.h first.
14406         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
14407
14408 2009-03-19  Eric Blake  <ebb9@byu.net>
14409
14410         doc: mention more functions added in cygwin 1.7.0
14411         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
14412         addition.
14413         * doc/posix-functions/log2f.texi: Likewise.
14414
14415 2009-03-19  Jim Meyering  <meyering@redhat.com>
14416
14417         fsusage: avoid syntax error due to statement-before-declaration
14418         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
14419         after all declarations.  Reported by Matthew Woehlke in
14420         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
14421
14422 2009-03-18  Eric Blake  <ebb9@byu.net>
14423
14424         build-aux/compile: sync from automake
14425         * build-aux/compile: New file, from automake.
14426         * config/srclist.txt: Mention build-aux/compile.
14427
14428 2009-03-17  Bruno Haible  <bruno@clisp.org>
14429
14430         * lib/git-merge-changelog.c: Fix typo in comment.
14431         Reported by Reuben Thomas <rrt@sc3d.org>.
14432
14433 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
14434
14435         * m4/regex.m4: update and improve help for
14436         --without-included-regex.
14437
14438 2009-03-17  Simon Josefsson  <simon@josefsson.org>
14439
14440         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
14441         failure on missing include files.
14442
14443 2009-03-17  Eric Blake  <ebb9@byu.net>
14444
14445         doc: mention more functions added in cygwin 1.7.0
14446         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
14447         addition.
14448         * doc/posix-functions/fwscanf.texi: Likewise.
14449         * doc/posix-functions/swprintf.texi: Likewise.
14450         * doc/posix-functions/swscanf.texi: Likewise.
14451         * doc/posix-functions/vfwprintf.texi: Likewise.
14452         * doc/posix-functions/vfwscanf.texi: Likewise.
14453         * doc/posix-functions/vswprintf.texi: Likewise.
14454         * doc/posix-functions/vswscanf.texi: Likewise.
14455         * doc/posix-functions/vwprintf.texi: Likewise.
14456         * doc/posix-functions/vwscanf.texi: Likewise.
14457         * doc/posix-functions/wcscasecmp.texi: Likewise.
14458         * doc/posix-functions/wcsdup.texi: Likewise.
14459         * doc/posix-functions/wcsftime.texi: Likewise.
14460         * doc/posix-functions/wcsncasecmp.texi: Likewise.
14461         * doc/posix-functions/wprintf.texi: Likewise.
14462         * doc/posix-functions/wscanf.texi: Likewise.
14463         * doc/glibc-functions/gethostbyname2.texi: Likewise.
14464
14465 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14466
14467         maint.mk: really add $(AM_MAKEFLAGS)
14468         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
14469         was inadvertently omitted in the last commit.
14470         Spotted by Bruno Haible.
14471
14472         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
14473         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
14474         $(AM_MAKEFLAGS)' rather than plain `make'.
14475
14476         gnulib-tool: execute $MAKE not make
14477         * gnulib-tool: Default $MAKE to 'make'.
14478         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
14479         than make.  Initialize $MAKE in the do-autobuild script.
14480
14481         gnulib-tool: use $MAKE not make in generated files
14482         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
14483         make, in generated files.  Initialize $MAKE in the do-autobuild
14484         script.
14485
14486         * top/GNUmakefile (_have-git-version-gen): Fix typo.
14487
14488         GNUmakefile: disable parallelism only for multiple, recursive targets
14489         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
14490         additions in the Makefile.
14491         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
14492         by Automake.
14493         (.NOTPARALLEL): Only disable parallel builds if multiple targets
14494         are listed on the command line and at least one of them is
14495         listed in $(ALL_RECURSIVE_TARGETS).
14496
14497 2009-03-14  Bruno Haible  <bruno@clisp.org>
14498
14499         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
14500         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
14501         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
14502         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
14503         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
14504         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
14505         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
14506         unistr/u8-uctomb.
14507         * modules/unistr/u8-strchr (Depends-on): Likewise.
14508         * modules/unistr/u8-strrchr (Depends-on): Likewise.
14509         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
14510         unistr/u16-uctomb.
14511         * modules/unistr/u16-strchr (Depends-on): Likewise.
14512         * modules/unistr/u16-strrchr (Depends-on): Likewise.
14513
14514 2009-03-12  Bruno Haible  <bruno@clisp.org>
14515
14516         Work around select() bug on Interix 3.5.
14517         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
14518         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
14519         * m4/select.m4: New file.
14520         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
14521         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
14522         * modules/select (Files): Add m4/select.m4.
14523         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
14524         * modules/nanosleep (Depends-on): Add select.
14525         * modules/poll (Depends-on): Likewise.
14526         * doc/posix-functions/select.texi: Mention the Interix bug.
14527         Reported by Markus Duft <mduft@gentoo.org>.
14528
14529         * lib/select.c: Renamed from lib/winsock-select.c.
14530         * modules/select (Files): Add lib/select.c, remove
14531         lib/winsock-select.c.
14532         (configure.ac): Update.
14533
14534 2009-03-12  Jim Meyering  <meyering@redhat.com>
14535
14536         avoid gcc warnings about unused macro definitions
14537         * lib/readtokens.c (STREQ): Remove unused definition.
14538         * lib/xmalloc.c (SIZE_MAX): Likewise.
14539         * lib/openat-die.c (N_): Likewise.
14540         * lib/mountlist.c (SIZE_MAX): Remove definition.
14541         Instead, include <stdint.h>.
14542         * lib/readutmp.c: Likewise.
14543         * modules/readutmp (Depends-on): Add stdint.
14544         * modules/mountlist (Depends-on): Add stdint.
14545         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
14546
14547 2009-03-10  Bruno Haible  <bruno@clisp.org>
14548
14549         Tests for module 'mbmemcasecoll'.
14550         * modules/mbmemcasecoll-tests: New file.
14551         * tests/test-mbmemcasecoll1.sh: New file.
14552         * tests/test-mbmemcasecoll2.sh: New file.
14553         * tests/test-mbmemcasecoll3.sh: New file.
14554         * tests/test-mbmemcasecoll.c: New file.
14555
14556         New module 'mbmemcasecoll'.
14557         * lib/mbmemcasecoll.h: New file.
14558         * lib/mbmemcasecoll.c: New file.
14559         * modules/mbmemcasecoll: New file.
14560
14561         * tests/test-mbmemcasecmp.h: New file, extracted from
14562         tests/test-mbmemcasecmp.c.
14563         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
14564         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
14565         (main): Update.
14566         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
14567
14568 2009-03-09  Bruno Haible  <bruno@clisp.org>
14569
14570         Tests for module 'mbmemcasecmp'.
14571         * modules/mbmemcasecmp-tests: New file.
14572         * tests/test-mbmemcasecmp1.sh: New file.
14573         * tests/test-mbmemcasecmp2.sh: New file.
14574         * tests/test-mbmemcasecmp3.sh: New file.
14575         * tests/test-mbmemcasecmp.c: New file.
14576
14577         New module 'mbmemcasecmp'.
14578         * lib/mbmemcasecmp.h: New file.
14579         * lib/mbmemcasecmp.c: New file.
14580         * modules/mbmemcasecmp: New file.
14581
14582 2009-03-09  Bruno Haible  <bruno@clisp.org>
14583
14584         Tests for module 'unicase/ulc-casecoll'.
14585         * modules/unicase/ulc-casecoll-tests: New file.
14586         * tests/unicase/test-ulc-casecoll1.sh: New file.
14587         * tests/unicase/test-ulc-casecoll2.sh: New file.
14588         * tests/unicase/test-ulc-casecoll.c: New file.
14589
14590         New module 'unicase/ulc-casecoll'.
14591         * lib/unicase.h (ulc_casecoll): New declaration.
14592         * lib/unicase/ulc-casecoll.c: New file.
14593         * modules/unicase/ulc-casecoll: New file.
14594
14595         New module 'unicase/ulc-casexfrm'.
14596         * lib/unicase.h (ulc_casexfrm): New declaration.
14597         * lib/unicase/ulc-casexfrm.c: New file.
14598         * modules/unicase/ulc-casexfrm: New file.
14599
14600 2009-03-09  Bruno Haible  <bruno@clisp.org>
14601
14602         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
14603         invocations.
14604
14605         * m4/mbscasecmp.m4: Remove file.
14606         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
14607         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
14608
14609         * m4/mbscasestr.m4: Remove file.
14610         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
14611         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
14612
14613         * m4/mbschr.m4: Remove file.
14614         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
14615         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
14616
14617         * m4/mbscspn.m4: Remove file.
14618         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
14619         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
14620
14621         * m4/mbslen.m4: Remove file.
14622         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
14623         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
14624
14625         * m4/mbsncasecmp.m4: Remove file.
14626         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
14627         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
14628
14629         * m4/mbsnlen.m4: Remove file.
14630         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
14631         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
14632
14633         * m4/mbspbrk.m4: Remove file.
14634         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
14635         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
14636
14637         * m4/mbspcasecmp.m4: Remove file.
14638         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
14639         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
14640
14641         * m4/mbsrchr.m4: Remove file.
14642         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
14643         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
14644
14645         * m4/mbssep.m4: Remove file.
14646         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
14647         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
14648
14649         * m4/mbsspn.m4: Remove file.
14650         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
14651         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
14652
14653         * m4/mbsstr.m4: Remove file.
14654         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
14655         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
14656
14657         * m4/mbstok_r.m4: Remove file.
14658         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
14659         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
14660
14661         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
14662
14663         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
14664         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
14665
14666         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
14667
14668 2009-03-08  Bruno Haible  <bruno@clisp.org>
14669
14670         Tests for module 'unicase/ulc-casecmp'.
14671         * modules/unicase/ulc-casecmp-tests: New file.
14672         * tests/unicase/test-ulc-casecmp1.sh: New file.
14673         * tests/unicase/test-ulc-casecmp2.sh: New file.
14674         * tests/unicase/test-ulc-casecmp.c: New file.
14675
14676         New module 'unicase/ulc-casecmp'.
14677         * lib/unicase.h (ulc_casecmp): New declaration.
14678         * lib/unicase/ulc-casecmp.c: New file.
14679         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
14680         'const SRC_UNIT *'.
14681         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
14682         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
14683         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
14684         * modules/unicase/ulc-casecmp: New file.
14685
14686         Tests for module 'unicase/u32-is-cased'.
14687         * modules/unicase/u32-is-cased-tests: New file.
14688         * tests/unicase/test-u32-is-cased.c: New file.
14689
14690         Tests for module 'unicase/u16-is-cased'.
14691         * modules/unicase/u16-is-cased-tests: New file.
14692         * tests/unicase/test-u16-is-cased.c: New file.
14693
14694         Tests for module 'unicase/u8-is-cased'.
14695         * modules/unicase/u8-is-cased-tests: New file.
14696         * tests/unicase/test-u8-is-cased.c: New file.
14697         * tests/unicase/test-is-cased.h: New file.
14698
14699         New module 'unicase/u32-is-cased'.
14700         * lib/unicase/u32-is-cased.c: New file.
14701         * modules/unicase/u32-is-cased: New file.
14702
14703         New module 'unicase/u16-is-cased'.
14704         * lib/unicase/u16-is-cased.c: New file.
14705         * modules/unicase/u16-is-cased: New file.
14706
14707         New module 'unicase/u8-is-cased'.
14708         * lib/unicase/u8-is-cased.c: New file.
14709         * lib/unicase/u-is-cased.h: New file.
14710         * modules/unicase/u8-is-cased: New file.
14711
14712         Tests for module 'unicase/u32-is-casefolded'.
14713         * modules/unicase/u32-is-casefolded-tests: New file.
14714         * tests/unicase/test-u32-is-casefolded.c: New file.
14715
14716         Tests for module 'unicase/u16-is-casefolded'.
14717         * modules/unicase/u16-is-casefolded-tests: New file.
14718         * tests/unicase/test-u16-is-casefolded.c: New file.
14719
14720         Tests for module 'unicase/u8-is-casefolded'.
14721         * modules/unicase/u8-is-casefolded-tests: New file.
14722         * tests/unicase/test-u8-is-casefolded.c: New file.
14723         * tests/unicase/test-is-casefolded.h: New file.
14724
14725         New module 'unicase/u32-is-casefolded'.
14726         * lib/unicase/u32-is-casefolded.c: New file.
14727         * modules/unicase/u32-is-casefolded: New file.
14728
14729         New module 'unicase/u16-is-casefolded'.
14730         * lib/unicase/u16-is-casefolded.c: New file.
14731         * modules/unicase/u16-is-casefolded: New file.
14732
14733         New module 'unicase/u8-is-casefolded'.
14734         * lib/unicase/u8-is-casefolded.c: New file.
14735         * modules/unicase/u8-is-casefolded: New file.
14736
14737         Tests for module 'unicase/u32-is-titlecase'.
14738         * modules/unicase/u32-is-titlecase-tests: New file.
14739         * tests/unicase/test-u32-is-titlecase.c: New file.
14740
14741         Tests for module 'unicase/u16-is-titlecase'.
14742         * modules/unicase/u16-is-titlecase-tests: New file.
14743         * tests/unicase/test-u16-is-titlecase.c: New file.
14744
14745         Tests for module 'unicase/u8-is-titlecase'.
14746         * modules/unicase/u8-is-titlecase-tests: New file.
14747         * tests/unicase/test-u8-is-titlecase.c: New file.
14748         * tests/unicase/test-is-titlecase.h: New file.
14749
14750         New module 'unicase/u32-is-titlecase'.
14751         * lib/unicase/u32-is-titlecase.c: New file.
14752         * modules/unicase/u32-is-titlecase: New file.
14753
14754         New module 'unicase/u16-is-titlecase'.
14755         * lib/unicase/u16-is-titlecase.c: New file.
14756         * modules/unicase/u16-is-titlecase: New file.
14757
14758         New module 'unicase/u8-is-titlecase'.
14759         * lib/unicase/u8-is-titlecase.c: New file.
14760         * modules/unicase/u8-is-titlecase: New file.
14761
14762         Tests for module 'unicase/u32-is-lowercase'.
14763         * modules/unicase/u32-is-lowercase-tests: New file.
14764         * tests/unicase/test-u32-is-lowercase.c: New file.
14765
14766         Tests for module 'unicase/u16-is-lowercase'.
14767         * modules/unicase/u16-is-lowercase-tests: New file.
14768         * tests/unicase/test-u16-is-lowercase.c: New file.
14769
14770         Tests for module 'unicase/u8-is-lowercase'.
14771         * modules/unicase/u8-is-lowercase-tests: New file.
14772         * tests/unicase/test-u8-is-lowercase.c: New file.
14773         * tests/unicase/test-is-lowercase.h: New file.
14774
14775         New module 'unicase/u32-is-lowercase'.
14776         * lib/unicase/u32-is-lowercase.c: New file.
14777         * modules/unicase/u32-is-lowercase: New file.
14778
14779         New module 'unicase/u16-is-lowercase'.
14780         * lib/unicase/u16-is-lowercase.c: New file.
14781         * modules/unicase/u16-is-lowercase: New file.
14782
14783         New module 'unicase/u8-is-lowercase'.
14784         * lib/unicase/u8-is-lowercase.c: New file.
14785         * modules/unicase/u8-is-lowercase: New file.
14786
14787         Tests for module 'unicase/u32-is-uppercase'.
14788         * modules/unicase/u32-is-uppercase-tests: New file.
14789         * tests/unicase/test-u32-is-uppercase.c: New file.
14790
14791         Tests for module 'unicase/u16-is-uppercase'.
14792         * modules/unicase/u16-is-uppercase-tests: New file.
14793         * tests/unicase/test-u16-is-uppercase.c: New file.
14794
14795         Tests for module 'unicase/u8-is-uppercase'.
14796         * modules/unicase/u8-is-uppercase-tests: New file.
14797         * tests/unicase/test-u8-is-uppercase.c: New file.
14798         * tests/unicase/test-is-uppercase.h: New file.
14799
14800         New module 'unicase/u32-is-uppercase'.
14801         * lib/unicase/u32-is-uppercase.c: New file.
14802         * modules/unicase/u32-is-uppercase: New file.
14803
14804         New module 'unicase/u16-is-uppercase'.
14805         * lib/unicase/u16-is-uppercase.c: New file.
14806         * modules/unicase/u16-is-uppercase: New file.
14807
14808         New module 'unicase/u8-is-uppercase'.
14809         * lib/unicase/u8-is-uppercase.c: New file.
14810         * modules/unicase/u8-is-uppercase: New file.
14811
14812         New module 'unicase/u32-is-invariant'.
14813         * lib/unicase/u32-is-invariant.c: New file.
14814         * modules/unicase/u32-is-invariant: New file.
14815
14816         New module 'unicase/u16-is-invariant'.
14817         * lib/unicase/u16-is-invariant.c: New file.
14818         * modules/unicase/u16-is-invariant: New file.
14819
14820         New module 'unicase/u8-is-invariant'.
14821         * lib/unicase/u8-is-invariant.c: New file.
14822         * lib/unicase/invariant.h: New file.
14823         * lib/unicase/u-is-invariant.h: New file.
14824         * modules/unicase/u8-is-invariant: New file.
14825
14826         Tests for module 'unicase/u32-casecoll'.
14827         * modules/unicase/u32-casecoll-tests: New file.
14828         * tests/unicase/test-u32-casecoll.c: New file.
14829
14830         Tests for module 'unicase/u16-casecoll'.
14831         * modules/unicase/u16-casecoll-tests: New file.
14832         * tests/unicase/test-u16-casecoll.c: New file.
14833
14834         Tests for module 'unicase/u8-casecoll'.
14835         * modules/unicase/u8-casecoll-tests: New file.
14836         * tests/unicase/test-u8-casecoll.c: New file.
14837
14838         New module 'unicase/u32-casecoll'.
14839         * lib/unicase/u32-casecoll.c: New file.
14840         * modules/unicase/u32-casecoll: New file.
14841
14842         New module 'unicase/u16-casecoll'.
14843         * lib/unicase/u16-casecoll.c: New file.
14844         * modules/unicase/u16-casecoll: New file.
14845
14846         New module 'unicase/u8-casecoll'.
14847         * lib/unicase/u8-casecoll.c: New file.
14848         * lib/unicase/u-casecoll.h: New file.
14849         * modules/unicase/u8-casecoll: New file.
14850
14851         New module 'unicase/u32-casexfrm'.
14852         * lib/unicase/u32-casexfrm.c: New file.
14853         * modules/unicase/u32-casexfrm: New file.
14854
14855         New module 'unicase/u16-casexfrm'.
14856         * lib/unicase/u16-casexfrm.c: New file.
14857         * modules/unicase/u16-casexfrm: New file.
14858
14859         New module 'unicase/u8-casexfrm'.
14860         * lib/unicase/u8-casexfrm.c: New file.
14861         * lib/unicase/u-casexfrm.h: New file.
14862         * modules/unicase/u8-casexfrm: New file.
14863
14864         Tests for module 'unicase/u32-casecmp'.
14865         * modules/unicase/u32-casecmp-tests: New file.
14866         * tests/unicase/test-u32-casecmp.c: New file.
14867
14868         Tests for module 'unicase/u16-casecmp'.
14869         * modules/unicase/u16-casecmp-tests: New file.
14870         * tests/unicase/test-u16-casecmp.c: New file.
14871
14872         Tests for module 'unicase/u8-casecmp'.
14873         * modules/unicase/u8-casecmp-tests: New file.
14874         * tests/unicase/test-u8-casecmp.c: New file.
14875         * tests/unicase/test-casecmp.h: New file.
14876
14877         New module 'unicase/u32-casecmp'.
14878         * lib/unicase/u32-casecmp.c: New file.
14879         * modules/unicase/u32-casecmp: New file.
14880
14881         New module 'unicase/u16-casecmp'.
14882         * lib/unicase/u16-casecmp.c: New file.
14883         * modules/unicase/u16-casecmp: New file.
14884
14885         New module 'unicase/u8-casecmp'.
14886         * lib/unicase/u8-casecmp.c: New file.
14887         * lib/unicase/u-casecmp.h: New file.
14888         * modules/unicase/u8-casecmp: New file.
14889
14890         Tests for module 'unicase/u32-casefold'.
14891         * modules/unicase/u32-casefold-tests: New file.
14892         * tests/unicase/test-u32-casefold.c: New file.
14893
14894         Tests for module 'unicase/u16-casefold'.
14895         * modules/unicase/u16-casefold-tests: New file.
14896         * tests/unicase/test-u16-casefold.c: New file.
14897
14898         Tests for module 'unicase/u8-casefold'.
14899         * modules/unicase/u8-casefold-tests: New file.
14900         * tests/unicase/test-u8-casefold.c: New file.
14901
14902         New module 'unicase/u32-casefold'.
14903         * lib/unicase/u32-casefold.c: New file.
14904         * modules/unicase/u32-casefold: New file.
14905
14906         New module 'unicase/u16-casefold'.
14907         * lib/unicase/u16-casefold.c: New file.
14908         * modules/unicase/u16-casefold: New file.
14909
14910         New module 'unicase/u8-casefold'.
14911         * lib/unicase/u8-casefold.c: New file.
14912         * lib/unicase/u-casefold.h: New file.
14913         * modules/unicase/u8-casefold: New file.
14914
14915         New module 'unicase/tocasefold'.
14916         * lib/unicase/casefold.h: New file.
14917         * lib/unicase/tocasefold.c: New file.
14918         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
14919         * modules/unicase/tocasefold: New file.
14920
14921         Tests for module 'unicase/u32-totitle'.
14922         * modules/unicase/u32-totitle-tests: New file.
14923         * tests/unicase/test-u32-totitle.c: New file.
14924
14925         Tests for module 'unicase/u16-totitle'.
14926         * modules/unicase/u16-totitle-tests: New file.
14927         * tests/unicase/test-u16-totitle.c: New file.
14928
14929         Tests for module 'unicase/u8-totitle'.
14930         * modules/unicase/u8-totitle-tests: New file.
14931         * tests/unicase/test-u8-totitle.c: New file.
14932
14933         New module 'unicase/u32-totitle'.
14934         * lib/unicase/u32-totitle.c: New file.
14935         * modules/unicase/u32-totitle: New file.
14936
14937         New module 'unicase/u16-totitle'.
14938         * lib/unicase/u16-totitle.c: New file.
14939         * modules/unicase/u16-totitle: New file.
14940
14941         New module 'unicase/u8-totitle'.
14942         * lib/unicase/u8-totitle.c: New file.
14943         * lib/unicase/u-totitle.h: New file.
14944         * modules/unicase/u8-totitle: New file.
14945
14946         Tests for module 'unicase/u32-tolower'.
14947         * modules/unicase/u32-tolower-tests: New file.
14948         * tests/unicase/test-u32-tolower.c: New file.
14949
14950         Tests for module 'unicase/u16-tolower'.
14951         * modules/unicase/u16-tolower-tests: New file.
14952         * tests/unicase/test-u16-tolower.c: New file.
14953
14954         Tests for module 'unicase/u8-tolower'.
14955         * modules/unicase/u8-tolower-tests: New file.
14956         * tests/unicase/test-u8-tolower.c: New file.
14957
14958         New module 'unicase/u32-tolower'.
14959         * lib/unicase/u32-tolower.c: New file.
14960         * modules/unicase/u32-tolower: New file.
14961
14962         New module 'unicase/u16-tolower'.
14963         * lib/unicase/u16-tolower.c: New file.
14964         * modules/unicase/u16-tolower: New file.
14965
14966         New module 'unicase/u8-tolower'.
14967         * lib/unicase/u8-tolower.c: New file.
14968         * modules/unicase/u8-tolower: New file.
14969
14970         Tests for module 'unicase/u32-toupper'.
14971         * modules/unicase/u32-toupper-tests: New file.
14972         * tests/unicase/test-u32-toupper.c: New file.
14973
14974         Tests for module 'unicase/u16-toupper'.
14975         * modules/unicase/u16-toupper-tests: New file.
14976         * tests/unicase/test-u16-toupper.c: New file.
14977
14978         Tests for module 'unicase/u8-toupper'.
14979         * modules/unicase/u8-toupper-tests: New file.
14980         * tests/unicase/test-u8-toupper.c: New file.
14981
14982         New module 'unicase/u32-toupper'.
14983         * lib/unicase/u32-toupper.c: New file.
14984         * modules/unicase/u32-toupper: New file.
14985
14986         New module 'unicase/u16-toupper'.
14987         * lib/unicase/u16-toupper.c: New file.
14988         * modules/unicase/u16-toupper: New file.
14989
14990         New module 'unicase/u8-toupper'.
14991         * lib/unicase/u8-toupper.c: New file.
14992         * modules/unicase/u8-toupper: New file.
14993
14994         New module 'unicase/u32-casemap'.
14995         * lib/unicase/u32-casemap.c: New file.
14996         * modules/unicase/u32-casemap: New file.
14997
14998         New module 'unicase/u16-casemap'.
14999         * lib/unicase/u16-casemap.c: New file.
15000         * modules/unicase/u16-casemap: New file.
15001
15002         New module 'unicase/u8-casemap'.
15003         * lib/unicase/unicasemap.h: New file.
15004         * lib/unicase/u8-casemap.c: New file.
15005         * lib/unicase/u-casemap.h: New file.
15006         * modules/unicase/u8-casemap: New file.
15007
15008         New module 'unicase/special-casing'.
15009         * lib/unicase/special-casing.h: New file.
15010         * lib/unicase/special-casing.c: New file.
15011         * lib/unicase/special-casing-table.gperf: New file, generated by
15012         gen-uni-tables.c.
15013         * modules/unicase/special-casing: New file.
15014
15015         Tests for module 'unicase/locale-language'.
15016         * modules/unicase/locale-language-tests: New file.
15017         * tests/unicase/test-locale-language.sh: New file.
15018         * tests/unicase/test-locale-language.c: New file.
15019
15020         New module 'unicase/locale-language'.
15021         * lib/unicase/locale-language.c: New file.
15022         * lib/unicase/locale-languages.gperf: New file.
15023         * modules/unicase/locale-language: New file.
15024
15025         Generate more tables for case conversion and case folding.
15026         * lib/gen-uni-tables.c (SCC_*): New enum items.
15027         (struct special_casing_rule): New type.
15028         (casing_rules, num_casing_rules, allocated_casing_rules): New
15029         variables.
15030         (add_casing_rule, fill_casing_rules): New functions.
15031         (struct casefold_rule): New type.
15032         (casefolding_rules, num_casefolding_rules,
15033         allocated_casefolding_rules): New variables.
15034         (fill_casefolding_rules): New function.
15035         (unicode_casefold): New variable.
15036         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
15037         sort_casing_rules, output_casing_rules): New functions.
15038         (main): Accept to more arguments: SpecialCasing.txt and
15039         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
15040         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
15041         Output mapping for casefolding.
15042
15043         * lib/unicase.h: Include stdbool.h, uninorm.h.
15044         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
15045         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
15046         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
15047         arguments.
15048         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
15049         resultp arguments.
15050         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
15051         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
15052         resultp arguments.
15053         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
15054         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
15055         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
15056         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
15057         declarations.
15058         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
15059
15060 2009-03-08  Bruno Haible  <bruno@clisp.org>
15061
15062         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15063         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
15064         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
15065         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15066
15067 2009-03-07  Bruno Haible  <bruno@clisp.org>
15068
15069         Adjust u*_normcmp, u*_normcoll API.
15070         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15071         u16_normcoll, u32_normcoll): Change failure conventions.
15072         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
15073         errno and return -1.
15074         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15075
15076 2009-03-07  Bruno Haible  <bruno@clisp.org>
15077
15078         Tests for module 'uninorm/u32-normcoll'.
15079         * modules/uninorm/u32-normcoll-tests: New file.
15080         * tests/uninorm/test-u32-normcoll.c: New file.
15081
15082         Tests for module 'uninorm/u16-normcoll'.
15083         * modules/uninorm/u16-normcoll-tests: New file.
15084         * tests/uninorm/test-u16-normcoll.c: New file.
15085
15086         Tests for module 'uninorm/u8-normcoll'.
15087         * modules/uninorm/u8-normcoll-tests: New file.
15088         * tests/uninorm/test-u8-normcoll.c: New file.
15089
15090 2009-03-07  Bruno Haible  <bruno@clisp.org>
15091
15092         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
15093         tests/uninorm/test-u32-normcmp.c.
15094         * tests/uninorm/test-u32-normcmp.c: Include it.
15095         (test_nonascii): New function, extracted from main. Add some more
15096         tests.
15097         (main): Invoke test_ascii and test_nonascii.
15098         * modules/uninorm/u32-normcmp-tests (Files): Add
15099         tests/uninorm/test-u32-normcmp.h.
15100         (Depends-on): Remove uninorm/u32-normcmp.
15101
15102         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
15103         tests/uninorm/test-u16-normcmp.c.
15104         * tests/uninorm/test-u16-normcmp.c: Include it.
15105         (test_nonascii): New function, extracted from main. Add some more
15106         tests.
15107         (main): Invoke test_ascii and test_nonascii.
15108         * modules/uninorm/u16-normcmp-tests (Files): Add
15109         tests/uninorm/test-u16-normcmp.h.
15110         (Depends-on): Remove uninorm/u16-normcmp.
15111
15112         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
15113         tests/uninorm/test-u8-normcmp.c.
15114         * tests/uninorm/test-u8-normcmp.c: Include it.
15115         (test_nonascii): New function, extracted from main. Add some more
15116         tests.
15117         (main): Invoke test_ascii and test_nonascii.
15118         * modules/uninorm/u8-normcmp-tests (Files): Add
15119         tests/uninorm/test-u8-normcmp.h.
15120         (Depends-on): Remove uninorm/u8-normcmp.
15121
15122 2009-03-07  Bruno Haible  <bruno@clisp.org>
15123
15124         New module 'uninorm/u32-normcoll'.
15125         * lib/uninorm/u32-normcoll.c: New file.
15126         * modules/uninorm/u32-normcoll: New file.
15127
15128         New module 'uninorm/u16-normcoll'.
15129         * lib/uninorm/u16-normcoll.c: New file.
15130         * modules/uninorm/u16-normcoll: New file.
15131
15132         New module 'uninorm/u8-normcoll'.
15133         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
15134         declarations.
15135         * lib/uninorm/u8-normcoll.c: New file.
15136         * lib/uninorm/u-normcoll.h: New file.
15137         * modules/uninorm/u8-normcoll: New file.
15138
15139         New module 'uninorm/u32-normxfrm'.
15140         * lib/uninorm/u32-normxfrm.c: New file.
15141         * modules/uninorm/u32-normxfrm: New file.
15142
15143         New module 'uninorm/u16-normxfrm'.
15144         * lib/uninorm/u16-normxfrm.c: New file.
15145         * modules/uninorm/u16-normxfrm: New file.
15146
15147         New module 'uninorm/u8-normxfrm'.
15148         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
15149         declarations.
15150         * lib/uninorm/u8-normxfrm.c: New file.
15151         * lib/uninorm/u-normxfrm.h: New file.
15152         * modules/uninorm/u8-normxfrm: New file.
15153
15154 2009-03-07  Bruno Haible  <bruno@clisp.org>
15155
15156         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
15157         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
15158         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
15159
15160 2009-03-07  Bruno Haible  <bruno@clisp.org>
15161
15162         New module 'memxfrm'.
15163         * lib/memxfrm.h: New file.
15164         * lib/memxfrm.c: New file.
15165         * modules/memxfrm: New file.
15166
15167 2009-03-07  Bruno Haible  <bruno@clisp.org>
15168
15169         New module 'memcmp2'.
15170         * lib/memcmp2.h: New file.
15171         * lib/memcmp2.c: New file.
15172         * modules/memcmp2: New file.
15173
15174 2009-03-07  Bruno Haible  <bruno@clisp.org>
15175
15176         Tests for module 'uninorm/decomposing-form'.
15177         * modules/uninorm/decomposing-form-tests: New file.
15178         * tests/uninorm/test-decomposing-form.c: New file.
15179
15180         New module 'uninorm/decomposing-form'.
15181         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
15182         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
15183         Add 'decomposing_variant' field.
15184         * lib/uninorm/decomposing-form.c: New file.
15185         * lib/uninorm/nfc.c (uninorm_nfc): Update.
15186         * lib/uninorm/nfd.c (uninorm_nfd): Update.
15187         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
15188         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
15189         * modules/uninorm/decomposing-form: New file.
15190         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
15191         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
15192
15193 2009-03-07  Bruno Haible  <bruno@clisp.org>
15194
15195         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
15196         strings.
15197
15198 2009-03-06  Bruno Haible  <bruno@clisp.org>
15199
15200         Tests for module 'uninorm/u32-normcmp'.
15201         * tests/uninorm/test-u32-normcmp.c: New file.
15202         * modules/uninorm/u32-normcmp-tests: New file.
15203
15204         Tests for module 'uninorm/u16-normcmp'.
15205         * tests/uninorm/test-u16-normcmp.c: New file.
15206         * modules/uninorm/u16-normcmp-tests: New file.
15207
15208         Tests for module 'uninorm/u8-normcmp'.
15209         * tests/uninorm/test-u8-normcmp.c: New file.
15210         * modules/uninorm/u8-normcmp-tests: New file.
15211
15212         New module 'uninorm/u32-normcmp'.
15213         * lib/uninorm/u32-normcmp.c: New file.
15214         * modules/uninorm/u32-normcmp: New file.
15215
15216         New module 'uninorm/u16-normcmp'.
15217         * lib/uninorm/u16-normcmp.c: New file.
15218         * modules/uninorm/u16-normcmp: New file.
15219
15220         New module 'uninorm/u8-normcmp'.
15221         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
15222         declarations.
15223         * lib/uninorm/u8-normcmp.c: New file.
15224         * lib/uninorm/u-normcmp.h: New file.
15225         * modules/uninorm/u8-normcmp: New file.
15226
15227 2009-03-06  Bruno Haible  <bruno@clisp.org>
15228
15229         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
15230         Reported by Eric Blake.
15231
15232 2009-03-06  Eric Blake  <ebb9@byu.net>
15233             Bruno Haible  <bruno@clisp.org>
15234
15235         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
15236         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
15237         condition.
15238         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15239         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
15240         condition.
15241         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15242
15243 2009-03-06  Eric Blake  <ebb9@byu.net>
15244
15245         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
15246         to avoid compiler warnings.
15247         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
15248
15249 2009-03-05  Bruno Haible  <bruno@clisp.org>
15250
15251         * tests/test-ftell.c (main): Disable test beyond end of file on
15252         FreeMiNT.
15253         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15254
15255 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
15256
15257         * lib/filevercmp.c: Move hidden files up in ordering.
15258         * tests/test-filevercmp.c: Add tests for hidden files.
15259
15260 2009-03-04  Bruno Haible  <bruno@clisp.org>
15261
15262         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
15263         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
15264         AM_CFLAGS.
15265         Reported by Simon Josefsson.
15266
15267 2009-03-03  Bruno Haible  <bruno@clisp.org>
15268
15269         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
15270         Reported by Simon Josefsson.
15271
15272         * doc/ld-version-script.texi: Update node reference.
15273
15274 2009-03-03  Bruno Haible  <bruno@clisp.org>
15275
15276         * modules/visibility (License): Change to 'unlimited'.
15277         Suggested by Simon Josefsson.
15278
15279 2009-03-03  Jim Meyering  <meyering@redhat.com>
15280
15281         unlinkdir: cannot_unlink_dir may modify process state
15282         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
15283         it's neither thread-safe nor appropriate for use in a library.
15284
15285 2009-03-03  Eric Blake  <ebb9@byu.net>
15286
15287         test-closein: silence test under Darwin
15288         * tests/test-closein.sh: Ignore stderr from cat, since we don't
15289         care if it dies from EPIPE or EBADF.
15290
15291 2009-03-03  Bruno Haible  <bruno@clisp.org>
15292
15293         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
15294         earlier.
15295         * doc/visibility.texi: Fix @node and @section.
15296
15297 2009-03-03  Simon Josefsson  <simon@josefsson.org>
15298
15299         * doc/gnulib.texi: Link to sections for ld version script and
15300         visibility.
15301         * doc/visibility.texi: Add @node and @section.
15302         * modules/ld-version-script: New module.
15303         * m4/ld-version-script.m4: New file.
15304         * doc/ld-version-script.texi: New file.
15305
15306 2009-03-02  David Lutterkort  <lutter@redhat.com>
15307
15308         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
15309         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15310
15311 2009-03-02  Bruno Haible  <bruno@clisp.org>
15312
15313         * doc/visibility.texi: Mention libtool's -export-symbols option.
15314
15315 2009-03-02  Jim Meyering  <meyering@redhat.com>
15316
15317         announce-gen: new option: --no-print-checksums
15318         * build-aux/announce-gen (usage): Describe it.
15319         (print_checksums): Print a newline here, not in the [*] footnote.
15320         (main): Honor it.
15321
15322 2009-03-01  Bruno Haible  <bruno@clisp.org>
15323
15324         Use socklen_t in the native Windows replacements prototypes.
15325         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
15326         instead of 'int'.
15327         * lib/getsockopt.c (rpl_getsockopt): Likewise.
15328         * lib/setsockopt.c (rpl_setsockopt): Likewise.
15329         * modules/getsockopt (Depends-on): Add socklen.
15330         * modules/setsockopt (Depends-on): Add socklen.
15331
15332 2009-03-01  Bruno Haible  <bruno@clisp.org>
15333
15334         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
15335         least 4.2.
15336
15337 2009-03-01  Eric Blake  <ebb9@byu.net>
15338             Bruno Haible  <bruno@clisp.org>
15339
15340         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
15341         error messages.
15342         * lib/wait-process.c (wait_subprocess): Omit error message about
15343         deadly signal sent to the child of termsigp != NULL.
15344
15345 2009-03-01  Eric Blake  <ebb9@byu.net>
15346
15347         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
15348
15349 2009-03-01  Bruno Haible  <bruno@clisp.org>
15350
15351         Avoid a gcc warning.
15352         * tests/test-sched.c (b): Make global.
15353         Reported by Eric Blake.
15354
15355 2009-01-19  Martin Lambers  <marlam@marlam.de>
15356
15357         Provide POSIX semantics for socket timeout options on W32.
15358         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
15359         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
15360         * modules/setsockopt: Depend on sys_time module for struct timeval.
15361         * modules/getsockopt: Depend on sys_time module for struct timeval.
15362
15363 2009-03-01  Simon Josefsson  <simon@josefsson.org>
15364
15365         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
15366         __USE_GNU, for consistency with netdb.in.h.
15367         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15368
15369 2009-03-01  Bruno Haible  <bruno@clisp.org>
15370
15371         More support for FreeMiNT.
15372         * lib/fseeko.c (rpl_fseeko): Complete last commit.
15373         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15374
15375 2009-03-01  Bruno Haible  <bruno@clisp.org>
15376
15377         More support for FreeMiNT.
15378         * lib/fpurge.c (fpurge): Correct last commit.
15379         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15380
15381 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15382
15383         Fix unportable awk script in vc-list-files.
15384         * build-aux/vc-list-files: In the replacement awk script, use
15385         substr with a second argument of 1, not zero.
15386         Report by Simon Josefsson.
15387
15388 2009-02-28  Bruno Haible  <bruno@clisp.org>
15389
15390         More support for FreeMiNT.
15391         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
15392         to FreeMiNT today.
15393         * lib/fwriting.c (fwriting): Likewise.
15394         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
15395
15396 2009-02-28  Bruno Haible  <bruno@clisp.org>
15397
15398         * tests/test-freadseek.c (main): Disable test beyond end of file on
15399         FreeMiNT.
15400         * tests/test-ftello.c (main): Likewise.
15401         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15402
15403 2009-02-28  Bruno Haible  <bruno@clisp.org>
15404
15405         Add tentative support for FreeMiNT.
15406         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
15407         * lib/fpurge.c (fpurge): Likewise.
15408         * lib/freadable.c (freadable): Likewise.
15409         * lib/freading.c (freading): Likewise.
15410         * lib/freadptr.c (freadptr): Likewise.
15411         * lib/freadseek.c (freadptrinc): Likewise.
15412         * lib/fseeko.c (rpl_fseeko): Likewise.
15413         * lib/fseterr.c (fseterr): Likewise.
15414         * lib/fwritable.c (fwritable): Likewise.
15415         * lib/fwriting.c (fwriting): Likewise.
15416         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
15417         Hourihane.
15418         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15419
15420 2009-02-28  Bruno Haible  <bruno@clisp.org>
15421
15422         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
15423         SIGCHLD.
15424         Reported by Jim Meyering.
15425
15426 2009-02-28  Bruno Haible  <bruno@clisp.org>
15427
15428         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
15429         Mention the results of these tests on various platforms.
15430         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
15431         order.
15432         * doc/posix-functions/printf.texi: Likewise.
15433         * doc/posix-functions/snprintf.texi: Likewise.
15434         * doc/posix-functions/sprintf.texi: Likewise.
15435         * doc/posix-functions/vfprintf.texi: Likewise.
15436         * doc/posix-functions/vprintf.texi: Likewise.
15437         * doc/posix-functions/vsnprintf.texi: Likewise.
15438         * doc/posix-functions/vsprintf.texi: Likewise.
15439         * doc/glibc-functions/obstack_printf.texi: Likewise.
15440         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
15441
15442 2009-02-28  Bruno Haible  <bruno@clisp.org>
15443
15444         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
15445         Reported by Loïc Minier <lool@dooz.org>.
15446
15447 2009-02-27  Bruno Haible  <bruno@clisp.org>
15448
15449         * gnulib-tool (func_import): Make the sed expression used to create the
15450         sed script for updating the .gitignore file POSIX compliant.
15451         Reported by Eric Blake.
15452
15453 2009-02-27  Bruno Haible  <bruno@clisp.org>
15454
15455         * gnulib-tool (sed): Don't alias as "sed --posix".
15456         Reported by Eric Blake.
15457
15458 2009-02-27  Bruno Haible  <bruno@clisp.org>
15459
15460         Avoid test link errors.
15461         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
15462         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
15463         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
15464         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
15465         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15466
15467 2009-02-27  Bruno Haible  <bruno@clisp.org>
15468
15469         Avoid spurious "(cached)" in configure output.
15470         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
15471         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
15472         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
15473         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
15474         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
15475         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
15476         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
15477         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
15478         Reported by Eric Blake.
15479
15480 2009-02-27  Eric Blake  <ebb9@byu.net>
15481
15482         printf: fix regression in previous patch
15483         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
15484
15485 2009-02-27  Bruno Haible  <bruno@clisp.org>
15486
15487         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
15488         value.
15489         * lib/stdint.in.h: Likewise.
15490         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
15491
15492 2009-02-27  Eric Blake  <ebb9@byu.net>
15493
15494         doc: mention more functions added in cygwin 1.7.0
15495         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
15496         addition.
15497         * doc/posix-functions/open_wmemstream.texi: Likewise.
15498         * doc/posix-functions/wcsnlen.texi: Likewise.
15499         * doc/posix-functions/wcsnrtombs.texi: Likewise.
15500         * doc/posix-functions/wcstod.texi: Likewise.
15501         * doc/posix-functions/wcstof.texi: Likewise.
15502         * doc/posix-functions/wcstoimax.texi: Likewise.
15503         * doc/posix-functions/wcstok.texi: Likewise.
15504         * doc/posix-functions/wcstoumax.texi: Likewise.
15505
15506         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
15507         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
15508         * doc/posix-functions/fprintf.texi: Update.
15509         * doc/posix-functions/printf.texi: Update.
15510         * doc/posix-functions/snprintf.texi: Update.
15511         * doc/posix-functions/sprintf.texi: Update.
15512         * doc/posix-functions/vfprintf.texi: Update.
15513         * doc/posix-functions/vprintf.texi: Update.
15514         * doc/posix-functions/vsnprintf.texi: Update.
15515         * doc/posix-functions/vsprintf.texi: Update.
15516         * doc/glibc-functions/obstack_printf.texi: Update.
15517         * doc/glibc-functions/obstack_vprintf.texi: Update.
15518
15519 2009-02-26  Eric Blake  <ebb9@byu.net>
15520
15521         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
15522         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
15523         compilation bug by using runtime conversion.
15524         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
15525         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
15526         * modules/ceill-tests (Files): Use nan.h.
15527         * modules/floorl-tests (Files): Likewise.
15528         * modules/frexpl-tests (Files): Likewise.
15529         * modules/isnanl-tests (Files): Likewise.
15530         * modules/ldexpl-tests (Files): Likewise.
15531         * modules/roundl-tests (Files): Likewise.
15532         * modules/truncl-tests (Files): Likewise.
15533         * tests/test-ceill.c (main): Use a working NaN.
15534         * tests/test-floorl.c (main): Likewise.
15535         * tests/test-frexpl.c (main): Likewise.
15536         * tests/test-isnan.c (test_long_double): Likewise.
15537         * tests/test-isnanl.h (main): Likewise.
15538         * tests/test-ldexpl.h (main): Likewise.
15539         * tests/test-roundl.h (main): Likewise.
15540         * tests/test-truncl.h (main): Likewise.
15541         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
15542
15543 2009-02-26  Eric Blake  <ebb9@byu.net>
15544             Bruno Haible  <bruno@clisp.org>
15545
15546         Work around a *printf bug with %ls on Solaris.
15547         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
15548         precision is specified, sprintf stops converting the wide string
15549         argument when the number of bytes that have been produced by this
15550         conversion equals or exceeds the precision.
15551         * doc/posix-functions/fprintf.texi: Update.
15552         * doc/posix-functions/printf.texi: Update.
15553         * doc/posix-functions/snprintf.texi: Update.
15554         * doc/posix-functions/sprintf.texi: Update.
15555         * doc/posix-functions/vfprintf.texi: Update.
15556         * doc/posix-functions/vprintf.texi: Update.
15557         * doc/posix-functions/vsnprintf.texi: Update.
15558         * doc/posix-functions/vsprintf.texi: Update.
15559         * doc/glibc-functions/obstack_printf.texi: Update.
15560         * doc/glibc-functions/obstack_vprintf.texi: Update.
15561
15562 2009-02-26  Eric Blake  <ebb9@byu.net>
15563
15564         stdlib: favor compiler check of random.h
15565         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
15566         to avoid an ObjC random.h installed by Swarm.
15567
15568 2009-02-26  Bruno Haible  <bruno@clisp.org>
15569
15570         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
15571         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
15572         Reported by Gary V. Vaughan <gary@gnu.org>.
15573
15574 2009-02-26  Bruno Haible  <bruno@clisp.org>
15575
15576         Fix *printf behaviour regarding the %ls directive.
15577         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
15578         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
15579         NEED_PRINTF_DIRECTIVE_LS.
15580         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
15581         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
15582         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15583         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
15584         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
15585         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
15586         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
15587         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15588         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15589         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15590         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15591         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
15592         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15593         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15594         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15595         * doc/posix-functions/fprintf.texi: Update.
15596         * doc/posix-functions/printf.texi: Update.
15597         * doc/posix-functions/snprintf.texi: Update.
15598         * doc/posix-functions/sprintf.texi: Update.
15599         * doc/posix-functions/vfprintf.texi: Update.
15600         * doc/posix-functions/vprintf.texi: Update.
15601         * doc/posix-functions/vsnprintf.texi: Update.
15602         * doc/posix-functions/vsprintf.texi: Update.
15603         * doc/glibc-functions/obstack_printf.texi: Update.
15604         * doc/glibc-functions/obstack_vprintf.texi: Update.
15605         Reported by Eric Blake.
15606
15607 2009-02-25  Bruno Haible  <bruno@clisp.org>
15608
15609         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
15610         with known value.
15611         Reported by Gary V. Vaughan <gary@gnu.org>.
15612
15613 2009-02-25  Bruno Haible  <bruno@clisp.org>
15614
15615         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
15616         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
15617         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
15618         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
15619         Reported by Gary V. Vaughan <gary@gnu.org>.
15620
15621 2009-02-25  Bruno Haible  <bruno@clisp.org>
15622
15623         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
15624         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
15625         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
15626         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
15627         Reported by Gary V. Vaughan <gary@gnu.org>.
15628
15629 2009-02-25  Eric Blake  <ebb9@byu.net>
15630
15631         tests: skip fseek/ftell tests if ungetc is broken
15632         * m4/ungetc.m4: New file.
15633         * modules/fseek-tests: Split test, so ungetc dependency is
15634         separate from rest of test.
15635         * modules/fseeko-tests: Likewise.
15636         * modules/ftell-tests: Likewise.
15637         * modules/ftello-tests: Likewise.
15638         * tests/test-fseek.c (main): Isolate ungetc dependency.
15639         * tests/test-fseeko.c (main): Likewise.
15640         * tests/test-ftell.c (main): Likewise.
15641         * tests/test-ftello.c (main): Likewise.
15642         * tests/test-fseek2.sh: New file.
15643         * tests/test-fseeko2.sh: Likewise.
15644         * tests/test-ftell2.sh: Likewise.
15645         * tests/test-ftello2.sh: Likewise.
15646
15647 2009-02-25  Ondřej Vašík  <ovasik@redhat.com>
15648
15649         test-getaddrinfo: fix usage of skip return code 77
15650         * tests/test-gettaddrinfo.c: Return skip code 77 only
15651         for first occurance of skip (4x77 is not 77)
15652
15653 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
15654
15655         strtod: avoid C99 decl-after-statement
15656         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
15657
15658 2009-02-24  Eric Blake  <ebb9@byu.net>
15659
15660         strtod: detect HP-UX 11.31 bug
15661         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
15662         Reported by Gary V. Vaughan.
15663
15664 2009-02-23  Bruno Haible  <bruno@clisp.org>
15665
15666         Fix invalid read past end of memory block.
15667         * lib/vasnprintf.c (DCHAR_SET): Define.
15668         (local_wcslen): Define only when needed.
15669         (local_strnlen, local_wcsnlen): New functions.
15670         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
15671         directives that involve a conversion ourselves.
15672         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
15673         wcsnlen, mbrtowc, wcrtomb.
15674         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
15675         * tests/test-vasprintf-posix.c (test_function): Likewise.
15676         * tests/test-snprintf-posix.h (test_function): Likewise.
15677         * tests/test-sprintf-posix.h (test_function): Likewise.
15678         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15679
15680 2009-02-22  Bruno Haible  <bruno@clisp.org>
15681
15682         Implement new clarified decomposition of Hangul syllables.
15683         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
15684         of type LTV, return only a pairwise decomposition.
15685         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
15686         Likewise.
15687         * tests/uninorm/test-decomposition.c (main): Updated expected result.
15688         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
15689         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
15690
15691 2009-02-22  Bruno Haible  <bruno@clisp.org>
15692
15693         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
15694         zero-length results and shrink excess allocated memory.
15695         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
15696         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
15697         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
15698         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
15699         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
15700         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
15701         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
15702         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
15703         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
15704         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
15705         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
15706         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
15707
15708 2009-02-21  Bruno Haible  <bruno@clisp.org>
15709
15710         * doc/gnulib.texi: Include safe-alloc.texi earlier.
15711         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
15712         spaces after a period. Put a space between a macro name and its
15713         argument list. Trivial rewordings.
15714         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
15715         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
15716         (main): Return 0 explicitly.
15717
15718 2009-02-21  Bruno Haible  <bruno@clisp.org>
15719
15720         Tests for module 'uninorm/filter'.
15721         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
15722         * modules/uninorm/filter-tests: New file.
15723
15724         New module 'uninorm/filter'.
15725         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
15726         uninorm_filter_flush, uninorm_filter_free): New declarations.
15727         * lib/uninorm/uninorm-filter.c: New file.
15728         * modules/uninorm/filter: New file.
15729
15730 2009-02-21  Bruno Haible  <bruno@clisp.org>
15731
15732         Tests for module 'uninorm/nfkc'.
15733         * tests/uninorm/test-nfkc.c: New file.
15734         * tests/uninorm/test-u8-nfkc.c: New file.
15735         * tests/uninorm/test-u16-nfkc.c: New file.
15736         * tests/uninorm/test-u32-nfkc.c: New file.
15737         * tests/uninorm/test-u32-nfkc-big.sh: New file.
15738         * tests/uninorm/test-u32-nfkc-big.c: New file.
15739         * modules/uninorm/nfkc-tests: New file.
15740
15741         New module 'uninorm/nfkc'.
15742         * lib/uninorm/nfkc.c: New file.
15743         * modules/uninorm/nfkc: New file.
15744
15745         Tests for module 'uninorm/nfkd'.
15746         * tests/uninorm/test-nfkd.c: New file.
15747         * tests/uninorm/test-u8-nfkd.c: New file.
15748         * tests/uninorm/test-u16-nfkd.c: New file.
15749         * tests/uninorm/test-u32-nfkd.c: New file.
15750         * tests/uninorm/test-u32-nfkd-big.sh: New file.
15751         * tests/uninorm/test-u32-nfkd-big.c: New file.
15752         * modules/uninorm/nfkd-tests: New file.
15753
15754         New module 'uninorm/nfkd'.
15755         * lib/uninorm/nfkd.c: New file.
15756         * modules/uninorm/nfkd: New file.
15757
15758         Tests for module 'uninorm/nfc'.
15759         * tests/uninorm/test-nfc.c: New file.
15760         * tests/uninorm/test-u8-nfc.c: New file.
15761         * tests/uninorm/test-u16-nfc.c: New file.
15762         * tests/uninorm/test-u32-nfc.c: New file.
15763         * tests/uninorm/test-u32-nfc-big.sh: New file.
15764         * tests/uninorm/test-u32-nfc-big.c: New file.
15765         * modules/uninorm/nfc-tests: New file.
15766
15767         New module 'uninorm/nfc'.
15768         * lib/uninorm/nfc.c: New file.
15769         * modules/uninorm/nfc: New file.
15770
15771         Tests for module 'uninorm/nfd'.
15772         * tests/uninorm/test-nfd.c: New file.
15773         * tests/uninorm/test-u8-nfd.c: New file.
15774         * tests/uninorm/test-u16-nfd.c: New file.
15775         * tests/uninorm/test-u32-nfd.c: New file.
15776         * tests/uninorm/test-u32-nfd-big.sh: New file.
15777         * tests/uninorm/test-u32-nfd-big.c: New file.
15778         * tests/uninorm/test-u32-normalize-big.h: New file.
15779         * tests/uninorm/test-u32-normalize-big.c: New file.
15780         * tests/uninorm/NormalizationTest.txt: New file, created from
15781         Unicode 5.1.0 NormalizationTest.txt.
15782         * modules/uninorm/nfd-tests: New file.
15783
15784         New module 'uninorm/nfd'.
15785         * lib/uninorm/nfd.c: New file.
15786         * modules/uninorm/nfd: New file.
15787
15788         New module 'uninorm/u32-normalize'.
15789         * lib/uninorm/u32-normalize.c: New file.
15790         * modules/uninorm/u32-normalize: New file.
15791
15792         New module 'uninorm/u16-normalize'.
15793         * lib/uninorm/u16-normalize.c: New file.
15794         * modules/uninorm/u16-normalize: New file.
15795
15796         New module 'uninorm/u8-normalize'.
15797         * lib/uninorm/u8-normalize.c: New file.
15798         * lib/uninorm/normalize-internal.h: New file.
15799         * lib/uninorm/u-normalize-internal.h: New file.
15800         * modules/uninorm/u8-normalize: New file.
15801
15802         New module 'uninorm/decompose-internal'.
15803         * lib/uninorm/decompose-internal.c: New file.
15804         * modules/uninorm/decompose-internal: New file.
15805
15806         Tests for module 'uninorm/composition'.
15807         * tests/uninorm/test-composition.c: New file.
15808         * modules/uninorm/composition-tests: New file.
15809
15810         New module 'uninorm/composition'.
15811         * lib/uninorm/composition.c: New file.
15812         * lib/uninorm/composition-table.gperf: New file, generated by
15813         gen-uni-tables.
15814         * modules/uninorm/composition: New file.
15815
15816         Tests for module 'uninorm/compat-decomposition'.
15817         * tests/uninorm/test-compat-decomposition.c: New file.
15818         * modules/uninorm/compat-decomposition-tests: New file.
15819
15820         New module 'uninorm/compat-decomposition'.
15821         * lib/uninorm/decompose-internal.h: New file.
15822         * lib/uninorm/compat-decomposition.c: New file.
15823         * modules/uninorm/compat-decomposition: New file.
15824
15825         Tests for module 'uninorm/canonical-decomposition'.
15826         * tests/uninorm/test-canonical-decomposition.c: New file.
15827         * modules/uninorm/canonical-decomposition-tests: New file.
15828
15829         New module 'uninorm/canonical-decomposition'.
15830         * lib/uninorm/canonical-decomposition.c: New file.
15831         * modules/uninorm/canonical-decomposition: New file.
15832
15833         Tests for module 'uninorm/decomposition'.
15834         * tests/uninorm/test-decomposition.c: New file.
15835         * modules/uninorm/decomposition-tests: New file.
15836
15837         New module 'uninorm/decomposition'.
15838         * lib/uninorm/decomposition.c: New file.
15839         * modules/uninorm/decomposition: New file.
15840
15841         New module 'uninorm/decomposition-table'.
15842         * lib/uninorm/decomposition-table.h: New file.
15843         * lib/uninorm/decomposition-table.c: New file.
15844         * lib/uninorm/decomposition-table1.h: New file, generated by
15845         gen-uni-tables.
15846         * lib/uninorm/decomposition-table2.h: New file, generated by
15847         gen-uni-tables.
15848         * modules/uninorm/decomposition-table: New file.
15849
15850         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
15851         (UC_DECOMP_*): New enumeration items.
15852         (get_decomposition): New function.
15853         (struct decomp_table): New type.
15854         (output_decomposition, output_decomposition_tables): New functions.
15855         (unicode_composition_exclusions): New variable.
15856         (fill_composition_exclusions, debug_output_composition_tables): New
15857         functions.
15858         (main): Accept one more argument. Invoke fill_composition_exclusions.
15859         Output decomposition and composition tables.
15860
15861         New module 'uninorm/base'.
15862         * lib/uninorm.h: New file.
15863         * lib/unictype.h: Update comment.
15864         * modules/uninorm/base: New file.
15865
15866 2009-02-21  David Lutterkort  <lutter@redhat.com>
15867
15868         Tests for module 'safe-alloc'.
15869         * tests/test-safe-alloc.c: New file.
15870         * modules/safe-alloc-tests: New file.
15871
15872         New module 'safe-alloc'.
15873         * lib/safe-alloc.h: New file.
15874         * lib/safe-alloc.c: New file.
15875         * m4/safe-alloc.m4: New file.
15876         * modules/safe-alloc: New file.
15877         * doc/safe-alloc.texi: New file.
15878         * doc/gnulib.texi: Include it.
15879         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
15880         safe-alloc.
15881
15882 2009-02-18  Bruno Haible  <bruno@clisp.org>
15883
15884         Fix link error on non-glibc systems.
15885         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
15886         variable.
15887         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15888
15889 2009-02-18  Jim Meyering  <meyering@redhat.com>
15890
15891         fts: avoid used-uninitialized error due to recent change
15892         * lib/fts.c (fts_read): Guard uses of the new member,
15893         parent->fts_n_dirs_remaining, since it's not relevant for
15894         the parent of a directory specified on the command-line.
15895
15896 2009-02-17  James Youngman  <jay@gnu.org>
15897             Bruno Haible  <bruno@clisp.org>
15898
15899         * m4/include_next.m4: Reformulate comment.
15900
15901 2009-02-16  Jim Meyering  <meyering@redhat.com>
15902
15903         fts: add #if guards so that the fts_lgpl module still builds
15904         * lib/fts.c: Guard just-added hash-table-using parts with
15905         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
15906         Reported by Simon Josefsson.
15907
15908 2009-02-15  Bruno Haible  <bruno@clisp.org>
15909
15910         * modules/array-mergesort-tests: New file.
15911         * tests/test-array-mergesort.c: New file.
15912
15913         New module 'array-mergesort'.
15914         * modules/array-mergesort: New file.
15915         * lib/array-mergesort.h: New file.
15916
15917 2009-02-15  Bruno Haible  <bruno@clisp.org>
15918
15919         Fix 2009-02-07 commit.
15920         * lib/gen-uni-tables.c (output_predicate, output_category,
15921         output_combclass, output_bidi_category, output_decimal_digit,
15922         output_digit, output_numeric, output_mirror, output_scripts,
15923         output_ident_category, output_simple_mapping): Fix format directives.
15924         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
15925
15926 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
15927
15928         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
15929         fixes are available from IBM.
15930
15931 2009-02-13  Jim Meyering  <meyering@redhat.com>
15932
15933         fts: arrange not to stat non-directories in more cases
15934         This makes GNU find (when it doesn't need to stat each file)
15935         *much* more efficient at traversing reiserfs file systems.
15936         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
15937         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
15938         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
15939         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
15940         (leaf_optimization_applies): New function.
15941         (LCO_hash, LCO_compare): New helper functions.
15942         (link_count_optimize_ok): New function.
15943         (fts_stat): Initialize new member (if dir).
15944         (fts_read): Decrement parent's fts_n_dirs_remaining count if
15945         we've just stat'ed a directory.  Skip the stat call when possible.
15946         ---
15947         Note this AFS-related exchange:
15948         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
15949         and note find's pioctl call in find/fstype.c.
15950         But that is necessary only if you want to enable the
15951         optimization for AFS, and for now, I don't.
15952
15953         fts: move a function definition "up" (no semantic change)
15954         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
15955         "up" to precede upcoming use of a related function.
15956
15957 2009-02-11  Jim Meyering  <meyering@redhat.com>
15958
15959         fts: correct internal computation of nlinks (optimization-related)
15960         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
15961         whether the current entry is a directory, so don't test it.
15962
15963 2009-02-10  Bruno Haible  <bruno@clisp.org>
15964
15965         Tests for module 'uniwbrk/ulc-wordbreaks'.
15966         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
15967         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
15968         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
15969
15970         Tests for module 'uniwbrk/u32-wordbreaks'.
15971         * modules/uniwbrk/u32-wordbreaks-tests: New file.
15972         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
15973
15974         Tests for module 'uniwbrk/u16-wordbreaks'.
15975         * modules/uniwbrk/u16-wordbreaks-tests: New file.
15976         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
15977
15978         Tests for module 'uniwbrk/u8-wordbreaks'.
15979         * modules/uniwbrk/u8-wordbreaks-tests: New file.
15980         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
15981
15982 2009-02-10  Bruno Haible  <bruno@clisp.org>
15983
15984         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
15985         property.
15986         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
15987         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
15988         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
15989
15990 2009-02-10  Simon Josefsson  <simon@josefsson.org>
15991
15992         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
15993         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
15994
15995 2009-02-10  Bruno Haible  <bruno@clisp.org>
15996
15997         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
15998         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
15999         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
16000         * lib/unilbrk/u8-possible-linebreaks.c: Update.
16001         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
16002         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
16003
16004 2009-02-09  Simon Josefsson  <simon@josefsson.org>
16005
16006         * lib/sockets.h (gl_fd_to_handle): New function.
16007
16008         * tests/test-sockets.c: Call gl_fd_to_handle.
16009
16010 2009-02-09  Bruno Haible  <bruno@clisp.org>
16011
16012         * doc/havelib.texi: Document the conventions on bi-arch systems.
16013
16014 2009-02-08  Bruno Haible  <bruno@clisp.org>
16015
16016         Document the AC_LIB_LINKFLAGS macro.
16017         * doc/havelib.texi: New file, mostly written on 2005-05-24.
16018         * doc/gnulib.texi: Include it.
16019
16020 2009-02-08  Bruno Haible  <bruno@clisp.org>
16021
16022         Fix wrong order of sections, compared to TOC.
16023         * doc/gnulib.texi: Include relocatable-maint.texi after the
16024         "Regular expressions" node, not before.
16025
16026 2009-02-08  Bruno Haible  <bruno@clisp.org>
16027
16028         Tests for module 'unicase/totitle'.
16029         * modules/unicase/totitle-tests: New file.
16030
16031         Tests for module 'unicase/tolower'.
16032         * modules/unicase/tolower-tests: New file.
16033
16034         Tests for module 'unicase/toupper'.
16035         * modules/unicase/toupper-tests: New file.
16036         * tests/unicase/test-mapping-part1.h: New file.
16037         * tests/unicase/test-mapping-part2.h: New file.
16038
16039         New module 'unicase/totitle'.
16040         * modules/unicase/totitle: New file.
16041         * lib/unicase/totitle.c: New file.
16042
16043         New module 'unicase/tolower'.
16044         * modules/unicase/tolower: New file.
16045         * lib/unicase/tolower.c: New file.
16046
16047         New module 'unicase/toupper'.
16048         * modules/unicase/toupper: New file.
16049         * lib/unicase/toupper.c: New file.
16050         * lib/unicase/simple-mapping.h: New file.
16051
16052         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
16053         (mapping_table): New structure.
16054         (output_simple_mapping): New function.
16055         (main): Invoke output_simple_mapping_test and output_simple_mapping.
16056         * modules/gen-uni-tables (Description): Update.
16057         * lib/unicase/toupper.h: New file, automatically generated by
16058         gen-uni-tables.
16059         * lib/unicase/tolower.h: New file, automatically generated by
16060         gen-uni-tables.
16061         * lib/unicase/totitle.h: New file, automatically generated by
16062         gen-uni-tables.
16063         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
16064         gen-uni-tables.
16065         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
16066         gen-uni-tables.
16067         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
16068         gen-uni-tables.
16069
16070         New module 'unicase/base'.
16071         * modules/unicase/base: New file.
16072         * lib/unicase.h: New file.
16073
16074 2009-02-08  Bruno Haible  <bruno@clisp.org>
16075
16076         New module 'uniwbrk/ulc-wordbreaks'.
16077         * modules/uniwbrk/ulc-wordbreaks: New file.
16078         * lib/uniwbrk/ulc-wordbreaks.c: New file.
16079
16080         New module 'uniwbrk/u32-wordbreaks'.
16081         * modules/uniwbrk/u32-wordbreaks: New file.
16082         * lib/uniwbrk/u32-wordbreaks.c: New file.
16083
16084         New module 'uniwbrk/u16-wordbreaks'.
16085         * modules/uniwbrk/u16-wordbreaks: New file.
16086         * lib/uniwbrk/u16-wordbreaks.c: New file.
16087
16088         New module 'uniwbrk/u8-wordbreaks'.
16089         * modules/uniwbrk/u8-wordbreaks: New file.
16090         * lib/uniwbrk/u8-wordbreaks.c: New file.
16091         * lib/uniwbrk/u-wordbreaks.h: New file.
16092
16093         New module 'uniwbrk/table'.
16094         * modules/uniwbrk/table: New file.
16095         * lib/uniwbrk/wbrktable.h: New file.
16096         * lib/uniwbrk/wbrktable.c: New file.
16097
16098         New module 'uniwbrk/wordbreak-property'.
16099         * modules/uniwbrk/wordbreak-property: New file.
16100         * lib/uniwbrk/wordbreak-property.c: New file.
16101
16102         * lib/gen-uni-tables.c (WBP_*): New enum items.
16103         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
16104         (unicode_org_wbp): New variable.
16105         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
16106         New functions.
16107         (wbp_table): New structure.
16108         (output_wbp, output_wbrk_tables): New functions.
16109         (main): Accept additional argument. Invoke fill_org_wbp,
16110         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
16111         output_wbrk_tables.
16112         * modules/gen-uni-tables (Description): Update.
16113         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
16114         gen-uni-tables.
16115
16116         New module 'uniwbrk/base'.
16117         * modules/uniwbrk/base: New file.
16118         * lib/uniwbrk.h: New file.
16119
16120 2009-02-08  Bruno Haible  <bruno@clisp.org>
16121
16122         Update to Unicode 5.1.0.
16123         * lib/gen-uni-tables.c (is_property_alphabetic): Include
16124         U+2185..U+2188.
16125         (is_property_default_ignorable_code_point): Don't include characters
16126         of category Cc or Cs and not-a-characters.
16127         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
16128         U+0D79, U+109E, U+109F, U+A60C.
16129         * lib/unictype/bidi_of.h: Regenerated.
16130         * lib/unictype/blocks.h: Regenerated.
16131         * lib/unictype/categ_C.h: Regenerated.
16132         * lib/unictype/categ_Cf.h: Regenerated.
16133         * lib/unictype/categ_Cn.h: Regenerated.
16134         * lib/unictype/categ_L.h: Regenerated.
16135         * lib/unictype/categ_Ll.h: Regenerated.
16136         * lib/unictype/categ_Lm.h: Regenerated.
16137         * lib/unictype/categ_Lo.h: Regenerated.
16138         * lib/unictype/categ_Lu.h: Regenerated.
16139         * lib/unictype/categ_M.h: Regenerated.
16140         * lib/unictype/categ_Mc.h: Regenerated.
16141         * lib/unictype/categ_Me.h: Regenerated.
16142         * lib/unictype/categ_Mn.h: Regenerated.
16143         * lib/unictype/categ_N.h: Regenerated.
16144         * lib/unictype/categ_Nd.h: Regenerated.
16145         * lib/unictype/categ_Nl.h: Regenerated.
16146         * lib/unictype/categ_No.h: Regenerated.
16147         * lib/unictype/categ_P.h: Regenerated.
16148         * lib/unictype/categ_Pd.h: Regenerated.
16149         * lib/unictype/categ_Pe.h: Regenerated.
16150         * lib/unictype/categ_Pf.h: Regenerated.
16151         * lib/unictype/categ_Pi.h: Regenerated.
16152         * lib/unictype/categ_Po.h: Regenerated.
16153         * lib/unictype/categ_Ps.h: Regenerated.
16154         * lib/unictype/categ_S.h: Regenerated.
16155         * lib/unictype/categ_Sk.h: Regenerated.
16156         * lib/unictype/categ_Sm.h: Regenerated.
16157         * lib/unictype/categ_So.h: Regenerated.
16158         * lib/unictype/categ_of.h: Regenerated.
16159         * lib/unictype/combining.h: Regenerated.
16160         * lib/unictype/ctype_alnum.h: Regenerated.
16161         * lib/unictype/ctype_alpha.h: Regenerated.
16162         * lib/unictype/ctype_graph.h: Regenerated.
16163         * lib/unictype/ctype_lower.h: Regenerated.
16164         * lib/unictype/ctype_print.h: Regenerated.
16165         * lib/unictype/ctype_punct.h: Regenerated.
16166         * lib/unictype/ctype_upper.h: Regenerated.
16167         * lib/unictype/decdigit.h: Regenerated.
16168         * lib/unictype/digit.h: Regenerated.
16169         * lib/unictype/mirror.h: Regenerated.
16170         * lib/unictype/numeric.h: Regenerated.
16171         * lib/unictype/pr_alphabetic.h: Regenerated.
16172         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
16173         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
16174         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
16175         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
16176         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
16177         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
16178         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
16179         * lib/unictype/pr_combining.h: Regenerated.
16180         * lib/unictype/pr_dash.h: Regenerated.
16181         * lib/unictype/pr_decimal_digit.h: Regenerated.
16182         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
16183         * lib/unictype/pr_deprecated.h: Regenerated.
16184         * lib/unictype/pr_diacritic.h: Regenerated.
16185         * lib/unictype/pr_extender.h: Regenerated.
16186         * lib/unictype/pr_format_control.h: Regenerated.
16187         * lib/unictype/pr_grapheme_base.h: Regenerated.
16188         * lib/unictype/pr_grapheme_extend.h: Regenerated.
16189         * lib/unictype/pr_grapheme_link.h: Regenerated.
16190         * lib/unictype/pr_id_continue.h: Regenerated.
16191         * lib/unictype/pr_id_start.h: Regenerated.
16192         * lib/unictype/pr_ideographic.h: Regenerated.
16193         * lib/unictype/pr_ignorable_control.h: Regenerated.
16194         * lib/unictype/pr_lowercase.h: Regenerated.
16195         * lib/unictype/pr_math.h: Regenerated.
16196         * lib/unictype/pr_numeric.h: Regenerated.
16197         * lib/unictype/pr_other_alphabetic.h: Regenerated.
16198         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
16199         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
16200         * lib/unictype/pr_other_id_continue.h: Regenerated.
16201         * lib/unictype/pr_other_lowercase.h: Regenerated.
16202         * lib/unictype/pr_other_math.h: Regenerated.
16203         * lib/unictype/pr_punctuation.h: Regenerated.
16204         * lib/unictype/pr_sentence_terminal.h: Regenerated.
16205         * lib/unictype/pr_soft_dotted.h: Regenerated.
16206         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
16207         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
16208         * lib/unictype/pr_unified_ideograph.h: Regenerated.
16209         * lib/unictype/pr_uppercase.h: Regenerated.
16210         * lib/unictype/pr_xid_continue.h: Regenerated.
16211         * lib/unictype/pr_xid_start.h: Regenerated.
16212         * lib/unictype/pr_zero_width.h: Regenerated.
16213         * lib/unictype/scripts.h: Regenerated.
16214         * lib/unictype/scripts_byname.gperf: Regenerated.
16215         * lib/unictype/sy_java_ident.h: Regenerated.
16216         * lib/unilbrk/lbrkprop1.h: Regenerated.
16217         * lib/unilbrk/lbrkprop2.h: Regenerated.
16218         * tests/unictype/test-categ_C.c: Regenerated.
16219         * tests/unictype/test-categ_Cf.c: Regenerated.
16220         * tests/unictype/test-categ_Cn.c: Regenerated.
16221         * tests/unictype/test-categ_L.c: Regenerated.
16222         * tests/unictype/test-categ_Ll.c: Regenerated.
16223         * tests/unictype/test-categ_Lm.c: Regenerated.
16224         * tests/unictype/test-categ_Lo.c: Regenerated.
16225         * tests/unictype/test-categ_Lu.c: Regenerated.
16226         * tests/unictype/test-categ_M.c: Regenerated.
16227         * tests/unictype/test-categ_Mc.c: Regenerated.
16228         * tests/unictype/test-categ_Me.c: Regenerated.
16229         * tests/unictype/test-categ_Mn.c: Regenerated.
16230         * tests/unictype/test-categ_N.c: Regenerated.
16231         * tests/unictype/test-categ_Nd.c: Regenerated.
16232         * tests/unictype/test-categ_Nl.c: Regenerated.
16233         * tests/unictype/test-categ_No.c: Regenerated.
16234         * tests/unictype/test-categ_P.c: Regenerated.
16235         * tests/unictype/test-categ_Pd.c: Regenerated.
16236         * tests/unictype/test-categ_Pe.c: Regenerated.
16237         * tests/unictype/test-categ_Pf.c: Regenerated.
16238         * tests/unictype/test-categ_Pi.c: Regenerated.
16239         * tests/unictype/test-categ_Po.c: Regenerated.
16240         * tests/unictype/test-categ_Ps.c: Regenerated.
16241         * tests/unictype/test-categ_S.c: Regenerated.
16242         * tests/unictype/test-categ_Sk.c: Regenerated.
16243         * tests/unictype/test-categ_Sm.c: Regenerated.
16244         * tests/unictype/test-categ_So.c: Regenerated.
16245         * tests/unictype/test-ctype_alnum.c: Regenerated.
16246         * tests/unictype/test-ctype_alpha.c: Regenerated.
16247         * tests/unictype/test-ctype_graph.c: Regenerated.
16248         * tests/unictype/test-ctype_lower.c: Regenerated.
16249         * tests/unictype/test-ctype_print.c: Regenerated.
16250         * tests/unictype/test-ctype_punct.c: Regenerated.
16251         * tests/unictype/test-ctype_upper.c: Regenerated.
16252         * tests/unictype/test-decdigit.h: Regenerated.
16253         * tests/unictype/test-digit.h: Regenerated.
16254         * tests/unictype/test-numeric.h: Regenerated.
16255         * tests/unictype/test-pr_alphabetic.c: Regenerated.
16256         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
16257         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
16258         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
16259         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
16260         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
16261         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
16262         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
16263         * tests/unictype/test-pr_combining.c: Regenerated.
16264         * tests/unictype/test-pr_dash.c: Regenerated.
16265         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
16266         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
16267         * tests/unictype/test-pr_deprecated.c: Regenerated.
16268         * tests/unictype/test-pr_diacritic.c: Regenerated.
16269         * tests/unictype/test-pr_extender.c: Regenerated.
16270         * tests/unictype/test-pr_format_control.c: Regenerated.
16271         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
16272         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
16273         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
16274         * tests/unictype/test-pr_id_continue.c: Regenerated.
16275         * tests/unictype/test-pr_id_start.c: Regenerated.
16276         * tests/unictype/test-pr_ideographic.c: Regenerated.
16277         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
16278         * tests/unictype/test-pr_lowercase.c: Regenerated.
16279         * tests/unictype/test-pr_math.c: Regenerated.
16280         * tests/unictype/test-pr_numeric.c: Regenerated.
16281         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
16282         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
16283         Regenerated.
16284         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
16285         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
16286         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
16287         * tests/unictype/test-pr_other_math.c: Regenerated.
16288         * tests/unictype/test-pr_punctuation.c: Regenerated.
16289         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
16290         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
16291         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
16292         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
16293         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
16294         * tests/unictype/test-pr_uppercase.c: Regenerated.
16295         * tests/unictype/test-pr_xid_continue.c: Regenerated.
16296         * tests/unictype/test-pr_xid_start.c: Regenerated.
16297         * tests/unictype/test-pr_zero_width.c: Regenerated.
16298
16299         Update to Unicode 5.1.0.
16300         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
16301         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
16302         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
16303         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
16304         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
16305         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
16306         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
16307         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
16308         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
16309         (nonspacing_table_ind): Update.
16310         * tests/uniwidth/test-uc_width2.sh: Update expected result.
16311
16312         Update to Unicode 5.1.0.
16313         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
16314         code transform.
16315         * lib/uniname/uniname.c (unicode_character_name,
16316         unicode_name_character): Add the range 0x1Fxxx to the code transform.
16317         * lib/uniname/uninames.h: Regenerated.
16318         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
16319
16320 2009-02-07  Bruno Haible  <bruno@clisp.org>
16321
16322         Merge gen-ctype and gen-lbrk into a single program.
16323         * lib/gen-uni-tables.c: New file, incorporating
16324         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
16325         Add directory prefixes to the names of the generated files.
16326         * lib/unictype/gen-ctype.c: Remove file.
16327         * lib/unilbrk/gen-lbrk.c: Remove file.
16328         * modules/gen-uni-tables: New file.
16329         * modules/unictype/gen-ctype: Remove file.
16330         * modules/unilbrk/gen-lbrk: Remove file.
16331
16332 2009-02-07  Bruno Haible  <bruno@clisp.org>
16333
16334         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
16335
16336         New module 'unistr/u32-strcoll'.
16337         * modules/unistr/u32-strcoll: New file.
16338         * lib/unistr/u32-strcoll.c: New file.
16339
16340         New module 'unistr/u16-strcoll'.
16341         * modules/unistr/u16-strcoll: New file.
16342         * lib/unistr/u16-strcoll.c: New file.
16343
16344         New module 'unistr/u8-strcoll'.
16345         * modules/unistr/u8-strcoll: New file.
16346         * lib/unistr/u8-strcoll.c: New file.
16347         * lib/unistr/u-strcoll.h: New file.
16348
16349 2009-02-07  Bruno Haible  <bruno@clisp.org>
16350
16351         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
16352         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16353         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16354         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
16355         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
16356         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
16357
16358 2009-02-07  Bruno Haible  <bruno@clisp.org>
16359
16360         Make 64-bit clean.
16361         * lib/unictype/gen-ctype.c (output_predicate, output_category,
16362         output_combclass, output_bidi_category, output_decimal_digit,
16363         output_digit, output_numeric, output_mirror, output_scripts,
16364         output_ident_category): Use proper width specifier in format strings.
16365
16366 2009-02-07  Bruno Haible  <bruno@clisp.org>
16367
16368         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
16369         failure behaviour.
16370
16371 2009-02-07  Jim Meyering  <meyering@redhat.com>
16372
16373         regex: avoid compilation failure with upcoming gcc-4.4
16374         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
16375         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
16376         "... error: integer overflow in preprocessor expression".
16377
16378 2009-02-05  Ben Pfaff  <blp@gnu.org>
16379
16380         Fix link errors on Windows when close module is used.
16381         * modules/close: Add $(LIB_CLOSE) to Link section.
16382         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
16383         $(LIB_CLOSE) on Windows.
16384
16385 2009-02-05  Jim Meyering  <meyering@redhat.com>
16386
16387         still avoid unused-parameter warnings, but do it cleanly
16388         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
16389         (get_fs_usage): Cast to void instead.
16390         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
16391         (dev_from_mount_options, read_file_system_list): Cast to void.
16392         Prompted by Bruno Haible.
16393
16394 2009-02-04  Jim Meyering  <meyering@redhat.com>
16395
16396         fsusage.c: correct copyright year
16397         * lib/fsusage.c: Reflect year in which the change is pushed into
16398
16399         avoid misc. warnings
16400         * lib/fsusage.c (UNUSED_PARAM): Define.
16401         (get_fs_usage): Mark parameter "disk" as unused.
16402         * lib/getugroups.c (getgrent): Use "void" in prototype.
16403         * lib/mountlist.c: Mark unused parameters.
16404         (read_file_system_list): Declare a local with "const".
16405         * lib/nanosleep.c (getnow): Declare static.
16406         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
16407
16408         dirfd: set errno upon failure
16409         * lib/dirfd.c: Include <errno.h>.
16410         Set errno to ENOTSUP when returning -1.
16411         * modules/dirfd (Depends-on): Add errno.
16412         Suggested by John Kodis <kodis@comcast.net>.
16413
16414 2009-02-01  Bruno Haible  <bruno@clisp.org>
16415
16416         Don't assume sizeof (long) >= sizeof (void *).
16417         * lib/memcmp.c: Include stdint.h.
16418         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
16419         srcp2 to 'const byte *'.
16420         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
16421         types to uintptr_t.
16422         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
16423         * modules/memcmp (Depends-on): Add stdint.
16424         Reported by Ozkan Sezer <sezeroz@gmail.com>.
16425
16426 2009-01-30  Eric Blake  <ebb9@byu.net>
16427
16428         fix more require-before-expand issues
16429         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
16430         expand, AC_PROG_AWK.
16431         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
16432
16433 2009-01-28  Eric Blake  <ebb9@byu.net>
16434
16435         version-etc: use consistent URL formatting
16436         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
16437         Improve formatting.  Use fputs for string without %.
16438
16439 2009-01-28  Jim Meyering  <meyering@redhat.com>
16440
16441         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
16442         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
16443         "underquoted definition of NAME" from autoconf-2.59.
16444
16445 2009-01-28  Bruno Haible  <bruno@clisp.org>
16446
16447         * doc/gnulib.texi: Add "Obsolete modules" to index.
16448
16449 2009-01-28  Jim Meyering  <meyering@redhat.com>
16450
16451         useless-if-before-free: recognize more variants
16452         * build-aux/useless-if-before-free: Also recognize e.g.,
16453         if (NULL != p) free (p);
16454
16455 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
16456
16457         test-getaddrinfo: skip (don't fail) this test when there's no network
16458         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
16459         on the presumption that it means you lack network access.
16460
16461 2009-01-26  Jim Meyering  <meyering@redhat.com>
16462
16463         fflush: avoid warnings on modern systems
16464         * lib/fflush.c (rpl_fflush): Move declarations of locals,
16465         pos and result, into scopes where they're used.
16466
16467 2009-01-26  Eric Blake  <ebb9@byu.net>
16468
16469         Silence warning reintroduced by recent extensions patch.
16470         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
16471         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
16472         autoconf.
16473
16474         Backport improved autoconf semantics of AC_DEFUN_ONCE.
16475         * m4/00gnulib.m4: New file.
16476         * gnulib-tool (func_get_filelist): Always use it.
16477         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
16478         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
16479
16480 2009-01-25  Bruno Haible  <bruno@clisp.org>
16481
16482         Make test-quotearg work on MacOS X and AIX.
16483         * tests/test-quotearg.sh: New file.
16484         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
16485         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
16486         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
16487         include <libintl.h>.
16488         (fake_locale): Remove variable.
16489         (gettext, dgettext, dcgettext): Remove functions.
16490         (main): Instead of setting a fake locale, set a real locale. Call
16491         textdomain and bindtextdomain.
16492         * modules/quotearg-tests (Files): Add the new files.
16493         (Depends-on): Add gettext, setenv, unsetenv.
16494         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
16495         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
16496         Augment TESTS_ENVIRONMENT.
16497
16498 2009-01-25  Bruno Haible  <bruno@clisp.org>
16499
16500         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
16501         fr_FR.ISO8859-1 locale on MacOS X.
16502         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
16503         ja_JP.eucJP locale on MacOS X.
16504         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
16505         zh_CN.GB18030 locale on MacOS X.
16506
16507 2009-01-25  Bruno Haible  <bruno@clisp.org>
16508
16509         Avoid link errors on MacOS X 10.3.
16510         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
16511         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
16512
16513 2009-01-25  Bruno Haible  <bruno@clisp.org>
16514
16515         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
16516         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
16517         * modules/pipe (Files): Remove m4/posix_spawn.m4.
16518         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
16519         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
16520         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
16521         posix_spawnattr_init, posix_spawnattr_setsigmask,
16522         posix_spawnattr_setflags, posix_spawnattr_destroy.
16523
16524         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
16525         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
16526         * modules/execute (Files): Remove m4/posix_spawn.m4.
16527         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
16528         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
16529         posix_spawnattr_init, posix_spawnattr_setsigmask,
16530         posix_spawnattr_setflags, posix_spawnattr_destroy.
16531
16532 2009-01-25  Bruno Haible  <bruno@clisp.org>
16533
16534         * lib/glthread/threadlib.c: Include <stdlib.h>.
16535
16536 2009-01-25  Bruno Haible  <bruno@clisp.org>
16537
16538         * lib/glthread/threadlib.c (dummy): New declaration.
16539
16540 2009-01-25  Bruno Haible  <bruno@clisp.org>
16541
16542         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
16543         multibyte characters also for the GB18030 encoding. Don't crash when
16544         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
16545
16546 2009-01-25  Bruno Haible  <bruno@clisp.org>
16547
16548         Avoid redefining 'struct random_data' on OSF/1 5.1.
16549         * lib/stdlib.in.h: Include <random.h> if it exists.
16550         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
16551         HAVE_RANDOM_H. Include <random.h> when testing whether
16552         'struct random_data' exists.
16553         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
16554
16555 2009-01-25  Bruno Haible  <bruno@clisp.org>
16556
16557         Don't install charset.alias on MacOS X >= 10.3.
16558         * lib/localcharset.c (DARWIN7): New macro.
16559         (get_charset_aliases): Hardcode the result for Darwin7.
16560         * modules/localcharset (install-exec-local): Don't install
16561         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
16562
16563 2009-01-25  Bruno Haible  <bruno@clisp.org>
16564
16565         Don't install charset.alias on mingw and Cygwin.
16566         * modules/localcharset (install-exec-local): Don't install
16567         charset.alias on mingw and Cygwin, if the file does not yet exist.
16568         The result for these platforms is hardcoded in localcharset.c.
16569
16570 2009-01-25  Bruno Haible  <bruno@clisp.org>
16571
16572         Make it possible again to use AC_GNU_SOURCE together with gnulib.
16573         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
16574         before requiring AC_USE_SYSTEM_EXTENSIONS.
16575
16576 2009-01-25  Jim Meyering  <meyering@redhat.com>
16577
16578         c-strtod: avoid warnings
16579         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
16580         "assignment discards qualifiers from pointer target type" warnings.
16581
16582 2009-01-24  Bruno Haible  <bruno@clisp.org>
16583
16584         Add support for non-UTF-8 locales on MacOS X.
16585         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
16586         canonical encodings. For Darwin 7 and newer, don't map traditional
16587         encodings to UTF-8.
16588         Reported by Vincent Lefevre <vincent@vinc17.org>
16589         at <http://savannah.gnu.org/bugs/?25235>.
16590
16591 2009-01-24  Bruno Haible  <bruno@clisp.org>
16592
16593         * doc/gnulib.texi (Obsolete modules): New section.
16594         Reported by Mike Frysinger <vapier@gentoo.org>.
16595
16596 2009-01-24  Bruno Haible  <bruno@clisp.org>
16597
16598         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
16599         (%.dvi): New rule.
16600
16601 2009-01-24  Bruno Haible  <bruno@clisp.org>
16602
16603         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
16604         Reported by Eric Blake.
16605
16606 2009-01-24  Bruno Haible  <bruno@clisp.org>
16607
16608         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
16609         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
16610         Reported by Gary V. Vaughan <gary@gnu.org>.
16611
16612 2009-01-24  Bruno Haible  <bruno@clisp.org>
16613
16614         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
16615
16616 2009-01-23  Bruno Haible  <bruno@clisp.org>
16617
16618         Make c-strtod, c-strtold usable in libraries.
16619         * lib/c-strtod.c: Include string.h instead of xalloc.h.
16620         (C_STRTOD): Call strdup instead of xstrdup.
16621         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
16622         * modules/c-strtold (Depends-on): Likewise.
16623         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
16624         * NEWS: Mention the change.
16625         Reported by Michael Gold <mgold@ncf.ca>.
16626
16627 2009-01-23  Jim Meyering  <meyering@redhat.com>
16628
16629         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
16630         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
16631         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
16632
16633 2009-01-23  Simon Josefsson  <simon@josefsson.org>
16634
16635         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
16636         GNU CoreUtils.
16637         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
16638         * modules/version-etc (Description): Update.
16639
16640 2009-01-22  Bruno Haible  <bruno@clisp.org>
16641
16642         Cache the C locale object.
16643         * lib/c-strtod.c (c_locale_cache): New variable.
16644         (c_locale): New function.
16645         (C_STRTOD): Use it, and don't call freelocale.
16646         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
16647         Suggested by Paolo Bonzini.
16648
16649 2009-01-21  Bruno Haible  <bruno@clisp.org>
16650
16651         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
16652         conditions other than overflow.
16653
16654 2009-01-21  Bruno Haible  <bruno@clisp.org>
16655
16656         * lib/c-strtod.c: Include errno.h.
16657         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
16658         value from STRTOD_L and STRTOD.
16659
16660 2009-01-21  Bruno Haible  <bruno@clisp.org>
16661         and Jim Meyering  <meyering@redhat.com>
16662
16663         nanosleep: skip configure test (fail it) for apple universal builds
16664         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
16665         universal builds, assume that nanosleep does not work.
16666         * modules/nanosleep (Depends-on): Add multiarch.
16667
16668         mktime: skip configure test (fail it) for apple universal builds
16669         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
16670         universal builds, assume that mktime does not work.
16671         * modules/mktime (Depends-on): Add multiarch.
16672
16673 2009-01-21  Eric Blake  <ebb9@byu.net>
16674
16675         multiarch: avoid expand-before-require warning
16676         * modules/multiarch (configure.ac): Require, rather than expand,
16677         gl_MULTIARCH.
16678         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
16679         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
16680         enforce that all clients require it.  Partial reversion of
16681         2008-12-29 patch.
16682
16683         error: avoid expand-before-require warning
16684         * modules/errno (configure.ac): Require, rather than expand,
16685         gl_HEADER_ERRNO_H.
16686         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
16687         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
16688         enforce that all clients require it.
16689
16690         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
16691         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
16692         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
16693         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
16694
16695 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
16696
16697         Revert:
16698         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
16699
16700         regex: do not depend on obsolete modules.
16701         * modules/regex: Remove memcmp and memmove.
16702
16703 2009-01-20  Bruno Haible  <bruno@clisp.org>
16704
16705         Make the 'link' module link on Windows NT 4.
16706         * lib/link.c (_WIN32_WINNT): Don't define.
16707         (CreateHardLinkFuncType): New type.
16708         (CreateHardLinkFunc, initialized): New variables.
16709         (initialize): New function.
16710         (link): Invoke CreateHardLink indirectly through the function pointer.
16711
16712 2009-01-20  Bruno Haible  <bruno@clisp.org>
16713
16714         Fix compilation failure on mingw.
16715         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
16716
16717 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
16718
16719         * doc/c-strtod.texi: Mention a couple of restrictions.
16720
16721 2009-01-20  Jim Meyering  <meyering@redhat.com>
16722
16723         gettimeofday: move more declarations out of functions
16724         * lib/gettimeofday.c: Move extern declarations of tzset and
16725         gmtime out of containing functions.  Prompted by Bruno Haible.
16726
16727 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
16728
16729         regex: do not depend on obsolete modules.
16730         * modules/regex: Remove memcmp and memmove.
16731
16732 2009-01-19  Bruno Haible  <bruno@clisp.org>
16733
16734         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
16735         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
16736         gl_BIGENDIAN, not AC_C_BIGENDIAN.
16737         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
16738         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
16739
16740 2009-01-19  Bruno Haible  <bruno@clisp.org>
16741
16742         * tests/test-link.c: Include <errno.h>.
16743         (main): Exit with code 77 when a hard link cannot be created due to
16744         the file system.
16745         * tests/test-link.sh: Skip test when a hard link cannot be created due
16746         to the file system.
16747         Suggested by Eric Blake.
16748
16749 2009-01-19  Martin Lambers  <marlam@marlam.de>
16750
16751         * modules/link-tests: New file.
16752         * tests/test-link.sh: New file.
16753         * tests/test-link.c: New file.
16754
16755 2009-01-19  Eric Blake  <ebb9@byu.net>
16756
16757         doc: mention another function added in cygwin 1.7.0
16758         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
16759         Another new function in cygwin 1.7.
16760
16761 2009-01-19  Bruno Haible  <bruno@clisp.org>
16762
16763         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
16764         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
16765         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
16766         gl_BIGENDIAN, not AC_C_BIGENDIAN.
16767         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
16768         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
16769         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
16770         * m4/md4.m4 (gl_MD4): Likewise.
16771         * m4/md5.m4 (gl_MD5): Likewise.
16772         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
16773         * m4/sha1.m4 (gl_SHA1): Likewise.
16774         * m4/sha256.m4 (gl_SHA256): Likewise.
16775         * m4/sha512.m4 (gl_SHA512): Likewise.
16776
16777 2009-01-19  Bruno Haible  <bruno@clisp.org>
16778
16779         * modules/uniname/uniname-tests (Depends-on): Add progname.
16780         * tests/uniname/test-uninames.c: Include progname.h.
16781         (main): Call set_program_name.
16782
16783         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
16784         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
16785         (main): Call set_program_name.
16786
16787         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
16788         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
16789         (main): Call set_program_name.
16790
16791         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
16792         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
16793         (main): Call set_program_name.
16794
16795         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
16796         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
16797         (main): Call set_program_name.
16798
16799         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
16800         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
16801         (main): Call set_program_name.
16802
16803         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
16804         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
16805         (main): Call set_program_name.
16806
16807         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
16808         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
16809         (main): Call set_program_name.
16810
16811         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
16812         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
16813         (main): Call set_program_name.
16814
16815 2009-01-19  Eric Blake  <ebb9@byu.net>
16816
16817         test-unistd: test previous patch
16818         * tests/test-unistd.c: Test *_FILENO macros.
16819
16820         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
16821         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
16822         Guarantee a definition.
16823         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
16824         * modules/unistd-safer (Depends-on): Add dependency on unistd.
16825         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
16826         * lib/dup-safer.c (STDERR_FILENO): Likewise.
16827         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
16828         Likewise.
16829         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
16830         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
16831         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
16832         Likewise.
16833         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
16834         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
16835         (STDERR_FILENO): Likewise.
16836         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
16837         (STDERR_FILENO): Likewise.
16838         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
16839         (STDERR_FILENO): Likewise.
16840         Reported by Elbert Pol.
16841
16842 2009-01-19  Eric Blake  <ebb9@byu.net>
16843
16844         doc: mention more functions added in cygwin 1.7.0
16845         * doc/posix-functions/abort.texi (abort): Update wording related
16846         to cygwin.
16847         * doc/posix-functions/daylight.texi (daylight): Likewise.
16848         * doc/posix-functions/optarg.texi (optarg): Likewise.
16849         * doc/posix-functions/optarg.texi (opterr): Likewise.
16850         * doc/posix-functions/optarg.texi (optind): Likewise.
16851         * doc/posix-functions/optarg.texi (optopt): Likewise.
16852         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
16853         worked in 1.5.x, and was withdrawn in 1.7.
16854         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
16855         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
16856         cygwin versions.
16857         * doc/posix-functions/perror.texi (perror): Likewise.
16858         * doc/posix-functions/printf.texi (printf): Likewise.
16859         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
16860         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
16861         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
16862         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
16863         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
16864         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
16865         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
16866         Likewise.
16867         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
16868         Likewise.
16869         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
16870         this function.
16871         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
16872         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
16873         Likewise.
16874         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
16875         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
16876         * doc/posix-functions/confstr.texi (confstr): Likewise.
16877         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
16878         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
16879         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
16880         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
16881         * doc/posix-functions/fputws.texi (fputws): Likewise.
16882         * doc/posix-functions/fwide.texi (fwide): Likewise.
16883         * doc/posix-functions/getwc.texi (getwc): Likewise.
16884         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
16885         * doc/posix-functions/putwc.texi (putwc): Likewise.
16886         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
16887         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
16888         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
16889         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
16890         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
16891         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
16892         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
16893         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
16894         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
16895         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
16896         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
16897
16898 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
16899
16900         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
16901         * lib/ioctl.c: Include <sys/ioctl.h>.
16902
16903 2009-01-19  Simon Josefsson  <simon@josefsson.org>
16904
16905         * modules/getdate-tests (Depends-on): Add progname.
16906         * tests/test-getdate.c: Use progname module, to avoid link errors
16907         on non-glibc systems.
16908
16909 2009-01-18  Simon Josefsson  <simon@josefsson.org>
16910
16911         * modules/filenamecat-tests (Depends-on): Add progname.
16912         * modules/fstrcmp-tests (Depends-on): Likewise.
16913
16914         * tests/test-filenamecat.c: Use progname module, to avoid link
16915         errors on non-glibc systems.
16916         * tests/test-fstrcmp.c: Likewise.
16917
16918 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
16919
16920         gettimeofday: avoid warning: nested extern declaration of 'localtime'
16921         * lib/gettimeofday.c: Move extern declaration out of function.
16922
16923 2009-01-18  Bruno Haible  <bruno@clisp.org>
16924
16925         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
16926         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
16927         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
16928
16929 2009-01-18  Bruno Haible  <bruno@clisp.org>
16930
16931         * lib/strftime.c (MEMPCPY): Remove unused macro.
16932         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
16933
16934 2009-01-18  Martin Lambers  <marlam@marlam.de>
16935
16936         New module 'link'.
16937         * lib/unistd.in.h (link): New declaration.
16938         * lib/link.c: New file.
16939         * m4/link.m4: New file.
16940         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
16941         HAVE_LINK.
16942         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
16943         * modules/link: New file.
16944         * doc/posix-functions/link.texi: Mention the new module.
16945
16946 2009-01-18  Bruno Haible  <bruno@clisp.org>
16947
16948         * tests/test-avltree_list.c (main): Call set_program_name.
16949         * tests/test-avltree_oset.c (main): Likewise.
16950         * tests/test-obstack-printf.c: Include progname.h.
16951         (main): Call set_program_name.
16952         * tests/test-quotearg.c: Include progname.h.
16953         (main): Call set_program_name.
16954         * tests/test-xmemdup0.c: Include progname.h.
16955         (main): Call set_program_name.
16956
16957 2009-01-18  Bruno Haible  <bruno@clisp.org>
16958
16959         New module 'alphasort'.
16960         * lib/dirent.in.h (alphasort): New declaration.
16961         * lib/alphasort.c: New file, from glibc with modifications.
16962         * m4/alphasort.m4: New file.
16963         * modules/alphasort: New file.
16964         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
16965         HAVE_ALPHASORT.
16966         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
16967         HAVE_ALPHASORT.
16968         * doc/posix-functions/alphasort.texi: Mention the new module and the
16969         portability problems.
16970
16971 2009-01-18  Bruno Haible  <bruno@clisp.org>
16972
16973         New module 'scandir'.
16974         * lib/dirent.in.h (scandir): New declaration.
16975         * lib/scandir.c: New file, from glibc with modifications.
16976         * m4/scandir.m4: New file.
16977         * modules/scandir: New file.
16978         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
16979         HAVE_SCANDIR.
16980         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
16981         HAVE_SCANDIR.
16982         * doc/posix-functions/scandir.texi: Mention the new module and the
16983         portability problems.
16984
16985 2009-01-17  Bruno Haible  <bruno@clisp.org>
16986
16987         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
16988         Update documentation.
16989         (func_remove_suffix): Escape all dots in the suffix. Update
16990         documentation.
16991         (func_filter_filelist): Update documentation.
16992         Reported by Ralf Wildenhues.
16993
16994 2009-01-17  Bruno Haible  <bruno@clisp.org>
16995
16996         * modules/dprintf-posix-tests: New file.
16997         * tests/test-dprintf-posix.sh: New file.
16998         * tests/test-dprintf-posix.c: New file.
16999
17000         New modules 'dprintf', 'dprintf-posix'.
17001         * lib/stdio.in.h (dprintf): New declaration.
17002         * lib/dprintf.c: New file.
17003         * m4/dprintf.m4: New file.
17004         * m4/dprintf-posix.m4: New file.
17005         * modules/dprintf: New file.
17006         * modules/dprintf-posix: New file.
17007         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
17008         HAVE_DPRINTF, REPLACE_DPRINTF.
17009         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
17010         HAVE_DPRINTF, REPLACE_DPRINTF.
17011         * doc/posix-functions/dprintf.texi: Mention the new modules.
17012
17013 2009-01-17  Bruno Haible  <bruno@clisp.org>
17014
17015         * modules/vdprintf-posix-tests: New file.
17016         * tests/test-vdprintf-posix.sh: New file.
17017         * tests/test-vdprintf-posix.c: New file.
17018
17019         New modules 'vdprintf', 'vdprintf-posix'.
17020         * lib/stdio.in.h (vdprintf): New declaration.
17021         * lib/vdprintf.c: New file.
17022         * m4/vdprintf.m4: New file.
17023         * m4/vdprintf-posix.m4: New file.
17024         * modules/vdprintf: New file.
17025         * modules/vdprintf-posix: New file.
17026         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
17027         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17028         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
17029         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17030         * doc/posix-functions/vdprintf.texi: Mention the new modules.
17031
17032 2009-01-17  Bruno Haible  <bruno@clisp.org>
17033
17034         Fix replacement of fopen on mingw.
17035         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
17036         mingw.
17037
17038 2009-01-17  Bruno Haible  <bruno@clisp.org>
17039
17040         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
17041         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
17042
17043 2009-01-17  Bruno Haible  <bruno@clisp.org>
17044
17045         Avoid test-fflush2.sh failure on mingw.
17046         * tests/test-fflush2.c: Include binary-io.h.
17047         (main): Put standard input into binary mode.
17048         * modules/fflush-tests (Depends-on): Add binary-io.
17049
17050 2009-01-17  Bruno Haible  <bruno@clisp.org>
17051
17052         * lib/wchar.in.h: In another particular situation, include only the
17053         system's <wchar.h> file.
17054         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
17055         Reported by Albert Chin-A-Young <china@thewrittenword.com>
17056         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
17057
17058 2009-01-17  Bruno Haible  <bruno@clisp.org>
17059
17060         Support for stripping executables in --enable-relocatable.
17061         * build-aux/install-reloc: Expect one more argument, or an environment
17062         variable RELOC_STRIP_PROG. If set, strip the destination program and
17063         its wrapper.
17064         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
17065         RELOC_STRIP_PROG.
17066         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
17067         to set RELOCATABLE_STRIP.
17068         * NEWS: Mention the new Makefile requirement.
17069
17070 2009-01-17  Bruno Haible  <bruno@clisp.org>
17071
17072         * build-aux/install-reloc: Remove debugging information left over by
17073         C compiler on MacOS X.
17074
17075 2009-01-17  Bruno Haible  <bruno@clisp.org>
17076
17077         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
17078         * lib/progreloc.c (find_executable): Fix type of pointer passed to
17079         _NSGetExecutablePath.
17080
17081 2009-01-16  Jim Meyering  <meyering@redhat.com>
17082
17083         strerror: avoid warnings about discarding "const"
17084         * lib/strerror.c (rpl_strerror): Instead of returning a const
17085         string from each and every "case", use a variable, and add a single
17086         cast after the switch.
17087
17088 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
17089
17090         * lib/arpa_inet.in.h: Add extern "C" block for C++.
17091
17092 2009-01-16  Bruno Haible  <bruno@clisp.org>
17093
17094         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
17095         array initializer syntax that also works in C++ mode.
17096         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17097
17098 2009-01-16  Jim Meyering  <meyering@redhat.com>
17099
17100         poll: suppress a warning
17101         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
17102         to ignore "...unsigned expression < 0 is always false" warnings.
17103
17104 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
17105
17106         poll: remove declarations of unused variables
17107         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
17108         sockbuf and optlen.
17109
17110 2009-01-15  Bruno Haible  <bruno@clisp.org>
17111
17112         Make fflush-after-ungetc POSIX compliant on BSD systems.
17113         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
17114         (clear_ungetc_buffer): Implement also for other systems.
17115         (rpl_fflush): On glibc systems, invoke
17116         clear_ungetc_buffer_preserving_position. Otherwise, invoke
17117         clear_ungetc_buffer after fetching the stream's position, not before.
17118
17119 2009-01-15  Bruno Haible  <bruno@clisp.org>
17120
17121         Make fflush-after-ungetc POSIX compliant on glibc systems.
17122         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
17123         after ungetc.
17124         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
17125         (rpl_fflush): On glibc systems, simply call the system's fflush
17126         function after clearing the ungetc buffer.
17127         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
17128         Instead, lseek only to the end of file, then use the system's fseeko
17129         for the rest. On glibc systems, reset the EOF indicator bit.
17130
17131 2009-01-15  Jim Meyering  <meyering@redhat.com>
17132
17133         openmp.m4: revert quote-adding change, for portability to older autoconf
17134         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
17135         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
17136         Simon Josefsson noticed the problem when using autoconf-2.61.
17137
17138 2009-01-15  Bruno Haible  <bruno@clisp.org>
17139
17140         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
17141         * tests/test-fflush2.c (ASSERT): Always fail.
17142         (main): Add two tests for fflush() after ungetc(), taking into account
17143         the Austin Group's clarification.
17144         Suggested by Eric Blake.
17145
17146 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
17147
17148         mktime.m4: remove K&R-style function prototypes
17149         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
17150         for the Sun C++ compiler.
17151
17152 2009-01-14  Bruno Haible  <bruno@clisp.org>
17153
17154         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
17155         while including <wchar.h>.
17156         * lib/wchar.in.h: In two particular situations on HP-UX, include only
17157         the system's <wchar.h> file.
17158         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17159
17160 2009-01-14  Bruno Haible  <bruno@clisp.org>
17161
17162         * m4/csharp.m4: Don't mention gettext on the serial number line.
17163         * m4/csharpexec.m4: Likewise.
17164         * m4/eaccess.m4: Likewise.
17165         * m4/javaexec.m4: Likewise.
17166         * m4/sig_atomic_t.m4: Likewise.
17167         * m4/tmpdir.m4: Likewise.
17168         * m4/intldir.m4: Bump gettext version.
17169         * m4/lib-ld.m4: Likewise.
17170
17171 2009-01-14  Bruno Haible  <bruno@clisp.org>
17172
17173         * lib/progname.c (set_program_name): Add more comments.
17174         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
17175
17176 2009-01-14  Simon Josefsson  <simon@josefsson.org>
17177
17178         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
17179         were sys/stat.h does not define it.
17180
17181 2009-01-14  Jim Meyering  <meyering@redhat.com>
17182
17183         many *.m4 files: improve m4 quoting
17184         99% of this change was performed by running the following commands:
17185         git ls-files | grep '\.m4$' | xargs perl -pi \
17186           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
17187           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17188           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17189           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
17190         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
17191         The remainder were to add Copyright dates, increment serial numbers,
17192         undo some changes in comments, exclude m4/intl.m4, and add quotes
17193         around the "1" in ",1" where the unusual spacing prohibited the
17194         above regexps from doing the job.  For more details, see
17195         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
17196         * m4/acl.m4: Modified.
17197         * m4/afs.m4: Likewise.
17198         * m4/alloca.m4: Likewise.
17199         * m4/argp.m4: Likewise.
17200         * m4/argz.m4: Likewise.
17201         * m4/atexit.m4: Likewise.
17202         * m4/bison-i18n.m4: Likewise.
17203         * m4/bison.m4: Likewise.
17204         * m4/byteswap.m4: Likewise.
17205         * m4/c-stack.m4: Likewise.
17206         * m4/c-strtod.m4: Likewise.
17207         * m4/calloc.m4: Likewise.
17208         * m4/canonicalize-lgpl.m4: Likewise.
17209         * m4/chown.m4: Likewise.
17210         * m4/clock_time.m4: Likewise.
17211         * m4/codeset.m4: Likewise.
17212         * m4/copy-file.m4: Likewise.
17213         * m4/csharp.m4: Likewise.
17214         * m4/csharpcomp.m4: Likewise.
17215         * m4/csharpexec.m4: Likewise.
17216         * m4/d-ino.m4: Likewise.
17217         * m4/d-type.m4: Likewise.
17218         * m4/dirfd.m4: Likewise.
17219         * m4/double-slash-root.m4: Likewise.
17220         * m4/eaccess.m4: Likewise.
17221         * m4/eealloc.m4: Likewise.
17222         * m4/environ.m4: Likewise.
17223         * m4/errno_h.m4: Likewise.
17224         * m4/euidaccess.m4: Likewise.
17225         * m4/execute.m4: Likewise.
17226         * m4/fatal-signal.m4: Likewise.
17227         * m4/fchdir.m4: Likewise.
17228         * m4/fcntl_h.m4: Likewise.
17229         * m4/fileblocks.m4: Likewise.
17230         * m4/filenamecat.m4: Likewise.
17231         * m4/findprog.m4: Likewise.
17232         * m4/flexmember.m4: Likewise.
17233         * m4/fnmatch.m4: Likewise.
17234         * m4/fopen.m4: Likewise.
17235         * m4/fpending.m4: Likewise.
17236         * m4/fprintf-posix.m4: Likewise.
17237         * m4/free.m4: Likewise.
17238         * m4/frexp.m4: Likewise.
17239         * m4/frexpl.m4: Likewise.
17240         * m4/fsusage.m4: Likewise.
17241         * m4/ftruncate.m4: Likewise.
17242         * m4/gc-camellia.m4: Likewise.
17243         * m4/gc-random.m4: Likewise.
17244         * m4/gc.m4: Likewise.
17245         * m4/getaddrinfo.m4: Likewise.
17246         * m4/getcwd-abort-bug.m4: Likewise.
17247         * m4/getcwd-path-max.m4: Likewise.
17248         * m4/getdate.m4: Likewise.
17249         * m4/getdomainname.m4: Likewise.
17250         * m4/getgroups.m4: Likewise.
17251         * m4/gethostname.m4: Likewise.
17252         * m4/gethrxtime.m4: Likewise.
17253         * m4/getline.m4: Likewise.
17254         * m4/getloadavg.m4: Likewise.
17255         * m4/getndelim2.m4: Likewise.
17256         * m4/getpass.m4: Likewise.
17257         * m4/gettext.m4: Likewise.
17258         * m4/gettime.m4: Likewise.
17259         * m4/gettimeofday.m4: Likewise.
17260         * m4/gnulib-common.m4: Likewise.
17261         * m4/group-member.m4: Likewise.
17262         * m4/host-os.m4: Likewise.
17263         * m4/iconv.m4: Likewise.
17264         * m4/iconv_open.m4: Likewise.
17265         * m4/inet_ntop.m4: Likewise.
17266         * m4/inet_pton.m4: Likewise.
17267         * m4/inline.m4: Likewise.
17268         * m4/intldir.m4: Likewise.
17269         * m4/intlmacosx.m4: Likewise.
17270         * m4/intmax.m4: Likewise.
17271         * m4/intmax_t.m4: Likewise.
17272         * m4/inttypes.m4: Likewise.
17273         * m4/inttypes_h.m4: Likewise.
17274         * m4/inttypes-pri.m4: Likewise.
17275         * m4/isapipe.m4: Likewise.
17276         * m4/isnand.m4: Likewise.
17277         * m4/isnanf.m4: Likewise.
17278         * m4/isnanl.m4: Likewise.
17279         * m4/javacomp.m4: Likewise.
17280         * m4/javaexec.m4: Likewise.
17281         * m4/jm-winsz1.m4: Likewise.
17282         * m4/jm-winsz2.m4: Likewise.
17283         * m4/lchown.m4: Likewise.
17284         * m4/lcmessage.m4: Likewise.
17285         * m4/ldexpl.m4: Likewise.
17286         * m4/lib-ld.m4: Likewise.
17287         * m4/lib-link.m4: Likewise.
17288         * m4/libsigsegv.m4: Likewise.
17289         * m4/link-follow.m4: Likewise.
17290         * m4/localcharset.m4: Likewise.
17291         * m4/locale-fr.m4: Likewise.
17292         * m4/locale-ja.m4: Likewise.
17293         * m4/locale-tr.m4: Likewise.
17294         * m4/locale-zh.m4: Likewise.
17295         * m4/lock.m4: Likewise.
17296         * m4/longlong.m4: Likewise.
17297         * m4/ls-mntd-fs.m4: Likewise.
17298         * m4/lstat.m4: Likewise.
17299         * m4/malloc.m4: Likewise.
17300         * m4/mathl.m4: Likewise.
17301         * m4/mbrtowc.m4: Likewise.
17302         * m4/mbstate_t.m4: Likewise.
17303         * m4/mbswidth.m4: Likewise.
17304         * m4/memchr.m4: Likewise.
17305         * m4/memcmp.m4: Likewise.
17306         * m4/memcpy.m4: Likewise.
17307         * m4/memmem.m4: Likewise.
17308         * m4/memmove.m4: Likewise.
17309         * m4/mempcpy.m4: Likewise.
17310         * m4/memrchr.m4: Likewise.
17311         * m4/memset.m4: Likewise.
17312         * m4/minmax.m4: Likewise.
17313         * m4/mkdir-slash.m4: Likewise.
17314         * m4/mkdtemp.m4: Likewise.
17315         * m4/mktime.m4: Likewise.
17316         * m4/mmap-anon.m4: Likewise.
17317         * m4/mountlist.m4: Likewise.
17318         * m4/nanosleep.m4: Likewise.
17319         * m4/nls.m4: Likewise.
17320         * m4/nocrash.m4: Likewise.
17321         * m4/open.m4: Likewise.
17322         * m4/openat.m4: Likewise.
17323         * m4/openmp.m4: Likewise.
17324         * m4/pathmax.m4: Likewise.
17325         * m4/perl.m4: Likewise.
17326         * m4/physmem.m4: Likewise.
17327         * m4/pipe.m4: Likewise.
17328         * m4/po.m4: Likewise.
17329         * m4/poll.m4: Likewise.
17330         * m4/posixtm.m4: Likewise.
17331         * m4/posixver.m4: Likewise.
17332         * m4/printf-frexp.m4: Likewise.
17333         * m4/printf-frexpl.m4: Likewise.
17334         * m4/printf-posix.m4: Likewise.
17335         * m4/printf-posix-rpl.m4: Likewise.
17336         * m4/printf.m4: Likewise.
17337         * m4/progtest.m4: Likewise.
17338         * m4/putenv.m4: Likewise.
17339         * m4/readline.m4: Likewise.
17340         * m4/readlink.m4: Likewise.
17341         * m4/readutmp.m4: Likewise.
17342         * m4/realloc.m4: Likewise.
17343         * m4/regex.m4: Likewise.
17344         * m4/relocatable.m4: Likewise.
17345         * m4/relocatable-lib.m4: Likewise.
17346         * m4/rename-dest-slash.m4: Likewise.
17347         * m4/rename.m4: Likewise.
17348         * m4/rmdir-errno.m4: Likewise.
17349         * m4/rmdir.m4: Likewise.
17350         * m4/roundf.m4: Likewise.
17351         * m4/roundl.m4: Likewise.
17352         * m4/rpmatch.m4: Likewise.
17353         * m4/save-cwd.m4: Likewise.
17354         * m4/selinux-selinux-h.m4: Likewise.
17355         * m4/setenv.m4: Likewise.
17356         * m4/settime.m4: Likewise.
17357         * m4/sig2str.m4: Likewise.
17358         * m4/sig_atomic_t.m4: Likewise.
17359         * m4/signalblocking.m4: Likewise.
17360         * m4/signbit.m4: Likewise.
17361         * m4/sigpipe.m4: Likewise.
17362         * m4/sockets.m4: Likewise.
17363         * m4/sockpfaf.m4: Likewise.
17364         * m4/st_dm_mode.m4: Likewise.
17365         * m4/stat-time.m4: Likewise.
17366         * m4/stdbool.m4: Likewise.
17367         * m4/stdint.m4: Likewise.
17368         * m4/stdint_h.m4: Likewise.
17369         * m4/stpcpy.m4: Likewise.
17370         * m4/stpncpy.m4: Likewise.
17371         * m4/strcase.m4: Likewise.
17372         * m4/strchrnul.m4: Likewise.
17373         * m4/strcspn.m4: Likewise.
17374         * m4/strdup.m4: Likewise.
17375         * m4/strftime.m4: Likewise.
17376         * m4/strndup.m4: Likewise.
17377         * m4/strnlen.m4: Likewise.
17378         * m4/strpbrk.m4: Likewise.
17379         * m4/strptime.m4: Likewise.
17380         * m4/strsep.m4: Likewise.
17381         * m4/strtod.m4: Likewise.
17382         * m4/strtoimax.m4: Likewise.
17383         * m4/strtok_r.m4: Likewise.
17384         * m4/strtol.m4: Likewise.
17385         * m4/strtoll.m4: Likewise.
17386         * m4/strtoul.m4: Likewise.
17387         * m4/strtoull.m4: Likewise.
17388         * m4/strtoumax.m4: Likewise.
17389         * m4/strverscmp.m4: Likewise.
17390         * m4/threadlib.m4: Likewise.
17391         * m4/timegm.m4: Likewise.
17392         * m4/tm_gmtoff.m4: Likewise.
17393         * m4/tmpdir.m4: Likewise.
17394         * m4/tmpfile.m4: Likewise.
17395         * m4/tzset.m4: Likewise.
17396         * m4/uintmax_t.m4: Likewise.
17397         * m4/unlinkdir.m4: Likewise.
17398         * m4/unlocked-io.m4: Likewise.
17399         * m4/uptime.m4: Likewise.
17400         * m4/userspec.m4: Likewise.
17401         * m4/utimbuf.m4: Likewise.
17402         * m4/utime.m4: Likewise.
17403         * m4/utimes-null.m4: Likewise.
17404         * m4/utimes.m4: Likewise.
17405         * m4/vararrays.m4: Likewise.
17406         * m4/vasnprintf.m4: Likewise.
17407         * m4/vfprintf-posix.m4: Likewise.
17408         * m4/vprintf-posix.m4: Likewise.
17409         * m4/wait-process.m4: Likewise.
17410         * m4/wchar_t.m4: Likewise.
17411         * m4/wint_t.m4: Likewise.
17412         * m4/write-any-file.m4: Likewise.
17413         * m4/yield.m4: Likewise.
17414
17415 2009-01-13  Bruno Haible  <bruno@clisp.org>
17416
17417         Avoid test-copy-file.sh failures when ACL support insufficient.
17418         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
17419         TESTS_ENVIRONMENT.
17420         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
17421         Reported by Jim Meyering.
17422
17423 2009-01-13  Bruno Haible  <bruno@clisp.org>
17424
17425         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
17426         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
17427         * modules/unistdio/u8-printf-parse (Files): Likewise.
17428         * modules/unistdio/u32-printf-parse (Files): Likewise.
17429         * modules/unistdio/ulc-printf-parse (Files): Likewise.
17430
17431 2009-01-13  Simon Josefsson  <simon@josefsson.org>
17432
17433         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
17434         and m4/inttypes_h.m4 too.
17435
17436 2009-01-12  Eric Blake  <ebb9@byu.net>
17437
17438         tests: IRIX 6.2 cc can't compile -0.0 into .data
17439         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
17440         rather than at compile-time.
17441         * tests/test-floorl.c (minus_zero): Likewise.
17442         * tests/test-frexpl.c (minus_zero): Likewise.
17443         * tests/test-isnan.c (minus_zerol): Likewise.
17444         * tests/test-isnanl.h (minus_zero): Likewise.
17445         * tests/test-ldexpl.c (minus_zero): Likewise.
17446         * tests/test-roundl.c (minus_zero): Likewise.
17447         * tests/test-signbit.c (minus_zerol): Likewise.
17448         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
17449         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
17450         * tests/test-truncl.c (minus_zero): Likewise.
17451         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
17452         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
17453         Reported by Tom G. Christensen and Nelson H. F. Beebe.
17454
17455 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17456
17457         regex: fix glibc bug 9697
17458         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
17459         handling.
17460
17461 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17462
17463         regex: fix glibc bug 697
17464         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
17465         being NULL also if there are no backreferences.
17466
17467 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17468
17469         regex: merge glibc changes
17470         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
17471         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
17472         re_string_skip_chars, re_string_reconstruct): Likewise.
17473         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
17474
17475 2009-01-07  Jim Meyering  <meyering@redhat.com>
17476
17477         poll: filter through cppi
17478         * lib/poll.c: Indent cpp directives to reflect nesting.
17479
17480 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
17481
17482         poll: don't return uninitialized
17483         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
17484
17485 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
17486
17487         avoid compile failure on AIX 6.1
17488         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
17489         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
17490
17491 2009-01-04  Jim Meyering  <meyering@redhat.com>
17492
17493         remove duplicate inclusion of <stdio.h>
17494         * tests/test-fprintf-posix.c: Likewise.
17495         * tests/test-printf-posix.c: Likewise.
17496         * tests/test-snprintf-posix.c: Likewise.
17497         * tests/test-sprintf-posix.c: Likewise.
17498         * tests/test-vasprintf-posix.c: Likewise.
17499         * tests/test-vfprintf-posix.c: Likewise.
17500         * tests/test-vprintf-posix.c: Likewise.
17501         * tests/test-vsnprintf-posix.c: Likewise.
17502         * tests/test-vsprintf-posix.c: Likewise.
17503
17504 2009-01-03  Jim Meyering  <meyering@redhat.com>
17505
17506         gnulib-tool: fix sed-based filtering
17507         * gnulib-tool (func_filter_filelist): Remove extra backslash
17508         in sed_fff_filter definition.
17509
17510 2009-01-02  Jim Meyering  <meyering@redhat.com>
17511
17512         strftime: avoid compilation failure on Solaris 2.6
17513         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
17514         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
17515         Don't #define mbrlen or mbsinit, since now they're guaranteed to
17516         be available.  Reported by Tom G. Christensen.  Details in
17517         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
17518
17519 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17520             Bruno Haible  <bruno@clisp.org>
17521
17522         Speed up gnulib-tool by doing more string processing through shell
17523         built-ins.
17524         * gnulib-tool (fast_func_append): New variable.
17525         (func_remove_prefix, func_remove_suffix): New functions.
17526         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
17527         (func_filter_filelist): New function.
17528         (func_get_dependencies): Use func_remove_suffix instead of sed.
17529         (func_get_automake_snippet): Use func_filter_filelist instead of a
17530         subshell and sed invocation.
17531
17532 2009-01-01  Bruno Haible  <bruno@clisp.org>
17533
17534         Fix a security bug.
17535         * gnulib-tool (func_import, import, update): Don't allow the characters
17536         '"', '$', '`', '\' in macro arguments that become part of commands that
17537         are evaluated.
17538
17539 2009-01-01  Bruno Haible  <bruno@clisp.org>
17540
17541         * gnulib-tool (func_reset_sigpipe): Add more comments.
17542
17543 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17544
17545         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
17546         func_emit_tests_Makefile_am, func_import): Abort loops early if we
17547         already know the answer.
17548
17549 2009-01-01  Jim Meyering  <meyering@redhat.com>
17550
17551         * lib/version-etc.c (version_etc_va): Update copyright year.
17552
17553 2008-12-30  Bruno Haible  <bruno@clisp.org>
17554
17555         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
17556         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
17557         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
17558
17559 2008-12-29  Eric Blake  <ebb9@byu.net>
17560
17561         multiarch: avoid autoconf AC_REQUIRE bug
17562         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
17563         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
17564         2.63 and older.
17565         Reported by Bruno Haible, and analyzed in
17566         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
17567
17568 2008-12-29  Bruno Haible  <bruno@clisp.org>
17569
17570         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
17571         files in subdirectories correctly.
17572         Reported by Ralf Wildenhues.
17573
17574 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17575
17576         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
17577         rather than 'join FILE -', for Solaris join.
17578
17579 2008-12-29  Bruno Haible  <bruno@clisp.org>
17580
17581         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
17582         quoting.
17583         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
17584         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
17585         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
17586         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
17587         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
17588         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
17589         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
17590         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
17591         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
17592         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
17593         * m4/nls.m4 (AM_NLS): Likewise.
17594         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
17595         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
17596         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
17597         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
17598         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
17599         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
17600         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
17601         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
17602         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
17603         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
17604         * m4/xsize.m4 (gl_XSIZE): Likewise.
17605         Suggested by Jim Meyering.
17606
17607 2008-11-17  Bruce Korb  <bkorb@gnu.org>
17608
17609         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
17610         * lib/parse-duration.c: use a switch instead of cascading if's.
17611
17612 2008-12-29  Eric Blake  <ebb9@byu.net>
17613
17614         wchar.h: supply WEOF on Irix 5.3
17615         * lib/wchar.in.h (wint_t): Also supply WEOF.
17616         * lib/wctype.in.h (wint_t): Likewise.
17617         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
17618         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
17619         Reported by Tom G. Christensen.
17620
17621 2008-12-26  Bruno Haible  <bruno@clisp.org>
17622
17623         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
17624         i486, i586, i686.
17625
17626 2008-12-26  Bruno Haible  <bruno@clisp.org>
17627
17628         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
17629
17630 2008-12-26  Bruno Haible  <bruno@clisp.org>
17631
17632         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
17633         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
17634         not __STDC_CONSTANT_MACROS.
17635         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
17636
17637 2008-12-25  Bruno Haible  <bruno@clisp.org>
17638
17639         Add support for universal builds to vasnprintf.
17640         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
17641         universal builds, guess no.
17642         * modules/vasnprintf-posix (Depends-on): Add multiarch.
17643         * modules/vasprintf-posix (Depends-on): Likewise.
17644         * modules/fprintf-posix (Depends-on): Likewise.
17645         * modules/vfprintf-posix (Depends-on): Likewise.
17646         * modules/snprintf-posix (Depends-on): Likewise.
17647         * modules/vsnprintf-posix (Depends-on): Likewise.
17648         * modules/sprintf-posix (Depends-on): Likewise.
17649         * modules/vsprintf-posix (Depends-on): Likewise.
17650         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
17651         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
17652         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
17653         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
17654         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
17655         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
17656         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
17657
17658         Add support for universal builds to <inttypes.h>.
17659         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
17660         _SCNu64_PREFIX): In Apple
17661         universal builds, define directly, using _LP64.
17662         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
17663         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
17664         * modules/inttypes (Depends-on): Add multiarch.
17665         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
17666
17667         Add support for universal builds to <stdint.h>.
17668         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
17669         universal builds, define directly, using _LP64.
17670         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
17671         Apple universal builds, don't test for the size and suffix of ptrdiff_t
17672         and size_t.
17673         * modules/stdint (Depends-on): Add multiarch.
17674         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
17675
17676         New module 'multiarch'.
17677         * modules/multiarch: New file.
17678         * m4/multiarch.m4: New file.
17679
17680 2008-12-25  Bruno Haible  <bruno@clisp.org>
17681
17682         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
17683
17684 2008-12-25  Bruno Haible  <bruno@clisp.org>
17685
17686         * modules/btowc (License): Relicense under LGPLv2+.
17687         * modules/mbsinit (License): Likewise.
17688         * modules/mbrtowc (License): Likewise.
17689         * modules/wcrtomb (License): Likewise.
17690         * modules/streq (License): Likewise.
17691         Reported by David Lutterkort <lutter@redhat.com>.
17692
17693 2008-12-23  Bruno Haible  <bruno@clisp.org>
17694
17695         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
17696
17697 2008-12-23  Bruno Haible  <bruno@clisp.org>
17698
17699         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
17700         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
17701         GETADDRINFO_LIB, not in LIBS.
17702         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
17703         * modules/canon-host (Link): Likewise.
17704         * NEWS: Mention the change.
17705         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
17706         GETADDRINFO_LIB.
17707
17708 2008-12-22  Bruno Haible  <bruno@clisp.org>
17709
17710         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
17711         * doc/posix-functions/iswalpha_l.texi: Likewise.
17712         * doc/posix-functions/iswblank_l.texi: Likewise.
17713         * doc/posix-functions/iswcntrl_l.texi: Likewise.
17714         * doc/posix-functions/iswctype_l.texi: Likewise.
17715         * doc/posix-functions/iswdigit_l.texi: Likewise.
17716         * doc/posix-functions/iswgraph_l.texi: Likewise.
17717         * doc/posix-functions/iswlower_l.texi: Likewise.
17718         * doc/posix-functions/iswprint_l.texi: Likewise.
17719         * doc/posix-functions/iswpunct_l.texi: Likewise.
17720         * doc/posix-functions/iswspace_l.texi: Likewise.
17721         * doc/posix-functions/iswupper_l.texi: Likewise.
17722         * doc/posix-functions/iswxdigit_l.texi: Likewise.
17723         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
17724         * doc/posix-functions/open_wmemstream.texi: Likewise.
17725         * doc/posix-functions/swscanf.texi: Likewise.
17726         * doc/posix-functions/towctrans_l.texi: Likewise.
17727         * doc/posix-functions/towlower.texi: Likewise.
17728         * doc/posix-functions/towlower_l.texi: Likewise.
17729         * doc/posix-functions/towupper.texi: Likewise.
17730         * doc/posix-functions/towupper_l.texi: Likewise.
17731         * doc/posix-functions/vfwprintf.texi: Likewise.
17732         * doc/posix-functions/vfwscanf.texi: Likewise.
17733         * doc/posix-functions/vswscanf.texi: Likewise.
17734         * doc/posix-functions/vwprintf.texi: Likewise.
17735         * doc/posix-functions/vwscanf.texi: Likewise.
17736         * doc/posix-functions/wcpcpy.texi: Likewise.
17737         * doc/posix-functions/wcpncpy.texi: Likewise.
17738         * doc/posix-functions/wcscasecmp.texi: Likewise.
17739         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
17740         * doc/posix-functions/wcscoll_l.texi: Likewise.
17741         * doc/posix-functions/wcsdup.texi: Likewise.
17742         * doc/posix-functions/wcsncasecmp.texi: Likewise.
17743         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
17744         * doc/posix-functions/wcsnlen.texi: Likewise.
17745         * doc/posix-functions/wcsnrtombs.texi: Likewise.
17746         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
17747         * doc/posix-functions/wctrans_l.texi: Likewise.
17748         * doc/posix-functions/wctype_l.texi: Likewise.
17749         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
17750         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
17751         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
17752         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
17753         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
17754         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
17755         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
17756         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
17757         * doc/glibc-functions/wcschrnul.texi: Likewise.
17758         * doc/glibc-functions/wcsftime_l.texi: Likewise.
17759         * doc/glibc-functions/wcstod_l.texi: Likewise.
17760         * doc/glibc-functions/wcstof_l.texi: Likewise.
17761         * doc/glibc-functions/wcstol_l.texi: Likewise.
17762         * doc/glibc-functions/wcstold_l.texi: Likewise.
17763         * doc/glibc-functions/wcstoll_l.texi: Likewise.
17764         * doc/glibc-functions/wcstoq.texi: Likewise.
17765         * doc/glibc-functions/wcstoul_l.texi: Likewise.
17766         * doc/glibc-functions/wcstoull_l.texi: Likewise.
17767         * doc/glibc-functions/wcstouq.texi: Likewise.
17768         * doc/glibc-functions/wmempcpy.texi: Likewise.
17769
17770 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
17771             Eric Blake  <ebb9@byu.net>
17772             Paolo Bonzini  <bonzini@gnu.org>
17773             Bruno Haible  <bruno@clisp.org>
17774
17775         Make c-stack work on Haiku.
17776         * lib/c-stack.c (SA_ONSTACK): Define fallback.
17777         (c_stack_action): Use SA_ONSTACK flag.
17778
17779 2008-12-22  Bruno Haible  <bruno@clisp.org>
17780
17781         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
17782
17783 2008-12-22  Bruno Haible  <bruno@clisp.org>
17784
17785         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
17786         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
17787         being overridden.
17788         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
17789         New macros.
17790         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
17791         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
17792         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
17793         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
17794
17795 2008-12-22  Bruno Haible  <bruno@clisp.org>
17796
17797         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
17798         from test code.
17799
17800 2008-12-22  Eric Blake  <ebb9@byu.net>
17801
17802         Avoid gcc warnings on cygwin.
17803         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
17804         Avoid unused variable.
17805         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
17806         Likewise.
17807
17808 2008-12-22  Bruno Haible  <bruno@clisp.org>
17809
17810         Remove HAVE_MBRTOWC conditionals.
17811         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
17812         (mbscasecmp): Assume mbrtowc function.
17813         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
17814         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
17815         * lib/mbschr.c: Include mbuiter.h unconditionally.
17816         (mbschr): Assume mbrtowc function.
17817         * lib/mbscspn.c: Include mbuiter.h unconditionally.
17818         (mbscspn): Assume mbrtowc function.
17819         * lib/mbslen.c: Include mbuiter.h unconditionally.
17820         (mbslen): Assume mbrtowc function.
17821         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
17822         (mbsncasecmp): Assume mbrtowc function.
17823         * lib/mbsnlen.c: Include mbiter.h unconditionally.
17824         (mbsnlen): Assume mbrtowc function.
17825         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
17826         (mbspbrk): Assume mbrtowc function.
17827         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
17828         (mbspcasecmp): Assume mbrtowc function.
17829         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
17830         (mbsrchr): Assume mbrtowc function.
17831         * lib/mbssep.c: Include mbuiter.h unconditionally.
17832         (mbssep): Assume mbrtowc function.
17833         * lib/mbsspn.c: Include mbuiter.h unconditionally.
17834         (mbsspn): Assume mbrtowc function.
17835         * lib/mbsstr.c: Include mbuiter.h unconditionally.
17836         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
17837         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
17838         (mbstok_r): Assume mbrtowc function.
17839         * lib/propername.c: Include mbuiter.h unconditionally.
17840         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
17841         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
17842         (trim2): Assume mbrtowc function.
17843         * lib/mbswidth.c (mbsinit): Remove fallback definition.
17844         (mbsnwidth): Assume mbrtowc function.
17845         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
17846         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
17847         fallback definitions.
17848         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
17849
17850 2008-12-22  Bruno Haible  <bruno@clisp.org>
17851
17852         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
17853
17854 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
17855
17856         * modules/regex: Request emulations for the mb*/wc* functions we need.
17857         * m4/regex.m4: Don't look for those functions here.
17858         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
17859
17860 2008-12-22  Bruno Haible  <bruno@clisp.org>
17861
17862         * modules/fnmatch (Depends-on): Remove duplicated dependency.
17863
17864 2008-12-21  Bruno Haible  <bruno@clisp.org>
17865
17866         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
17867         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
17868         (Include): Remove conditionalization.
17869         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
17870         (Include): Remove conditionalization.
17871         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
17872         (Include): Remove conditionalization.
17873         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
17874         * m4/mbfile.m4 (gl_MBFILE): Likewise.
17875         * NEWS: Mention the change.
17876         Reported by Alan Hourihane <alanh@fairlite.co.uk>
17877         via Sergey Poznyakoff <gray@gnu.org.ua>.
17878
17879 2008-12-21  Bruno Haible  <bruno@clisp.org>
17880
17881         * MODULES.html.sh (Extended multibyte and wide character utilities
17882         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
17883         wcrtomb, wcsrtombs.
17884         (Support for systems lacking POSIX:2008): Add accept, bind, close,
17885         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
17886         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
17887         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
17888
17889 2008-12-21  Bruno Haible  <bruno@clisp.org>
17890
17891         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
17892
17893 2008-12-21  Bruno Haible  <bruno@clisp.org>
17894
17895         * modules/wcsnrtombs-tests: New file.
17896         * tests/test-wcsnrtombs1.sh: New file.
17897         * tests/test-wcsnrtombs2.sh: New file.
17898         * tests/test-wcsnrtombs3.sh: New file.
17899         * tests/test-wcsnrtombs4.sh: New file.
17900         * tests/test-wcsnrtombs.c: New file.
17901
17902         New module 'wcsnrtombs'.
17903         * lib/wchar.in.h (wcsnrtombs): New declaration.
17904         * lib/wcsnrtombs.c: New file.
17905         * lib/wcsrtombs-state.c: New file.
17906         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
17907         (internal_state): Remove variable.
17908         * m4/wcsnrtombs.m4: New file.
17909         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
17910         compilation units.
17911         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
17912         HAVE_WCSNRTOMBS.
17913         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
17914         HAVE_WCSNRTOMBS.
17915         * modules/wcsnrtombs: New file.
17916         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
17917         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
17918
17919 2008-12-21  Bruno Haible  <bruno@clisp.org>
17920
17921         * modules/wcsrtombs-tests: New file.
17922         * tests/test-wcsrtombs1.sh: New file.
17923         * tests/test-wcsrtombs2.sh: New file.
17924         * tests/test-wcsrtombs3.sh: New file.
17925         * tests/test-wcsrtombs4.sh: New file.
17926         * tests/test-wcsrtombs.c: New file.
17927
17928         New module 'wcsrtombs'.
17929         * lib/wchar.in.h (wcsrtombs): New declaration.
17930         * lib/wcsrtombs.c: New file.
17931         * m4/wcsrtombs.m4: New file.
17932         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
17933         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
17934         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
17935         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
17936         * modules/wcsrtombs: New file.
17937         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
17938         bugs.
17939
17940 2008-12-21  Bruno Haible  <bruno@clisp.org>
17941
17942         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
17943         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
17944         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
17945         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
17946         if not correct.
17947         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
17948         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
17949         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
17950         m4/locale-zh.m4, m4/codeset.m4.
17951         * doc/posix-functions/wcrtomb.texi: Document the bug.
17952
17953 2008-12-21  Bruno Haible  <bruno@clisp.org>
17954
17955         Work around a btowc() bug on IRIX 6.5.
17956         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
17957         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
17958         REPLACE_WTOBC if not.
17959         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
17960         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
17961         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
17962
17963 2008-12-21  Bruno Haible  <bruno@clisp.org>
17964
17965         * modules/wcrtomb-tests: New file.
17966         * tests/test-wcrtomb.sh: New file.
17967         * tests/test-wcrtomb.c: New file.
17968
17969         New module 'wcrtomb'.
17970         * lib/wchar.in.h (wcrtomb): New declaration.
17971         * lib/wcrtomb.c: New file.
17972         * m4/wcrtomb.m4: New file.
17973         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
17974         HAVE_WCRTOMB.
17975         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
17976         HAVE_WCRTOMB.
17977         * modules/wcrtomb: New file.
17978         * doc/posix-functions/wcrtomb.texi: Mention the new module.
17979
17980 2008-12-21  Bruno Haible  <bruno@clisp.org>
17981
17982         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
17983         * modules/mbsrtowcs (Files): Likewise.
17984         * modules/wctob (Files): Likewise.
17985         * modules/c-strcase-tests (Files): Likewise.
17986         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
17987         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
17988         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
17989         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
17990         * modules/vasnprintf-posix-tests (Files): Likewise.
17991
17992 2008-12-21  William Pursell  <bill.pursell@gmail.com>
17993
17994         gitlog-to-changelog: pass all command-line arguments to git-log
17995         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
17996         it is sometimes convenient to filter the commits in various ways.
17997         gitlog-to-changelog only allows --since to specify a start date,
17998         but git-log itself supports many other filtering mechanisms.
17999         At the moment, I want to filter by branch name.  Rather than
18000         adding a --branch option to gitlog-to-changelog, it seems more
18001         flexible to simply pass all options directly to git-log and let
18002         git do the work.  Notice that this effectively makes --since a
18003         redundant option for gitlog-to-changelog, but removing it would
18004         require current usage to change since calls would then require
18005         an additional '--'.
18006
18007 2008-12-21  Bruno Haible  <bruno@clisp.org>
18008
18009         * modules/mbsnrtowcs-tests: New file.
18010         * tests/test-mbsnrtowcs1.sh: New file.
18011         * tests/test-mbsnrtowcs2.sh: New file.
18012         * tests/test-mbsnrtowcs3.sh: New file.
18013         * tests/test-mbsnrtowcs4.sh: New file.
18014         * tests/test-mbsnrtowcs.c: New file.
18015
18016         New module 'mbsnrtowcs'.
18017         * lib/wchar.in.h (mbsnrtowcs): New declaration.
18018         * lib/mbsnrtowcs.c: New file.
18019         * lib/mbsrtowcs-state.c: New file.
18020         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
18021         (internal_state): Remove variable.
18022         * m4/mbsnrtowcs.m4: New file.
18023         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
18024         compilation units.
18025         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
18026         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18027         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
18028         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18029         * modules/mbsnrtowcs: New file.
18030         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
18031         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
18032         portability problem.
18033
18034 2008-12-21  Bruno Haible  <bruno@clisp.org>
18035
18036         Work around mbsrtowcs bug.
18037         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
18038         (gl_FUNC_MBSRTOWCS): Invoke it.
18039         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18040         m4/locale-zh.m4.
18041         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
18042
18043 2008-12-21  Bruno Haible  <bruno@clisp.org>
18044
18045         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
18046
18047 2008-12-21  Bruno Haible  <bruno@clisp.org>
18048
18049         Update doc for AIX.
18050         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
18051         16-bit wchar_t type.
18052         * doc/posix-functions/btowc.texi: Likewise.
18053         * doc/posix-functions/fgetwc.texi: Likewise.
18054         * doc/posix-functions/fgetws.texi: Likewise.
18055         * doc/posix-functions/fputwc.texi: Likewise.
18056         * doc/posix-functions/fputws.texi: Likewise.
18057         * doc/posix-functions/fwide.texi: Likewise.
18058         * doc/posix-functions/fwprintf.texi: Likewise.
18059         * doc/posix-functions/fwscanf.texi: Likewise.
18060         * doc/posix-functions/getwchar.texi: Likewise.
18061         * doc/posix-functions/getwc.texi: Likewise.
18062         * doc/posix-functions/iswalnum.texi: Likewise.
18063         * doc/posix-functions/iswalpha.texi: Likewise.
18064         * doc/posix-functions/iswblank.texi: Likewise.
18065         * doc/posix-functions/iswcntrl.texi: Likewise.
18066         * doc/posix-functions/iswctype.texi: Likewise.
18067         * doc/posix-functions/iswdigit.texi: Likewise.
18068         * doc/posix-functions/iswgraph.texi: Likewise.
18069         * doc/posix-functions/iswlower.texi: Likewise.
18070         * doc/posix-functions/iswprint.texi: Likewise.
18071         * doc/posix-functions/iswpunct.texi: Likewise.
18072         * doc/posix-functions/iswspace.texi: Likewise.
18073         * doc/posix-functions/iswupper.texi: Likewise.
18074         * doc/posix-functions/iswxdigit.texi: Likewise.
18075         * doc/posix-functions/mbrtowc.texi: Likewise.
18076         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18077         * doc/posix-functions/mbstowcs.texi: Likewise.
18078         * doc/posix-functions/mbtowc.texi: Likewise.
18079         * doc/posix-functions/putwchar.texi: Likewise.
18080         * doc/posix-functions/putwc.texi: Likewise.
18081         * doc/posix-functions/swprintf.texi: Likewise.
18082         * doc/posix-functions/tolower.texi: Likewise.
18083         * doc/posix-functions/toupper.texi: Likewise.
18084         * doc/posix-functions/towctrans.texi: Likewise.
18085         * doc/posix-functions/ungetwc.texi: Likewise.
18086         * doc/posix-functions/vswprintf.texi: Likewise.
18087         * doc/posix-functions/wcrtomb.texi: Likewise.
18088         * doc/posix-functions/wcscat.texi: Likewise.
18089         * doc/posix-functions/wcschr.texi: Likewise.
18090         * doc/posix-functions/wcscmp.texi: Likewise.
18091         * doc/posix-functions/wcscoll.texi: Likewise.
18092         * doc/posix-functions/wcscpy.texi: Likewise.
18093         * doc/posix-functions/wcscspn.texi: Likewise.
18094         * doc/posix-functions/wcsftime.texi: Likewise.
18095         * doc/posix-functions/wcslen.texi: Likewise.
18096         * doc/posix-functions/wcsncat.texi: Likewise.
18097         * doc/posix-functions/wcsncmp.texi: Likewise.
18098         * doc/posix-functions/wcsncpy.texi: Likewise.
18099         * doc/posix-functions/wcspbrk.texi: Likewise.
18100         * doc/posix-functions/wcsrchr.texi: Likewise.
18101         * doc/posix-functions/wcsrtombs.texi: Likewise.
18102         * doc/posix-functions/wcsspn.texi: Likewise.
18103         * doc/posix-functions/wcsstr.texi: Likewise.
18104         * doc/posix-functions/wcstod.texi: Likewise.
18105         * doc/posix-functions/wcstof.texi: Likewise.
18106         * doc/posix-functions/wcstoimax.texi: Likewise.
18107         * doc/posix-functions/wcstok.texi: Likewise.
18108         * doc/posix-functions/wcstold.texi: Likewise.
18109         * doc/posix-functions/wcstoll.texi: Likewise.
18110         * doc/posix-functions/wcstol.texi: Likewise.
18111         * doc/posix-functions/wcstombs.texi: Likewise.
18112         * doc/posix-functions/wcstoull.texi: Likewise.
18113         * doc/posix-functions/wcstoul.texi: Likewise.
18114         * doc/posix-functions/wcstoumax.texi: Likewise.
18115         * doc/posix-functions/wcswidth.texi: Likewise.
18116         * doc/posix-functions/wcsxfrm.texi: Likewise.
18117         * doc/posix-functions/wctob.texi: Likewise.
18118         * doc/posix-functions/wctomb.texi: Likewise.
18119         * doc/posix-functions/wctrans.texi: Likewise.
18120         * doc/posix-functions/wctype.texi: Likewise.
18121         * doc/posix-functions/wcwidth.texi: Likewise.
18122         * doc/posix-functions/wmemchr.texi: Likewise.
18123         * doc/posix-functions/wmemcmp.texi: Likewise.
18124         * doc/posix-functions/wmemcpy.texi: Likewise.
18125         * doc/posix-functions/wmemmove.texi: Likewise.
18126         * doc/posix-functions/wmemset.texi: Likewise.
18127         * doc/posix-functions/wprintf.texi: Likewise.
18128         * doc/posix-functions/wscanf.texi: Likewise.
18129
18130 2008-12-21  Bruno Haible  <bruno@clisp.org>
18131
18132         Update doc for HP-UX 11.11.
18133         * doc/posix-functions/btowc.texi: Clarify that the function is missing
18134         in HP-UX version 11.00, not in all versions of HP-UX 11.
18135         * doc/posix-functions/fwide.texi: Likewise.
18136         * doc/posix-functions/fwprintf.texi: Likewise.
18137         * doc/posix-functions/fwscanf.texi: Likewise.
18138         * doc/posix-functions/inet_ntop.texi: Likewise.
18139         * doc/posix-functions/inet_pton.texi: Likewise.
18140         * doc/posix-functions/mbrlen.texi: Likewise.
18141         * doc/posix-functions/mbrtowc.texi: Likewise.
18142         * doc/posix-functions/mbsinit.texi: Likewise.
18143         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18144         * doc/posix-functions/swprintf.texi: Likewise.
18145         * doc/posix-functions/swscanf.texi: Likewise.
18146         * doc/posix-functions/towctrans.texi: Likewise.
18147         * doc/posix-functions/vfwprintf.texi: Likewise.
18148         * doc/posix-functions/vswprintf.texi: Likewise.
18149         * doc/posix-functions/vwprintf.texi: Likewise.
18150         * doc/posix-functions/wcrtomb.texi: Likewise.
18151         * doc/posix-functions/wcsrtombs.texi: Likewise.
18152         * doc/posix-functions/wcsstr.texi: Likewise.
18153         * doc/posix-functions/wctob.texi: Likewise.
18154         * doc/posix-functions/wctrans.texi: Likewise.
18155         * doc/posix-functions/wmemchr.texi: Likewise.
18156         * doc/posix-functions/wmemcmp.texi: Likewise.
18157         * doc/posix-functions/wmemcpy.texi: Likewise.
18158         * doc/posix-functions/wmemmove.texi: Likewise.
18159         * doc/posix-functions/wmemset.texi: Likewise.
18160         * doc/posix-functions/wprintf.texi: Likewise.
18161         * doc/posix-functions/wscanf.texi: Likewise.
18162
18163 2008-12-21  Bruno Haible  <bruno@clisp.org>
18164
18165         Work around a portability problem.
18166         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
18167         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
18168
18169 2008-12-20  Bruno Haible  <bruno@clisp.org>
18170
18171         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
18172         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
18173         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
18174         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
18175         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
18176
18177         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
18178         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
18179         set.
18180         (GNULIB_defined_mbstate_t): New macro.
18181         (mbsinit): Redefine if REPLACE_MBSINIT is set.
18182         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
18183         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
18184         reuses the system's mbrtowc function but works around the bugs.
18185         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
18186         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
18187         macros.
18188         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
18189         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
18190         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
18191         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
18192         REPLACE_MBSINIT if mbsinit needs to be overridden.
18193         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
18194         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18195         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
18196         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18197         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18198         m4/locale-zh.m4.
18199         (Depends): Add mbsinit.
18200         * modules/mbsinit (Depends): Add mbrtowc.
18201         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
18202
18203 2008-12-20  Bruno Haible  <bruno@clisp.org>
18204
18205         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
18206         so that there are no conversion errors on AIX.
18207         * tests/test-mbsrtowcs.c (main): LIkewise.
18208
18209 2008-12-20  Bruno Haible  <bruno@clisp.org>
18210
18211         Work around wctob bug on Solaris <= 9.
18212         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
18213         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
18214         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
18215         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
18216         * modules/wctob (Files): Add m4/locale-fr.m4.
18217         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
18218
18219 2008-12-20  Bruno Haible  <bruno@clisp.org>
18220
18221         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
18222         /dev/null.
18223         * tests/test-select-in.sh: Likewise.
18224         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
18225
18226 2008-12-20  Bruno Haible  <bruno@clisp.org>
18227
18228         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
18229         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
18230         Cygwin 1.5.x.
18231
18232 2008-12-20  Bruno Haible  <bruno@clisp.org>
18233
18234         Ensure mbstate_t is defined on HP-UX 11.11.
18235         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
18236         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
18237         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
18238         AC_USE_SYSTEM_EXTENSIONS.
18239         * modules/fnmatch (Depends-on): Add extensions.
18240         * modules/mbrlen (Depends-on): Likewise.
18241         * modules/mbrtowc (Depends-on): Likewise.
18242         * modules/mbsinit (Depends-on): Likewise.
18243         * modules/mbsrtowcs (Depends-on): Likewise.
18244         * modules/mbswidth (Depends-on): Likewise.
18245         * modules/quotearg (Depends-on): Likewise.
18246         * modules/strftime (Depends-on): Likewise.
18247
18248 2008-12-20  Bruno Haible  <bruno@clisp.org>
18249
18250         Ensure wctob is declared on IRIX 6.5.
18251         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
18252         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
18253         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
18254         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
18255         of HAVE_WCTOB.
18256         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
18257         HAVE_WCTOB.
18258         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
18259
18260 2008-12-19  Bruno Haible  <bruno@clisp.org>
18261
18262         * modules/mbsrtowcs-tests: New file.
18263         * tests/test-mbsrtowcs1.sh: New file.
18264         * tests/test-mbsrtowcs2.sh: New file.
18265         * tests/test-mbsrtowcs3.sh: New file.
18266         * tests/test-mbsrtowcs4.sh: New file.
18267         * tests/test-mbsrtowcs.c: New file.
18268
18269         New module 'mbsrtowcs'.
18270         * lib/wchar.in.h (mbsrtowcs): New declaration.
18271         * lib/mbsrtowcs.c: New file.
18272         * m4/mbsrtowcs.m4: New file.
18273         * modules/mbsrtowcs: New file.
18274         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
18275         HAVE_MBSRTOWCS.
18276         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
18277         HAVE_MBSRTOWCS.
18278         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
18279
18280 2008-12-19  Bruno Haible  <bruno@clisp.org>
18281
18282         New module 'mbrlen'.
18283         * lib/wchar.in.h (mbrlen): New declaration.
18284         * lib/mbrlen.c: New file.
18285         * m4/mbrlen.m4: New file.
18286         * modules/mbrlen: New file.
18287         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
18288         HAVE_MBRLEN.
18289         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
18290         HAVE_MBRLEN.
18291         * doc/posix-functions/mbrlen.texi: Document the new module.
18292
18293 2008-12-19  Bruno Haible  <bruno@clisp.org>
18294
18295         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
18296         * modules/mbrtowc (Depends-on): Add verify.
18297         Suggested by Paul Eggert.
18298
18299 2008-12-18  Bruno Haible  <bruno@clisp.org>
18300
18301         * modules/mbsinit-tests: New file.
18302         * tests/test-mbsinit.sh: New file.
18303         * tests/test-mbsinit.c: New file.
18304
18305 2008-12-18  Bruno Haible  <bruno@clisp.org>
18306
18307         * modules/mbrtowc-tests: New file.
18308         * tests/test-mbrtowc1.sh: New file.
18309         * tests/test-mbrtowc2.sh: New file.
18310         * tests/test-mbrtowc3.sh: New file.
18311         * tests/test-mbrtowc4.sh: New file.
18312         * tests/test-mbrtowc.c: New file.
18313
18314         New module 'mbrtowc'.
18315         * lib/wchar.in.h (mbstate_t): Override when the system does not have
18316         mbsinit and mbrtowc.
18317         (mbrtowc): New declaration.
18318         * lib/mbrtowc.c: New file.
18319         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
18320         * modules/mbrtowc: New file.
18321         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
18322         HAVE_MBRTOWC.
18323         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
18324         HAVE_MBRTOWC.
18325         * doc/posix-functions/mbrtowc.texi: Document the new module.
18326
18327 2008-12-18  Bruno Haible  <bruno@clisp.org>
18328
18329         New module 'wctob'.
18330         * lib/wchar.in.h (wctob): New declaration.
18331         * lib/wctob.c: New file.
18332         * m4/wctob.m4: New file.
18333         * modules/wctob: New file.
18334         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
18335         HAVE_WCTOB.
18336         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
18337         * doc/posix-functions/wctob.texi: Document the new module.
18338
18339 2008-12-18  Bruno Haible  <bruno@clisp.org>
18340
18341         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
18342         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
18343
18344 2008-12-18  Simon Josefsson  <simon@josefsson.org>
18345
18346         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
18347         G. Christensen" <tgc@jupiterrise.com>.
18348
18349         * lib/flock.c: Need to include errno.h.  Reported by "Tom
18350         G. Christensen" <tgc@jupiterrise.com>.
18351
18352         * lib/flock.c: Need to include string.h.  Reported by "Tom
18353         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
18354         <ebb9@byu.net>.
18355
18356 2008-12-18  Bruno Haible  <bruno@clisp.org>
18357
18358         * m4/locale-ja.m4: New file, from GNU gettext.
18359
18360 2008-12-17  Bruno Haible  <bruno@clisp.org>
18361
18362         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
18363         Suggested by Eric Blake.
18364
18365 2008-12-17  Bruno Haible  <bruno@clisp.org>
18366
18367         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
18368
18369 2008-12-17  Bruno Haible  <bruno@clisp.org>
18370
18371         * lib/mbsinit.c: Include verify.h. Verify an assumption.
18372         * modules/mbsinit (Depends-on): Add verify.
18373         Suggested by Paul Eggert.
18374
18375 2008-12-17  Bruno Haible  <bruno@clisp.org>
18376
18377         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
18378         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
18379         gl_FUNC_MBRTOWC.
18380         * m4/mbiter.m4 (gl_MBITER): LIkewise.
18381         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
18382         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
18383         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
18384         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
18385         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
18386         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
18387         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
18388         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
18389         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
18390         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
18391         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
18392         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
18393         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
18394         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
18395         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
18396         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
18397         * modules/trim (configure.ac): Likewise.
18398
18399 2008-12-17  Bruno Haible  <bruno@clisp.org>
18400
18401         * modules/btowc-tests: New file.
18402         * tests/test-btowc1.sh: New file.
18403         * tests/test-btowc2.sh: New file.
18404         * tests/test-btowc.c: New file.
18405
18406         New module 'btowc'.
18407         * lib/wchar.in.h (btowc): New declaration.
18408         * lib/btowc.c: New file.
18409         * m4/btowc.m4: New file.
18410         * modules/btowc: New file.
18411         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
18412         HAVE_BTOWC.
18413         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
18414         * doc/posix-functions/btowc.texi: Document the new module.
18415
18416 2008-12-17  Bruno Haible  <bruno@clisp.org>
18417
18418         New module 'mbsinit'.
18419         * lib/wchar.in.h (mbsinit): New declaration.
18420         * lib/mbsinit.c: New file.
18421         * m4/mbsinit.m4: New file.
18422         * modules/mbsinit: New file.
18423         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
18424         HAVE_MBSINIT.
18425         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
18426         HAVE_MBSINIT.
18427         * doc/posix-functions/mbsinit.texi: Document the new module.
18428
18429 2008-12-16  Bruno Haible  <bruno@clisp.org>
18430
18431         * lib/unistd.in.h: Add comment.
18432         * tests/test-environ.c: Don't include <stdlib.h>.
18433
18434 2008-12-16  Bruno Haible  <bruno@clisp.org>
18435
18436         * lib/parse-duration.h (parse_duration): Document return value
18437         convention.
18438         * lib/parse-duration.c: Include specification header first. Add
18439         comments.
18440         (_): Remove macro.
18441         (parse_year_month_day, parse_hour_minute_second): Move side effects
18442         outside of strchr call.
18443         (parse_non_iso8601): Move side effects outside of isspace call.
18444         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
18445         call.
18446
18447 2008-12-16  Bruno Haible  <bruno@clisp.org>
18448
18449         * tests/test-parse-duration.sh: Produce no output when the test
18450         succeeds.
18451
18452 2008-12-16  Bruno Haible  <bruno@clisp.org>
18453
18454         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
18455         expressions.
18456
18457 2008-12-15  Bruno Haible  <bruno@clisp.org>
18458
18459         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
18460         * doc/glibc-functions/flistxattr.texi: Likewise.
18461         * doc/glibc-functions/fopencookie.texi: Likewise.
18462         * doc/glibc-functions/fremovexattr.texi: Likewise.
18463         * doc/glibc-functions/fsetxattr.texi: Likewise.
18464         * doc/glibc-functions/getxattr.texi: Likewise.
18465         * doc/glibc-functions/lgetxattr.texi: Likewise.
18466         * doc/glibc-functions/listxattr.texi: Likewise.
18467         * doc/glibc-functions/llistxattr.texi: Likewise.
18468         * doc/glibc-functions/lremovexattr.texi: Likewise.
18469         * doc/glibc-functions/lsetxattr.texi: Likewise.
18470         * doc/glibc-functions/removexattr.texi: Likewise.
18471         * doc/glibc-functions/setxattr.texi: Likewise.
18472         * doc/posix-functions/open_memstream.texi: Likewise.
18473
18474 2008-12-15  Eric Blake  <ebb9@byu.net>
18475
18476         Update doc for cygwin 1.7.
18477         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
18478         functions.
18479         * doc/posix-functions/fchmodat.texi: Likewise.
18480         * doc/posix-functions/fchownat.texi: Likewise.
18481         * doc/posix-functions/fdopendir.texi: Likewise.
18482         * doc/posix-functions/fmemopen.texi: Likewise.
18483         * doc/posix-functions/freeaddrinfo.texi: Likewise.
18484         * doc/posix-functions/fstatat.texi: Likewise.
18485         * doc/posix-functions/futimens.texi: Likewise.
18486         * doc/posix-functions/gai_strerror.texi: Likewise.
18487         * doc/posix-functions/getaddrinfo.texi: Likewise.
18488         * doc/posix-functions/getnameinfo.texi: Likewise.
18489         * doc/posix-functions/if_freenameindex.texi: Likewise.
18490         * doc/posix-functions/if_indextoname.texi: Likewise.
18491         * doc/posix-functions/if_nameindex.texi: Likewise.
18492         * doc/posix-functions/if_nametoindex.texi: Likewise.
18493         * doc/posix-functions/insque.texi: Likewise.
18494         * doc/posix-functions/linkat.texi: Likewise.
18495         * doc/posix-functions/llrint.texi: Likewise.
18496         * doc/posix-functions/llrintf.texi: Likewise.
18497         * doc/posix-functions/llrintl.texi: Likewise.
18498         * doc/posix-functions/lockf.texi: Likewise.
18499         * doc/posix-functions/lrintl.texi: Likewise.
18500         * doc/posix-functions/mkdirat.texi: Likewise.
18501         * doc/posix-functions/mkfifoat.texi: Likewise.
18502         * doc/posix-functions/mknodat.texi: Likewise.
18503         * doc/posix-functions/mq_close.texi: Likewise.
18504         * doc/posix-functions/mq_getattr.texi: Likewise.
18505         * doc/posix-functions/mq_notify.texi: Likewise.
18506         * doc/posix-functions/mq_open.texi: Likewise.
18507         * doc/posix-functions/mq_receive.texi: Likewise.
18508         * doc/posix-functions/mq_send.texi: Likewise.
18509         * doc/posix-functions/mq_setattr.texi: Likewise.
18510         * doc/posix-functions/mq_timedreceive.texi: Likewise.
18511         * doc/posix-functions/mq_timedsend.texi: Likewise.
18512         * doc/posix-functions/mq_unlink.texi: Likewise.
18513         * doc/posix-functions/open_memstream.texi: Likewise.
18514         * doc/posix-functions/openat.texi: Likewise.
18515         * doc/posix-functions/posix_fadvise.texi: Likewise.
18516         * doc/posix-functions/posix_fallocate.texi: Likewise.
18517         * doc/posix-functions/posix_madvise.texi: Likewise.
18518         * doc/posix-functions/posix_memalign.texi: Likewise.
18519         * doc/posix-functions/posix_openpt.texi: Likewise.
18520         * doc/posix-functions/readlinkat.texi: Likewise.
18521         * doc/posix-functions/remque.texi: Likewise.
18522         * doc/posix-functions/renameat.texi: Likewise.
18523         * doc/posix-functions/rintl.texi: Likewise.
18524         * doc/posix-functions/sem_unlink.texi: Likewise.
18525         * doc/posix-functions/shm_open.texi: Likewise.
18526         * doc/posix-functions/shm_unlink.texi: Likewise.
18527         * doc/posix-functions/signgam.texi: Likewise.
18528         * doc/posix-functions/sigset.texi: Likewise.
18529         * doc/posix-functions/stpcpy.texi: Likewise.
18530         * doc/posix-functions/stpncpy.texi: Likewise.
18531         * doc/posix-functions/strerror.texi: Likewise.
18532         * doc/posix-functions/strtod.texi: Likewise.
18533         * doc/posix-functions/symlinkat.texi: Likewise.
18534         * doc/posix-functions/unlinkat.texi: Likewise.
18535         * doc/posix-functions/utimensat.texi: Likewise.
18536         * doc/glibc-functions/bindresvport.texi: Likewise.
18537         * doc/glibc-functions/dn_expand.texi: Likewise.
18538         * doc/glibc-functions/exp10.texi: Likewise.
18539         * doc/glibc-functions/exp10f.texi: Likewise.
18540         * doc/glibc-functions/fgetxattr.texi: Likewise.
18541         * doc/glibc-functions/flistxattr.texi: Likewise.
18542         * doc/glibc-functions/fopencookie.texi: Likewise.
18543         * doc/glibc-functions/freeifaddrs.texi: Likewise.
18544         * doc/glibc-functions/fremovexattr.texi: Likewise.
18545         * doc/glibc-functions/fsetxattr.texi: Likewise.
18546         * doc/glibc-functions/getifaddrs.texi: Likewise.
18547         * doc/glibc-functions/getxattr.texi: Likewise.
18548         * doc/glibc-functions/lgetxattr.texi: Likewise.
18549         * doc/glibc-functions/listxattr.texi: Likewise.
18550         * doc/glibc-functions/llistxattr.texi: Likewise.
18551         * doc/glibc-functions/lremovexattr.texi: Likewise.
18552         * doc/glibc-functions/lsetxattr.texi: Likewise.
18553         * doc/glibc-functions/pow10.texi: Likewise.
18554         * doc/glibc-functions/pow10f.texi: Likewise.
18555         * doc/glibc-functions/rcmd_af.texi: Likewise.
18556         * doc/glibc-functions/removexattr.texi: Likewise.
18557         * doc/glibc-functions/res_init.texi: Likewise.
18558         * doc/glibc-functions/res_mkquery.texi: Likewise.
18559         * doc/glibc-functions/res_query.texi: Likewise.
18560         * doc/glibc-functions/res_querydomain.texi: Likewise.
18561         * doc/glibc-functions/res_send.texi: Likewise.
18562         * doc/glibc-functions/rresvport_af.texi: Likewise.
18563         * doc/glibc-functions/setxattr.texi: Likewise.
18564         * doc/glibc-functions/strcasestr.texi: Likewise.
18565
18566 2008-12-15  Bruno Haible  <bruno@clisp.org>
18567
18568         Fix compilation error on OSF/1 4.0.
18569         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
18570         <sys/time.h>, simply delegate to the system header.
18571         Reported by Daniel Richard G. <oss@teragram.com>.
18572
18573 2008-12-15  Bruno Haible  <bruno@clisp.org>
18574
18575         * doc/posix-functions/openat.texi: Mention the 'openat' module.
18576         * doc/posix-functions/fchmodat.texi: Likewise.
18577         * doc/posix-functions/fchownat.texi: Likewise.
18578         * doc/posix-functions/fdopendir.texi: Likewise.
18579         * doc/posix-functions/fstatat.texi: Likewise.
18580         * doc/posix-functions/mkdirat.texi: Likewise.
18581         * doc/posix-functions/unlinkat.texi: Likewise.
18582
18583 2008-12-14  Bruno Haible  <bruno@clisp.org>
18584
18585         Update doc for POSIX:2008.
18586         * doc/posix-functions/faccessat.texi: New file.
18587         * doc/posix-functions/fchmodat.texi: New file.
18588         * doc/posix-functions/fchownat.texi: New file.
18589         * doc/posix-functions/fdopendir.texi: New file.
18590         * doc/posix-functions/fstatat.texi: New file.
18591         * doc/posix-functions/futimens.texi: New file.
18592         * doc/posix-functions/linkat.texi: New file.
18593         * doc/posix-functions/mkdirat.texi: New file.
18594         * doc/posix-functions/mkfifoat.texi: New file.
18595         * doc/posix-functions/mknodat.texi: New file.
18596         * doc/posix-functions/open_wmemstream.texi: New file.
18597         * doc/posix-functions/openat.texi: New file.
18598         * doc/posix-functions/psiginfo.texi: New file.
18599         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
18600         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
18601         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
18602         * doc/posix-functions/readlinkat.texi: New file.
18603         * doc/posix-functions/renameat.texi: New file.
18604         * doc/posix-functions/strerror_l.texi: New file.
18605         * doc/posix-functions/symlinkat.texi: New file.
18606         * doc/posix-functions/unlinkat.texi: New file.
18607         * doc/posix-functions/utimensat.texi: New file.
18608         * doc/gnulib.texi (Function Substitutes): Add these subsections.
18609
18610 2008-12-14  Bruno Haible  <bruno@clisp.org>
18611
18612         Update doc for POSIX:2008.
18613         * doc/posix-functions/alphasort.texi: Renamed from
18614         doc/glibc-functions/alphasort.texi.
18615         * doc/posix-functions/dirfd.texi: Renamed from
18616         doc/glibc-functions/dirfd.texi.
18617         * doc/posix-functions/dprintf.texi: Renamed from
18618         doc/glibc-functions/dprintf.texi.
18619         * doc/posix-functions/duplocale.texi: Renamed from
18620         doc/glibc-functions/duplocale.texi.
18621         * doc/posix-functions/fexecve.texi: Renamed from
18622         doc/glibc-functions/fexecve.texi.
18623         * doc/posix-functions/fmemopen.texi: Renamed from
18624         doc/glibc-functions/fmemopen.texi.
18625         * doc/posix-functions/freelocale.texi: Renamed from
18626         doc/glibc-functions/freelocale.texi.
18627         * doc/posix-functions/getdate_err.texi: Renamed from
18628         doc/glibc-functions/getdate_err.texi.
18629         * doc/posix-functions/isalnum_l.texi: Renamed from
18630         doc/glibc-functions/isalnum_l.texi.
18631         * doc/posix-functions/isalpha_l.texi: Renamed from
18632         doc/glibc-functions/isalpha_l.texi.
18633         * doc/posix-functions/isblank_l.texi: Renamed from
18634         doc/glibc-functions/isblank_l.texi.
18635         * doc/posix-functions/iscntrl_l.texi: Renamed from
18636         doc/glibc-functions/iscntrl_l.texi.
18637         * doc/posix-functions/isdigit_l.texi: Renamed from
18638         doc/glibc-functions/isdigit_l.texi.
18639         * doc/posix-functions/isgraph_l.texi: Renamed from
18640         doc/glibc-functions/isgraph_l.texi.
18641         * doc/posix-functions/islower_l.texi: Renamed from
18642         doc/glibc-functions/islower_l.texi.
18643         * doc/posix-functions/isprint_l.texi: Renamed from
18644         doc/glibc-functions/isprint_l.texi.
18645         * doc/posix-functions/ispunct_l.texi: Renamed from
18646         doc/glibc-functions/ispunct_l.texi.
18647         * doc/posix-functions/isspace_l.texi: Renamed from
18648         doc/glibc-functions/isspace_l.texi.
18649         * doc/posix-functions/isupper_l.texi: Renamed from
18650         doc/glibc-functions/isupper_l.texi.
18651         * doc/posix-functions/iswalnum_l.texi: Renamed from
18652         doc/glibc-functions/iswalnum_l.texi.
18653         * doc/posix-functions/iswalpha_l.texi: Renamed from
18654         doc/glibc-functions/iswalpha_l.texi.
18655         * doc/posix-functions/iswblank_l.texi: Renamed from
18656         doc/glibc-functions/iswblank_l.texi.
18657         * doc/posix-functions/iswcntrl_l.texi: Renamed from
18658         doc/glibc-functions/iswcntrl_l.texi.
18659         * doc/posix-functions/iswctype_l.texi: Renamed from
18660         doc/glibc-functions/iswctype_l.texi.
18661         * doc/posix-functions/iswdigit_l.texi: Renamed from
18662         doc/glibc-functions/iswdigit_l.texi.
18663         * doc/posix-functions/iswgraph_l.texi: Renamed from
18664         doc/glibc-functions/iswgraph_l.texi.
18665         * doc/posix-functions/iswlower_l.texi: Renamed from
18666         doc/glibc-functions/iswlower_l.texi.
18667         * doc/posix-functions/iswprint_l.texi: Renamed from
18668         doc/glibc-functions/iswprint_l.texi.
18669         * doc/posix-functions/iswpunct_l.texi: Renamed from
18670         doc/glibc-functions/iswpunct_l.texi.
18671         * doc/posix-functions/iswspace_l.texi: Renamed from
18672         doc/glibc-functions/iswspace_l.texi.
18673         * doc/posix-functions/iswupper_l.texi: Renamed from
18674         doc/glibc-functions/iswupper_l.texi.
18675         * doc/posix-functions/iswxdigit_l.texi: Renamed from
18676         doc/glibc-functions/iswxdigit_l.texi.
18677         * doc/posix-functions/isxdigit_l.texi: Renamed from
18678         doc/glibc-functions/isxdigit_l.texi.
18679         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
18680         doc/glibc-functions/mbsnrtowcs.texi.
18681         * doc/posix-functions/mkdtemp.texi: Renamed from
18682         doc/glibc-functions/mkdtemp.texi.
18683         * doc/posix-functions/newlocale.texi: Renamed from
18684         doc/glibc-functions/newlocale.texi.
18685         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
18686         doc/glibc-functions/nl_langinfo_l.texi.
18687         * doc/posix-functions/open_memstream.texi: Renamed from
18688         doc/glibc-functions/open_memstream.texi.
18689         * doc/posix-functions/opterr.texi: Renamed from
18690         doc/glibc-functions/opterr.texi.
18691         * doc/posix-functions/optind.texi: Renamed from
18692         doc/glibc-functions/optind.texi.
18693         * doc/posix-functions/optopt.texi: Renamed from
18694         doc/glibc-functions/optopt.texi.
18695         * doc/posix-functions/psignal.texi: Renamed from
18696         doc/glibc-functions/psignal.texi.
18697         * doc/posix-functions/scandir.texi: Renamed from
18698         doc/glibc-functions/scandir.texi.
18699         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
18700         doc/glibc-functions/sched_get_priority_min.texi.
18701         * doc/posix-functions/signgam.texi: Renamed from
18702         doc/glibc-functions/signgam.texi.
18703         * doc/posix-functions/stpcpy.texi: Renamed from
18704         doc/glibc-functions/stpcpy.texi.
18705         * doc/posix-functions/stpncpy.texi: Renamed from
18706         doc/glibc-functions/stpncpy.texi.
18707         * doc/posix-functions/strcasecmp_l.texi: Renamed from
18708         doc/glibc-functions/strcasecmp_l.texi.
18709         * doc/posix-functions/strcoll_l.texi: Renamed from
18710         doc/glibc-functions/strcoll_l.texi.
18711         * doc/posix-functions/strfmon_l.texi: Renamed from
18712         doc/glibc-functions/strfmon_l.texi.
18713         * doc/posix-functions/strftime_l.texi: Renamed from
18714         doc/glibc-functions/strftime_l.texi.
18715         * doc/posix-functions/strncasecmp_l.texi: Renamed from
18716         doc/glibc-functions/strncasecmp_l.texi.
18717         * doc/posix-functions/strndup.texi: Renamed from
18718         doc/glibc-functions/strndup.texi.
18719         * doc/posix-functions/strnlen.texi: Renamed from
18720         doc/glibc-functions/strnlen.texi.
18721         * doc/posix-functions/strsignal.texi: Renamed from
18722         doc/glibc-functions/strsignal.texi.
18723         * doc/posix-functions/strxfrm_l.texi: Renamed from
18724         doc/glibc-functions/strxfrm_l.texi.
18725         * doc/posix-functions/timer_gettime.texi: Renamed from
18726         doc/glibc-functions/timer_gettime.texi.
18727         * doc/posix-functions/tolower_l.texi: Renamed from
18728         doc/glibc-functions/tolower_l.texi.
18729         * doc/posix-functions/toupper_l.texi: Renamed from
18730         doc/glibc-functions/toupper_l.texi.
18731         * doc/posix-functions/towctrans_l.texi: Renamed from
18732         doc/glibc-functions/towctrans_l.texi.
18733         * doc/posix-functions/towlower_l.texi: Renamed from
18734         doc/glibc-functions/towlower_l.texi.
18735         * doc/posix-functions/towupper_l.texi: Renamed from
18736         doc/glibc-functions/towupper_l.texi.
18737         * doc/posix-functions/uselocale.texi: Renamed from
18738         doc/glibc-functions/uselocale.texi.
18739         * doc/posix-functions/vdprintf.texi: Renamed from
18740         doc/glibc-functions/vdprintf.texi.
18741         * doc/posix-functions/wcpcpy.texi:
18742         Renamed from doc/glibc-functions/wcpcpy.texi.
18743         * doc/posix-functions/wcpncpy.texi: Renamed from
18744         doc/glibc-functions/wcpncpy.texi.
18745         * doc/posix-functions/wcscasecmp.texi: Renamed from
18746         doc/glibc-functions/wcscasecmp.texi.
18747         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
18748         doc/glibc-functions/wcscasecmp_l.texi.
18749         * doc/posix-functions/wcscoll_l.texi: Renamed from
18750         doc/glibc-functions/wcscoll_l.texi.
18751         * doc/posix-functions/wcsdup.texi: Renamed from
18752         doc/glibc-functions/wcsdup.texi.
18753         * doc/posix-functions/wcsncasecmp.texi: Renamed from
18754         doc/glibc-functions/wcsncasecmp.texi.
18755         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
18756         doc/glibc-functions/wcsncasecmp_l.texi.
18757         * doc/posix-functions/wcsnlen.texi: Renamed from
18758         doc/glibc-functions/wcsnlen.texi.
18759         * doc/posix-functions/wcsnrtombs.texi: Renamed from
18760         doc/glibc-functions/wcsnrtombs.texi.
18761         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
18762         doc/glibc-functions/wcsxfrm_l.texi.
18763         * doc/posix-functions/wctrans_l.texi: Renamed from
18764         doc/glibc-functions/wctrans_l.texi.
18765         * doc/posix-functions/wctype_l.texi: Renamed from
18766         doc/glibc-functions/wctype_l.texi.
18767         * doc/gnulib.texi (Function Substitutes): Add these subsections.
18768         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
18769         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
18770         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
18771         these subsections.
18772         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
18773         Remove sections.
18774
18775 2008-12-14  Bruno Haible  <bruno@clisp.org>
18776
18777         Update doc for POSIX:2008.
18778         * doc/posix-functions/*.texi: Update URL of POSIX specification.
18779
18780 2008-12-14  Bruno Haible  <bruno@clisp.org>
18781
18782         Update doc for POSIX:2008.
18783         * doc/pastposix-functions/bcmp.texi: Renamed from
18784         doc/posix-functions/bcmp.texi.
18785         * doc/pastposix-functions/bcopy.texi: Renamed from
18786         doc/posix-functions/bcopy.texi.
18787         * doc/pastposix-functions/bsd_signal.texi: Renamed from
18788         doc/posix-functions/bsd_signal.texi.
18789         * doc/pastposix-functions/bzero.texi: Renamed from
18790         doc/posix-functions/bzero.texi.
18791         * doc/pastposix-functions/ecvt.texi: Renamed from
18792         doc/posix-functions/ecvt.texi.
18793         * doc/pastposix-functions/fcvt.texi: Renamed from
18794         doc/posix-functions/fcvt.texi.
18795         * doc/pastposix-functions/ftime.texi: Renamed from
18796         doc/posix-functions/ftime.texi.
18797         * doc/pastposix-functions/gcvt.texi: Renamed from
18798         doc/posix-functions/gcvt.texi.
18799         * doc/pastposix-functions/getcontext.texi: Renamed from
18800         doc/posix-functions/getcontext.texi.
18801         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
18802         doc/posix-functions/gethostbyaddr.texi.
18803         * doc/pastposix-functions/gethostbyname.texi: Renamed from
18804         doc/posix-functions/gethostbyname.texi.
18805         * doc/pastposix-functions/getwd.texi: Renamed from
18806         doc/posix-functions/getwd.texi.
18807         * doc/pastposix-functions/h_errno.texi: Renamed from
18808         doc/posix-functions/h_errno.texi.
18809         * doc/pastposix-functions/index.texi: Renamed from
18810         doc/posix-functions/index.texi.
18811         * doc/pastposix-functions/makecontext.texi: Renamed from
18812         doc/posix-functions/makecontext.texi.
18813         * doc/pastposix-functions/mktemp.texi: Renamed from
18814         doc/posix-functions/mktemp.texi.
18815         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
18816         doc/posix-functions/pthread_attr_getstackaddr.texi.
18817         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
18818         doc/posix-functions/pthread_attr_setstackaddr.texi.
18819         * doc/pastposix-functions/rindex.texi: Renamed from
18820         doc/posix-functions/rindex.texi.
18821         * doc/pastposix-functions/scalb.texi: Renamed from
18822         doc/posix-functions/scalb.texi.
18823         * doc/pastposix-functions/setcontext.texi: Renamed from
18824         doc/posix-functions/setcontext.texi.
18825         * doc/pastposix-functions/swapcontext.texi: Renamed from
18826         doc/posix-functions/swapcontext.texi.
18827         * doc/pastposix-functions/ualarm.texi: Renamed from
18828         doc/posix-functions/ualarm.texi.
18829         * doc/pastposix-functions/usleep.texi: Renamed from
18830         doc/posix-functions/usleep.texi.
18831         * doc/pastposix-functions/vfork.texi: Renamed from
18832         doc/posix-functions/vfork.texi.
18833         * doc/pastposix-functions/wcswcs.texi: Renamed from
18834         doc/posix-functions/wcswcs.texi.
18835         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
18836         (Function Substitutes): Update.
18837
18838 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18839
18840         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
18841         m4/strerror.m4.
18842
18843 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18844             Bruno Haible  <bruno@clisp.org>
18845
18846         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
18847
18848 2008-12-13  Bruno Haible  <bruno@clisp.org>
18849
18850         * modules/strtoull (Depends-on): Remove unistd.
18851
18852 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18853
18854         * modules/strtoull (Depends-on): Add stdlib.
18855
18856 2008-12-11  Simon Josefsson  <simon@josefsson.org>
18857
18858         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
18859
18860 2008-12-10  Jim Meyering  <meyering@redhat.com>
18861
18862         gl_ASSERT: don't say assertions are disabled when they're not
18863         * m4/assert.m4 (gl_ASSERT): Do not make configure report
18864         "checking whether to enable assertions... no", when they are in
18865         fact enabled.  This is solely a bug in the output of configure.
18866         In spite of saying "no", NDEBUG was not defined in that case.
18867         Also, as noted by Eric Blake, leave assertions enabled upon
18868         --enable-assert=INVALID.
18869
18870 2008-12-10  Bruno Haible  <bruno@clisp.org>
18871
18872         Change MODULES.html to refer to POSIX:2008 where possible.
18873         * MODULES.html.sh (POSIX2008_URL): New variable.
18874         (posix_headers): Remove sys/timeb, ucontext.
18875         (posix2001_headers): New variable.
18876         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
18877         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
18878         index, makecontext, mktemp, pthread_attr_getstackaddr,
18879         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
18880         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
18881         (posix2001_functions): New variable.
18882         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
18883         otherwise.
18884
18885 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18886
18887         add missing include to parse-duration.c
18888         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
18889         * modules/parse-duration (Depends-on): Add xalloc.
18890
18891         fix sed script reading maint.mk
18892         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
18893         (syntax-check-rules): Use it.
18894
18895 2008-12-09  Bruno Haible  <bruno@clisp.org>
18896
18897         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
18898         MacOS X 10.4/PowerPC.
18899         Reported by Simon Josefsson.
18900
18901 2008-12-08  Jim Meyering  <meyering@redhat.com>
18902
18903         work around mingw's lack of some S_IF definitions
18904         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
18905         Reported by Simon Josefsson.
18906
18907 2008-12-08  Bruno Haible  <bruno@clisp.org>
18908
18909         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
18910         applied to variables. Needed on MacOS X 10.4/PowerPC.
18911         Reported by Simon Josefsson.
18912
18913 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
18914         and Eric Blake  <ebb9@byu.net>
18915
18916         assert: honor --enable-assert
18917         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
18918         order to honor --enable-assert, rather than treating it as a
18919         synonym for --disable-assert.
18920
18921 2008-12-08  Jim Meyering  <meyering@redhat.com>
18922
18923         * lib/posixtm.c: Remove now-useless declaration of mktime.
18924
18925         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
18926
18927 2008-12-07  Bruno Haible  <bruno@clisp.org>
18928
18929         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
18930         test_once): Mark functions as static.
18931         * tests/test-tls.c (test_tls): Likewise.
18932
18933 2008-12-07  Bruno Haible  <bruno@clisp.org>
18934
18935         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
18936         iconv_register_autodetect.
18937
18938 2008-12-07  Jim Meyering  <meyering@redhat.com>
18939
18940         posixtm.c: avoid a warning
18941         * lib/posixtm.c (posixtime): Don't initialize tm0.
18942         It's no longer needed to placate gcc4's -Wuninitialized,
18943         and the attempt to placate would elicit a new warning.
18944
18945         unicodeio.c: mark unused parameters
18946         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
18947         (fallback_failure_callback): Likewise.
18948
18949 2008-12-07  Bruno Haible  <bruno@clisp.org>
18950
18951         * gnulib-tool (func_create_testdir): When building the tests
18952         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
18953         Reported by Simon Josefsson.
18954
18955 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18956
18957         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
18958
18959 2008-12-06  Bruno Haible  <bruno@clisp.org>
18960
18961         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
18962         Suggested by Eric Blake.
18963
18964 2008-12-06  Bruno Haible  <bruno@clisp.org>
18965
18966         Fix a c-stack test failure on MacOS X.
18967         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
18968         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
18969         handler for SIGBUS as well.
18970         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
18971         install a signal handler for SIGBUS as well.
18972         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
18973
18974 2008-12-06  Bruno Haible  <bruno@clisp.org>
18975
18976         Advocacy documentation.
18977         * doc/gnulib-intro.texi (Benefits): New section.
18978         * doc/gnulib.texi: Update.
18979
18980 2008-12-06  Bruno Haible  <bruno@clisp.org>
18981
18982         Document the 'manywarnings' module.
18983         * doc/manywarnings.texi: New file.
18984         * doc/gnulib.texi: Include it.
18985
18986 2008-12-05  Eric Blake  <ebb9@byu.net>
18987
18988         tests: silence some gcc warnings
18989         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
18990         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
18991         type mismatches.
18992
18993 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18994             Bruno Haible  <bruno@clisp.org>
18995
18996         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
18997
18998 2008-11-29  Jim Meyering  <meyering@redhat.com>
18999
19000         unicodeio.c: mark unused parameters
19001         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19002         (fallback_failure_callback): Likewise.
19003
19004         fts: fix a thinko
19005         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
19006         (set_stat_type): Return S_IF*-valued "type" directly.
19007         Prompted by James Youngman's spotting a related bug.
19008         Confirmed by further testing through find.
19009
19010         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
19011         * lib/fts.c (D_TYPE): Define.
19012         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
19013         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
19014         (s_ifmt_shift_bits): New function.
19015         (set_stat_type): New function.
19016         (fts_build): When not calling fts_stat, call set_stat_type
19017         to propagate dirent.d_type info to fts_read caller.
19018         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
19019         fts_statp->st_mode type information may be valid.
19020
19021 2008-11-28  Simon Josefsson  <simon@josefsson.org>
19022
19023         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
19024         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
19025         <sds@gnu.org>.
19026
19027 2008-11-20  Bruno Haible  <bruno@clisp.org>
19028
19029         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
19030         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
19031         INCLUDE_NEXT.
19032         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
19033         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
19034         * modules/math (Makefile.am): Substitute
19035         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
19036         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19037
19038 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
19039             Bruno Haible  <bruno@clisp.org>
19040
19041         * lib/stdint.in.h: Define all type macros so that their expansion is
19042         a single typedef'ed token. Fixes a compilation failure in Boost which
19043         does "using ::int8_t;".
19044
19045 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19046
19047         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
19048         gl_MANYWARN_ALL_GCC.
19049         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
19050         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
19051         * modules/manywarnings: New file.
19052         * MODULES.html.sh: Mention manywarnings module.
19053
19054 2008-11-18  Bruno Haible  <bruno@clisp.org>
19055
19056         * doc/gnulib-tool.texi (Unit tests): New section.
19057
19058 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19059
19060         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
19061         paths like 'lib/po/foo.po'.
19062
19063 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19064
19065         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
19066         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
19067
19068 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19069
19070         * m4/warnings.m4: Use CPPFLAGS to really check whether the
19071         parameter works.
19072
19073 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19074
19075         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
19076
19077 2008-11-17  Bruce Korb  <bkorb@gnu.org>
19078
19079         * modules/parse-duration-tests: New file.
19080         * tests/test-parse-duration.sh: New file.
19081         * tests/test-parse-duration.c: New file.
19082
19083         New module 'parse-duration'.
19084         * lib/parse-duration.h: New file.
19085         * lib/parse-duration.c: New file.
19086         * modules/parse-duration: New file.
19087
19088 2008-11-17  Bruno Haible  <bruno@clisp.org>
19089
19090         * tests/test-select-out.sh: Comment out the first pipe test.
19091         Reported by Simon Josefsson.
19092
19093 2008-11-17  Bruno Haible  <bruno@clisp.org>
19094
19095         * modules/getaddrinfo (Depends-on): Add servent, hostent.
19096         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
19097         gl_HOSTENT.
19098
19099 2008-11-17  Bruno Haible  <bruno@clisp.org>
19100
19101         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
19102         -lnetwork and -lnet. Needed for Haiku and BeOS.
19103
19104 2008-11-16  Bruno Haible  <bruno@clisp.org>
19105
19106         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
19107
19108 2008-11-16  Bruno Haible  <bruno@clisp.org>
19109
19110         Avoid test failure on Haiku.
19111         * tests/test-fsync.c: Include <errno.h>.
19112         (main): Don't require that fsync (0) fails.
19113
19114 2008-11-15  Bruno Haible  <bruno@clisp.org>
19115
19116         New module 'hostent'.
19117         * modules/hostent: New file.
19118         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
19119
19120 2008-11-15  Bruno Haible  <bruno@clisp.org>
19121
19122         New module 'servent'.
19123         * modules/servent: New file.
19124         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
19125
19126 2008-11-15  Bruno Haible  <bruno@clisp.org>
19127
19128         Avoid generating same test program with two different rules.
19129         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
19130         test-frexp to test-frexp-nolibm.
19131         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
19132         test-frexpl to test-frexpl-nolibm.
19133
19134 2008-11-15  Bruno Haible  <bruno@clisp.org>
19135
19136         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
19137         $(FREXPL_LIBM).
19138
19139 2008-11-15  Bruno Haible  <bruno@clisp.org>
19140
19141         * lib/netdb.in.h: Activate the definitions also when the system's
19142         <netdb.h> has 'struct addrinfo'.
19143         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
19144         EAI_OVERFLOW or AI_NUMERICSERV.
19145         * doc/posix-headers/netdb.texi: Document the problem.
19146
19147 2008-11-15  Bruno Haible  <bruno@clisp.org>
19148
19149         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
19150
19151         Make the 'sched' module work on platforms where <sched.h> exists but
19152         is incomplete (such as Haiku).
19153         * lib/sched.in.h; Include the system's <sched.h> if it exists.
19154         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
19155         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
19156         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
19157         HAVE_STRUCT_SCHED_PARAM.
19158         * modules/sched (Depends-on): Add include_next.
19159         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
19160         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
19161         * doc/posix-headers/sched.texi: Document the issue.
19162
19163 2008-11-13  Jim Meyering  <meyering@redhat.com>
19164
19165         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
19166         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
19167         test would fail due to the difference in the Report bugs to ...
19168         line.  The expected address is empty, "<>", while the actual
19169         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
19170
19171 2008-11-12  Bruno Haible  <bruno@clisp.org>
19172
19173         lstat: don't compile lstat.c on systems lacking lstat
19174         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
19175         which don't have lstat; this is handled by lib/sys_stat.in.h already.
19176         Reported by Daniel P. Berrange via Jim Meyering.
19177
19178 2008-11-12  Jim Meyering  <meyering@redhat.com>
19179
19180         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
19181
19182 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19183
19184         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
19185         instead.
19186
19187 2008-11-12  Bruno Haible  <bruno@clisp.org>
19188
19189         * lib/unicodeio.c: Include unistr.h.
19190         (utf8_wctomb): Remove function.
19191         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
19192
19193 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19194
19195         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
19196         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
19197         <bruno@clisp.org>.
19198         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
19199
19200 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19201
19202         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
19203         * doc/gnulib.texi: Add section for warnings.
19204
19205 2008-11-11  Bruno Haible  <bruno@clisp.org>
19206
19207         * lib/sockets.h: Add a comment.
19208
19209 2008-11-11  Karl Berry  <karl@gnu.org>
19210
19211         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
19212
19213 2008-11-11  Eric Blake  <ebb9@byu.net>
19214
19215         fdl.texi: avoid git symlinks
19216         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
19217
19218 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19219
19220         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
19221
19222 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19223
19224         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
19225         (gl_WARN_ADD): Substitute $2 if literal.
19226
19227 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19228
19229         * m4/warning.m4: Remove.
19230
19231 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19232
19233         * m4/warnings.m4: Almost complete rewrite. :-)
19234
19235 2008-11-10  Simon Josefsson  <simon@josefsson.org>
19236
19237         * modules/warnings: New module.
19238         * m4/warnings.m4: New file.
19239         * MODULES.html.sh: Mention warnings module.
19240         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
19241         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19242
19243 2008-11-10  Eric Blake  <ebb9@byu.net>
19244
19245         fdl.texi: make a symlink to the latest version
19246         * doc/standards.texi: Revert today's earlier change.
19247         * doc/fdl-1.2.texi: Rename from old fdl.texi...
19248         * doc/fdl.texi: ...and replace this with a symlink to the newer
19249         fdl-1.3.texi.
19250
19251 2008-11-10  Bruno Haible  <bruno@clisp.org>
19252
19253         * tests/test-select-fd.c (main): Accept the result file name as fourth
19254         argument.
19255         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
19256         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
19257
19258 2008-11-10  Bruno Haible  <bruno@clisp.org>
19259
19260         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
19261         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
19262         as autoconf-substituted macros.
19263         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
19264         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
19265         gl_NETDB_H_DEFAULTS. Set these variables.
19266         * modules/netdb (Makefile.am): Substitute these variables.
19267
19268 2008-11-10  Eric Blake  <ebb9@byu.net>
19269
19270         standards.texi: include correct file for FDL 1.3
19271         * doc/standards.texi (GNU Free Documentation License): Change
19272         include file to pull in FDL 1.3, not 1.2.
19273
19274         fdl.texi: revert accidental change to license
19275         * doc/fdl.texi: This is FDL 1.2, not 1.3.
19276
19277 2008-11-10  Bruno Haible  <bruno@clisp.org>
19278
19279         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
19280         cross-compiling guesses also when the native compile gives no result.
19281
19282 2008-11-10  Bruno Haible  <bruno@clisp.org>
19283
19284         * lib/spawni.c (__spawni): Force variable into the stack.
19285
19286 2008-11-10  Bruno Haible  <bruno@clisp.org>
19287
19288         Add support for Haiku.
19289         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
19290         glibc and BeOS, but also on Haiku.
19291         * lib/fpurge.c (fpurge): Likewise.
19292         * lib/freadable.c (freadable): Likewise.
19293         * lib/freadahead.c (freadahead): Likewise.
19294         * lib/freading.c (freading): Likewise.
19295         * lib/freadptr.c (freadptr): Likewise.
19296         * lib/freadseek.c (freadptrinc): Likewise.
19297         * lib/fseeko.c (rpl_fseeko): Likewise.
19298         * lib/fseterr.c (fseterr): Likewise.
19299         * lib/fwritable.c (fwritable): Likewise.
19300         * lib/fwriting.c (fwriting): Likewise.
19301         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
19302
19303 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19304
19305         * lib/config.charset: Treat Haiku like BeOS.
19306
19307 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19308
19309         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
19310         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
19311
19312 2008-11-08  Bruno Haible  <bruno@clisp.org>
19313
19314         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
19315         AC_CACHE_CHECK.
19316
19317 2008-11-08  Bruno Haible  <bruno@clisp.org>
19318
19319         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
19320
19321 2008-11-08  Bruno Haible  <bruno@clisp.org>
19322
19323         * tests/test-select-fd.c: New file.
19324         * tests/test-select-in.sh: New file.
19325         * tests/test-select-out.sh: New file.
19326         * tests/test-select-stdin.c: New file.
19327         * modules/select-tests (Files): Add the new files.
19328         (Depends-on): Add gettimeofday.
19329         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
19330         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
19331         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
19332
19333 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
19334             Bruno Haible  <bruno@clisp.org>
19335
19336         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
19337
19338 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
19339
19340         * build-aux/pmccabe2html: Added support for C++ source files.
19341
19342 2008-11-05  Ben Pfaff  <blp@gnu.org>
19343
19344         Fix lib/close.c build on Windows.
19345         * modules/close (Files): Add lib/w32sock.h.
19346
19347 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
19348
19349         Accept Bison's NEWS format.
19350         * build-aux/announce-gen (print_news_deltas): Tweak
19351         $re_prefix.
19352
19353 2008-11-04  Bruno Haible  <bruno@clisp.org>
19354
19355         * modules/random_r (Maintainer): Add glibc.
19356
19357 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19358
19359         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
19360         by karl@freefriends.org (Karl Berry).
19361         * doc/alloca.texi: Likewise.
19362         * doc/c-ctype.texi: Likewise.
19363         * doc/c-strcase.texi: Likewise.
19364         * doc/c-strcaseeq.texi: Likewise.
19365         * doc/c-strcasestr.texi: Likewise.
19366         * doc/c-strstr.texi: Likewise.
19367         * doc/c-strtod.texi: Likewise.
19368         * doc/c-strtold.texi: Likewise.
19369         * doc/ctime.texi: Likewise.
19370         * doc/error.texi: Likewise.
19371         * doc/fdl.texi: Likewise.
19372         * doc/gcd.texi: Likewise.
19373         * doc/getdate.texi: Likewise.
19374         * doc/gnulib-intro.texi: Likewise.
19375         * doc/gnulib-tool.texi: Likewise.
19376         * doc/gnulib.texi: Likewise.
19377         * doc/inet_ntoa.texi: Likewise.
19378         * doc/maintain.texi: Likewise.
19379         * doc/make-stds.texi: Likewise.
19380         * doc/quote.texi: Likewise.
19381         * doc/regexprops-generic.texi: Likewise.
19382         * doc/standards.texi: Likewise.
19383         * doc/verify.texi: Likewise.
19384         * doc/visibility.texi: Likewise.
19385         * doc/gnulib.texi (GNU Free Documentation License): Include
19386         fdl-1.3.texi instead of fdl.texi.
19387
19388 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19389
19390         * doc/fdl-1.3.texi: New file, from
19391         <http://www.gnu.org/licenses/fdl-1.3.texi>.
19392         * modules/fdl-1.3: Add.
19393         * MODULES.html.sh: Add fdl-1.3.
19394
19395 2008-11-03  Bruno Haible  <bruno@clisp.org>
19396
19397         Make determination of absolute name of header file work with AIX xlc.
19398         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
19399         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
19400         preprocessing.
19401         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
19402         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
19403
19404 2008-11-03  Simon Josefsson  <simon@josefsson.org>
19405
19406         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
19407         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
19408         <ludo@gnu.org>.
19409
19410 2008-11-02  Bruno Haible  <bruno@clisp.org>
19411
19412         Mark 'strpbrk' obsolete.
19413         * modules/strpbrk (Status, Notice): New sections.
19414         * modules/strtok_r (Depends-on): Add strpbrk.
19415
19416 2008-11-02  Bruno Haible  <bruno@clisp.org>
19417
19418         Mark 'strdup' obsolete.
19419         * modules/strdup (Status, Notice): New sections.
19420         * modules/findprog (Depends-on): Add strdup.
19421         * modules/getaddrinfo (Depends-on): Likewise.
19422         * modules/localename (Depends-on): Likewise.
19423         * modules/relocatable-lib (Depends-on): Likewise.
19424         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
19425         * modules/relocatable-prog (Depends-on): Likewise.
19426         * modules/trim (Depends-on): Likewise.
19427         * modules/unictype/gen-ctype (Depends-on): Likewise.
19428         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
19429
19430 2008-11-02  Bruno Haible  <bruno@clisp.org>
19431
19432         Mark 'strcspn' obsolete.
19433         * modules/strcspn (Status, Notice): New sections.
19434
19435 2008-11-02  Bruno Haible  <bruno@clisp.org>
19436
19437         Mark 'rmdir' obsolete.
19438         * modules/rmdir (Status, Notice): New sections.
19439         * modules/clean-temp (Depends-on): Add rmdir.
19440         * modules/openat (Depends-on): Likewise.
19441
19442 2008-11-02  Bruno Haible  <bruno@clisp.org>
19443
19444         Mark 'raise' obsolete.
19445         * modules/raise (Status, Notice): New sections.
19446         (Include): Specify <signal.h>.
19447         * modules/stdio (Depends-on): Add raise.
19448         * modules/write (Depends-on): Likewise.
19449
19450 2008-11-02  Bruno Haible  <bruno@clisp.org>
19451
19452         Mark 'memset' obsolete.
19453         * modules/memset (Status, Notice): New sections.
19454
19455 2008-11-02  Bruno Haible  <bruno@clisp.org>
19456
19457         Mark 'memmove' obsolete.
19458         * modules/memmove (Status, Notice): New sections.
19459         * modules/argp (Depends-on): Add memmove.
19460         * modules/argz (Depends-on): Likewise.
19461         * modules/canonicalize (Depends-on): Likewise.
19462         * modules/canonicalize-lgpl (Depends-on): Likewise.
19463         * modules/fts (Depends-on): Likewise.
19464         * modules/getcwd (Depends-on): Likewise.
19465         * modules/human (Depends-on): Likewise.
19466         * modules/regex (Depends-on): Likewise.
19467         * modules/striconveh (Depends-on): Likewise.
19468         * modules/trim (Depends-on): Likewise.
19469         * modules/unistr/u8-move (Depends-on): Likewise.
19470         * modules/unistr/u16-move (Depends-on): Likewise.
19471         * modules/unistr/u32-move (Depends-on): Likewise.
19472
19473 2008-11-02  Bruno Haible  <bruno@clisp.org>
19474
19475         Mark 'memcpy' obsolete.
19476         * modules/memcpy (Status, Notice): New sections.
19477
19478 2008-11-02  Bruno Haible  <bruno@clisp.org>
19479
19480         Mark 'memcmp' obsolete.
19481         * modules/memcmp (Status, Notice): New sections.
19482         * modules/argmatch (Depends-on): Add memchr.
19483         * modules/backupfile (Depends-on): Likewise.
19484         * modules/c-strcasestr (Depends-on): Likewise.
19485         * modules/crypto/des (Depends-on): Likewise.
19486         * modules/csharpcomp (Depends-on): Likewise.
19487         * modules/fnmatch (Depends-on): Likewise.
19488         * modules/git-merge-changelog (Depends-on): Likewise.
19489         * modules/isnand (Depends-on): Likewise.
19490         * modules/isnand-nolibm (Depends-on): Likewise.
19491         * modules/isnanf (Depends-on): Likewise.
19492         * modules/isnanf-nolibm (Depends-on): Likewise.
19493         * modules/isnanl (Depends-on): Likewise.
19494         * modules/isnanl-nolibm (Depends-on): Likewise.
19495         * modules/mbchar (Depends-on): Likewise.
19496         * modules/memcoll (Depends-on): Likewise.
19497         * modules/quotearg (Depends-on): Likewise.
19498         * modules/regex (Depends-on): Likewise.
19499         * modules/relocatable-prog (Depends-on): Likewise.
19500         * modules/same (Depends-on): Likewise.
19501         * modules/signbit (Depends-on): Likewise.
19502         * modules/strcasestr-simple (Depends-on): Likewise.
19503         * modules/unictype/gen-ctype (Depends-on): Likewise.
19504         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
19505         * modules/uniname/uniname (Depends-on): Likewise.
19506         * modules/unistr/u8-cmp (Depends-on): Likewise.
19507
19508 2008-11-02  Bruno Haible  <bruno@clisp.org>
19509
19510         Mark 'memchr' obsolete.
19511         * modules/memchr (Status, Notice): New sections.
19512         * modules/argp (Depends-on): Add memchr.
19513         * modules/base64 (Depends-on): Likewise.
19514         * modules/c-strcasestr (Depends-on): Likewise.
19515         * modules/chdir-long (Depends-on): Likewise.
19516         * modules/fnmatch (Depends-on): Likewise.
19517         * modules/getsubopt (Depends-on): Likewise.
19518         * modules/git-merge-changelog (Depends-on): Likewise.
19519         * modules/glob (Depends-on): Likewise.
19520         * modules/strcasestr-simple (Depends-on): Likewise.
19521         * modules/strnlen (Depends-on): Likewise.
19522
19523 2008-11-02  Bruno Haible  <bruno@clisp.org>
19524
19525         Mark 'atexit' obsolete.
19526         * modules/atexit (Status, Notice): New sections.
19527         * modules/chdir-long (Depends-on): Add atexit.
19528         * modules/wait-process (Depends-on): Likewise.
19529
19530 2008-11-02  Bruno Haible  <bruno@clisp.org>
19531
19532         * gnulib-tool: New option --with-obsolete.
19533         (func_usage): Document it.
19534         (func_modules_transitive_closure): Drop obsolete dependencies if
19535         incobsolete is not true.
19536         (func_import): Read and save the incobsolete variable to the cache.
19537
19538 2008-11-02  Bruno Haible  <bruno@clisp.org>
19539
19540         * modules/TEMPLATE-EXTENDED: New field 'Status'.
19541         * gnulib-tool: New option --extract-status.
19542         (func_usage): Document it.
19543         (sed_extract_prog): Recognize it.
19544         (func_get_status): New function.
19545
19546 2008-10-30  Simon Josefsson  <simon@josefsson.org>
19547
19548         * modules/sockets (License): Change from LGPL to LGPLv2+.
19549
19550 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19551
19552         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
19553
19554 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19555
19556         * MODULES.html.sh (Support for systems lacking POSIX:2001):
19557         Mention times and sys_times.
19558         * modules/sys_times, modules/sys_times-tests: New modules.
19559         * modules/times, modules/times-tests: Likewise
19560         * m4/sys_times_h.m4: New file.
19561         * lib/sys_times.in.h: Likewise
19562         * lib/times.c: Likewise.
19563         * tests/test-sys_times.c: Likewise.
19564         * tests/test-times.c: Likewise.
19565         * doc/posix-headers/sys_times.texi: Update.
19566         * doc/posix-functions/times.texi: Update.
19567
19568 2008-10-28  Jim Meyering  <meyering@redhat.com>
19569
19570         * modules/tempname (Depends-on): Add lstat.
19571
19572         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
19573
19574 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19575
19576         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
19577         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
19578         using idiom used elsewhere in gnulib.
19579
19580 2008-10-27  Jim Meyering  <meyering@redhat.com>
19581
19582         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
19583
19584 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19585
19586         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
19587         TESTS_ENVIRONMENT, for shell scripts that needs to call built
19588         programs.
19589         * tests/test-argp-2.sh: Use $EXEEXT when needed.
19590
19591 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19592
19593         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
19594
19595 2008-10-27  Bruno Haible  <bruno@clisp.org>
19596
19597         * tests/test-lstat.c: Include <stdio.h>.
19598
19599 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19600
19601         * modules/lstat-tests: New module.
19602         * tests/test-lstat.c: New file.
19603
19604 2008-10-26  Jim Meyering  <meyering@redhat.com>
19605
19606         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
19607
19608 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19609             Bruno Haible  <bruno@clisp.org>
19610
19611         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
19612         * modules/configmake (Include): Add a note that the include must come
19613         after all system headers.
19614         * lib/javaversion.c: Include configmake.h after all other includes.
19615
19616 2008-10-26  Bruno Haible  <bruno@clisp.org>
19617
19618         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
19619         HAVE_STRUCT_RANDOM_DATA to 1.
19620         (gl_STDLIB_H): Simplify.
19621
19622 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19623
19624         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
19625         substitute HAVE_STRUCT_RANDOM_DATA.
19626         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
19627         random_data.
19628         * modules/stdlib (Makefile.am): Substitute
19629         HAVE_STRUCT_RANDOM_DATA.
19630
19631 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19632
19633         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
19634         * doc/gnulib-intro.texi (Copyright): Likewise.
19635
19636 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19637
19638         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
19639         findings.
19640
19641 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
19642             Bruno Haible  <bruno@clisp.org>
19643
19644         * lib/unistd.in.h: Include <winsock2.h>.
19645         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
19646         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
19647         Provide dummy declarations.
19648         (gethostname): Override.
19649         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
19650         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
19651         gl_PREREQ_SYS_H_WINSOCK2.
19652         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
19653         * doc/posix-functions/gethostname.texi: More details.
19654
19655 2008-10-25  Bruno Haible  <bruno@clisp.org>
19656
19657         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
19658         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
19659         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
19660
19661         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
19662         here ...
19663         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
19664         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
19665         gl_UNISTD_H_DEFAULTS.
19666
19667 2008-10-25  Eric Blake  <ebb9@byu.net>
19668
19669         signbit: avoid spurious compiler failure
19670         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
19671         declarations inside function.
19672
19673 2008-10-24  Simon Josefsson  <simon@josefsson.org>
19674             Bruno Haible  <bruno@clisp.org>
19675
19676         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
19677         * modules/random_r (Depends-on): Add stdint.
19678
19679 2008-10-24  Bruno Haible  <bruno@clisp.org>
19680
19681         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
19682         Eggert.
19683         * modules/strerror (License): Likewise.
19684
19685 2008-10-24  Jim Meyering  <meyering@redhat.com>
19686
19687         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
19688         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
19689
19690 2008-10-24  Eric Blake  <ebb9@byu.net>
19691
19692         getgroups: fix compilation when getgroups is available
19693         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
19694         but with <config.h> override of getgroups disabled.
19695
19696 2008-10-24  Simon Josefsson  <simon@josefsson.org>
19697
19698         * doc/gnulib.texi (Header files): Add note about C++ problems.
19699         Explained by Bruno Haible <bruno@clisp.org>.
19700
19701 2008-10-23  Bruno Haible  <bruno@clisp.org>
19702
19703         Define a dummy SA_NODEFER macro on Interix.
19704         * lib/signal.in.h (SA_NODEFER): Define fallback.
19705         Reported by Aleksey Cheusov <cheusov@tut.by> via
19706         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
19707
19708 2008-10-23  Bruno Haible  <bruno@clisp.org>
19709
19710         * modules/freadahead (License): Change to LGPLv2+.
19711         Suggested by Simon Josefsson.
19712
19713 2008-10-23  Jim Meyering  <meyering@redhat.com>
19714
19715         random_r: new module
19716         * modules/random_r: New file.
19717         * m4/random_r.m4: New file.
19718         * lib/random_r.c: New file, from glibc.
19719         * modules/random_r-tests: New file.
19720         * tests/test-random_r.c: New file.
19721         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
19722          Declare.
19723         (RAND_MAX): Define.
19724         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
19725         * modules/stdlib: Substitute them, too.
19726         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
19727         * doc/glibc-functions/initstate_r.texi: Mention the new module.
19728         * doc/glibc-functions/random_r.texi: Likewise.
19729         * doc/glibc-functions/setstate_r.texi: Likewise.
19730         * doc/glibc-functions/srandom_r.texi: Likewise.
19731         * config/srclist.txt: Mention it.
19732
19733 2008-10-23  David Lutterkort  <lutter@redhat.com>
19734
19735         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
19736         link requirement
19737
19738 2008-10-23  Jim Meyering  <meyering@redhat.com>
19739
19740         selinux-h: mark parameters of stub functions as intentionally unused
19741         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
19742         * lib/se-context.in.h: Likewise.
19743
19744 2008-10-22  Simon Josefsson  <simon@josefsson.org>
19745
19746         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
19747
19748 2008-10-22  Simon Josefsson  <simon@josefsson.org>
19749
19750         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
19751
19752 2008-10-22  Eric Blake  <ebb9@byu.net>
19753
19754         glthread/thread: avoid compiler warning
19755         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
19756         Add unreachable abort to silence compiler.
19757
19758 2008-10-22  Eric Blake  <ebb9@byu.net>
19759
19760         netdb: also supply struct addrinfo for cygwin 1.5.x
19761         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
19762         older cygwin.
19763         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
19764         cygwin.
19765         * doc/posix-headers/netdb.texi (netdb.h): Document this.
19766
19767 2008-10-22  Bruno Haible  <bruno@clisp.org>
19768
19769         * users.txt: Update entry about pspp.
19770
19771 2008-10-21  Bruno Haible  <bruno@clisp.org>
19772
19773         Simplification.
19774         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
19775         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
19776
19777         Simplification.
19778         * lib/ioctl.c (ioctl): Don't undefine.
19779         * lib/socket.c (socket): Don't undefine.
19780
19781         Remove unused module indicator macros.
19782         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
19783         GNULIB_$1 as a C macro.
19784
19785         * doc/posix-functions/close.texi: Undo last change.
19786         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
19787         Windows platforms.
19788
19789 2008-10-21  Bruno Haible  <bruno@clisp.org>
19790
19791         Add gethostname() declaration to <unistd.h>.
19792         * lib/unistd.in.h (gethostname): New declaration.
19793         * lib/gethostname.c: Include <unistd.h>.
19794         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
19795         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
19796         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
19797         and HAVE_GETHOSTNAME.
19798         * modules/gethostname (Depends-on): Add unistd.
19799         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19800         (Include): Specify <unistd.h>.
19801         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
19802         HAVE_GETHOSTNAME.
19803         * tests/test-gethostname.c: Include <unistd.h> first.
19804
19805 2008-10-21  Bruno Haible  <bruno@clisp.org>
19806
19807         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
19808         * modules/select-tests (Depends-on): Likewise.
19809         Reported by Simon Josefsson.
19810
19811 2008-10-21  Simon Josefsson  <simon@josefsson.org>
19812
19813         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
19814         * lib/accept.c: New file, based on winsock.c.
19815         * lib/bind.c: New file, based on winsock.c.
19816         * lib/connect.c: New file, based on winsock.c.
19817         * lib/getpeername.c: New file, based on winsock.c.
19818         * lib/getsockname.c: New file, based on winsock.c.
19819         * lib/getsockopt.c: New file, based on winsock.c.
19820         * lib/ioctl.c: New file, based on winsock.c.
19821         * lib/listen.c: New file, based on winsock.c.
19822         * lib/recv.c: New file, based on winsock.c.
19823         * lib/recvfrom.c: New file, based on winsock.c.
19824         * lib/send.c: New file, based on winsock.c.
19825         * lib/sendto.c: New file, based on winsock.c.
19826         * lib/setsockopt.c: New file, based on winsock.c.
19827         * lib/shutdown.c: New file, based on winsock.c.
19828         * lib/socket.c: New file, based on winsock.c.
19829         * lib/w32sock.h: New file, based on winsock.c.
19830         * lib/winsock.c: Remove file.
19831         * modules/accept: Likewise.
19832         * modules/bind: Likewise.
19833         * modules/connect: Likewise.
19834         * modules/getpeername: Likewise.
19835         * modules/getsockname: Likewise.
19836         * modules/getsockopt: Likewise.
19837         * modules/ioctl: Likewise.
19838         * modules/listen: Likewise.
19839         * modules/recv: Likewise.
19840         * modules/recvfrom: Likewise.
19841         * modules/send: Likewise.
19842         * modules/sendto: Likewise.
19843         * modules/setsockopt: Likewise.
19844         * modules/shutdown: Likewise.
19845         * modules/socket: Use socket.c instead of winsock.c.
19846         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
19847         * doc/posix-functions/accept.texi: Doc fix.
19848         * doc/posix-functions/bind.texi: Doc fix.
19849         * doc/posix-functions/close.texi: Doc fix.
19850         * doc/posix-functions/connect.texi: Doc fix.
19851         * doc/posix-functions/getpeername.texi: Doc fix.
19852         * doc/posix-functions/getsockname.texi: Doc fix.
19853         * doc/posix-functions/getsockopt.texi: Doc fix.
19854         * doc/posix-functions/ioctl.texi: Doc fix.
19855         * doc/posix-functions/listen.texi: Doc fix.
19856         * doc/posix-functions/recv.texi: Doc fix.
19857         * doc/posix-functions/recvfrom.texi: Doc fix.
19858         * doc/posix-functions/send.texi: Doc fix.
19859         * doc/posix-functions/sendto.texi: Doc fix.
19860         * doc/posix-functions/setsockopt.texi: Doc fix.
19861         * doc/posix-functions/shutdown.texi: Doc fix.
19862         * doc/posix-functions/socket.texi: Doc fix.
19863
19864 2008-10-20  Bruno Haible  <bruno@clisp.org>
19865
19866         Take into account the role of SIGABRT_COMPAT on Windows 2008.
19867         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
19868         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
19869         as an alias for SIGABRT.
19870         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
19871         (sigaction): Map it to SIGABRT.
19872         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
19873
19874 2008-10-20  Bruno Haible  <bruno@clisp.org>
19875
19876         * lib/fts.c: Don't include lstat.h.
19877         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
19878
19879         Move the lstat() declaration to <sys/stat.h>.
19880         * lib/lstat.h: Remove file.
19881         * lib/sys_stat.in.h: Add special invocation convention.
19882         (lstat): New declaration.
19883         * lib/lstat.c (orig_lstat): New function.
19884         (rpl_lstat): Use orig_lstat instead of lstat.
19885         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
19886         AC_C_INLINE. Set REPLACE_LSTAT.
19887         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
19888         and REPLACE_LSTAT.
19889         * modules/lstat (Files): Remove lib/lstat.h.
19890         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
19891         (Include): Specify <sys/stat.h> instead of lstat.h.
19892         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
19893         REPLACE_LSTAT.
19894         * NEWS: Mention the change.
19895
19896 2008-10-20  Bruno Haible  <bruno@clisp.org>
19897
19898         * modules/posix_spawn-tests: New file.
19899         * tests/test-posix_spawn3.c: New file.
19900
19901 2008-10-20  Bruno Haible  <bruno@clisp.org>
19902
19903         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
19904         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
19905         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
19906         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
19907         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
19908
19909 2008-10-20  Bruno Haible  <bruno@clisp.org>
19910
19911         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
19912         of posix_spawn on AIX 5.3.
19913
19914 2008-10-20  Bruno Haible  <bruno@clisp.org>
19915
19916         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
19917
19918 2008-10-20  Bruno Haible  <bruno@clisp.org>
19919
19920         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
19921         of AC_LANG_PROGRAM.
19922
19923 2008-10-20  Simon Josefsson  <simon@josefsson.org>
19924
19925         * lib/netdb.in.h: Don't define GNU specific constants until they
19926         are supported or needed.  Reported by Bruno Haible
19927         <bruno@clisp.org>.
19928
19929 2008-10-20  Simon Josefsson  <simon@josefsson.org>
19930
19931         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
19932
19933 2008-10-20  Simon Josefsson  <simon@josefsson.org>
19934
19935         * lib/getaddrinfo.h: Remove file.
19936         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
19937         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
19938         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
19939         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
19940         * modules/netdb: Substitute GNULIB_GETADDRINFO.
19941         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
19942         * tests/test-getaddrinfo.c: Likewise.
19943         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
19944         * NEWS: Mention change.
19945
19946 2008-10-19  Bruno Haible  <bruno@clisp.org>
19947
19948         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
19949
19950 2008-10-19  Bruno Haible  <bruno@clisp.org>
19951
19952         * lib/wait-process.c: Include simply <sys/wait.h>.
19953         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
19954         WIFSTOPPED): Remove fallback definitions.
19955         * modules/wait-process (Depends-on): Add sys_wait.
19956
19957         New module 'sys_wait'.
19958         * modules/sys_wait: New file.
19959         * lib/sys_wait.in.h: New file, partially copied from
19960         lib/wait-process.c.
19961         * m4/sys_wait_h.m4: New file.
19962         * doc/posix-headers/sys_wait.texi: Mention the new module.
19963
19964 2008-10-19  Bruno Haible  <bruno@clisp.org>
19965
19966         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
19967
19968 2008-10-19  Bruno Haible  <bruno@clisp.org>
19969
19970         Assume that waitpid() fills an 'int' status, not a 'union wait'.
19971         * lib/wait-process.c (WAIT_T): Remove type.
19972         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
19973         (wait_subprocess): Update.
19974
19975 2008-10-19  Bruno Haible  <bruno@clisp.org>
19976
19977         New module 'atoll'.
19978         * modules/atoll: New file.
19979         * lib/stdlib.in.h (atoll): New declaration.
19980         * lib/atoll.c: New file, from glibc with modifications.
19981         * m4/atoll.m4: New file.
19982         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
19983         HAVE_ATOLL.
19984         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
19985         * doc/posix-functions/atoll.texi: Mention the new module.
19986
19987 2008-10-19  Bruno Haible  <bruno@clisp.org>
19988
19989         Add strtoull() declaration to <stdlib.h>.
19990         * lib/stdlib.in.h (strtoull): New declaration.
19991         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
19992         Set HAVE_STRTOULL.
19993         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
19994         HAVE_STRTOULL.
19995         * modules/strtoull (Depends-on): Add stdlib.
19996         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19997         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
19998         HAVE_STRTOULL.
19999
20000 2008-10-19  Bruno Haible  <bruno@clisp.org>
20001
20002         Add strtoll() declaration to <stdlib.h>.
20003         * lib/stdlib.in.h (strtoll): New declaration.
20004         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20005         Set HAVE_STRTOLL.
20006         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
20007         HAVE_STRTOLL.
20008         * modules/strtoll (Depends-on): Add stdlib.
20009         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20010         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
20011
20012 2008-10-19  Bruno Haible  <bruno@clisp.org>
20013
20014         * modules/bcopy (Depends-on): Add strings.
20015         (Include): Specify <strings.h>.
20016
20017 2008-10-19  Bruno Haible  <bruno@clisp.org>
20018
20019         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
20020
20021 2008-10-19  Bruno Haible  <bruno@clisp.org>
20022
20023         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
20024         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
20025         mingw.
20026
20027 2008-10-19  Bruno Haible  <bruno@clisp.org>
20028
20029         * lib/atanl.c: Don't include isnanl.h.
20030         * lib/cosl.c: Likewise.
20031         * lib/ldexpl.c: Likewise.
20032         * lib/logl.c: Likewise.
20033         * lib/sinl.c: Likewise.
20034         * lib/sqrtl.c: Likewise.
20035         * lib/tanl.c: Likewise.
20036
20037         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
20038         * lib/isnanf.h: Remove file.
20039         * lib/isnand.h: Remove file.
20040         * lib/isnanl.h: Remove file.
20041         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
20042         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
20043         macros.
20044         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
20045         HAVE_ISNANF, don't define it as a C macro.
20046         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
20047         HAVE_ISNAND, don't define it as a C macro.
20048         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
20049         HAVE_ISNANL, don't define it as a C macro.
20050         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
20051         HAVE_ISNAN[FDL].
20052         * modules/isnanf (Files): Remove lib/isnanf.h.
20053         (Depends-on): Add math.
20054         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20055         (Include): Specify <math.h> instead of isnanf.h.
20056         * modules/isnand (Files): Remove lib/isnand.h.
20057         (Depends-on): Add math.
20058         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20059         (Include): Specify <math.h> instead of isnand.h.
20060         * modules/isnanl (Files): Remove lib/isnanl.h.
20061         (Depends-on): Add math.
20062         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20063         (Include): Specify <math.h> instead of isnanl.h.
20064         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
20065         HAVE_ISNAN[FDL].
20066         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
20067         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
20068         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
20069         * NEWS: Mention the change.
20070
20071 2008-10-18  Bruno Haible  <bruno@clisp.org>
20072
20073         Add getusershell(), setusershell(), endusershell() declarations to
20074         <unistd.h>.
20075         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
20076         declarations.
20077         * lib/getusershell.c: Include unistd.h.
20078         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
20079         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20080         HAVE_GETUSERSHELL.
20081         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
20082         and HAVE_GETUSERSHELL.
20083         * modules/getusershell (Depends-on): Add unistd, extensions.
20084         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20085         (Include): Specify <unistd.h>.
20086         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
20087         HAVE_GETUSERSHELL.
20088
20089 2008-10-18  Bruno Haible  <bruno@clisp.org>
20090
20091         Add a getloadavg() declaration to <stdlib.h>.
20092         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
20093         getloadavg declaration.
20094         (getloadavg): New declaration.
20095         * lib/getloadavg.c: Include <stdlib.h> first.
20096         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
20097         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
20098         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
20099         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
20100         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20101         * modules/getloadavg (Depends-on): Add stdlib, extensions.
20102         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20103         (Include): Specify <stdlib.h>.
20104         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
20105         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20106
20107 2008-10-18  Bruno Haible  <bruno@clisp.org>
20108
20109         * lib/dirchownmod.c: Don't include lchmod.h.
20110
20111         Move the lchmod() declaration to <sys/stat.h>.
20112         * lib/lchmod.h: Remove file.
20113         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
20114         (lchmod): New declaration, moved here from lib/lchown.h.
20115         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
20116         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
20117         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
20118         and HAVE_LCHMOD.
20119         * modules/lchmod (Files): Remove lib/lchmod.h.
20120         (Depends-on): Add sys_stat, extensions.
20121         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20122         (Include): Specify <sys/stat.h> instead of lchmod.h.
20123         * modules/sys_stat (Depends-on): Add link-warning.
20124         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
20125         definition of GL_LINK_WARNING.
20126         * NEWS: Mention the change.
20127
20128 2008-10-18  Bruno Haible  <bruno@clisp.org>
20129
20130         * lib/fchdir.c: Don't include dirfd.h.
20131         * lib/fts.c: Likewise.
20132         * lib/getcwd.c: Likewise.
20133         * lib/glob.c: Likewise.
20134
20135         Move the dirfd() declaration to <dirent.h>.
20136         * lib/dirfd.h: Remove file.
20137         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
20138         (dirfd): New declaration.
20139         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
20140         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
20141         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
20142         HAVE_DECL_DIRFD.
20143         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
20144         HAVE_DECL_DIRFD.
20145         * modules/dirfd (Files): Remove lib/dirfd.h.
20146         (Depends-on): Add dirent, extensions.
20147         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
20148         (Include): Specify <dirent.h> instead of dirfd.h.
20149         * modules/dirent (Depends-on): Add link-warning.
20150         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
20151         definition of GL_LINK_WARNING.
20152         * NEWS: Mention the change.
20153
20154 2008-10-18  Bruno Haible  <bruno@clisp.org>
20155
20156         Move the euidaccess() declaration to <unistd.h>.
20157         * lib/euidaccess.h: Remove file.
20158         * lib/unistd.in.h (euidaccess): New declaration.
20159         * lib/euidaccess.c: Don't include euidaccess.h.
20160         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
20161         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
20162         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
20163         and HAVE_EUIDACCESS.
20164         * modules/euidaccess (Files): Remove lib/euidaccess.h.
20165         (Depends-on): Add unistd.
20166         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20167         (Include): Specify <unistd.h> instead of euidaccess.h.
20168         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
20169         HAVE_EUIDACCESS.
20170         * NEWS: Mention the change.
20171
20172 2008-10-18  Bruno Haible  <bruno@clisp.org>
20173
20174         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
20175
20176         Move the getdomainname() declaration to <unistd.h>.
20177         * lib/getdomainname.h: Remove file.
20178         * lib/unistd.in.h (getdomainname): New declaration.
20179         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
20180         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
20181         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20182         HAVE_GETDOMAINNAME.
20183         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20184         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
20185         * modules/getdomainname (Files): Remove lib/getdomainname.h.
20186         (Depends-on): Add unistd, extensions.
20187         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20188         (Includes): Specify <unistd.h> instead of getdomainname.h.
20189         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
20190         HAVE_GETDOMAINNAME.
20191         * NEWS: Mention the change.
20192
20193 2008-10-18  Bruno Haible  <bruno@clisp.org>
20194
20195         * modules/dirent: New file.
20196         * m4/dirent_h.m4: New file.
20197         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
20198         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
20199         * modules/fchdir (Files): Remove lib/dirent.in.h.
20200         (Depends-on): Add dirent.
20201         (Makefile.am): Move rules to modules/dirent.
20202         * doc/posix-headers/dirent.texi: Mention the new module.
20203
20204 2008-10-18  Bruno Haible  <bruno@clisp.org>
20205
20206         Avoid -Wunused-parameter warnings in public gnulib header files.
20207         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
20208         macro.
20209         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
20210
20211 2008-10-18  Bruno Haible  <bruno@clisp.org>
20212
20213         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
20214         * doc/glibc-functions/error.texi: Mention the module 'error'.
20215         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
20216         * doc/glibc-functions/getdomainname.texi: Mention the module
20217         'getdomainname'.
20218         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
20219         * doc/glibc-functions/getpagesize.texi: Mention the module
20220         'getpagesize'.
20221         * doc/glibc-functions/getusershell.texi: Mention the module
20222         'getusershell'.
20223         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
20224         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
20225         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
20226         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
20227         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
20228         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
20229         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
20230         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
20231         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
20232         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
20233         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
20234         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
20235         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
20236         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
20237
20238 2008-10-17  Bruno Haible  <bruno@clisp.org>
20239
20240         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
20241         HP-UX and IRIX, use -0.0L.
20242         * tests/test-ceill.c (minus_zero): Likewise.
20243         * tests/test-floorl.c (minus_zero): Likewise.
20244         * tests/test-frexpl.c (minus_zero): Likewise.
20245         * tests/test-isnan.c (minus_zerol): Likewise.
20246         * tests/test-isnanl.h (minus_zero): Likewise.
20247         * tests/test-ldexpl.c (minus_zero): Likewise.
20248         * tests/test-roundl.c (minus_zero): Likewise.
20249         * tests/test-signbit.c (minus_zerol): Likewise.
20250         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
20251         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
20252         * tests/test-truncl.c (minus_zero): Likewise.
20253         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
20254         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
20255         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
20256         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
20257
20258 2008-10-17  Bruno Haible  <bruno@clisp.org>
20259
20260         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
20261         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
20262         that it gets activated only for gcc >= 3.0.
20263         * lib/dirent.in.h: Likewise.
20264         * lib/errno.in.h: Likewise.
20265         * lib/fcntl.in.h: Likewise.
20266         * lib/float.in.h: Likewise.
20267         * lib/iconv.in.h: Likewise.
20268         * lib/inttypes.in.h: Likewise.
20269         * lib/locale.in.h: Likewise.
20270         * lib/math.in.h: Likewise.
20271         * lib/netdb.in.h: Likewise.
20272         * lib/netinet_in.in.h: Likewise.
20273         * lib/search.in.h: Likewise.
20274         * lib/signal.in.h: Likewise.
20275         * lib/spawn.in.h: Likewise.
20276         * lib/stdarg.in.h: Likewise.
20277         * lib/stdint.in.h: Likewise.
20278         * lib/stdio.in.h: Likewise.
20279         * lib/stdlib.in.h: Likewise.
20280         * lib/string.in.h: Likewise.
20281         * lib/strings.in.h: Likewise.
20282         * lib/sys_file.in.h: Likewise.
20283         * lib/sys_ioctl.in.h: Likewise.
20284         * lib/sys_select.in.h: Likewise.
20285         * lib/sys_socket.in.h: Likewise.
20286         * lib/sys_stat.in.h: Likewise.
20287         * lib/sys_time.in.h: Likewise.
20288         * lib/sysexits.in.h: Likewise.
20289         * lib/time.in.h: Likewise.
20290         * lib/unistd.in.h: Likewise.
20291         * lib/wchar.in.h: Likewise.
20292         * lib/wctype.in.h: Likewise.
20293         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20294
20295 2008-10-17  Jim Meyering  <meyering@redhat.com>
20296
20297         ignore-value: don't depend on inline module
20298         * modules/ignore-value (Depends-on): Remove 'inline'.
20299         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
20300         Suggestion from Bruno Haible.
20301
20302 2008-10-17  Bruno Haible  <bruno@clisp.org>
20303
20304         New implementation of condition variables for Win32.
20305         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
20306         (gl_linked_waitqueue_t): New type.
20307         (gl_cond_t): Use it.
20308         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
20309         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
20310         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
20311         (glthread_cond_init_func, glthread_cond_wait_func,
20312         glthread_cond_timedwait_func, glthread_cond_signal_func,
20313         glthread_cond_broadcast_func, glthread_cond_destroy_func):
20314         Reimplemented on the basis of gl_linked_waitqueue_t.
20315         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
20316         gl_waitqueue_t.
20317         (gl_rwlock_t): Update.
20318         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
20319
20320 2008-10-17  Simon Josefsson  <simon@josefsson.org>
20321
20322         * modules/recvfrom (Depends-on): Add dependency on getpeername.
20323         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20324
20325 2008-10-17  Jim Meyering  <meyering@redhat.com>
20326
20327         ignore-value: new module
20328         * modules/ignore-value: New file.
20329         * lib/ignore-value.h: New file.
20330         * MODULES.html.sh (Compiler warning management): New section,
20331         just for this module.  More to come.
20332
20333 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
20334
20335         open-safer.c: avoid 'signed and unsigned in conditional...' warning
20336         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
20337         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
20338
20339 2008-10-16  Jim Meyering  <meyering@redhat.com>
20340
20341         openat-die.c: avoid 'no previous prototype' warning
20342         * lib/openat-die.c: Include "openat.h".
20343         Reported by Reuben Thomas <rrt@sc3d.org>.
20344
20345 2008-10-16  Simon Josefsson  <simon@josefsson.org>
20346
20347         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
20348         * lib/netdb.in.h: Fix typo.
20349         Reported by Bruno Haible  <bruno@clisp.org>
20350
20351         * lib/netdb.in.h: Include sys/socket.h for platforms without
20352         netdb.h, to get structures like hostent on MinGW.
20353         * modules/netdb (Depends-on): Add sys_socket.
20354
20355 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20356
20357         * modules/netdb, modules/netdb-tests: New file.
20358         * m4/netdb_h.m4: New file.
20359         * lib/netdb.in.h: Add, currently just an empty file pending
20360         definitions.
20361         * tests/test-netdb.c: New file.
20362         * doc/posix-headers/netdb.texi: Mention that we replace it if
20363         needed.
20364         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20365         netdb.
20366
20367 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20368
20369         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
20370         with code.
20371
20372 2008-10-13  Bruno Haible  <bruno@clisp.org>
20373
20374         * lib/glthread/cond.c (glthread_cond_wait_func,
20375         glthread_cond_timedwait_func): Add a comment.
20376
20377 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20378
20379         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
20380         * tests/test-select.c: Likewise,
20381
20382 2008-10-13  Bruno Haible  <bruno@clisp.org>
20383
20384         * lib/glthread/cond.c (glthread_cond_wait_func,
20385         glthread_cond_timedwait_func): Fix variable name.
20386         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20387
20388 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
20389
20390         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
20391         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
20392         struct sockaddr.sa_len.
20393         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
20394
20395 2008-10-13  Simon Josefsson  <simon@josefsson.org>
20396
20397         * build-aux/pmccabe2html: Add css and css_url parameters.
20398
20399 2008-10-12  Bruno Haible  <bruno@clisp.org>
20400
20401         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
20402         calling aclx_get.
20403         Reported by Rainer Tammer <tammer@tammer.net>.
20404
20405 2008-10-12  Bruno Haible  <bruno@clisp.org>
20406
20407         Use msvcrt aware primitives for creation/termination of Win32 threads.
20408         * lib/glthread/thread.c: Include <process.h>.
20409         (glthread_create_func): Use _beginthreadex instead of CreateThread.
20410         (wrapper_func): Update signature.
20411         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
20412
20413 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20414             Bruno Haible  <bruno@clisp.org>
20415
20416         Provide a Win32 implementation of the 'cond' module.
20417         * lib/glthread/cond.h [USE_WIN32]: New implementation.
20418         * lib/glthread/cond.c (glthread_cond_init_func,
20419         glthread_cond_wait_func, glthread_cond_timedwait_func,
20420         glthread_cond_signal_func, glthread_cond_broadcast_func,
20421         glthread_cond_destroy_func) [USE_WIN32]: New functions.
20422         * modules/cond (Dependencies): Add gettimeofday.
20423
20424 2008-10-11  Bruno Haible  <bruno@clisp.org>
20425
20426         Make sleep work on older versions of mingw.
20427         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
20428         only whether it exists.
20429         * doc/posix-functions/sleep.texi: Mention the problem with older
20430         versions of mingw.
20431
20432 2008-10-11  Bruno Haible  <bruno@clisp.org>
20433
20434         New module 'shutdown'.
20435         * modules/shutdown: New file.
20436         * lib/sys_socket.in.h (shutdown): New declaration.
20437         * lib/winsock.c (shutdown): New function.
20438         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
20439         GNULIB_SHUTDOWN.
20440         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
20441         * doc/posix-functions/shutdown.texi: Document the new module.
20442
20443 2008-10-11  Jim Meyering  <meyering@redhat.com>
20444
20445         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
20446
20447 2008-10-11  Bruno Haible  <bruno@clisp.org>
20448
20449         New module 'fclose'.
20450         * modules/fclose: New file.
20451         * lib/stdio.in.h (fclose): New declaration.
20452         * lib/fclose.c: New file.
20453         * m4/fclose.m4: New file.
20454         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
20455         REPLACE_FCLOSE.
20456         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
20457         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
20458         REPLACE_FCLOSE.
20459         * modules/close (Depends-on): fclose.
20460         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
20461
20462 2008-10-11  Bruno Haible  <bruno@clisp.org>
20463
20464         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
20465         set errno and don't call _close.
20466
20467 2008-10-10  Bruno Haible  <bruno@clisp.org>
20468
20469         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
20470         ACL, not afterwards. Fixes test failure on Cygwin.
20471
20472 2008-10-09  Ben Pfaff  <blp@gnu.org>
20473
20474         * build-aux/announce-gen: Fix gnulib version related part of usage
20475         message.  Die with a useful error message if no tarballs are
20476         found.
20477
20478 2008-10-10  Jim Meyering  <meyering@redhat.com>
20479
20480         bootstrap: use git's --depth=N option only if it's supported
20481         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
20482         recognize the --depth option.  Reported by Pádraig Brady.
20483
20484 2008-10-09  Bruno Haible  <bruno@clisp.org>
20485
20486         New module 'ioctl'.
20487         * modules/ioctl: New file.
20488         * lib/sys_socket.in.h (ioctl): Remove declaration.
20489         * lib/winsock.c: Include <sys/ioctl.h>.
20490         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
20491         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
20492         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
20493         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
20494         * doc/posix-functions/ioctl.texi: Mention the new module.
20495
20496 2008-10-09  Bruno Haible  <bruno@clisp.org>
20497
20498         New module 'sys_ioctl'.
20499         * lib/sys_ioctl.in.h: New file.
20500         * m4/sys_ioctl_h.m4: New file.
20501         * modules/sys_ioctl: New file.
20502         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
20503
20504 2008-10-09  Bruno Haible  <bruno@clisp.org>
20505
20506         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
20507         * lib/winsock.c: Include <stdarg.h>.
20508         (rpl_ioctl): Change to second argument 'int' and then varargs.
20509
20510 2008-10-09  Bruno Haible  <bruno@clisp.org>
20511
20512         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
20513         when the sys_socket module is present and the system has <winsock2.h>.
20514
20515 2008-10-09  Bruno Haible  <bruno@clisp.org>
20516
20517         * doc/posix-functions/close.texi: Mention module 'close' instead of
20518         module 'sys_socket'.
20519
20520 2008-10-09  Bruno Haible  <bruno@clisp.org>
20521
20522         * doc/glibc-headers/sys_ioctl.texi: New file.
20523         * doc/gnulib.texi: Include it.
20524
20525 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20526             Bruno Haible  <bruno@clisp.org>
20527
20528         Combine the two replacements of 'close'.
20529         * lib/sys_socket.in.h (close): Define to a reminder to include
20530         <unistd.h>.
20531         (_gl_close_fd_maybe_socket): New declaration.
20532         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
20533         * lib/winsock.c (close): Remove undefinition.
20534         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
20535         needed for the gnulib module 'close'.
20536         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
20537         define to an error symbol or to a warning, if suitable.
20538         * lib/close.c: Include <sys/socket.h>.
20539         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
20540         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
20541         UNISTD_H_HAVE_WINSOCK2_H.
20542         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
20543         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20544         UNISTD_H_HAVE_WINSOCK2_H.
20545         * modules/sys_socket (Files): Add m4/unistd_h.m4.
20546         (configure.ac): Set a module indicator.
20547         (Makefile.am): Substitute GNULIB_CLOSE.
20548         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
20549         * modules/poll-tests (Depends-on): Add close.
20550         * modules/select-tests (Depends-on): Likewise.
20551
20552 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20553             Bruno Haible  <bruno@clisp.org>
20554
20555         New module 'close'.
20556         * modules/close: New file.
20557         * lib/unistd.in.h (close): Move declaration out of the
20558         FCHDIR_REPLACEMENT scope.
20559         (_gl_unregister_fd): New declaration.
20560         * lib/close.c: New file.
20561         * lib/fchdir.c (rpl_close): Remove function.
20562         * m4/close.m4: New file.
20563         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
20564         close.
20565         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
20566         REPLACE_CLOSE.
20567         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
20568         REPLACE_CLOSE.
20569         * modules/fchdir (Depends-on): Add close.
20570
20571 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20572             Bruno Haible  <bruno@clisp.org>
20573
20574         * lib/fcntl.in.h (open): Simplify conditionals.
20575         (_gl_register_fd): New declaration.
20576         * lib/fchdir.c (rpl_open): Remove function.
20577         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
20578         also.
20579         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
20580         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
20581         open.
20582
20583 2008-10-09  Jim Meyering  <meyering@redhat.com>
20584
20585         GNUmakefile: use the more name-space-friendly "_version"
20586         * top/GNUmakefile (_dummy): Update.
20587         (_version): Rename from "version".
20588
20589 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20590             Bruno Haible  <bruno@clisp.org>
20591
20592         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
20593         rpl_close.
20594         (_gl_register_fd): New function, extracted from rpl_open.
20595         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
20596         (rpl_open, rpl_opendir): Use _gl_register_fd.
20597
20598 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20599
20600         Fix organization of 'open' replacement.
20601         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
20602         (gl_FUNC_OPEN): Use it.
20603         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
20604
20605 2008-10-08  Bruno Haible  <bruno@clisp.org>
20606
20607         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
20608
20609 2008-10-08  Simon Josefsson  <simon@josefsson.org>
20610
20611         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
20612         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
20613         listen).
20614
20615 2008-10-08  Eric Blake  <ebb9@byu.net>
20616
20617         GNUmakefile: add 'make version' target
20618         * top/GNUmakefile (_curr-ver): Split version update rules...
20619         (version): ...into a target.
20620
20621 2008-10-07  Bruno Haible  <bruno@clisp.org>
20622
20623         Use a more portable replacement expression for -0.0L.
20624         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
20625         instead of -0.0L. Fix m4 quotation.
20626
20627         * tests/test-signbit.c: Include <float.h>.
20628         (minus_zero): New variable.
20629         (test_signbitl): Use minus_zero instead of -zero.
20630         * modules/signbit-tests (Depends-on): Add float.
20631
20632         * tests/test-ceill.c: Include <float.h>.
20633         (zero): Remove variable.
20634         (minus_zero): New variable.
20635         (main): Use minus_zero instead of -zero.
20636         * modules/ceill-tests (Depends-on): Add float.
20637
20638         * tests/test-floorl.c: Include <float.h>.
20639         (zero): Remove variable.
20640         (minus_zero): New variable.
20641         (main): Use minus_zero instead of -zero.
20642         * modules/floorl-tests (Depends-on): Add float.
20643
20644         * tests/test-roundl.c: Include <float.h>.
20645         (zero): Remove variable.
20646         (minus_zero): New variable.
20647         (main): Use minus_zero instead of -zero.
20648         * modules/roundl-tests (Depends-on): Add float.
20649
20650         * tests/test-truncl.c: Include <float.h>.
20651         (zero): Remove variable.
20652         (minus_zero): New variable.
20653         (main): Use minus_zero instead of -zero.
20654         * modules/truncl-tests (Depends-on): Add float.
20655
20656         * tests/test-frexpl.c (zero): Remove variable.
20657         (minus_zero): New variable.
20658         (main): Use minus_zero instead of -zero.
20659         * modules/frexpl-tests (Depends-on): Add float.
20660
20661         * tests/test-isnan.c (zerol): Remove variable.
20662         (minus_zerol): New variable.
20663         (test_long_double): Use minus_zerol instead of -zerol.
20664         * modules/isnan-tests (Depends-on): Add float.
20665
20666         * tests/test-isnanl.h (zero): Remove variable.
20667         (minus_zero): New variable.
20668         (main): Use minus_zero instead of -zero.
20669         * modules/isnanl-nolibm-tests (Depends-on): Add float.
20670         * modules/isnanl-tests (Depends-on): Add float.
20671
20672         * tests/test-ldexpl.c (zero): Remove variable.
20673         (minus_zero): New variable.
20674         (main): Use minus_zero instead of -zero.
20675         * modules/ldexpl-tests (Depends-on): Add float.
20676
20677         * tests/test-snprintf-posix.h (zerol): Remove variable.
20678         (minus_zerol): New variable.
20679         (test_function): Use minus_zerol instead of -zerol.
20680         * modules/snprintf-posix-tests (Depends-on): Add float.
20681         * modules/vsnprintf-posix-tests (Depends-on): Add float.
20682
20683         * tests/test-sprintf-posix.h (zerol): Remove variable.
20684         (minus_zerol): New variable.
20685         (test_function): Use minus_zerol instead of -zerol.
20686         * modules/sprintf-posix-tests (Depends-on): Add float.
20687         * modules/vsprintf-posix-tests (Depends-on): Add float.
20688
20689         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
20690         (minus_zerol): New variable.
20691         (test_function): Use minus_zerol instead of -zerol.
20692         * modules/vasnprintf-posix-tests (Depends-on): Add float.
20693
20694         * tests/test-vasprintf-posix.c (zerol): Remove variable.
20695         (minus_zerol): New variable.
20696         (test_function): Use minus_zerol instead of -zerol.
20697         * modules/vasprintf-posix-tests (Depends-on): Add float.
20698
20699 2008-10-07  Simon Josefsson  <simon@josefsson.org>
20700
20701         * MODULES.html.sh (Support for building documentation): Mention
20702         pmccabe2html.  Sort entries.
20703
20704         Add pmccabe2html module, from gnupdf.
20705         * build-aux/pmccabe.css: New file.
20706         * build-aux/pmccabe2html: New file.
20707         * m4/pmccabe2html.m4: New file.
20708         * modules/pmccabe2html: New file.
20709
20710 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
20711
20712         flock: new module
20713         * MODULES.html.sh: Add to list of modules.
20714         * lib/flock.c: flock implementation for Windows and Unix systems
20715         which have fcntl.
20716         * doc/glibc-functions/flock.texi: Update documentation.
20717         * lib/sys_file.in.h: <sys/file.h> header file.
20718         * m4/flock.m4: M4 macros.
20719         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
20720         * modules/flock: flock module.
20721         * modules/flock-tests: flock tests module.
20722         * modules/sys_file: sys/file.h module.
20723         * tests/test-flock.c: test suite for flock.
20724
20725 2008-10-06  Jim Meyering  <meyering@redhat.com>
20726
20727         bootstrap: check for LT_INIT more portably still ;-)
20728         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
20729         Spotted by Bruno Haible.
20730
20731 2008-10-06  Eric Blake  <ebb9@byu.net>
20732
20733         test-signbit: avoid tripping Irix cc bug on -0.0L
20734         * tests/test-signbit.c (minus_zerol): Delete, and replace with
20735         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
20736         entire testsuite consistent and avoids an Irix 6.2 bug.
20737
20738 2008-10-05  Bruno Haible  <bruno@clisp.org>
20739             Jim Meyering  <jim@meyering.net>
20740
20741         Add an option for ignoring EPIPE during close_stdout.
20742         * lib/closeout.h: Include <stdbool.h>.
20743         (close_stdout_set_ignore_EPIPE): New declaration.
20744         * lib/closeout.c: Include <stdbool.h>.
20745         (ignore_EPIPE): New variable.
20746         (close_stdout_set_ignore_EPIPE): New function.
20747         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
20748         * lib/close-stream.c (close_stream): Mention the possible EPIPE
20749         failure.
20750         * modules/closeout (Depends-on): Add stdbool.
20751
20752 2008-10-05  Bruno Haible  <bruno@clisp.org>
20753
20754         * modules/accept: New file.
20755         * modules/bind: New file.
20756         * modules/connect: New file.
20757         * modules/getpeername: New file.
20758         * modules/getsockname: New file.
20759         * modules/getsockopt: New file.
20760         * modules/listen: New file.
20761         * modules/recv: New file.
20762         * modules/recvfrom: New file.
20763         * modules/send: New file.
20764         * modules/sendto: New file.
20765         * modules/setsockopt: New file.
20766         * modules/socket: New file.
20767         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
20768         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
20769         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
20770         the particular module is requested. Add a link warning when the
20771         particular module is not requested.
20772         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
20773         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
20774         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
20775         the particular module is requested.
20776         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
20777         gl_SYS_SOCKET_H_DEFAULTS): New macros.
20778         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
20779         * modules/sys_socket (Depends-on): Add link-warning.
20780         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
20781         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
20782         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
20783         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
20784         GL_LINK_WARNING.
20785         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
20786         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
20787         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
20788         * doc/posix-functions/getpeername.texi: Mention the new module
20789         'getpeername'.
20790         * doc/posix-functions/getsockname.texi: Mention the new module
20791         'getsockname'.
20792         * doc/posix-functions/getsockopt.texi: Mention the new module
20793         'getsockopt'.
20794         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
20795         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
20796         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
20797         * doc/posix-functions/send.texi: Mention the new module 'send'.
20798         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
20799         * doc/posix-functions/setsockopt.texi: Mention the new module
20800         'setsockopt'.
20801         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
20802         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
20803         listen, connect, accept.
20804         * modules/select-tests (Depends-on): Likewise.
20805
20806 2008-10-05  Bruno Haible  <bruno@clisp.org>
20807
20808         * lib/winsock.c (strerror): Remove unused #undef.
20809         (rpl_close): Remove unused local variable.
20810
20811         * modules/sys_socket (Depends-on); Add errno.
20812
20813 2008-10-05  Bruno Haible  <bruno@clisp.org>
20814
20815         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
20816         (select): Add a link warning when the 'select' module is not used.
20817         * modules/sys_select (Depends-on): Add link-warning.
20818         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
20819         Suggested by Paolo Bonzini.
20820
20821 2008-10-05  Jim Meyering  <meyering@redhat.com>
20822
20823         bootstrap: check for LT_INIT more portably
20824         * build-aux/bootstrap: Avoid using grep -E, since it's not
20825         portable enough.  Suggestion from Bruno Haible.
20826
20827 2008-10-05  Bruno Haible  <bruno@clisp.org>
20828
20829         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
20830         as being fixed by gnulib.
20831
20832 2008-10-05  Bruno Haible  <bruno@clisp.org>
20833
20834         * modules/select-tests: New file, mostly copied from
20835         modules/sys_select-tests.
20836         * tests/test-select.c: New file, mostly copied from
20837         tests/test-sys_select.c.
20838         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
20839         * modules/sys_select-tests (Depends-on): Remove all dependencies.
20840         (Makefile.am): Remove test_sys_select_LDADD.
20841
20842         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
20843         to an undefined symbol, for an error message.
20844         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
20845         (gl_SYS_SELECT_H_DEFAULTS): New macro.
20846         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
20847         winsock-select.c here.
20848         * modules/sys_select (Files): Remove lib/winsock-select.c.
20849         (Depends-on): Remove alloca.
20850         (Makefile.am): Substitute GNULIB_SELECT.
20851         * modules/select: New file.
20852         * doc/posix-functions/select.texi: Update.
20853
20854 2008-10-05  Bruno Haible  <bruno@clisp.org>
20855
20856         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
20857         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
20858         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
20859         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
20860         getdtablesize.
20861         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
20862         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
20863
20864 2008-10-05  Bruno Haible  <bruno@clisp.org>
20865
20866         * modules/getdtablesize-tests: New file.
20867         * tests/test-getdtablesize.c: New file.
20868
20869         New module 'getdtablesize'.
20870         * lib/unistd.in.h (getdtablesize): New declaration.
20871         * lib/getdtablesize.c: New file.
20872         * m4/getdtablesize.m4: New file.
20873         * modules/getdtablesize: New file.
20874         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20875         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
20876         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
20877         HAVE_GETDTABLESIZE.
20878         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
20879
20880 2008-10-05  Bruno Haible  <bruno@clisp.org>
20881
20882         * modules/sched (Makefile.am): Fix typo.
20883         Reported by Simon Josefsson.
20884
20885 2008-10-05  Jim Meyering  <meyering@redhat.com>
20886
20887         bootstrap: check for LT_INIT, too
20888         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
20889         are deprecated.  Suggestion from Ralf Wildenhues.
20890
20891 2008-10-05  Bruno Haible  <bruno@clisp.org>
20892
20893         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
20894         overriding them by ours.
20895         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
20896
20897 2008-10-05  Jim Meyering  <meyering@redhat.com>
20898
20899         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
20900         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
20901         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
20902
20903 2008-10-04  Bruno Haible  <bruno@clisp.org>
20904
20905         * modules/dup2 (License): Change to LGPLv2+.
20906         * modules/sleep (License): Likewise.
20907         * modules/perror (License): Likewise.
20908         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
20909         Blake.
20910         * modules/signal (License): Likewise.
20911         * modules/sigprocmask (License): Likewise.
20912         * modules/raise (License): Change to LGPLv2+, with approval by Jim
20913         Meyering.
20914
20915 2008-10-04  Bruno Haible  <bruno@clisp.org>
20916
20917         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
20918         Reported by Rainer Tammer <tammer@tammer.net>.
20919
20920 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
20921             Bruno Haible  <bruno@clisp.org>
20922
20923         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
20924         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
20925         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
20926
20927 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
20928
20929         filevercmp: new module
20930         * lib/filevercmp.h: New function filevercmp comparing version strings.
20931         * lib/filevercmp.c: Implementation of filevercmp function.
20932         * modules/filevercmp: Module metadata.
20933         * tests/test-filevercmp.c: Unit test for new module.
20934         * modules/filevercmp-tests: Unit test metadata.
20935         * MODULES.html.sh: Add filevercmp module.
20936
20937 2008-10-03  Bruno Haible  <bruno@clisp.org>
20938
20939         * lib/c-ctype.h: Add comment.
20940         Reported by Jim Meyering.
20941
20942 2008-10-02  Bruno Haible  <bruno@clisp.org>
20943
20944         * modules/posix_spawn-internal (Depends-on): Add 'open'.
20945
20946 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
20947
20948         * build-aux/bootstrap: Allow renaming bootstrap, and change the
20949         name of bootstrap.conf accordingly.
20950
20951 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
20952
20953         * build-aux/bootstrap: Install git-merge-changelog configuration
20954         items into .gitconfig if needed.
20955
20956 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
20957
20958         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
20959         git repository, and initialize/update it accordingly.
20960
20961 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
20962
20963         * modules/fsync-tests: New file.
20964         * tests/test-fsync.c: New file.
20965
20966         New module 'fsync'.
20967         * lib/fsync.c: New file.
20968         * m4/fsync.m4: New file.
20969         * modules/fsync: New file.
20970         * lib/unistd.in.h (fsync): New declaration.
20971         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
20972         GNULIB_FSYNC and HAVE_FSYNC.
20973         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
20974         * MODULES.html.sh (posix_functions): Add fsync.
20975         * doc/posix-functions/fsync.texi: Mention the new module.
20976
20977 2008-10-02  Jim Meyering  <meyering@redhat.com>
20978
20979         fts.c: sync with similar code from coreutils' remove.c
20980         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
20981         Guard also with "#if defined __linux__", since for now at least,
20982         this code is Linux-kernel-specific.
20983
20984 2008-10-02  Jim Meyering  <meyering@redhat.com>
20985
20986         fts: bug fixes
20987         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
20988         Include <sys/vfs.h>, not <sys/statfs.h>.
20989
20990         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
20991         Include <sys/vfs.h>, not <sys/statfs.h>.
20992
20993 2008-10-01  Bruno Haible  <bruno@clisp.org>
20994
20995         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
20996         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
20997         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
20998         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
20999         * doc/posix-functions/posix_spawnp.texi: Likewise.
21000         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
21001         whether posix_spawn actually works.
21002         * m4/pipe.m4 (gl_PIPE): Likewise.
21003         * modules/execute (Files): Add m4/posix_spawn.m4.
21004         * modules/pipe (Files): Add m4/posix_spawn.m4.
21005         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
21006
21007 2008-10-01  Jim Meyering  <meyering@redhat.com>
21008
21009         remove trailing spaces
21010         * NEWS: Likewise.
21011         * lib/poll.c (poll): Likewise.
21012         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
21013         * lib/winsock.c (rpl_close): Likewise.
21014         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
21015         * modules/yield: Likewise.
21016         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
21017         * tests/test-sys_select.c (connect_to_socket): Likewise.
21018
21019         fts.c: adjust a new interface to be more generally useful
21020         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
21021         (fts_build): Adjust caller.
21022
21023 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21024
21025         * modules/cond-tests: New file.
21026         * tests/test-cond.c: New file.
21027
21028 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21029             Bruno Haible  <bruno@clisp.org>
21030
21031         * modules/cond (Dependencies): Add errno, time.
21032         * lib/glthread/cond.h: Include <time.h>.
21033         (gl_cond_define, gl_cond_define_initialized): Use the same definition
21034         across platforms.
21035
21036 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21037             Bruno Haible  <bruno@clisp.org>
21038
21039         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
21040
21041 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21042             Bruno Haible  <bruno@clisp.org>
21043
21044         * modules/tls-tests (Depends-on): Add thread, yield.
21045         (configure.ac): Remove all checks.
21046         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
21047         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21048         gl_thread_self): Remove definitions. Include glthread/thread.h and
21049         glthread/yield.h instead.
21050         (test_tls): Pass an additional NULL argument to gl_thread_join.
21051
21052 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21053             Bruno Haible  <bruno@clisp.org>
21054
21055         * modules/lock-tests (Depends-on): Add thread, yield.
21056         (configure.ac): Remove all checks.
21057         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
21058         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21059         gl_thread_self): Remove definitions. Include glthread/thread.h and
21060         glthread/yield.h instead.
21061         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
21062         additional NULL argument to gl_thread_join.
21063
21064 2008-09-30  Bruno Haible  <bruno@clisp.org>
21065
21066         Fix the Win32 implementation of the 'thread' module.
21067         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
21068         pointer type.
21069         (gl_thread_self): Invoke gl_thread_self_func.
21070         (gl_thread_self_func): New declaration.
21071         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
21072         (do_init_self_key, init_self_key): New functions.
21073         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
21074         Remove some fields.
21075         (running_threads, running_lock): Remove variables.
21076         (get_current_thread_handle): New function.
21077         (gl_thread_self_func, wrapper_func, glthread_create_func,
21078         glthread_join_func, gl_thread_exit_func): Largely rewritten and
21079         simplified.
21080
21081 2008-09-30  Bruno Haible  <bruno@clisp.org>
21082
21083         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
21084         files.
21085
21086 2008-09-30  Jim Meyering  <meyering@redhat.com>
21087
21088         fts.m4: correct the test for statfs.f_type
21089         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
21090         when checking for statfs.f_type.
21091
21092 2008-09-15  Simon Josefsson  <simon@josefsson.org>
21093
21094         tests: avoid some compiler warnings
21095         * tests/test-memchr.c (main): Pass NULL indirectly.
21096         * tests/test-getdate.c (main): Remove unused variable 'ret'.
21097
21098 2008-09-29  Ondřej Vašík  <ovasik@redhat.com>
21099
21100         getdate.y: disallow countable dayshifts like "4 yesterday ago"
21101         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
21102         exactly specified dayshifts.
21103         (dayshift): New rule.
21104         (rel): Add dayshift.
21105         (relative_time_table) [tomorrow, yesterday, today, now]:
21106         Use tDAY_SHIFT in place of tDAY_UNIT.
21107         * tests/test-getdate.c: Add tests for now-disallowed countable
21108         dayshifts, e.g., "4 yesterday ago".
21109
21110 2008-09-29  Bruno Haible  <bruno@clisp.org>
21111
21112         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
21113         * tests/test-posix_spawn1.in.sh: Renamed from
21114         tests/test-posix_spawn.in.sh.
21115         * tests/test-posix_spawn2.c: New file.
21116         * tests/test-posix_spawn2.in.sh: New file.
21117         * modules/posix_spawnp-tests (Files): Update.
21118         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
21119
21120 2008-09-29  Bruno Haible  <bruno@clisp.org>
21121
21122         Propagate effects of putenv/setenv/unsetenv to child processes.
21123         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
21124         * lib/pipe.c (create_pipe): Likewise.
21125
21126 2008-09-29  Bruno Haible  <bruno@clisp.org>
21127
21128         Enable use of shell scripts as executables in mingw.
21129         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
21130         run the program as a shell script.
21131         * lib/pipe.c (create_pipe): Likewise.
21132         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
21133         resulting array.
21134
21135 2008-09-29  Eric Blake  <ebb9@byu.net>
21136
21137         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
21138
21139 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
21140
21141         * doc/posix-functions/accept.texi: Update mingw problems.
21142         * doc/posix-functions/bind.texi: Update mingw problems.
21143         * doc/posix-functions/close.texi: Update mingw problems.
21144         * doc/posix-functions/connect.texi: Update mingw problems.
21145         * doc/posix-functions/getpeername.texi: Update mingw problems.
21146         * doc/posix-functions/getsockname.texi: Update mingw problems.
21147         * doc/posix-functions/getsockopt.texi: Update mingw problems.
21148         * doc/posix-functions/ioctl.texi: Update mingw problems.
21149         * doc/posix-functions/listen.texi: Update mingw problems.
21150         * doc/posix-functions/recv.texi: Update mingw problems.
21151         * doc/posix-functions/recvfrom.texi: Update mingw problems.
21152         * doc/posix-functions/select.texi: Update mingw problems.
21153         * doc/posix-functions/send.texi: Update mingw problems.
21154         * doc/posix-functions/sendto.texi: Update mingw problems.
21155         * doc/posix-functions/setsockopt.texi: Update mingw problems.
21156         * doc/posix-functions/socket.texi: Update mingw problems.
21157
21158 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
21159             Bruno Haible  <bruno@clisp.org>
21160
21161         * lib/sys_select.in.h: Include sys/time.h.
21162         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
21163         * modules/sys_select: Depend on sys_time.
21164         * tests/test-sys_select.c: Test that sys/select.h defines struct
21165         timeval fully.
21166
21167 2008-09-29  Bruno Haible  <bruno@clisp.org>
21168
21169         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
21170         * lib/sys_select.in.h: Likewise.
21171
21172 2008-09-29  Bruno Haible  <bruno@clisp.org>
21173
21174         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
21175
21176 2008-09-29  Bruno Haible  <bruno@clisp.org>
21177
21178         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
21179         Set LIBSOCKET instead of augmenting LIBS.
21180         * modules/sockets (Link): New section.
21181         * modules/sockets-tests (test_sockets_LDADD): New variable.
21182         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
21183         * modules/poll-tests (test_poll_LDADD): New variable.
21184         * NEWS: Document the change.
21185
21186 2008-09-29  Bruno Haible  <bruno@clisp.org>
21187
21188         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
21189         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
21190         ARPA_INET_H directly.
21191         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
21192
21193 2008-09-28  Bruno Haible  <bruno@clisp.org>
21194
21195         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
21196         from gl_HEADER_SYS_SOCKET.
21197         (gl_HEADER_SYS_SOCKET): Invoke it.
21198         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
21199
21200 2008-09-28  Bruno Haible  <bruno@clisp.org>
21201
21202         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
21203         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
21204         Needed on OSF/1 4.0.
21205
21206 2008-09-28  Bruno Haible  <bruno@clisp.org>
21207
21208         Override open more carefully.
21209         * lib/open.c (orig_open): New function.
21210         (rpl_open): Use orig_open instead of open.
21211         * lib/fcntl.in.h: Add special invocation convention.
21212         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
21213         (gl_FUNC_OPEN): Invoke it.
21214
21215         Override freopen more carefully.
21216         * lib/freopen.c (orig_freopen): New function.
21217         (rpl_freopen): Use orig_freopen instead of freopen.
21218         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
21219         (gl_FUNC_FREOPEN): Invoke it.
21220
21221         Override fopen more carefully.
21222         * lib/fopen.c (orig_fopen): New function.
21223         (rpl_fopen): Use orig_fopen instead of fopen.
21224         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
21225         (gl_FUNC_FOPEN): Invoke it.
21226         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
21227
21228 2008-09-28  Bruno Haible  <bruno@clisp.org>
21229
21230         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
21231         SIGPIPE.
21232
21233 2008-09-28  Bruno Haible  <bruno@clisp.org>
21234
21235         * tests/test-sigaction.c (handler, main): Disable the check whether
21236         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
21237         glibc systems with LinuxThreads.
21238
21239 2008-09-28  Bruno Haible  <bruno@clisp.org>
21240
21241         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
21242
21243         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
21244         with AIX xlc.
21245         * lib/fcntl.in.h (open): Likewise.
21246         Reported by Rainer Tammer <tammer@tammer.net>.
21247
21248 2008-09-28  Bruno Haible  <bruno@clisp.org>
21249
21250         * modules/posix_spawnp-tests: New file.
21251         * tests/test-posix_spawn.c: New file.
21252         * tests/test-posix_spawn.in.sh: New file.
21253
21254         New module 'posix_spawnp'.
21255         * modules/posix_spawnp: New file.
21256         * lib/spawnp.c: New file, from GNU libc with modifications.
21257         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
21258
21259         New module 'posix_spawn'.
21260         * modules/posix_spawn: New file.
21261         * lib/spawn.c: New file, from GNU libc with modifications.
21262         * doc/posix-functions/posix_spawn.texi: Mention the new module.
21263
21264         New module 'posix_spawnattr_destroy'.
21265         * modules/posix_spawnattr_destroy: New file.
21266         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
21267         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
21268         module.
21269
21270         New module 'posix_spawnattr_setsigmask'.
21271         * modules/posix_spawnattr_setsigmask: New file.
21272         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
21273         modifications.
21274         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
21275         new module.
21276
21277         New module 'posix_spawnattr_getsigmask'.
21278         * modules/posix_spawnattr_getsigmask: New file.
21279         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
21280         modifications.
21281         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
21282         new module.
21283
21284         New module 'posix_spawnattr_setsigdefault'.
21285         * modules/posix_spawnattr_setsigdefault: New file.
21286         * lib/spawnattr_setdefault.c: New file, from GNU libc with
21287         modifications.
21288         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
21289         new module.
21290
21291         New module 'posix_spawnattr_getsigdefault'.
21292         * modules/posix_spawnattr_getsigdefault: New file.
21293         * lib/spawnattr_getdefault.c: New file, from GNU libc with
21294         modifications.
21295         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
21296         new module.
21297
21298         New module 'posix_spawnattr_setschedpolicy'.
21299         * modules/posix_spawnattr_setschedpolicy: New file.
21300         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
21301         modifications.
21302         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
21303         new module.
21304
21305         New module 'posix_spawnattr_getschedpolicy'.
21306         * modules/posix_spawnattr_getschedpolicy: New file.
21307         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
21308         modifications.
21309         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
21310         new module.
21311
21312         New module 'posix_spawnattr_setschedparam'.
21313         * modules/posix_spawnattr_setschedparam: New file.
21314         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
21315         modifications.
21316         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
21317         new module.
21318
21319         New module 'posix_spawnattr_getschedparam'.
21320         * modules/posix_spawnattr_getschedparam: New file.
21321         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
21322         modifications.
21323         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
21324         new module.
21325
21326         New module 'posix_spawnattr_setpgroup'.
21327         * modules/posix_spawnattr_setpgroup: New file.
21328         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
21329         modifications.
21330         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
21331         module.
21332
21333         New module 'posix_spawnattr_getpgroup'.
21334         * modules/posix_spawnattr_getpgroup: New file.
21335         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
21336         modifications.
21337         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
21338         module.
21339
21340         New module 'posix_spawnattr_setflags'.
21341         * modules/posix_spawnattr_setflags: New file.
21342         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
21343         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
21344         module.
21345
21346         New module 'posix_spawnattr_getflags'.
21347         * modules/posix_spawnattr_getflags: New file.
21348         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
21349         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
21350         module.
21351
21352         New module 'posix_spawnattr_init'.
21353         * modules/posix_spawnattr_init: New file.
21354         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
21355         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
21356         module.
21357
21358         New module 'posix_spawn_file_actions_destroy'.
21359         * modules/posix_spawn_file_actions_destroy: New file.
21360         * lib/spawn_faction_destroy.c: New file, from GNU libc with
21361         modifications.
21362         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
21363         the new module.
21364
21365         New module 'posix_spawn_file_actions_addopen'.
21366         * modules/posix_spawn_file_actions_addopen: New file.
21367         * lib/spawn_faction_addopen.c: New file, from GNU libc with
21368         modifications.
21369         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
21370         the new module.
21371
21372         New module 'posix_spawn_file_actions_adddup2'.
21373         * modules/posix_spawn_file_actions_adddup2: New file.
21374         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
21375         modifications.
21376         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
21377         the new module.
21378
21379         New module 'posix_spawn_file_actions_addclose'.
21380         * modules/posix_spawn_file_actions_addclose: New file.
21381         * lib/spawn_faction_addclose.c: New file, from GNU libc with
21382         modifications.
21383         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
21384         the new module.
21385
21386         New module 'posix_spawn_file_actions_init'.
21387         * modules/posix_spawn_file_actions_init: New file.
21388         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
21389         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
21390         new module.
21391
21392         New module 'posix_spawn-internal'.
21393         * modules/posix_spawn-internal: New file.
21394         * lib/spawn_int.h: New file, from GNU libc with modifications.
21395         * lib/spawni.c: New file, from GNU libc with modifications.
21396         * m4/posix_spawn.m4: New file.
21397
21398         New module 'spawn'.
21399         * modules/spawn: New file.
21400         * lib/spawn.in.h: New file, from GNU libc with modifications.
21401         * m4/spawn_h.m4: New file.
21402         * doc/posix-headers/spawn.texi: Mention the new module.
21403
21404 2008-09-28  Bruno Haible  <bruno@clisp.org>
21405
21406         * modules/sched-tests: New file.
21407         * tests/test-sched.c: New file.
21408
21409         New module 'sched'.
21410         * modules/sched: New file.
21411         * lib/sched.in.h: New file.
21412         * m4/sched_h.m4: New file.
21413         * doc/posix-headers/sched.texi: Mention the new module.
21414
21415 2008-09-27  Eric Blake  <ebb9@byu.net>
21416
21417         Fix previous patch, and tweak references to $0.
21418         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
21419         (func_version, func_gnulib_dir): Don't call this program
21420         gnulib-tool.
21421         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
21422         with using $0 in function.
21423         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
21424         (func_fatal_error): Reuse the name the user invoked us with.
21425
21426 2008-09-27  Bruno Haible  <bruno@clisp.org>
21427
21428         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
21429         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
21430         (gl_ICONV_H): Not here.
21431         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
21432         instead of assigning ICONV_H directly.
21433
21434         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
21435         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
21436         WCHAR_H directly.
21437
21438 2008-09-27  Bruno Haible  <bruno@clisp.org>
21439
21440         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
21441         * modules/arpa_inet (Depends-on): Add link-warning.
21442         (Makefile.am): Insert the definition of GL_LINK-WARNING.
21443         * modules/unistd (Makefile.am): Likewise.
21444
21445 2008-09-26  Bruno Haible  <bruno@clisp.org>
21446
21447         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
21448         variables.
21449         (func_version): Essentially copied from gnulib-tool.
21450         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
21451         func_readlink): Copied from gnulib-tool.
21452
21453 2008-09-26  Bruno Haible  <bruno@clisp.org>
21454
21455         * gnulib-tool (func_version): Change directory to $gnulib_dir before
21456         invoking git-version-gen.
21457
21458 2008-09-26  Bruno Haible  <bruno@clisp.org>
21459
21460         * posix-modules: Update to directory names changed on 2008-01-19.
21461         Remove commas in output before splitting into words. No more need to
21462         avoid 'ftruncate' since 2007-02-19.
21463
21464 2008-09-26  Bruno Haible  <bruno@clisp.org>
21465
21466         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
21467
21468 2008-09-26  Bruno Haible  <bruno@clisp.org>
21469
21470         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
21471         * modules/fwriteerror (Depends-on): Add errno.
21472
21473 2008-09-26  Bruno Haible  <bruno@clisp.org>
21474
21475         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
21476         * tests/test-vc-list-files-cvs.sh: Likewise.
21477
21478 2008-09-26  Bruno Haible  <bruno@clisp.org>
21479
21480         * doc/posix-headers/sys_resource.texi: Reorder items.
21481
21482 2008-09-26  Jim Meyering  <meyering@redhat.com>
21483
21484         fts: tweak inode comparison function
21485         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
21486         inode numbers, as documented.
21487
21488         fts: sort dirent entries on inode number before traversing
21489         This avoids a quadratic, seek-related performance penalty when
21490         operating on a directory containing many entries (measurable at 10k;
21491         3.5 hours at 2 million entries with a cold cache) on certain types
21492         of file systems, including ext3 and ext4, but not tmpfs.
21493         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
21494         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
21495         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
21496         (fs_handles_readdir_ordered_dirents_efficiently): New function.
21497         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
21498         (fts_build): Set the stat.st_ino member from D_INO.
21499         If it is likely to be useful, sort dirent entries on inode number.
21500
21501         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
21502         and the struct statfs.f_type member.
21503         * modules/fts (Depends-on): Add d-ino.
21504
21505 2008-09-26  Bruno Haible  <bruno@clisp.org>
21506
21507         * modules/sigpipe-die (Depends-on): Add sigpipe.
21508
21509         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
21510         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
21511         and GNULIB_STDIO_H_SIGPIPE are set.
21512         * lib/stdio-write.c: New file.
21513         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
21514         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21515         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21516         REPLACE_STDIO_WRITE_FUNCS.
21517         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
21518         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21519         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21520         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
21521         * modules/stdio (Files): Add lib/stdio-write.c.
21522         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
21523         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21524         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21525         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
21526         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
21527         REPLACE_FPRINTF_POSIX.
21528         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
21529         REPLACE_PRINTF_POSIX.
21530         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
21531         REPLACE_VFPRINTF_POSIX.
21532         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
21533         REPLACE_VPRINTF_POSIX.
21534         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
21535         SIGPIPE issue.
21536         * doc/posix-functions/fputc.texi: Likewise.
21537         * doc/posix-functions/fputs.texi: Likewise.
21538         * doc/posix-functions/fwrite.texi: Likewise.
21539         * doc/posix-functions/printf.texi: Likewise.
21540         * doc/posix-functions/putc.texi: Likewise.
21541         * doc/posix-functions/putchar.texi: Likewise.
21542         * doc/posix-functions/puts.texi: Likewise.
21543         * doc/posix-functions/vfprintf.texi: Likewise.
21544         * doc/posix-functions/vprintf.texi: Likewise.
21545
21546         * modules/safe-write (Depends-on): Add write.
21547
21548         * modules/sigpipe-tests: New file.
21549         * tests/test-sigpipe.c: New file.
21550         * tests/test-sigpipe.sh: New file.
21551
21552         * modules/write: New file.
21553         * lib/unistd.in.h: Include <sys/types.h>.
21554         (write): New declaration.
21555         * lib/write.c: New file.
21556         * m4/write.m4: New file.
21557         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21558         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
21559         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
21560         GNULIB_WRITE, REPLACE_WRITE.
21561         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
21562         and the SIGPIPE issue.
21563
21564         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
21565         (raise): New declaration.
21566         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
21567         (ext_signal): New function.
21568         (rpl_raise): New function.
21569         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
21570         GNULIB_SIGNAL_H_SIGPIPE.
21571         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
21572         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
21573
21574         * modules/sigpipe: New file.
21575         * m4/sigpipe.m4: New file.
21576
21577 2008-09-25  Derek Price  <derek@ximbiot.com>
21578             Bruno Haible  <bruno@clisp.org>
21579
21580         * gnulib-tool (func_import): Report all license incompatibilities, not
21581         just the first one.
21582
21583 2008-09-25  Bruno Haible  <bruno@clisp.org>
21584
21585         * gnulib-tool (func_import): When computing the edits, consider not
21586         only the Makefile.ams that exist but also those that will be generated.
21587
21588 2008-09-25  Simon Josefsson  <simon@josefsson.org>
21589
21590         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
21591         fixes gnulib-tool --test warning about duplicate dependency.
21592
21593 2008-09-25  Bruno Haible  <bruno@clisp.org>
21594
21595         * gnulib-tool: Don't ask the user to perform edits in the generated
21596         Makefile.ams.
21597         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
21598         apply to the Makefile.am being generated.
21599         (func_emit_tests_Makefile_am): Execute edits that apply to the
21600         Makefile.am being generated.
21601         (func_import): Setup list of Makefile.am edits before emitting the
21602         Makefile.ams, not at the end.
21603         (func_create_testdir): Update.
21604         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21605
21606 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21607
21608         * gnulib-tool (func_import): Store the --tests-base option in the
21609         comment in gnulib-cache.m4.
21610
21611 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
21612
21613         * NEWS: Document increased portability that sys_select now provides.
21614
21615         * lib/sys_select.in.h: Install select wrapper.
21616         * lib/sys_socket.in.h: Use more descriptive name when there is no
21617         select wrapper.
21618         * lib/winsock-select.c: New.
21619         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
21620         Require gl_HEADER_SYS_SOCKET.
21621         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
21622         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
21623         * tests/test-sys_select.c: Add functional tests.
21624
21625 2008-09-24  Eric Blake  <ebb9@byu.net>
21626
21627         open, fopen: close fd leak in last patch
21628         * lib/open.c (rpl_open): Close fd before returning error.
21629         * lib/fopen.c (rpl_fopen): Close fd before returning error.
21630         * doc/posix-functions/open.texi (open): Document that Irix also
21631         has the bug.
21632         * doc/posix-functions/fopen.texi (fopen): Likewise.
21633         Reported by Paolo Bonzini.
21634
21635 2008-09-24  Bruno Haible  <bruno@clisp.org>
21636
21637         Ensure that a filename ending in a slash cannot be used to access a
21638         non-directory.
21639         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
21640         to check whether it's really a directory.
21641         * lib/fopen.c: Include fcntl.h, unistd.h.
21642         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
21643         and fdopen().
21644         * modules/fopen (Depends-on): Add unistd.
21645         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
21646         * tests/test-fopen.c (main): Likewise.
21647         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
21648         * doc/posix-functions/fopen.texi: Likewise.
21649         Reported by Eric Blake.
21650
21651 2008-09-23  Eric Blake  <ebb9@byu.net>
21652
21653         c-stack: avoid compiler optimizations when provoking overflow
21654         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
21655         recursion harder to optimize, to ensure a stack overflow occurs.
21656         * tests/test-c-stack.c (recurse): Likewise.
21657         Borrowed from libsigsegv.
21658
21659         c-stack: work around Irix sigaltstack bug
21660         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
21661         whether sigaltstack uses wrong end of stack_t (copied in part from
21662         libsigsegv).
21663         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
21664         Irix bug, without requiring an over-allocation.
21665         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
21666         bug.
21667
21668         fopen: document mingw bug on directories
21669         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
21670         not allowing a stream visiting a directory, even though reading
21671         from such a stream is not portable.
21672
21673 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
21674
21675         * lib/poll.c: Rewrite.
21676         * modules/poll: Depend on alloca.
21677
21678 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
21679
21680         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
21681         instead define prototypes for a full set of wrappers.  Ensure
21682         that Cygwin does not use the compatibility code, which is only
21683         for MinGW.
21684         * lib/winsock.c: New.
21685         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
21686         * modules/sys_socket: Add lib/winsock.c.
21687
21688         * modules/poll-tests: Add errno and perror.
21689         * tests/test-poll.c: Use ioctl, not ioctlsocket.
21690
21691 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
21692
21693         * tests/test-poll.c: Downgrade minimum needed Winsock version.
21694
21695 2008-09-23  Bruno Haible  <bruno@clisp.org>
21696
21697         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
21698         * doc/glibc-functions/*: Likewise.
21699
21700 2008-09-23  Simon Josefsson  <simon@josefsson.org>
21701
21702         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
21703         success.
21704
21705 2008-09-22  Eric Blake  <ebb9@byu.net>
21706             Bruno Haible  <bruno@clisp.org>
21707
21708         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
21709         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
21710         supply %A but mishandle pseudo-NaN.
21711         Reported by Simon Josefsson.
21712
21713 2008-09-21  Bruno Haible  <bruno@clisp.org>
21714
21715         * tests/test-lock.c (main): Tweak skip message.
21716         * tests/test-tls.c (main): Likewise.
21717
21718 2008-09-21  Bruno Haible  <bruno@clisp.org>
21719
21720         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
21721         whether 'struct sigaction' has sa_sigaction here...
21722         (gl_PREREQ_SIG_HANDLER_H): ... not here.
21723         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
21724
21725 2008-09-21  Bruno Haible  <bruno@clisp.org>
21726
21727         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
21728         section.
21729         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
21730         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
21731         the new section.
21732         (Support for obsolete systems lacking POSIX:2001): New section.
21733         (String handling <string.h>): Move strdup to the new section.
21734         Suggested by Simon Josefsson and Paolo Bonzini.
21735
21736 2008-09-21  Bruno Haible  <bruno@clisp.org>
21737
21738         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
21739         exponents in %e and %g results on 'long double'. Needed for mingw's
21740         improved *printf functions.
21741         * tests/test-vasprintf-posix.c (test_function): Likewise.
21742         * tests/test-snprintf-posix.h (test_function): Likewise.
21743         * tests/test-sprintf-posix.h (test_function): Likewise.
21744         Reported by Eric Blake.
21745
21746 2008-09-21  Bruno Haible  <bruno@clisp.org>
21747
21748         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
21749         * tests/test-sprintf-posix.h (test_function): Likewise.
21750
21751 2008-09-21  Bruno Haible  <bruno@clisp.org>
21752
21753         * modules/getpass (Depends-on): Add strdup-posix.
21754
21755         New module 'strdup-posix'.
21756         * modules/strdup-posix: New file.
21757         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
21758         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
21759         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
21760         REPLACE_STRDUP.
21761         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
21762         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
21763         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21764         strdup-posix.
21765
21766         * modules/strdup (Depends-on): Remove malloc-posix.
21767
21768 2008-09-20  Bruno Haible  <bruno@clisp.org>
21769
21770         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
21771         Wildenhues.
21772
21773 2008-09-20  Bruno Haible  <bruno@clisp.org>
21774
21775         Ensure that wint_t gets defined on IRIX 5.3.
21776         * lib/wchar.in.h (wint_t): Define if not defined by the system.
21777         * lib/wctype.in.h (wint_t): Likewise.
21778         (__wctype_wint_t): Remove type.
21779         (isw*): Use wint_t instead of __wctype_wint_t.
21780         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
21781         * modules/wchar (Files): Add m4/wint_t.m4.
21782         (Makefile.am): Substitute HAVE_WINT_T.
21783         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
21784         * tests/test-wctype.c: Check that wint_t is defined.
21785         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
21786         * doc/posix-headers/wctype.texi: Likewise.
21787         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
21788
21789 2008-09-18  Bruno Haible  <bruno@clisp.org>
21790
21791         * gnulib-tool (func_exit): Update comment.
21792
21793 2008-09-18  Simon Josefsson  <simon@josefsson.org>
21794
21795         * modules/getaddrinfo (Depends-on): Remove strdup, this module
21796         assumes strdup exists and does not depend on strdup to return
21797         ENOMEM on out of memory conditions.
21798
21799 2008-09-18  Bruno Haible  <bruno@clisp.org>
21800
21801         * lib/vasnprintf.c (VASNPRINTF): When printing ±0.0L in
21802         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
21803         digits for the exponent.
21804
21805 2008-09-18  Jim Meyering  <meyering@redhat.com>
21806             Bruno Haible  <bruno@clisp.org>
21807
21808         * lib/vasnprintf.c (decimal_point_char): Define also if
21809         NEED_PRINTF_INFINITE_LONG_DOUBLE.
21810
21811 2008-09-16  Bruno Haible  <bruno@clisp.org>
21812         and Eric Blake  <ebb9@byu.net>
21813
21814         vasnprintf: support Irix 5.3
21815         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
21816         that mishandle long double infinity.
21817         Reported by Tom G. Christensen.
21818
21819 2008-09-16  Bruno Haible  <bruno@clisp.org>
21820
21821         * doc/glibc-functions/scandir.texi: Mention the function is missing on
21822         Solaris 9.
21823         * doc/glibc-functions/alphasort.texi: Likewise.
21824         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
21825
21826 2008-09-16  Jim Meyering  <meyering@redhat.com>
21827
21828         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
21829         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
21830         a umask modification leak out of a subshell.  Otherwise, the
21831         opensolaris /bin/sh would be accepted and thus cause unwarranted
21832         failures in the coreutils test suite.
21833
21834 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
21835
21836         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
21837         to succeed.
21838
21839 2008-09-16  Jim Meyering  <meyering@redhat.com>
21840
21841         avoid spurious test failure when library is built without ACL support
21842         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
21843         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
21844         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
21845         * tests/test-copy-acl.sh: Likewise.
21846
21847 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21848
21849         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
21850         based on character occurrence counts.
21851
21852 2008-09-15  Eric Blake  <ebb9@byu.net>
21853
21854         tests: avoid some compiler warnings
21855         * tests/test-memchr.c (main): Pass NULL indirectly.
21856         * tests/test-closein.c (main): Avoid unused variable.
21857
21858 2008-09-15  Bruno Haible  <bruno@clisp.org>
21859
21860         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
21861         are missing on OpenBSD 4.0 individually.
21862         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21863
21864 2008-09-15  Bruno Haible  <bruno@clisp.org>
21865
21866         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
21867         * doc/posix-functions/strerror.texi: Mention also Cygwin.
21868         * doc/posix-functions/perror.texi: Likewise.
21869         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
21870         is missing.
21871         Reported by Eric Blake.
21872
21873         * lib/errno.in.h: Use replacement values >= 2000.
21874         Reported by Eric Blake.
21875
21876 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21877
21878         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
21879         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
21880         limit.
21881         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
21882         compareseq was aborted.
21883
21884 2008-09-14  Bruno Haible  <bruno@clisp.org>
21885
21886         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
21887         yvec_edit_count.
21888         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
21889         (fstrcmp_bounded): Simplify result computation accordingly.
21890
21891 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21892
21893         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
21894         (fstrcmp): Define in terms of fstrcmp_bounded.
21895         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
21896         lower_bound argument.
21897         Return quickly if the result is certainly < lower_bound.
21898         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
21899
21900 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21901
21902         * lib/diffseq.h (EARLY_ABORT): New macro.
21903         (compareseq): Change return type to bool. Return true when EARLY_ABORT
21904         evaluates to true.
21905
21906 2008-09-14  Bruno Haible  <bruno@clisp.org>
21907
21908         * modules/perror-tests: New file.
21909         * tests/test-perror.sh: New file.
21910         * tests/test-perror.c: New file.
21911
21912         New module 'perror'.
21913         * lib/stdio.in.h (perror): New declaration.
21914         * lib/perror.c: New file.
21915         * m4/perror.m4: New file.
21916         * modules/perror: New file.
21917         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
21918         * doc/posix-functions/perror.texi: Mention the perror module.
21919         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
21920         REPLACE_PERROR.
21921         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
21922         REPLACE_PERROR.
21923
21924 2008-09-14  Bruno Haible  <bruno@clisp.org>
21925
21926         * modules/stdio (Makefile.am): Reorder to match the order in
21927         lib/stdio.in.h.
21928         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
21929
21930 2008-09-13  Bruno Haible  <bruno@clisp.org>
21931
21932         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
21933
21934 2008-09-13  Bruno Haible  <bruno@clisp.org>
21935
21936         Extend strerror to cover the added errno values.
21937         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
21938         (rpl_strerror): Provide error messages for the added errno values and
21939         for the WSA* values.
21940         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
21941         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
21942         strerror.
21943         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
21944         * modules/strerror (Depends-on): Add errno.
21945         * doc/posix-functions/strerror.texi: Document the change.
21946         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
21947         and EOVERFLOW.
21948
21949 2008-09-13  Bruno Haible  <bruno@clisp.org>
21950
21951         * modules/EOVERFLOW: Remove file.
21952         * m4/eoverflow.m4: Remove file.
21953         * modules/EOVERFLOW-tests: Remove file.
21954         * tests/test-EOVERFLOW.c: Remove file.
21955         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
21956         * modules/ftell (Depends-on): Likewise.
21957         * modules/getdelim (Depends-on): Likewise.
21958         * modules/getugroups (Depends-on): Likewise.
21959         * modules/poll (Depends-on): Likewise.
21960         * modules/snprintf (Depends-on): Likewise.
21961         * modules/sprintf-posix (Depends-on): Likewise.
21962         * modules/vasnprintf (Depends-on): Likewise.
21963         * modules/vasprintf (Depends-on): Likewise.
21964         * modules/vfprintf-posix (Depends-on): Likewise.
21965         * modules/vsnprintf (Depends-on): Likewise.
21966         * modules/vsprintf-posix (Depends-on): Likewise.
21967         * modules/xvasprintf (Depends-on): Likewise.
21968         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
21969         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
21970         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
21971         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
21972         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
21973         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
21974         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
21975         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
21976         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
21977         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
21978         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
21979         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
21980         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
21981         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
21982         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
21983         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
21984         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
21985         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
21986         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
21987         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
21988         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
21989         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
21990         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
21991         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
21992         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
21993         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
21994         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
21995         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
21996         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
21997         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
21998         * MODULES.html.sh: Remove EOVERFLOW.
21999         * NEWS: Mention the change.
22000
22001 2008-09-13  Bruno Haible  <bruno@clisp.org>
22002
22003         * modules/errno-tests: New file.
22004         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
22005
22006         * lib/errno.in.h: New file.
22007         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
22008         * modules/errno: New file.
22009         * doc/posix-headers/errno.texi: Update documentation.
22010         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
22011
22012 2008-09-13  Bruno Haible  <bruno@clisp.org>
22013
22014         * tests/test-poll.c: Use #if for native Windows, rather than testing
22015         __MSVCRT__.
22016
22017 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22018             Bruno Haible  <bruno@clisp.org>
22019
22020         * lib/glob.c: Don't include <pwd.h> on native Windows.
22021         (WINDOWS32): New macro.
22022         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
22023
22024 2008-09-13  Bruno Haible  <bruno@clisp.org>
22025
22026         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
22027         (ETIMEDOUT): Remove macro.
22028         (glthread_cond_timedwait_multithreaded): New declaration.
22029         (glthread_cond_timedwait): Use it.
22030         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
22031         (glthread_cond_timedwait_multithreaded): New function.
22032
22033 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22034
22035         * modules/poll-tests: Do not check for io.h.
22036         * tests/test-poll.c: Check for __MSVCRT__ instead.
22037
22038 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22039
22040         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
22041         * modules/poll-tests: Add inet_pton, stdbool, sockets.
22042         * tests/test-poll.c: Use them.  Use _pipe on Windows.
22043
22044 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22045
22046         * modules/poll-tests: New.
22047         * tests/test-poll.c: New.
22048
22049 2008-09-12  Eric Blake  <ebb9@byu.net>
22050
22051         frexp: test for NetBSD failure on -0.0
22052         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
22053         not all, bugs from NetBSD 3.0 have been fixed.
22054         * doc/posix-functions/frexp.texi (frexp): Document bug.
22055         Reported by Thomas Klausner.
22056
22057         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
22058         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
22059         literal -0.0.
22060         Reported by Jonathan C. Patschke <jp@centtech.com>.
22061
22062 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22063
22064         * lib/glthread/cond.h: Use dummy implementation also if
22065         USE_WIN32_THREADS.
22066
22067 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22068
22069         * modules/fnmatch-posix (License): Change to LGPLv2+.
22070         * modules/fnmatch-gnu (License): Likewise.
22071
22072 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22073
22074         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
22075
22076 2008-09-11  Jim Meyering  <meyering@redhat.com>
22077
22078         * users.txt: Add gtk-vnc.
22079
22080 2008-09-08  Simon Josefsson  <simon@josefsson.org>
22081
22082         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
22083         rotate amounts.
22084
22085         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
22086         required for 16-bit and 8-bit rotates.
22087         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
22088         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
22089         UINT8_MAX instead of hard-coded constants.
22090         Suggested by Paul Eggert.
22091
22092 2008-09-07  Bruno Haible  <bruno@clisp.org>
22093
22094         * tests/test-striconveh.c (main): Check behaviour when converting from
22095         UTF-7.
22096
22097         Make striconveh work better with stateful encodings.
22098         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
22099         that iconv does not increment the inptr when returning -1/EINVAL.
22100
22101 2008-09-07  Bruno Haible  <bruno@clisp.org>
22102
22103         * build-aux/config.rpath: Update according to libtool-2.2.6.
22104         * build-aux/config.libpath: Likewise.
22105
22106 2008-09-06  Bruno Haible  <bruno@clisp.org>
22107
22108         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
22109         * lib/freadptr.c (freadptr): Likewise.
22110         * lib/freadseek.c (freadptrinc): Likewise.
22111         Reported by Simon Josefsson.
22112
22113 2008-09-06  Bruno Haible  <bruno@clisp.org>
22114
22115         * modules/freadptr (License): Change to LGPLv2+.
22116         * modules/freadseek (License): Likewise.
22117         Suggested by Eric Blake.
22118
22119         * modules/memchr2 (License): Change to LGPLv2+.
22120         Approved by Eric Blake.
22121
22122 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22123             Bruno Haible  <bruno@clisp.org>
22124
22125         Make gnulib-tool work with native 'sed' on AIX.
22126         * gnulib-tool (sed_noop): New variable.
22127         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
22128         func_add_or_update, func_create_testdir): Use it to initialize sed
22129         script variables.
22130         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
22131
22132 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
22133             Bruno Haible  <bruno@clisp.org>
22134
22135         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
22136         also works after #include directives.
22137
22138 2008-09-04  Ondřej Vašík  <ovasik@redhat.com>
22139
22140         getdate.y: reject an out-of-range timezone value
22141         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
22142         the range [-24...+24].  When specified with only one or two digits,
22143         * tests/test-getdate.c: Tests for the fix.
22144         * doc/getdate.texi: Document this change.
22145
22146 2008-09-03  Bruno Haible  <bruno@clisp.org>
22147
22148         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
22149
22150 2008-09-02  Simon Josefsson  <simon@josefsson.org>
22151
22152         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
22153         <bruce.korb@gmail.com> with ideas from Ben Pfaff
22154         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
22155         Blake <ebb9@byu.net>.
22156
22157         * tests/test-bitrotate.c: Add more test vectors.
22158
22159 2008-09-02  Eric Blake  <ebb9@byu.net>
22160
22161         vasnprintf-posix: handle large precision via %.*d
22162         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
22163         when handling it ourselves.
22164         * tests/test-vasnprintf-posix.c (test_function): Add test.
22165         * tests/test-snprintf-posix.h (test_function): Likewise.
22166         * tests/test-sprintf-posix.h (test_function): Likewise.
22167         * tests/test-vasprintf-posix.c (test_function): Likewise.
22168         Reported by Alain Guibert.
22169
22170 2008-09-01  Eric Blake  <ebb9@byu.net>
22171
22172         c-stack: make configure-time check more robust
22173         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
22174         successful sigaction call.
22175         Reported by Tom G. Christensen.
22176
22177 2008-09-01  Bruno Haible  <bruno@clisp.org>
22178
22179         New module 'findprog-lgpl'.
22180         * modules/findprog-lgpl: New file.
22181         * lib/findprog-lgpl.c: New file.
22182         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
22183         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
22184         to decide whether to use strdup or xstrdup, concatenated_filename or
22185         xconcatenated_filename.
22186
22187 2008-09-01  Bruno Haible  <bruno@clisp.org>
22188
22189         Split module 'concat-filename' into 'concat-filename' (LGPL) and
22190         'xconcat-filename' (GPL).
22191         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
22192         (License): Change to LGPLv2+.
22193         * modules/xconcat-filename: New file.
22194         * lib/concat-filename.h (concatenated_filename): Change specification.
22195         (xconcatenated_filename): New declaration.
22196         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
22197         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
22198         memory situations.
22199         * lib/xconcat-filename.c: New file.
22200         * NEWS: Mention the change.
22201         * lib/findprog.c: Include concat-filename.h, not filename.h.
22202         (find_in_path): Use xconcatenated_filename instead of
22203         concatenated_filename.
22204         * lib/javacomp.c: Include concat-filename.h, not filename.h.
22205         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
22206         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
22207         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
22208         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
22209         instead of concatenated_filename.
22210         * lib/javaexec.c: Include concat-filename.h, not filename.h.
22211         (execute_java_class): Use xconcatenated_filename instead of
22212         concatenated_filename.
22213         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
22214         * modules/javacomp (Depends-on): Likewise.
22215         * modules/javaexec (Depends-on): Likewise.
22216
22217 2008-09-01  Bruno Haible  <bruno@clisp.org>
22218
22219         Split module 'filename' into 'filename' and 'concat-filename'.
22220         * modules/filename: Keep only lib/filename.h.
22221         (License): Change to LGPLv2+.
22222         * modules/concat-filename: New file, extracted from modules/filename.
22223         * lib/filename.h (concatenated_filename): Remove declaration.
22224         * lib/concat-filename.h: New file, extracted from lib/filename.h.
22225         * lib/concat-filename.c: Include concat-filename.h.
22226         * NEWS: Mention the change.
22227
22228 2008-09-01  Simon Josefsson  <simon@josefsson.org>
22229
22230         * lib/bitrotate.h (rotl8, rotr8): Add.
22231
22232         * modules/bitrotate (configure.ac): Need
22233         AC_REQUIRE([AC_C_INLINE]).
22234         (Description): Mention stdint.h.  Reported by Bruno Haible
22235         <bruno@clisp.org>.
22236
22237         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
22238         Paolo Bonzini <bonzini@gnu.org>.
22239
22240 2008-08-31  Bruno Haible  <bruno@clisp.org>
22241
22242         Assume Solaris specific bi-arch conventions on Solaris systems.
22243         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
22244         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
22245         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
22246         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
22247         like acl_libdirstem.
22248         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
22249         acl_libdirstem.
22250         * NEWS: Mention the change.
22251         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
22252
22253 2008-08-31  Jim Meyering  <meyering@redhat.com>
22254
22255         * lib/strftime.h: Add comments describing the two added arguments.
22256
22257         remove duplicate #include directives
22258         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
22259         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
22260
22261 2008-08-31  Bruno Haible  <bruno@clisp.org>
22262
22263         New module 'sigpipe-die'.
22264         * modules/sigpipe-die: New file.
22265         * lib/sigpipe-die.h: New file.
22266         * lib/sigpipe-die.c: New file.
22267         * MODULES.html.sh (Signal handling): Add sigpipe-die.
22268
22269 2008-08-31  Bruno Haible  <bruno@clisp.org>
22270
22271         Don't override previously installed signal handlers.
22272         * lib/fatal-signal.c (saved_sigactions): New variable.
22273         (uninstall_handlers): Reset the signal to the saved handler, not
22274         to SIG_DFL (except when ignored).
22275         (install_handlers): Save the previous handlers.
22276
22277 2008-08-30  Bruno Haible  <bruno@clisp.org>
22278
22279         * gnulib-tool (func_reset_sigpipe): New function.
22280         (func_get_automake_snippet, func_modules_transitive_closure,
22281         func_import): Invoke it before a join command that reads from stdin,
22282         to avoid "echo: write error: Broken pipe" error messages on stderr.
22283         Reported by Sam Steingold <sds@gnu.org>.
22284
22285 2008-08-30  Bruno Haible  <bruno@clisp.org>
22286
22287         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
22288         Code copied from m4/open.m4.
22289         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
22290         access and the filename ends in a slash. Code copied from lib/open.c.
22291         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
22292         * tests/test-fopen.c (main): Check against bug with trailing slash.
22293
22294 2008-08-29  Bruno Haible  <bruno@clisp.org>
22295
22296         Avoid some "gcc -pedantic" warnings.
22297         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
22298         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
22299         * lib/dirent.in.h: Likewise.
22300         * lib/fcntl.in.h: Likewise.
22301         * lib/float.in.h: Likewise.
22302         * lib/iconv.in.h: Likewise.
22303         * lib/inttypes.in.h: Likewise.
22304         * lib/locale.in.h: Likewise.
22305         * lib/math.in.h: Likewise.
22306         * lib/netinet_in.in.h: Likewise.
22307         * lib/search.in.h: Likewise.
22308         * lib/signal.in.h: Likewise.
22309         * lib/stdarg.in.h: Likewise.
22310         * lib/stdint.in.h: Likewise.
22311         * lib/stdio.in.h: Likewise.
22312         * lib/stdlib.in.h: Likewise.
22313         * lib/string.in.h: Likewise.
22314         * lib/strings.in.h: Likewise.
22315         * lib/sys_select.in.h: Likewise.
22316         * lib/sys_socket.in.h: Likewise.
22317         * lib/sys_stat.in.h: Likewise.
22318         * lib/sys_time.in.h: Likewise.
22319         * lib/sysexits.in.h: Likewise.
22320         * lib/time.in.h: Likewise.
22321         * lib/unistd.in.h: Likewise.
22322         * lib/wchar.in.h: Likewise.
22323         * lib/wctype.in.h: Likewise.
22324         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
22325         * modules/fchdir (Makefile.am): Likewise.
22326         * modules/fcntl (Makefile.am): Likewise.
22327         * modules/float (Makefile.am): Likewise.
22328         * modules/iconv_open (Makefile.am): Likewise.
22329         * modules/inttypes (Makefile.am): Likewise.
22330         * modules/locale (Makefile.am): Likewise.
22331         * modules/math (Makefile.am): Likewise.
22332         * modules/netinet_in (Makefile.am): Likewise.
22333         * modules/search (Makefile.am): Likewise.
22334         * modules/signal (Makefile.am): Likewise.
22335         * modules/stdarg (Makefile.am): Likewise.
22336         * modules/stdint (Makefile.am): Likewise.
22337         * modules/stdio (Makefile.am): Likewise.
22338         * modules/stdlib (Makefile.am): Likewise.
22339         * modules/string (Makefile.am): Likewise.
22340         * modules/strings (Makefile.am): Likewise.
22341         * modules/sys_select (Makefile.am): Likewise.
22342         * modules/sys_socket (Makefile.am): Likewise.
22343         * modules/sys_stat (Makefile.am): Likewise.
22344         * modules/sys_time (Makefile.am): Likewise.
22345         * modules/sysexits (Makefile.am): Likewise.
22346         * modules/time (Makefile.am): Likewise.
22347         * modules/unistd (Makefile.am): Likewise.
22348         * modules/wchar (Makefile.am): Likewise.
22349         * modules/wctype (Makefile.am): Likewise.
22350         Reported by Reuben Thomas <rrt@sc3d.org>.
22351
22352 2008-08-29  Bruno Haible  <bruno@clisp.org>
22353
22354         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
22355         any more.
22356
22357 2008-08-29  Simon Josefsson  <simon@josefsson.org>
22358
22359         * MODULES.html.sh (Misc): Add bitrotate.
22360
22361         * modules/bitrotate: New file.
22362
22363         * lib/bitrotate.h: New file.
22364
22365         * modules/bitrotate-tests: New file.
22366
22367         * tests/test-bitrotate.c: New file.
22368
22369         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
22370         on the bitrotate module.
22371
22372         * lib/arctwo.c: Use new bitrotate module.
22373
22374 2008-08-29  Jim Meyering  <meyering@redhat.com>
22375
22376         bootstrap: merge changes from coreutils
22377         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
22378         of copied files.  Remove a kludge, now that this is fixed.
22379         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
22380         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
22381         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
22382
22383 2008-08-29  Bruno Haible  <bruno@clisp.org>
22384
22385         * MODULES.html.sh: Remove --cvs-urls option.
22386
22387 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
22388
22389         maint.mk: adjust to file name change
22390         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
22391
22392 2008-08-28  Jim Meyering  <meyering@redhat.com>
22393
22394         * modules/getndelim2 (License): Relicense to LGPLv2+.
22395         Approved by Richard Stallman for the version of 1995, and by
22396         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
22397
22398 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
22399
22400         * lib/getdelim.c (flockfile, funlockfile): Make all of them
22401         dummy if one is not available.  Do not touch them if
22402         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
22403         (getc_maybe_unlocked): New.
22404         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
22405
22406 2008-08-26  Eric Blake  <ebb9@byu.net>
22407
22408         doc/INSTALL: resync from autoconf
22409         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
22410         (INSTALL_PRELUDE): Delete; this is done more efficiently by
22411         moving...
22412         * install.texi [!autoconf]: ...here.  Resync from autoconf.
22413         * INSTALL: Regenerate.
22414         * INSTALL.ISO: New file.
22415         * INSTALL.UTF-8: Likewise.
22416
22417 2008-08-26  Jim Meyering  <meyering@redhat.com>
22418
22419         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
22420         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
22421         these definitions conditional, so that they may be overridden, too.
22422
22423 2008-08-26  Bruno Haible  <bruno@clisp.org>
22424
22425         Generate INSTALL file variants with prettier quotes.
22426         * doc/Makefile (INSTALL_PRELUDE): New macro.
22427         (INSTALL): Use it.
22428         (INSTALL.ISO, INSTALL.UTF-8): New rules.
22429
22430 2008-08-26  Bruno Haible  <bruno@clisp.org>
22431
22432         Run makeinfo in an English locale.
22433         * doc/Makefile (MAKEINFO): New variable.
22434
22435 2008-08-26  Bruno Haible  <bruno@clisp.org>
22436
22437         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
22438         Suggested by Eric Blake.
22439
22440 2008-08-25  Bruno Haible  <bruno@clisp.org>
22441
22442         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
22443
22444 2008-08-25  Eric Blake  <ebb9@byu.net>
22445
22446         c-stack: test that stack overflow can be caught
22447         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
22448         that platform allows handling stack overflow; at least OS/2 EMX
22449         has sigaltstack, but crashes before transferring control to
22450         handler on stack overflow.
22451         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
22452         check for HAVE_STACK_OVERFLOW_HANDLING.
22453         Reported by Elbert Pol.
22454
22455 2008-08-25  Bruno Haible  <bruno@clisp.org>
22456
22457         * doc/posix-functions/strftime.texi: Fix description of strftime
22458         module.
22459
22460 2008-08-24  Bruno Haible  <bruno@clisp.org>
22461
22462         * tests/uniwidth/test-uc_width2.c: New file.
22463         * tests/uniwidth/test-uc_width2.sh: New file.
22464         * modules/uniwidth/width-tests (Files): Add the new files.
22465         (TESTS): Add uniwidth/test-uc_width2.sh.
22466         (TESTS_ENVIRONMENT): New variable.
22467         (check_PROGRAMS): Add test-uc_width2.
22468         (test_uc_width2_SOURCES): New variable.
22469
22470         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
22471         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
22472         not 0x00AB.
22473         Reported by Alexander V. Lukyanov <lav@netis.ru>.
22474
22475 2008-08-22  Eric Blake  <ebb9@byu.net>
22476
22477         test-lock, test-tls: mention why a test is skipped
22478         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
22479         skipped.
22480         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
22481
22482         count-one-bits: relax license
22483         * modules/count-one-bits (License): Relicense to LGPLv2+.
22484         Suggested by Ludovic Courtès, approved by Ben Pfaff.
22485
22486 2008-08-22  Andreas Schwab  <schwab@suse.de>
22487
22488         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
22489         Remove spurious space in assignment.
22490
22491 2008-08-21  Simon Josefsson  <simon@josefsson.org>
22492
22493         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
22494         Paul Eggert <eggert@CS.UCLA.EDU>.
22495
22496 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
22497
22498         * modules/gettext: Add m4/threadlib.m4.
22499
22500 2008-08-19  Eric Blake  <ebb9@byu.net>
22501
22502         test-c-stack: fix compilation failure on FreeBSD 5.0
22503         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
22504         headers before <sys/resource.h>.
22505         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
22506         the bug.
22507         Reported by Nelson H. F. Beebe.
22508
22509         strverscmp: migrate from "strverscmp.h" to <string.h>
22510         * modules/string (Makefile.am): Add new hooks.
22511         * modules/strverscmp (Files): Remove strverscmp.h.
22512         (Depends-on): Add string.
22513         (configure.ac): Add indicator.
22514         (Include): Mention new header.
22515         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
22516         defaults.
22517         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
22518         results.
22519         * lib/strverscmp.h: Delete.
22520         * lib/string.in.h (strverscmp): Provide declaration, when needed.
22521         * tests/test-strverscmp.c (includes): Adjust client.
22522         * lib/check-version.c (includes): Likewise.
22523         * NEWS: Document the change.
22524
22525         strverscmp: add unit test
22526         * modules/strverscmp-tests: New file.
22527         * tests/test-strverscmp.c: Likewise.
22528
22529 2008-08-19  Simon Josefsson  <simon@josefsson.org>
22530
22531         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
22532         regarding Windows crypto stuff, from Mono.
22533
22534 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
22535
22536         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
22537         if present, for intel RND.  Return error on failures.
22538
22539 2008-08-18  Ben Pfaff  <blp@gnu.org>
22540
22541         gitlog-to-changelog: give better diagnostic for failed pipe-open
22542         * build-aux/gitlog-to-changelog: Improve error message: suggest
22543         that the version of Git may be too old.
22544
22545 2008-08-18  Simon Josefsson  <simon@josefsson.org>
22546
22547         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
22548         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
22549
22550 2008-08-18  Bruno Haible  <bruno@clisp.org>
22551
22552         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
22553         pthread_in_use().
22554
22555 2008-08-18  Bruno Haible  <bruno@clisp.org>
22556
22557         * lib/glthread/threadlib.c: Include <pthread.h>.
22558
22559 2008-08-18  Bruno Haible  <bruno@clisp.org>
22560
22561         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
22562         glthread_recursive_lock_* macros.
22563         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
22564         Fix syntax error.
22565
22566 2008-08-18  Bruno Haible  <bruno@clisp.org>
22567
22568         * lib/glthread/thread.c: Avoid forcing a context switch right after
22569         thread creation.
22570
22571 2008-08-17  Bruno Haible  <bruno@clisp.org>
22572
22573         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
22574         * lib/glthread/thread.h: Provide Win32 specific implementation.
22575         * modules/thread (Files): Add lib/glthread/thread.c.
22576         (Depends-on): Add lock.
22577         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
22578
22579 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22580
22581         New module 'yield'.
22582         * modules/yield: New file.
22583         * lib/glthread/yield.h: New file.
22584         * m4/yield.m4: New file.
22585         * MODULES.html.sh (Multithreading): Add yield.
22586
22587 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22588
22589         New module 'thread'.
22590         * modules/thread: New file.
22591         * lib/glthread/thread.h: New file.
22592         * m4/thread.m4: New file.
22593         * MODULES.html.sh (Multithreading): Add thread.
22594
22595 2008-08-17  Bruno Haible  <bruno@clisp.org>
22596
22597         * lib/glthread/lock.h: Include <stdlib.h> always.
22598         * lib/glthread/tls.h: Likewise.
22599         * lib/glthread/cond.h: Likewise.
22600
22601 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22602
22603         New module 'cond'.
22604         * modules/cond: New file.
22605         * lib/glthread/cond.h: New file.
22606         * lib/glthread/cond.c: New file.
22607         * m4/cond.m4: New file.
22608         * MODULES.html.sh (Multithreading): Add cond.
22609
22610 2008-08-16  Eric Blake  <ebb9@byu.net>
22611
22612         c-stack: fix regression on Irix 5.3 from 2008-06-21
22613         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
22614         sa_sigaction...
22615         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
22616         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
22617         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
22618         * modules/signal (Makefile.am): Use the value.
22619         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
22620         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
22621         * doc/posix-headers/signal.texi (signal.h): Document this
22622         portability issue.
22623         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
22624         Reported by Tom G. Christensen.
22625
22626 2008-08-17  Bruno Haible  <bruno@clisp.org>
22627
22628         New module 'threadlib'.
22629         * modules/threadlib: New file.
22630         * lib/glthread/threadlib.c: New file, extracted from
22631         lib/glthread/lock.c.
22632         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
22633         functions.
22634         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
22635         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
22636         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
22637         macros.
22638         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
22639         (gl_DISABLE_THREADS): Remove macro.
22640         * modules/lock (Files): Remove build-aux/config.rpath.
22641         (Depends-on): Remove havelib. Add threadlib.
22642         (configure.ac-early): Remove section.
22643         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
22644         * modules/tls (Depends-on): Remove lock. Add threadlib.
22645         (Link): New section, copied from threadlib.
22646         * MODULES.html.sh (Multithreading): Add threadlib.
22647
22648 2008-08-14  Bruno Haible  <bruno@clisp.org>
22649
22650         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
22651         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
22652         glthread_rwlock_unlock, glthread_rwlock_destroy,
22653         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
22654         glthread_recursive_lock_destroy): Define as macros always.
22655         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
22656         glthread_lock_lock.
22657         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
22658         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
22659         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
22660         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
22661         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
22662         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
22663         (glthread_recursive_lock_lock_func): Renamed from
22664         glthread_recursive_lock_lock.
22665         (glthread_recursive_lock_unlock_func): Renamed from
22666         glthread_recursive_lock_unlock.
22667         (glthread_recursive_lock_destroy_func): Renamed from
22668         glthread_recursive_lock_destroy.
22669
22670 2008-08-14  Bruno Haible  <bruno@clisp.org>
22671
22672         * lib/glthread/lock.h: Renamed from lib/lock.h.
22673         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
22674         * lib/glthread/tls.h: Renamed from lib/tls.h.
22675         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
22676         * lib/fstrcmp.c: Update includes.
22677         * lib/strsignal.c: Update includes.
22678         * modules/lock (Files, Makefile.am): Update.
22679         (Include): Change to "glthread/lock.h".
22680         * modules/tls (Files, Makefile.am): Update.
22681         (Include): Change to "glthread/tls.h".
22682         * tests/test-lock.c: Update includes.
22683         * tests/test-tls.c: Update includes.
22684         * NEWS: Mention the renamed header files.
22685
22686 2008-08-11  Jim Meyering  <meyering@redhat.com>
22687
22688         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
22689
22690 2008-08-11  Eric Blake  <ebb9@byu.net>
22691
22692         test-c-stack: avoid C99-ism
22693         * tests/test-c-stack.c (main): Fix whitespace, move declaration
22694         before statement.
22695         Reported by Alain Guibert.
22696
22697 2008-08-10  Jim Meyering  <meyering@redhat.com>
22698
22699         ensure that return value of uinttostr et al are not ignored
22700         * lib/inttostr.h (__GNUC_PREREQ): Define.
22701         (__attribute_warn_unused_result__): Define.
22702         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
22703
22704 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
22705
22706         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
22707         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
22708
22709 2008-08-07  Jim Meyering  <meyering@redhat.com>
22710
22711         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
22712
22713         * modules/mkstemp (License): Relicense under LGPLv2+.
22714         * modules/tempname (License): Likewise.
22715
22716 2008-08-06  Bruno Haible  <bruno@clisp.org>
22717
22718         * lib/poll.c (poll): Further micro-optimization.
22719
22720 2008-08-06  Jim Meyering  <meyering@redhat.com>
22721
22722         inet_pton.c: use locale-independent tolower
22723         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
22724         (inet_pton6): Use c_tolower rather than tolower.
22725         * modules/inet_pton (Depends-on): Add c-ctype.
22726
22727 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
22728
22729         * lib/poll.c (poll): Avoid division when timeout is 0, cache
22730         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
22731
22732 2008-08-06  Jim Meyering  <meyering@redhat.com>
22733
22734         * modules/inet_pton (License): Relicense under LGPLv2+.
22735
22736 2008-08-03  Bruno Haible  <bruno@clisp.org>
22737
22738         Additional non-aborting API for lock and tls.
22739         * lib/lock.h: Include <errno.h>.
22740         (glthread_lock_init): New macro/function.
22741         (gl_lock_init): Define as wrapper around glthread_lock_init.
22742         (glthread_lock_lock): New macro/function.
22743         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
22744         (glthread_lock_unlock): New macro/function.
22745         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
22746         (glthread_lock_destroy): New macro/function.
22747         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
22748         (glthread_rwlock_init): New macro/function.
22749         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
22750         (glthread_rwlock_rdlock): New macro/function.
22751         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
22752         (glthread_rwlock_wrlock): New macro/function.
22753         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
22754         (glthread_rwlock_unlock): New macro/function.
22755         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
22756         (glthread_rwlock_destroy): New macro/function.
22757         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
22758         (glthread_recursive_lock_init): New macro/function.
22759         (gl_recursive_lock_init): Define as wrapper around
22760         glthread_recursive_lock_init.
22761         (glthread_recursive_lock_lock): New macro/function.
22762         (gl_recursive_lock_lock): Define as wrapper around
22763         glthread_recursive_lock_lock.
22764         (glthread_recursive_lock_unlock): New macro/function.
22765         (gl_recursive_lock_unlock): Define as wrapper around
22766         glthread_recursive_lock_unlock.
22767         (glthread_recursive_lock_destroy): New macro/function.
22768         (gl_recursive_lock_destroy): Define as wrapper around
22769         glthread_recursive_lock_destroy.
22770         (glthread_once): New macro/function.
22771         (gl_once): Define as wrapper around glthread_once.
22772         Update function declarations.
22773         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
22774         glthread_rwlock_init. Return error code.
22775         (glthread_rwlock_rdlock_multithreaded): Renamed from
22776         glthread_rwlock_rdlock. Return error code.
22777         (glthread_rwlock_wrlock_multithreaded): Renamed from
22778         glthread_rwlock_wrlock. Return error code.
22779         (glthread_rwlock_unlock_multithreaded): Renamed from
22780         glthread_rwlock_unlock. Return error code.
22781         (glthread_rwlock_destroy_multithreaded): Renamed from
22782         glthread_rwlock_destroy. Return error code.
22783         (glthread_recursive_lock_init_multithreaded): Renamed from
22784         glthread_recursive_lock_init. Return error code.
22785         (glthread_recursive_lock_lock_multithreaded): Renamed from
22786         glthread_recursive_lock_lock. Return error code.
22787         (glthread_recursive_lock_unlock_multithreaded): Renamed from
22788         glthread_recursive_lock_unlock. Return error code.
22789         (glthread_recursive_lock_destroy_multithreaded): Renamed from
22790         glthread_recursive_lock_destroy. Return error code.
22791         (glthread_once_call): Make static.
22792         (glthread_once_multithreaded): Renamed from glthread_once.
22793         * lib/tls.h: Include <errno.h>.
22794         (glthread_tls_key_init): New macro/function.
22795         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
22796         (glthread_tls_set): New macro/function.
22797         (gl_tls_set): Define as wrapper around glthread_tls_set.
22798         (glthread_tls_key_destroy): New macro/function.
22799         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
22800         Update function declarations.
22801         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
22802         glthread_tls_get.
22803         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
22804
22805 2008-08-04  Eric Blake  <ebb9@byu.net>
22806
22807         gnumakefile: use space, not TAB, outside of targets
22808         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
22809
22810 2008-08-02  Jim Meyering  <meyering@redhat.com>
22811
22812         getdate.y: avoid locale-dependent date parsing failure
22813         In Turkish locales, getdate would fail to recognize keywords
22814         containing a lowercase "i".  The solution is not to rely on
22815         locale-sensitive case-conversion.
22816         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
22817         (lookup_word): Use c_toupper in place of toupper.
22818         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
22819         Reported by Vefa Bicakci <bicave@superonline.com> in
22820         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
22821         * modules/getdate (Depends-on): Add c-ctype.
22822
22823 2008-08-02  Bruno Haible  <bruno@clisp.org>
22824
22825         * gnulib-tool (func_import): When updating or creating a .gitignore
22826         file, prepend each added line with a slash, and ignore leading slashes
22827         from the existing lines.
22828         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
22829
22830 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22831
22832         Portability fix for GNU make 3.79.1.
22833         * top/GNUmakefile: Avoid 'else COND', which older GNU make
22834         versions do not understand.
22835
22836 2008-08-01  Bruno Haible  <bruno@clisp.org>
22837
22838         Work around bug of HP-UX 10.20 cc with -0.0 literal.
22839         * tests/test-isnanf.h (zero): New variable.
22840         (main): Avoid literal -0.0f.
22841         * tests/test-isnand.h (zero): New variable.
22842         (main): Avoid literal -0.0.
22843         * tests/test-isnanl.h (zero): New variable.
22844         (main): Avoid literal -0.0L.
22845         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
22846         (test_float, test_double, test_long_double): Avoid literals -0.0f,
22847         -0.0, -0.0L.
22848         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
22849         (test_signbitd): Avoid literal -0.0.
22850         (test_signbitl): Avoid literal -0.0L.
22851         * tests/test-ceilf1.c (zero): New variable.
22852         (main): Avoid literal -0.0f.
22853         * tests/test-ceill.c (zero): New variable.
22854         (main): Avoid literal -0.0L.
22855         * tests/test-floorf1.c (zero): New variable.
22856         (main): Avoid literal -0.0f.
22857         * tests/test-floorl.c (zero): New variable.
22858         (main): Avoid literal -0.0L.
22859         * tests/test-roundf1.c (zero): New variable.
22860         (main): Avoid literal -0.0f.
22861         * tests/test-round1.c (zero): New variable.
22862         (main): Avoid literal -0.0.
22863         * tests/test-roundl.c (zero): New variable.
22864         (main): Avoid literal -0.0L.
22865         * tests/test-truncf1.c (zero): New variable.
22866         (main): Avoid literal -0.0f.
22867         * tests/test-trunc1.c (zero): New variable.
22868         (main): Avoid literal -0.0.
22869         * tests/test-truncl.c (zero): New variable.
22870         (main): Avoid literal -0.0L.
22871         * tests/test-frexp.c (zero): New variable.
22872         (main): Avoid literal -0.0.
22873         * tests/test-frexpl.c (zero): New variable.
22874         (main): Avoid literal -0.0L.
22875         * tests/test-ldexpl.c (zero): New variable.
22876         (main): Avoid literal -0.0L.
22877         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
22878         (zerod, zerol): New variables.
22879         (test_function): Avoid literals -0.0, -0.0L.
22880         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
22881         (zerod, zerol): New variables.
22882         (test_function): Avoid literals -0.0, -0.0L.
22883         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
22884         (zerod, zerol): New variables.
22885         (test_function): Avoid literals -0.0, -0.0L.
22886         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
22887         (zerod, zerol): New variables.
22888         (test_function): Avoid literals -0.0, -0.0L.
22889         * tests/test-strtod.c (zero): New variable.
22890         (main): Avoid literal -0.0.
22891         Reported by Jonathan C. Patschke <jp@centtech.com>.
22892
22893 2008-07-31  Jim Meyering  <meyering@redhat.com>
22894
22895         sha256.h: correct definition of SHA224_DIGEST_SIZE
22896         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
22897         Reported by Paulie Pena IV <paulie4@gmail.com>.
22898         Define as 224 / 8, rather than as a literal.
22899         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
22900         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
22901         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
22902
22903 2008-07-31  Bruno Haible  <bruno@clisp.org>
22904
22905         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
22906         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
22907         Reported by Jonathan Patschke <jp@centtech.com>.
22908
22909 2008-07-31  Bruno Haible  <bruno@clisp.org>
22910
22911         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
22912         Reported by Paolo Bonzini <bonzini@gnu.org>.
22913
22914 2008-07-30  Eric Blake  <ebb9@byu.net>
22915
22916         test-strtod: allow compilation without -lm
22917         * tests/test-strtod.c (main): Avoid link dependence on fabs.
22918         Reported by Dennis Clarke <blastwave@gmail.com>.
22919
22920 2008-07-28  Jim Meyering  <meyering@redhat.com>
22921
22922         bootstrap: work also when there are no .po files in po/
22923         * build-aux/bootstrap (update_po_files): Complete the change
22924         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
22925
22926 2008-07-27  Jim Meyering  <meyering@redhat.com>
22927
22928         * users.txt: Add zile.
22929
22930 2008-07-26  Ben Pfaff  <blp@gnu.org>
22931
22932         Add missing dependencies on new m4/exponent[fdl].m4 files.
22933         * modules/isnanf-nolibm: Add m4/exponentf.m4.
22934         * modules/isnand-nolibm: Add m4/exponentd.m4.
22935         * modules/isnanl-nolibm: Add m4/exponentl.m4.
22936         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
22937         m4/isnan[fdl].m4, because the macros actually used moved.
22938         Reported by Jim Meyering.
22939
22940 2008-07-14  Ben Pfaff  <blp@gnu.org>
22941
22942         Add isinf module.
22943         * lib/isinf.c: New file.
22944         * lib/math.in.h: Define isinf macro if we have decided to replace
22945         it.
22946         * m4/isinf.m4: New file.
22947         * m4/math_h.m4: Initialize and substitute variables for isinf
22948         module.
22949         * modules/isinf: New file.
22950         * modules/isinf-tests: New file.
22951         * modules/math: Add substitutions for new module.
22952         * tests/test-isinf.c: New file.
22953         * doc/posix-functions/isinf.texi: Mention new module.
22954         * MODULES.html.sh: Mention new module.
22955
22956 2008-07-14  Ben Pfaff  <blp@gnu.org>
22957
22958         Factor out some macros for use by additional modules.
22959         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
22960         exponentf.m4.
22961         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
22962         exponentd.m4.
22963         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
22964         file exponentl.m4.
22965         * m4/exponentf.m4: New file.
22966         * m4/exponentd.m4: New file.
22967         * m4/exponentl.m4: New file.
22968         * modules/isnanf: Use new file m4/exponentf.m4.
22969         * modules/isnand: Use new file m4/exponentd.m4.
22970         * modules/isnanl: Use new file m4/exponentl.m4.
22971
22972 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
22973
22974         mktime.c: normalize tp->tm_isdst value to -1/0/1.
22975         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
22976         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
22977         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
22978
22979         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
22980         readlink on platforms without PATH_MAX.
22981
22982 2008-07-21  Eric Blake  <ebb9@byu.net>
22983
22984         Warn, not fail, on stale version.
22985         * top/GNUmakefile (_curr-ver): Tone down previous patch.
22986
22987         Don't allow installation with stale devel version number.
22988         * top/GNUmakefile (_is-install-target): New macro.
22989         (_curr-ver): Forbid installation with stale version number.
22990
22991 2008-07-20  Bruno Haible  <bruno@clisp.org>
22992
22993         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
22994         TESTS_ENVIRONMENT.
22995         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
22996
22997 2008-07-20  Bruno Haible  <bruno@clisp.org>
22998
22999         * lib/c-stack.h (c_stack_action): Add documentation.
23000         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
23001
23002 2008-07-20  Bruno Haible  <bruno@clisp.org>
23003
23004         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
23005         * modules/readlink (License): Likewise.
23006
23007 2008-07-17  Eric Blake  <ebb9@byu.net>
23008
23009         * modules/c-stack (Link): Fix typo.
23010
23011         Make c-stack use libsigsegv, when available.
23012         * modules/c-stack (Depends-on): Add libsigsegv.
23013         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
23014         needed.
23015         * lib/c-stack.c (SIGSTKSZ): Define fallback.
23016         (segv_handler, overflow_handler, c_stack_action)
23017         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
23018         implementation when libsigsegv is available, but only when using
23019         the library is necessary.
23020         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
23021         comment, explaining why XSI check fails on Linux.
23022         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
23023         * tests/test-c-stack2.sh: Tweak skip message.
23024         * NEWS: Document new link-time requirements.
23025
23026 2008-07-16  Eric Blake  <ebb9@byu.net>
23027
23028         c-stack: Expose false positives when not using libsigsegv.
23029         * modules/c-stack-tests (Files): Expand test.
23030         * tests/test-c-stack.c (main): Add means to conditionally trigger
23031         non-overflow SIGSEGV.
23032         * tests/test-c-stack2.sh: New file.
23033
23034 2008-07-14  Bruno Haible  <bruno@clisp.org>
23035
23036         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
23037         Reported by Eric Blake.
23038
23039 2008-07-14  Sam Steingold  <sds@gnu.org>
23040             Bruno Haible  <bruno@clisp.org>
23041
23042         New module libsigsegv.
23043         * modules/libsigsegv: New file.
23044         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
23045         modifications.
23046         * MODULES.html.sh (Signal handling): New section.
23047
23048 2008-07-14  Bruno Haible  <bruno@clisp.org>
23049
23050         * modules/unictype/ctype-* (Description): Add the word "function".
23051         Improves the resulting doc in MODULES.html.
23052
23053 2008-07-12  Ben Pfaff  <blp@gnu.org>
23054
23055         Add longlong module.
23056         * modules/longlong: New file.
23057
23058 2008-07-12  Bruno Haible  <bruno@clisp.org>
23059
23060         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
23061         to empty.
23062
23063 2008-07-10  Ben Pfaff  <blp@gnu.org>
23064
23065         Add isnan module.
23066         * doc/posix-functions/isnan.texi: Mention new module.
23067         * lib/math.in.h: Define isnan macro if we have decided to replace
23068         it.
23069         * m4/isnan.m4: New file.
23070         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
23071         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
23072         also.
23073         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
23074         redundancy.
23075         * m4/math_h.m4: Initialize and substitute variables for isnan
23076         module.
23077         * modules/isnan: New file.
23078         * modules/isnan-tests: New file.
23079         * modules/math: Add substitutions for new module.
23080         * tests/test-isnan.c: New file.
23081         * MODULES.html.sh: Mention new module.
23082
23083 2008-07-10  Ben Pfaff  <blp@gnu.org>
23084
23085         Add isnanf module.
23086         * lib/isnanf.m4: New file.
23087         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
23088         (gl_HAVE_ISNANF_IN_LIBM): New macro.
23089         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
23090         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
23091         * modules/isnanf: New file.
23092         * modules/isnanf-tests: New file.
23093         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
23094         files.
23095         * tests/test-isnanf-nolibm.c: factored most of its contents into
23096         new file tests/test-isnanf.h.
23097         * tests/test-isnanf.h: New file.
23098         * tests/test-isnanf.c: New file.
23099         * MODULES.html.sh: Mention new module.
23100         * doc/glibc-functions/isnanf.texi: Mention new module.
23101
23102 2008-07-10  Ben Pfaff  <blp@gnu.org>
23103
23104         Add isnand module.
23105         * lib/isnand.h: New file.
23106         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
23107         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
23108         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
23109         functionality also.
23110         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
23111         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
23112         (gl_HAVE_ISNAND_IN_LIBM): New macro.
23113         * modules/isnand: New file.
23114         * modules/isnand-tests: New file.
23115         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
23116         files.
23117         * tests/test-isnand-nolibm.c: factored most of its contents into
23118         new file tests/test-isnand.h.
23119         * tests/test-isnand.h: New file.
23120         * tests/test-isnand.c: New file.
23121         * MODULES.html.sh: Mention new module.
23122
23123 2008-07-10  Ben Pfaff  <blp@gnu.org>
23124
23125         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
23126         * lib/isnand.h: Rename lib/isnand-nolibm.h.
23127         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
23128         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
23129         * modules/isnanf-nolibm: Update references to renamed files.
23130         * modules/isnand-nolibm: Likewise.
23131         * modules/isnanf-nolibm-tests: Likewise.
23132         * modules/isnand-nolibm-tests: Likewise.
23133         * lib/frexp.c: Likewise.
23134         * lib/isfinite.c: Likewise.
23135         * lib/signbitd.c: Likewise.
23136         * lib/signbitf.c: Likewise.
23137         * lib/vasnprintf.c: Likewise.
23138         * tests/test-ceilf1.c: Likewise.
23139         * tests/test-ceilf2.c: Likewise.
23140         * tests/test-floorf1.c: Likewise.
23141         * tests/test-floorf2.c: Likewise.
23142         * tests/test-frexp.c: Likewise.
23143         * tests/test-round1.c: Likewise.
23144         * tests/test-round2.c: Likewise.
23145         * tests/test-roundf1.c: Likewise.
23146         * tests/test-strtod.c: Likewise.
23147         * tests/test-trunc1.c: Likewise.
23148         * tests/test-trunc2.c: Likewise.
23149         * tests/test-truncf1.c: Likewise.
23150         * tests/test-truncf2.c: Likewise.
23151         * NEWS: Mention the renamed header files.
23152
23153 2008-07-11  Jim Meyering  <meyering@redhat.com>
23154
23155         vc-list-files: make the last-resort awk code more portable
23156         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
23157         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
23158         does not support it.
23159
23160 2008-07-10  Eric Blake  <ebb9@byu.net>
23161
23162         Work with tar's bootstrap.
23163         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
23164         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
23165         an m4 comment.
23166
23167 2008-07-09  Jim Meyering  <meyering@redhat.com>
23168
23169         posix-shell.m4: fix typo that made this test malfunction
23170         * m4/posix-shell.m4: Remove capitalization in variable name.
23171
23172 2008-07-08  Bruno Haible  <bruno@clisp.org>
23173
23174         * m4/onceonly.m4: Update comments.
23175         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23176
23177 2008-07-04  Jim Meyering  <meyering@redhat.com>
23178
23179         * users.txt: Add vc-dwim.
23180         (bison, coreutils): Use the gitweb URL.
23181
23182 2008-07-03  Jim Meyering  <meyering@redhat.com>
23183
23184         * users.txt: Add libffcall.  From Sam Steingold.
23185
23186 2008-07-03  Ondřej Vašík  <ovasik@redhat.com>
23187
23188         getdate.y: do not ignore TZ with relative day, month or year offset
23189         * lib/getdate.y (get_date): Move the tz-handling block to follow the
23190         relative-date-handling, since otherwise, the latter would clobber the
23191         sole output (an updated Start value) of the tz-handling block.
23192         * tests/test-getdate.c: Tests for the fix
23193
23194 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23195
23196         Recognize 'foo_LIBRARIES += libgnu.a'.
23197         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
23198         makefile snippet has already specified an installation location,
23199         also using '+='.
23200
23201 2008-07-02  Ondřej Vašík  <ovasik@redhat.com>
23202
23203         getdate.y: factor out common actions
23204         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
23205         Use them in place of open-coded actions.
23206
23207 2008-07-01  Simon Josefsson  <simon@josefsson.org>
23208
23209         Add self-test for getdate module.
23210         * modules/getdate-tests: New file.
23211         * tests/test-getdate.c: New file.
23212
23213 2008-06-29  Bruno Haible  <bruno@clisp.org>
23214
23215         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
23216         .gitignore.
23217         Reported by Sylvain Beucler <beuc@beuc.net>.
23218
23219 2008-06-29  Bruno Haible  <bruno@clisp.org>
23220
23221         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
23222         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
23223
23224 2008-06-29  Bruno Haible  <bruno@clisp.org>
23225
23226         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
23227         EXTRA_DIST.
23228         Reported by Sylvain Beucler <beuc@beuc.net>.
23229
23230 2008-06-26  Jim Meyering  <meyering@redhat.com>
23231
23232         make several modules depend on the "open" module
23233         This provides slightly increased consistency when opening-for-write
23234         the name of a non-directory spelled with a trailing slash.
23235         * modules/chdir-safer: Likewise.
23236         * modules/chown: Likewise.
23237         * modules/clean-temp: Likewise.
23238         * modules/copy-file: Likewise.
23239         * modules/fchdir: Likewise.
23240         * modules/fcntl-safer: Likewise.
23241         * modules/pipe: Likewise.
23242         * modules/utime: Likewise.
23243         Prompted by Eric Blake and Bruno Haible.
23244
23245 2008-06-24  Andreas Schwab  <schwab@suse.de>
23246
23247         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
23248         literals can be used as initializers for global variables.
23249
23250 2008-06-23  Eric Blake  <ebb9@byu.net>
23251
23252         Make gnulib-cache.m4 easier to diff.
23253         * gnulib-tool (func_import): Allow newlines when reading cached
23254         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
23255
23256 2008-06-23  Bruno Haible  <bruno@clisp.org>
23257
23258         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
23259         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
23260         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
23261         m4/signalblocking.m4.
23262         (gl_PREREQ_SIGACTION): Don't invoke it.
23263         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
23264         gl_PREREQ_SIG_HANDLER_H.
23265         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23266         Don't check for sigaction here.
23267
23268 2008-06-23  Bruno Haible  <bruno@clisp.org>
23269
23270         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
23271         (install_handlers): Don't set the SA_RESETHAND flag.
23272
23273 2008-06-23  Bruno Haible  <bruno@clisp.org>
23274
23275         * m4/sigaction.m4: Comment fixes.
23276         * lib/signal.in.h: Likewise.
23277
23278 2008-06-23  Eric Blake  <ebb9@byu.net>
23279
23280         Fix typo.
23281         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
23282
23283         Avoid SA_ namespace.
23284         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
23285         Reported by Ralf Wildenhues.
23286
23287         Avoid test failure due to SA_RESTORER.
23288         * tests/test-sigaction.c (SA_MASK): New macro.
23289         (main): Avoid failing due to extension flags being set.
23290         Reported by Jim Meyering.
23291
23292         Revert use of sig-handler.h in sigprocmask.c.
23293         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
23294         it requires the existence of struct sigaction.
23295         * lib/sigprocmask.c (handler_t): Restore typedef.
23296         (rpl_signal, old_handlers): Use local type.
23297
23298 2008-06-22  Bruno Haible  <bruno@clisp.org>
23299
23300         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
23301         conditionally.
23302         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
23303
23304 2008-06-22  Bruno Haible  <bruno@clisp.org>
23305
23306         * doc/posix-functions/siginterrupt.texi: Move note.
23307
23308         * lib/signal.in.h (SA_RESTART): New macro.
23309         * lib/sigaction.c: Update comment.
23310
23311         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
23312
23313         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
23314         (gl_PREREQ_SIGPROCMASK): Invoke it.
23315         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
23316
23317         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
23318
23319         * lib/sigprocmask.c: Update a comment.
23320
23321 2008-06-21  Eric Blake  <ebb9@byu.net>
23322
23323         Use sigaction module rather than signal().
23324         * modules/c-stack (Depends-on): Add sigaction.
23325         * modules/fatal-signal (Depends-on): Likewise.
23326         * modules/nanosleep (Depends-on): Likewise.
23327         * modules/sigprocmask (Files): Add sig-handler.h.
23328         * modules/sigaction (Files): Likewise.
23329         * lib/sig-handler.h (get_handler): New file, suggested by Paul
23330         Eggert.
23331         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
23332         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
23333         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
23334         (init_fatal_signals): Likewise.
23335         * lib/nanosleep.c (rpl_nanosleep): Likewise.
23336         (siginterrupt): Delete fallback.
23337         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
23338         instead.
23339         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
23340         siginterrupt.
23341
23342         New module sigaction, for mingw.
23343         * modules/sigaction: New module...
23344         * modules/sigaction-tests: ...and its test.
23345         * m4/sigaction.m4: New file.
23346         * lib/sigaction.c: Likewise.
23347         * tests/test-sigaction.c: Likewise.
23348         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
23349         * modules/signal (Makefile.am): Likewise.
23350         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
23351         needed.
23352         * doc/posix-headers/signal.texi (signal.h): Mention provided
23353         types.
23354         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
23355         that sigaction is preferable.
23356         * doc/posix-functions/sigaction.texi (sigaction): Mention new
23357         module.
23358         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23359         sigaction.
23360
23361         Improve robustness of sigprocmask by overriding signal.
23362         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
23363         is in use.
23364         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
23365         (SIGKILL, SIGSTOP): Provide fallbacks.
23366         (rpl_signal): Implement.
23367         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
23368         signal can be called inside handlers.
23369
23370         Fix nanosleep module on mingw.
23371         * modules/nanosleep (Depends-on): Add sys_select.
23372         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
23373
23374         Fix licensing of sigprocmask.
23375         * modules/raise (License): Relicense as LGPL.
23376
23377 2008-06-21  Bruno Haible  <bruno@clisp.org>
23378
23379         * lib/propername.c (proper_name_utf8): Don't use the transliterated
23380         result if it contains question marks.
23381         Reported by Michael Geng <linux@michaelgeng.de>.
23382
23383 2008-06-19  Bruno Haible  <bruno@clisp.org>
23384
23385         Fix CVS-ism.
23386         * doc/gnulib.texi: Include updated-stamp.texi.
23387         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
23388         (updated-stamp.texi): New rule.
23389         (gnulib.info): Depend on it.
23390         * doc/.gitignore: Add updated-stamp.texi.
23391         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
23392
23393 2008-06-19  Bruno Haible  <bruno@clisp.org>
23394
23395         * doc/Makefile (gnulib.info): Update and simplify dependencies.
23396         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
23397
23398 2008-06-19  Eric Blake  <ebb9@byu.net>
23399
23400         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
23401         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
23402         Reported by Stepan Kasal.
23403
23404 2008-06-18  Bruno Haible  <bruno@clisp.org>
23405
23406         * lib/fatal-signal.c (init_fatal_signals): Add comment.
23407         Reported by Eric Blake.
23408
23409 2008-06-18  Eric Blake  <ebb9@byu.net>
23410
23411         Work around cygwin 1.5.25 strsignal bug.
23412         * tests/test-strsignal.c: Allow for const char *.
23413         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
23414
23415 2008-06-18  Simon Josefsson  <simon@josefsson.org>
23416
23417         * users.txt: Update URL to article and add author/date
23418         information.
23419
23420 2008-06-17  Bruno Haible  <bruno@clisp.org>
23421
23422         New macro gl_DISABLE_THREADS.
23423         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
23424         if the user did not pass --enable-threads or --disable-threads option.
23425         (gl_DISABLE_THREADS): New macro.
23426         Reported by Eric Blake <ebb9@byu.net>.
23427
23428 2008-06-17  Bruno Haible  <bruno@clisp.org>
23429
23430         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
23431         when the macro ignores it.
23432         Based on a patch by Eric Blake <ebb9@byu.net>.
23433
23434 2008-06-17  Bruno Haible  <bruno@clisp.org>
23435
23436         * modules/tls (License): Change to LGPLv2+.
23437         Reported by Eric Blake.
23438
23439 2008-06-17  Eric Blake  <ebb9@byu.net>
23440
23441         Simplify c-stack prerequisites.
23442         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
23443         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
23444         no longer requires <ucontext.h> to exist.  Optimize setrlimit
23445         check.
23446         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
23447         <sys/resource.h>.
23448
23449         Move c-stack test into testsuite.
23450         * modules/c-stack-tests: New file.
23451         * lib/c-stack.c [DEBUG]: Move test program...
23452         * tests/test-c-stack.c: ...into this new file.  Skip rather than
23453         fail test if sigaltstack is lacking.
23454         * tests/test-c-stack.sh: New driver file.
23455
23456 2008-06-16  Eric Blake  <ebb9@byu.net>
23457
23458         Use raise module consistently.
23459         * modules/fatal-signal (Depends-on): Add raise.
23460         * modules/sigprocmask (Depends-on): Likewise.
23461         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
23462         * lib/sigprocmask.c (sigprocmask): Likewise.
23463         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23464         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
23465
23466         Fix compliance bug in sigpending.
23467         * lib/sigprocmask.c (sigpending): Return pending array via
23468         parameter, not return value.
23469
23470 2008-06-14  Eric Blake  <ebb9@byu.net>
23471
23472         Improve obstack-printf test code.
23473         * tests/test-obstack-printf.c (test_function): Fix comment, and
23474         simplify usage of obstack_* in macros.  Add a test for coverage.
23475         Reported by Bruno Haible.
23476
23477 2008-06-14  Bruno Haible  <bruno@clisp.org>
23478
23479         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
23480         array size as a constant, not as a const variable.
23481         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
23482         AC_USE_SYSTEM_EXTENSIONS.
23483         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
23484         Test whether the obstack_printf function actually exists.
23485         * modules/obstack-printf (Depends-on): Add extensions.
23486         (Include): Remove obstack.h.
23487         * modules/obstack-printf-posix (Depends-on): Add extensions.
23488         (Include): Remove obstack.h.
23489
23490 2008-06-13  Eric Blake  <ebb9@byu.net>
23491
23492         Add obstack-printf and obstack-printf-posix modules.
23493         * modules/obstack-printf: New file.
23494         * modules/obstack-printf-posix: Likewise.
23495         * MODULES.html.sh (Misc): Mention them.
23496         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
23497         Likewise.
23498         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
23499         Likewise.
23500         * modules/stdio (Makefile.am): Accomodate new modules.
23501         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
23502         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
23503         Declare.
23504         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
23505         functions.
23506         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
23507         (gl_REPLACE_OBSTACK_PRINTF): New macros
23508         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
23509         * tests/test-obstack-printf.c: New file.
23510         * modules/obstack-printf-tests: Likewise.
23511         * modules/obstack-printf-posix-tests: Likewise.
23512
23513 2008-06-11  Bruno Haible  <bruno@clisp.org>
23514
23515         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
23516         * lib/open.c: Include errno.h.
23517         (open): Fail when attempting to write to a file that has a trailing
23518         slash.
23519         * tests/test-open.c (main): Test against trailing slash bug.
23520         * doc/posix-functions/open.texi: Mention the trailing slash bug.
23521
23522 2008-06-10  Bruno Haible  <bruno@clisp.org>
23523
23524         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
23525         for $? to work inside the trap command, with various /bin/sh-s.
23526         * tests/test-vc-list-files-cvs.sh: Likewise.
23527
23528 2008-06-10  Bruno Haible  <bruno@clisp.org>
23529
23530         * lib/acl-internal.h: Don't include gettext.h here.
23531         * lib/set-mode-acl.c: Include gettext.h here.
23532         * lib/copy-acl.c: Likewise.
23533
23534 2008-06-10  Bruno Haible  <bruno@clisp.org>
23535
23536         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
23537         * lib/wait-process.c (wait_subprocess): Likewise.
23538         * lib/execute.h (execute): Add termsigp argument.
23539         * lib/execute.c (execute): Likewise.
23540         * lib/csharpcomp.c (compile_csharp_using_pnet,
23541         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
23542         * lib/csharpexec.c (execute_csharp_using_pnet,
23543         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
23544         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
23545         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
23546         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
23547         is_jikes_present): Update.
23548         * lib/javaexec.c (execute_java_class): Update.
23549         * lib/javaversion.c (execute_and_read_line): Update.
23550         * NEWS: Document the changes.
23551         Reported by Eric Blake.
23552
23553 2008-06-10  Eric Blake  <ebb9@byu.net>
23554
23555         Add missing include.
23556         * tests/test-strstr.c (includes): Add <signal.h>.
23557         * tests/test-strcasestr.c (includes): Likewise.
23558         * tests/test-memmem.c (includes): Likewise.
23559
23560 2008-06-10  Bruno Haible  <bruno@clisp.org>
23561
23562         * lib/wait-process.c (wait_subprocess): Add an assertion.
23563
23564 2008-06-10  Bruno Haible  <bruno@clisp.org>
23565
23566         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
23567
23568 2008-06-10  Bruno Haible  <bruno@clisp.org>
23569
23570         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
23571         using alarm().
23572         * tests/test-strcasestr.c (main): Likewise.
23573         * tests/test-strstr.c (main): Likewise.
23574
23575 2008-06-09  Bruno Haible  <bruno@clisp.org>
23576
23577         Work around the Solaris 10 ACE ACLs ABI change.
23578         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
23579         declare if ACL_NO_TRIVIAL is present.
23580         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
23581         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
23582         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
23583         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
23584         define if ACL_NO_TRIVIAL is present.
23585         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
23586         and use the current ABI.
23587         (file_has_acl): Use same #if condition as elsewhere.
23588         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
23589         in use, and use the current ABI.
23590         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
23591         Reported by Jim Meyering.
23592
23593 2008-06-09  Eric Blake  <ebb9@byu.net>
23594
23595         Work around environments that (stupidly) ignore SIGALRM.
23596         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
23597         before using alarm().
23598         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
23599         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
23600         Reported by Ian Beckwith <ianb@erislabs.net>.
23601
23602         Produce autobuild blurb earlier in log.
23603         * modules/autobuild (configure.ac-early): Move AB_INIT here.
23604
23605 2008-06-09  Jim Meyering  <meyering@redhat.com>
23606         and Ondřej Vašík  <ovasik@redhat.com>
23607
23608         utimens.c: correct kernel bug work-around
23609         Ondřej Vašík found that the invalid return value of 280 indicates
23610         failure, not success, and the kernel bug we're trying to work
23611         around affects not just the utimensat call, but also the fallback
23612         futimens call.
23613         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
23614         not success.
23615         [HAVE_FUTIMENS]: Use the same work-around, here.
23616
23617 2008-06-09  Jim Meyering  <meyering@redhat.com>
23618
23619         add more guards around definition of ACE_-related code
23620         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
23621         ALLOW and ACE_OWNER are also defined.
23622
23623 2008-06-08  Bruno Haible  <bruno@clisp.org>
23624
23625         * lib/acl-internal.h: Add me as co-author.
23626         * lib/file-has-acl.c: Likewise.
23627         * lib/set-mode-acl.c: Likewise.
23628         * lib/copy-acl.c: Likewise.
23629
23630 2008-06-08  Bruno Haible  <bruno@clisp.org>
23631
23632         Add support for AIX ACLs.
23633         * lib/acl-internal.h (acl_nontrivial): New declaration.
23634         * lib/file-has-acl.c (acl_nontrivial): New function.
23635         (file_has_acl): Add implementation using AIX 4 ACL API.
23636         * lib/set-mode-acl.c (qset_acl): Likewise.
23637         * lib/copy-acl.c (qcopy_acl): Likewise.
23638
23639 2008-06-08  Bruno Haible  <bruno@clisp.org>
23640
23641         Add support for HP-UX ACLs.
23642         * lib/acl-internal.h (acl_nontrivial): New declaration.
23643         * lib/file-has-acl.c (acl_nontrivial): New function.
23644         (file_has_acl): Add implementation using HP-UX 11 ACL API.
23645         * lib/set-mode-acl.c (qset_acl): Likewise.
23646         * lib/copy-acl.c (qcopy_acl): Likewise.
23647
23648 2008-06-08  Bruno Haible  <bruno@clisp.org>
23649
23650         Add support for Cygwin ACLs.
23651         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
23652         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
23653         the chmod_or_fchmod call.
23654         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
23655
23656 2008-06-08  Bruno Haible  <bruno@clisp.org>
23657
23658         Fix bug with setuid modes in Solaris 10+ code.
23659         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
23660         succeeded, when the mode contains some special bits.
23661
23662 2008-06-08  Bruno Haible  <bruno@clisp.org>
23663
23664         Add support for Solaris 7..10 ACLs.
23665         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
23666         declarations.
23667         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
23668         functions.
23669         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
23670         * lib/set-mode-acl.c (qset_acl): Likewise.
23671         * lib/copy-acl.c (qcopy_acl): Likewise.
23672
23673 2008-06-08  Bruno Haible  <bruno@clisp.org>
23674
23675         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
23676         declaration.
23677         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
23678         (acl_access_nontrivial): Remove MacOS X case.
23679         (file_has_acl): Use acl_extended_nontrivial.
23680         * lib/copy-acl.c (qcopy_acl): Likewise.
23681
23682 2008-06-08  Bruno Haible  <bruno@clisp.org>
23683
23684         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
23685
23686 2008-06-08  Jim Meyering  <meyering@redhat.com>
23687
23688         * modules/acl (Maintainer): Add Bruno Haible.
23689
23690 2008-06-07  Bruno Haible  <bruno@clisp.org>
23691
23692         Improve support for Tru64 ACLs.
23693         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
23694         ACL on OSF/1.
23695
23696 2008-06-07  Bruno Haible  <bruno@clisp.org>
23697
23698         Add support for MacOS X ACLs.
23699         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
23700         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
23701         * lib/set-mode-acl.c (qset_acl): Likewise.
23702         * lib/copy-acl.c (qcopy_acl): Likewise.
23703
23704 2008-06-07  Bruno Haible  <bruno@clisp.org>
23705
23706         Fix memory leak introduced on 2008-05-22.
23707         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
23708         use.
23709
23710 2008-06-07  Bruno Haible  <bruno@clisp.org>
23711
23712         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
23713         to construct an empty ACL.
23714
23715 2008-06-07  Bruno Haible  <bruno@clisp.org>
23716
23717         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
23718         precisely.
23719         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
23720
23721 2008-06-07  Bruno Haible  <bruno@clisp.org>
23722
23723         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
23724         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
23725
23726 2008-06-07  Bruno Haible  <bruno@clisp.org>
23727
23728         * doc/posix-functions/_setjmp.texi: Explain the use of this function
23729         regardless of POSIX.
23730         * doc/posix-functions/_longjmp.texi: Likewise.
23731         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
23732         SystemV platform in this case.
23733
23734 2008-06-06  Eric Blake  <ebb9@byu.net>
23735
23736         Document abort() bugs.
23737         * doc/posix-functions/abort.texi (abort): Mention anomalies.
23738
23739         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
23740         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
23741         sigsetjmp.
23742         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
23743         siglongjmp, but only as a macro.
23744         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
23745         is obsolete.
23746         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
23747
23748         Tweak documentation to cover cygwin argz bugs.
23749         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
23750         argz bug fix; no code change needed since no cygwin releases
23751         occurred between the last fix and the bug being tested.
23752         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
23753         module and recently fixed cygwin bugs.
23754         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
23755         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
23756         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
23757         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
23758         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
23759         Likewise.
23760         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
23761         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
23762         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
23763         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
23764         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
23765         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
23766         Likewise.
23767
23768         Avoid gcc warning on cygwin.
23769         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
23770         !ACL_NO_TRIVIAL]: Avoid unused variable.
23771
23772 2008-06-05  Eric Blake  <ebb9@byu.net>
23773
23774         Be tolerant of UNKNOWN version in gnulib-tool test dir.
23775         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
23776         git-version-gen fails to come up with a version.
23777         Reported by Simon Josefsson.
23778
23779 2008-06-05  Jim Meyering  <meyering@redhat.com>
23780             Paul Eggert  <eggert@cs.ucla.edu>
23781
23782         utimens.c: work around a probable Linux kernel bug
23783         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
23784         appears to be a kernel bug that causes utimensat to return 280
23785         instead of 0, indicating success.
23786
23787 2008-06-04  Bruno Haible  <bruno@clisp.org>
23788
23789         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
23790         2008-06-01 commit.
23791
23792 2008-06-04  Bruno Haible  <bruno@clisp.org>
23793
23794         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
23795         * lib/file-has-acl.c (acl_access_nontrivial): New function.
23796         (file_has_acl): Use it. Save errno afterwards.
23797         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
23798
23799 2008-06-03  Bruno Haible  <bruno@clisp.org>
23800
23801         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
23802         draft code. Simplify #ifs.
23803         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
23804         Put Solaris code after POSIX-draft code. Fix comments regarding
23805         Solaris 10, HP-UX. Mention Cygwin.
23806         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
23807
23808 2008-06-03  Eric Blake  <ebb9@byu.net>
23809
23810         Provide fallback for older kernels.
23811         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
23812         Provide runtime fallback if kernel lacks support.
23813         Reported by Mike Frysinger.
23814
23815 2008-06-02  Bruno Haible  <bruno@clisp.org>
23816
23817         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
23818         it exists.
23819
23820 2008-06-02  Bruno Haible  <bruno@clisp.org>
23821
23822         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
23823         * lib/copy-acl.c (qcopy_acl): Update comment.
23824
23825 2008-06-02  Bruno Haible  <bruno@clisp.org>
23826
23827         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
23828         like ACL APIs.
23829
23830 2008-06-02  Bruno Haible  <bruno@clisp.org>
23831
23832         * tests/test-file-has-acl.sh: Use different code for Cygwin.
23833         * tests/test-set-mode-acl.sh: Likewise.
23834         * tests/test-copy-acl.sh: Likewise.
23835         * tests/test-copy-file.sh: Likewise.
23836
23837 2008-06-02  Bruno Haible  <bruno@clisp.org>
23838
23839         * tests/test-file-has-acl.sh: Remove unused code.
23840
23841 2008-06-01  Bruno Haible  <bruno@clisp.org>
23842
23843         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
23844         (copy_acl): Just a wrapper around qcopy_acl that emits the error
23845         messages.
23846         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
23847
23848 2008-06-01  Bruno Haible  <bruno@clisp.org>
23849
23850         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
23851         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
23852         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
23853         APIs.
23854         * modules/acl-tests (configure.ac): Remove tests now contained in
23855         m4/acl.m4.
23856
23857 2008-06-02  Jim Meyering  <meyering@redhat.com>
23858
23859         announce-gen: use a better key-server host name
23860         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
23861         it may be more consistently reliable.  Suggested by Werner Koch
23862         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
23863
23864 2008-06-01  Bruno Haible  <bruno@clisp.org>
23865
23866         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
23867         Reported by Voroskoi Andras <voroskoi@gmail.com>.
23868
23869 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
23870
23871         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
23872
23873 2008-06-01  Bruno Haible  <bruno@clisp.org>
23874
23875         New ACL tests.
23876         * tests/test-file-has-acl.sh: New file.
23877         * tests/test-file-has-acl.c: New file.
23878         * tests/test-set-mode-acl.sh: New file.
23879         * tests/test-set-mode-acl.c: New file.
23880         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
23881         * tests/test-copy-acl.c: New file.
23882         * modules/acl-tests: New file, based on modules/copy-file-tests.
23883         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
23884         (Depends-on): Add acl-tests.
23885         (configure.ac): Remove checks.
23886         (Makefile.am): Don't create test-sameacls program here any more.
23887
23888 2008-06-01  Bruno Haible  <bruno@clisp.org>
23889
23890         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
23891         * tests/test-sameacls.c: Include progname.h.
23892         (main): Invoke set_program_name. Portability fixes for MacOS X,
23893         Solaris, HP-UX.
23894
23895 2008-06-01  Bruno Haible  <bruno@clisp.org>
23896
23897         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
23898         function.
23899         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
23900
23901 2008-06-01  Bruno Haible  <bruno@clisp.org>
23902
23903         * modules/rpmatch (Depends-on): Add strdup.
23904
23905 2008-06-01  Bruno Haible  <bruno@clisp.org>
23906
23907         * lib/pipe.c: Include unistd-safer.h.
23908         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
23909         * modules/pipe (Depends-on): Add unistd-safer.
23910
23911 2008-05-30  Simon Josefsson  <simon@josefsson.org>
23912
23913         * modules/autobuild (configure.ac): Call AB_INIT.
23914
23915 2008-05-30  Simon Josefsson  <simon@josefsson.org>
23916
23917         * tests/test-getaddrinfo.c: Don't print debug messages by default.
23918         Suggested by Bruno Haible <bruno@clisp.org>.
23919
23920 2008-05-30  Simon Josefsson  <simon@josefsson.org>
23921
23922         * tests/test-base64.c: Cast size_t to unsigned long when invoking
23923         printf.  Use %lu instead of %d.  Reported by Bruno Haible
23924         <bruno@clisp.org>.
23925
23926 2008-05-29  Eric Blake  <ebb9@byu.net>
23927
23928         Prefer new POSIX 200x interfaces over futimesat.
23929         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
23930         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
23931         when available.
23932         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
23933
23934 2008-05-28  Bruno Haible  <bruno@clisp.org>
23935
23936         * modules/stpcpy (License): Change to LGPLv2+.
23937         Requested by David Lutterkort <dlutter@redhat.com>.
23938
23939 2008-05-27  Bruno Haible  <bruno@clisp.org>
23940
23941         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
23942         current mingw.
23943         Reported by Jose E. Marchesi <jemarch@gnu.org>.
23944
23945 2008-05-27  Bruno Haible  <bruno@clisp.org>
23946
23947         * modules/iconv_open (Link): New section, from module 'iconv'.
23948         * modules/striconv (Link): Likewise.
23949         * modules/striconveh (Link): Likewise.
23950         * modules/xstriconv (Link): Likewise.
23951         * modules/unicodeio (Link): Likewise.
23952         * modules/propername (Link): Likewise.
23953         Reported by Jim Meyering.
23954
23955 2008-05-26  Jim Meyering  <meyering@redhat.com>
23956
23957         sha256: do not artificially restrict buffer length to be < 2^32
23958         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
23959         uint32_t to size_t.
23960         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
23961         to match.
23962
23963         avoid unaligned access errors, e.g., on sparc
23964         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
23965         direct access through a possibly-unaligned uint64* pointer.
23966         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
23967         direct access through a possibly-unaligned uint32* pointer.
23968         Prompted by this patch from Tom "spot" Callaway:
23969         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
23970
23971         sha512.c: fix typo in comment
23972         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
23973
23974 2008-05-25  Bruno Haible  <bruno@clisp.org>
23975
23976         * lib/set-mode-acl.c: Renamed from lib/acl.c.
23977         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
23978         (Makefile.am): Update lib_SOURCES.
23979
23980 2008-05-25  Bruno Haible  <bruno@clisp.org>
23981
23982         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
23983
23984 2008-05-25  Jim Meyering  <meyering@redhat.com>
23985
23986         useless-if-before-free: freed expr may have white-space differences
23987         * build-aux/useless-if-before-free: Recognize cases in which the
23988         freed expression differs from the tested one in embedded white
23989         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
23990         $1 was used, so we can't make any regexp shy.  Improved tests now
23991         detect this.
23992
23993         useless-if-before-free: accept white space in the expression.
23994         * build-aux/useless-if-before-free: For now, any white space
23995         in the expression must be identical in the free argument.
23996
23997         useless-if-before-free: efficiency tweak
23998         * build-aux/useless-if-before-free: Make the expression-matching
23999         regexp "shy".
24000         Make the *outer* regexp shy, not the expr-matching one.
24001
24002         update code-in-comment to accept cast of free arg
24003         * build-aux/useless-if-before-free: Update regexp.
24004
24005 2008-05-25  Bruno Haible  <bruno@clisp.org>
24006
24007         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
24008         * modules/copy-file-tests (Files, Makefile.am): Update.
24009         * tests/test-copy-file.c (func_test_copy): Update.
24010
24011 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
24012
24013         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
24014
24015 2008-05-23  Bruno Haible  <bruno@clisp.org>
24016
24017         Improve support for ACLs on OSF/1.
24018         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
24019         Remove fallback for unknown flavors of ACLs.
24020
24021 2008-05-22  Bruno Haible  <bruno@clisp.org>
24022
24023         Add support for ACLs on OSF/1.
24024         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
24025         replacements.
24026         (acl_free_text): New macro fallback.
24027         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
24028         acl_free.
24029         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
24030         acl_free_text function. Require AC_C_INLINE.
24031
24032 2008-05-22  Bruno Haible  <bruno@clisp.org>
24033
24034         Make copy_acl work on MacOS X 10.5.
24035         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
24036         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
24037         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
24038         If MODE_INSIDE_ACL, don't assume that every system has the same text
24039         representation for ACLs as FreeBSD.
24040         * lib/copy-acl.c (copy_acl): Add support for platforms with
24041         !MODE_INSIDE_ACL.
24042         * lib/file-has-acl.c (file_has_acl): Likewise.
24043         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
24044         FreeBSD, MacOS X, or IRIX, respectively.
24045
24046 2008-05-22  Bruno Haible  <bruno@clisp.org>
24047
24048         * lib/acl.h: Don't include <sys/acl.h>.
24049         (GETACLCNT): Move fallback to lib/acl-internal.h.
24050         * lib/acl-internal.h: Include <sys/acl.h> here.
24051         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
24052
24053 2008-05-22  Bruno Haible  <bruno@clisp.org>
24054
24055         Split off copy_acl function to separate file.
24056         * lib/copy-acl.c: New file, extracted from lib/acl.c.
24057         * lib/acl.c (copy_acl): Moved function to separate file.
24058         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
24059         * modules/acl (Files): Add lib/copy-acl.c.
24060         (Makefiles.am): Augment lib_SOURCES.
24061
24062 2008-05-22  Bruno Haible  <bruno@clisp.org>
24063
24064         * modules/copy-file-tests: New file.
24065         * tests/test-copy-file.sh: New file.
24066         * tests/test-copy-file.c: New file.
24067         * tests/test-copy-file-sameacls.c: New file.
24068
24069 2008-05-22  Eric Blake  <ebb9@byu.net>
24070
24071         Avoid gcc warning.
24072         * tests/test-memcmp.c (main): Pass NULL indirectly.
24073
24074 2008-05-21  Bruno Haible  <bruno@clisp.org>
24075
24076         Add reference doc about ACLs.
24077         * doc/acl-resources.txt: New file.
24078         * doc/acl-cygwin.txt: New file.
24079
24080 2008-05-21  Bruno Haible  <bruno@clisp.org>
24081
24082         Avoid one more warning from gcc.
24083         * lib/vasnprintf.c (IF_LINT): Update comments.
24084         (VASNPRINTF): Use it also for the 'prefix' array initializer.
24085
24086 2008-05-21  Jim Meyering  <meyering@redhat.com>
24087
24088         avoid a warning from gcc
24089         * lib/vasnprintf.c (IF_LINT): Define.
24090         (scale10_round_decimal_long_double):
24091         Use it to avoid a "may be used uninitialized" warning.
24092         (scale10_round_decimal_double): Likewise.
24093
24094 2008-05-21  Simon Josefsson  <simon@josefsson.org>
24095
24096         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
24097         declared.
24098
24099 2008-05-20  Bruno Haible  <bruno@clisp.org>
24100
24101         * tests/test-memcmp.c (main): Test also the sign of the result. Test
24102         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
24103
24104 2008-05-20  Simon Josefsson  <simon@josefsson.org>
24105
24106         * modules/memcmp-tests: New file.
24107         * tests/test-memcmp.c: New file.
24108
24109 2008-05-19  Bruno Haible  <bruno@clisp.org>
24110
24111         * modules/propername (Notice, configure.ac): Put quoted "..." into
24112         --keyword option.
24113         * lib/propername.h: Update comments accordingly.
24114         Reported by Eric Blake.
24115
24116 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
24117
24118         * modules/getpass-gnu (Depends-on): Add fseeko.
24119
24120 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24121
24122         * modules/base64-tests: New file.
24123
24124 2008-05-19  Bo Borgerson <gigabo@gmail.com>
24125
24126         * lib/base64.c (base64_decode_ctx): If a decode context structure
24127         was passed in use it to ignore newlines.  If a context structure
24128         was _not_ passed in, continue to treat newlines as garbage (this
24129         is the historical behavior).  Formerly base64_decode.
24130         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24131         takes a decode context structure.
24132         * lib/base64.h (base64_decode): Macro for four-argument calls.
24133         (base64_decode_alloc): Likewise.
24134         * lib/base64.c (base64_decode_ctx): If a decode context structure
24135         was passed in use it to ignore newlines.  If a context structure
24136         was _not_ passed in, continue to treat newlines as garbage (this
24137         is the historical behavior).  Formerly base64_decode.
24138         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24139         takes a decode context structure.
24140         * lib/base64.h (base64_decode): Macro for four-argument calls.
24141         (base64_decode_alloc): Likewise.
24142
24143 2008-05-19  Jim Meyering  <meyering@redhat.com>
24144
24145         avoid a warning from gcc
24146         * lib/trim.c (IF_LINT): Define.
24147         (trim2): Use it to avoid a "may be used uninitialized" warning.
24148
24149         Fix doc typo.
24150         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
24151
24152 2008-05-19  Bruno Haible  <bruno@clisp.org>
24153
24154         * doc/glibc-functions/getpass.texi: Document limits of other
24155         implementations.
24156
24157 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24158             Bruno Haible <bruno@clisp.org>
24159
24160         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
24161
24162 2008-05-18  Bruno Haible  <bruno@clisp.org>
24163
24164         * modules/propername: New file, from GNU gettext.
24165         * lib/propername.h: New file, from GNU gettext.
24166         * lib/propername.c: New file, from GNU gettext.
24167         * MODULES.html.sh (Internationalization functions): Add propername.
24168
24169 2008-05-16  Jim Meyering  <meyering@redhat.com>
24170             Bruno Haible  <bruno@clisp.org>
24171
24172         Avoid some warnings from "gcc -Wshadow".
24173         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
24174
24175 2008-05-15  Eric Blake  <ebb9@byu.net>
24176
24177         Extend previous patch to cygwin 1.7.0.
24178         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
24179         fast implementation in cygwin >= 1.7.0.
24180         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24181         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24182
24183 2008-05-15  Bruno Haible  <bruno@clisp.org>
24184
24185         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
24186         implementation in glibc >= 2.9.
24187         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24188         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24189
24190 2008-05-15  Bruno Haible  <bruno@clisp.org>
24191
24192         * MODULES.html.sh (Internationalization functions): Remove linebreak.
24193         (Unicode string functions): Add unilbrk/*.
24194         Reported by Karl Berry.
24195
24196 2008-05-15  Eric Blake  <ebb9@byu.net>
24197
24198         Fix violation of <stdbool.h> replacement in regex.
24199         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
24200         * lib/regexec.c (re_search_internal): Likewise.
24201         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
24202
24203 2008-05-15  Jim Meyering  <meyering@redhat.com>
24204
24205         avoid distracting test output when git or cvs is not found
24206         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
24207         * tests/test-vc-list-files-git.sh: Likewise.
24208
24209 2008-05-15  Eric Blake  <ebb9@byu.net>
24210
24211         Glibc finally accepted the memmem speedup code, bugzilla #5514.
24212         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
24213         glibc version.
24214         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
24215         * doc/posix-functions/strstr.texi (strstr): Likewise.
24216         * lib/str-two-way.h (MAX): Sychronize with glibc.
24217
24218 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
24219
24220         * lib/regcomp.c (optimize_utf8): Add a note on why we test
24221         opr.ctx_type.
24222         (calc_first): Initialize constraint field.
24223         (duplicate_node_closure): Use it instead of special casing ANCHORS.
24224         Fix grammar.
24225         (duplicate_node): Merge constraint field for all node types.
24226         (calc_eclosure_iter): Look at constraint field for all node types.
24227         * lib/regex_internal.c (create_cd_newstate): Don't look at
24228         opr.ctx_type.
24229
24230 2008-05-14  Bruno Haible  <bruno@clisp.org>
24231
24232         Help GCC to do better code generation.
24233         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
24234         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
24235         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
24236         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
24237         Declare with attribute 'malloc' if supported.
24238
24239 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
24240
24241         use "echo STR|wc -c" rather than unportable "expr length STR"
24242         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
24243         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
24244
24245 2008-05-14  Jim Meyering  <meyering@redhat.com>
24246
24247         use dd ibs=$n count=1 ... rather than less-portable head -c$n
24248         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
24249         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
24250         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
24251         via Collin Lasse.
24252
24253 2008-05-14  Eric Blake  <ebb9@byu.net>
24254
24255         Avoid quadratic growth in gl_LIBSOURCES.
24256         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
24257         Suggested by Bruno Haible.
24258
24259         Test xmemdup0.
24260         * modules/xmemdup0-tests: New file.
24261         * tests/test-xmemdup0.c: Likewise.
24262
24263 2008-05-13  Eric Blake  <ebb9@byu.net>
24264
24265         Split xmemdup0 into its own module.
24266         * modules/xmemdup0: New file.
24267         * lib/xmemdup0.h: Likewise.
24268         * lib/xmemdup0.c: Likewise.
24269         * MODULES.html.sh (Memory management functions): Add xmemdup0.
24270         * lib/xalloc.h (xmemdup0): Remove.
24271         * lib/xmalloc.c (xmemdup0): Likewise.
24272
24273 2008-05-13  Eric Blake  <ebb9@byu.net>
24274             Bruno Haible  <bruno@clisp.org>
24275
24276         Reduce number of forks required during autoconf.
24277         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
24278         and gl_LIBSOURCES_DIR.
24279         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
24280         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
24281         m4_syscmd per file.
24282         <m4_foreach_w>: Move...
24283         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
24284
24285 2008-05-13  Eric Blake  <ebb9@byu.net>
24286
24287         * gnulib-tool: Fix various comment typos.
24288
24289 2008-05-12  Bruno Haible  <bruno@clisp.org>
24290
24291         Tailor the linebreaking algorithm.
24292         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
24293
24294 2008-05-12  Bruno Haible  <bruno@clisp.org>
24295
24296         Update to Unicode 5.0.0.
24297         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24298         LBP_JV, LBP_JT. Redistribute values.
24299         (unilbrk_table): Change size.
24300         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
24301         Unicode TR#14 rev. 22.
24302         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24303         LBP_JV, LBP_JT. Redistribute values.
24304         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
24305         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
24306         Update.
24307         * lib/unilbrk/lbrkprop1.h: Regenerated.
24308         * lib/unilbrk/lbrkprop2.h: Regenerated.
24309         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
24310         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
24311         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
24312         Likewise.
24313         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
24314         Likewise.
24315         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
24316         result.
24317         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
24318         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
24319         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
24320         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
24321         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
24322         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
24323
24324 2008-05-11  Bruno Haible  <bruno@clisp.org>
24325
24326         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
24327
24328 2008-05-11  Bruno Haible  <bruno@clisp.org>
24329
24330         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
24331         * modules/unilbrk/gen-lbrk: New file.
24332
24333 2008-05-11  Bruno Haible  <bruno@clisp.org>
24334
24335         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
24336         * m4/sha512.m4 (gl_SHA512): Likewise.
24337
24338 2008-05-11  Jim Meyering  <meyering@redhat.com>
24339
24340         New modules: crypto/sha256, crypto/sha512 (from coreutils)
24341         * modules/crypto/sha256: New file.
24342         * modules/crypto/sha512: Likewise.
24343         * lib/sha256.c: Likewise.
24344         * lib/sha256.h: Likewise.
24345         * lib/sha512.c: Likewise.
24346         * lib/sha512.h: Likewise.
24347         * lib/u64.h: Likewise.
24348         * m4/sha256.m4: Likewise.
24349         * m4/sha512.m4: Likewise.
24350         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
24351
24352 2008-05-10  Bruno Haible  <bruno@clisp.org>
24353
24354         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
24355         (Input/Output <stdio.h>): Add xprintf.
24356         (Signal handling <signal.h>): Add strsignal.
24357         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
24358         (Core language properties): Add func.
24359         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
24360         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
24361         strings.
24362         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
24363         (Input/output): New section.
24364         (File system functions): Add openat-die, stat-macros.
24365         (Networking functions): Add sockets.
24366         (Unicode string functions): Add unictype/*.
24367         (Support for building libraries and executables): Add gperf.
24368         (Support for building documentation): Add agpl-3.0.
24369         (Misc): Add nocrash.
24370
24371 2008-05-10  Bruno Haible  <bruno@clisp.org>
24372
24373         * modules/unictype/gen-ctype: New file.
24374
24375 2008-05-10  Jim Meyering  <meyering@redhat.com>
24376
24377         Make chdir-safer.c more efficient on a system with no symlinks.
24378         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
24379         also if ELOOP is zero.  Suggested by Bruno Haible.
24380
24381         Make chdir-safer.c slightly safer.
24382         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
24383         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
24384
24385         Avoid compile failure on systems without ELOOP (like mingw).
24386         * lib/chdir-safer.c (ELOOP): Define if not already defined.
24387         Reported by Bruno Haible.
24388
24389 2008-05-10  Bruno Haible  <bruno@clisp.org>
24390
24391         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
24392         (is_utf8_encoding): Use a case-insensitive comparison.
24393         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
24394         streq.
24395
24396 2008-05-10  Bruno Haible  <bruno@clisp.org>
24397
24398         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
24399         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
24400         * lib/unilbrk/ulc-common.h (iconv_string_length,
24401         iconv_string_keeping_offsets): Remove declarations.
24402         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
24403         Don't include <iconv.h>, streq.h, xsize.h.
24404         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
24405         conversion.
24406         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
24407         <iconv.h>, streq.h, xsize.h.
24408         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
24409         conversion.
24410         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
24411         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
24412         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
24413         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
24414
24415 2008-05-10  Bruno Haible  <bruno@clisp.org>
24416
24417         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
24418         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
24419
24420         * modules/unilbrk/u32-width-linebreaks-tests: New file.
24421         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
24422
24423         * modules/unilbrk/u16-width-linebreaks-tests: New file.
24424         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
24425
24426         * modules/unilbrk/u8-width-linebreaks-tests: New file.
24427         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
24428
24429         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
24430         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
24431
24432         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
24433         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
24434
24435         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
24436         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
24437
24438         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
24439         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
24440
24441 2008-05-10  Bruno Haible  <bruno@clisp.org>
24442
24443         Split up 'linebreak' module.
24444         * lib/unilbrk.h: New file, based on lib/linebreak.h.
24445         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
24446         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
24447         modifications.
24448         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
24449         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
24450         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
24451         lib/linebreak.c.
24452         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
24453         lib/linebreak.c.
24454         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
24455         lib/linebreak.c.
24456         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
24457         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
24458         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
24459         lib/linebreak.c.
24460         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
24461         lib/linebreak.c.
24462         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
24463         lib/linebreak.c.
24464         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
24465         lib/linebreak.c.
24466         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
24467         lib/linebreak.c.
24468         * modules/unilbrk/base: New file.
24469         * modules/unilbrk/tables: New file.
24470         * modules/unilbrk/u8-possible-linebreaks: New file.
24471         * modules/unilbrk/u16-possible-linebreaks: New file.
24472         * modules/unilbrk/u32-possible-linebreaks: New file.
24473         * modules/unilbrk/ulc-common: New file.
24474         * modules/unilbrk/ulc-possible-linebreaks: New file.
24475         * modules/unilbrk/u8-width-linebreaks: New file.
24476         * modules/unilbrk/u16-width-linebreaks: New file.
24477         * modules/unilbrk/u32-width-linebreaks: New file.
24478         * modules/unilbrk/ulc-width-linebreaks: New file.
24479         * lib/linebreak.h: Remove file.
24480         * lib/linebreak.c: Remove file.
24481         * m4/linebreak.m4: Remove file.
24482         * modules/linebreak: Remove file.
24483         * NEWS: Mention the changes.
24484
24485 2008-05-09  Eric Blake  <ebb9@byu.net>
24486
24487         Add xmemdup0.
24488         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
24489         implementation.
24490         * lib/xmalloc.c (xmemdup0): New C implementation.
24491
24492 2008-05-08  Bruno Haible  <bruno@clisp.org>
24493
24494         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
24495
24496 2008-05-07  Eric Blake  <ebb9@byu.net>
24497
24498         Support cross-compilation of <wctype.h>.
24499         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
24500         AC_CACHE_CHECK.
24501
24502 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
24503
24504         * build-aux/vc-list-files: Add support for bzr.
24505
24506 2008-05-03  Jim Meyering  <meyering@redhat.com>
24507
24508         avoid failed assertion with tight malloc
24509         * tests/test-getndelim2.c: Correct an off-by-one assertion.
24510
24511 2008-05-03  Simon Josefsson  <simon@josefsson.org>
24512
24513         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
24514         are needed from arpa/inet.h.
24515         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
24516         Reported by Bruno Haible.
24517
24518 2008-05-02  Jim Meyering  <meyering@redhat.com>
24519
24520         avoid compilation error on FreeBSD 6
24521         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
24522
24523 2008-05-01  Jim Meyering  <meyering@redhat.com>
24524
24525         useless-if-before-free: correct --help's exit status description
24526         * build-aux/useless-if-before-free (usage): Like grep, exit 0
24527         for one or more matches, etc.  Reported by Bruno Haible.
24528
24529         vc-list-files: make the stand-alone gnulib test work
24530         * modules/vc-list-files-tests (configure.ac):
24531         Define and AC_SUBST abs_aux_dir.
24532         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
24533         $(abs_top_srcdir) to each script and having each of them
24534         duplicate the work of setting PATH, set PATH here, using
24535         the new variable, abs_aux_dir instead.
24536         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
24537         * tests/test-vc-list-files-git.sh: Likewise.
24538         Reported by Bruno Haible.
24539
24540 2008-05-01  Bruno Haible  <bruno@clisp.org>
24541
24542         * lib/getndelim2.c (getndelim2): Fix newsize computation during
24543         reallocation. Rename 'done' to 'found_delimiter'.
24544
24545 2008-05-01  Jim Meyering  <meyering@redhat.com>
24546
24547         vc-list-files: accommodate /bin/sh like the one from Solaris 10
24548         * build-aux/vc-list-files: Use `...`, not $(...).
24549
24550 2008-04-30  Jim Meyering  <meyering@redhat.com>
24551
24552         add tests for vc-list-files
24553         * modules/vc-list-files-tests: New module.
24554         * tests/test-vc-list-files-cvs.sh: New file.
24555         * tests/test-vc-list-files-git.sh: New file.
24556
24557         avoid a warning from gcc
24558         * lib/getndelim2.c (IF_LINT): Define.
24559         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
24560
24561         vc-list-files: work properly with build-aux/cvsu, too
24562         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
24563         to all cvs-based clauses.
24564
24565         vc-list-files: work properly in the CVS+awk case, too
24566         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
24567
24568         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
24569         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
24570         take more than one file argument, so .  Add quotes, just in case $dir
24571         ever contains a shell meta-character.  Prompted by Soren Hansen in
24572         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
24573
24574 2008-04-29  Eric Blake  <ebb9@byu.net>
24575
24576         Optimize getndelim2 to use block operations when possible.
24577         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
24578         freadseek, and memchr2.
24579         * lib/getndelim2.c (getndelim2): Use them for block reads.
24580
24581 2008-04-29  Bruno Haible  <bruno@clisp.org>
24582
24583         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
24584         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
24585         * modules/inet_ntop (Depends-on): Add extensions.
24586         * modules/inet_pton (Depends-on): Likewise.
24587         Reported by Simon Josefsson.
24588
24589 2008-04-29  Jim Meyering  <meyering@redhat.com>
24590
24591         When the is more than one match in a block, match all of them.
24592         * build-aux/useless-if-before-free: Iterate through each block
24593         until there are no more matches.
24594
24595         Fix broken useless-if-before-free script.
24596         * build-aux/useless-if-before-free: Fix typo: missing "?" after
24597         the expression to match cast of argument to free-like function.
24598
24599 2008-04-29  Eric Blake  <ebb9@byu.net>
24600
24601         Use new header.
24602         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
24603
24604 2008-04-29  Jim Meyering  <meyering@redhat.com>
24605
24606         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
24607         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
24608         by gnulib to exist and to declare e.g., inet_ntop.
24609         Don't include "inet_ntop.h", now removed.
24610
24611         * m4/arpa_inet_h.m4: Remove trailing blanks.
24612
24613 2008-04-29  Eric Blake  <ebb9@byu.net>
24614
24615         Silence valgrind on safe reads beyond potential array bounds.
24616         * lib/rawmemchr.valgrind: New file.
24617         * lib/strchrnul.valgrind: Likewise.
24618         * modules/rawmemchr (Files): Distribute new file.
24619         * modules/strchrnul (Files): Likewise.
24620         Suggested by Bruno Haible.
24621
24622 2008-04-29  Bruno Haible  <bruno@clisp.org>
24623
24624         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
24625         (inet_ntop, inet_pton): Change portability warning's wording.
24626         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
24627         Invoke gl_CHECK_NEXT_HEADERS.
24628         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
24629         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
24630         set ARPA_INET_H.
24631         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
24632         * modules/arpa_inet (Description): No longer only for systems that
24633         lack it.
24634         (Depends-on): Add include_next.
24635         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
24636         HAVE_ARPA_INET_H.
24637
24638 2008-04-29  Jim Meyering  <meyering@redhat.com>
24639
24640         * modules/mkdir (License): Re-license as LGPLv2+.
24641
24642 2008-04-29  Bruno Haible  <bruno@clisp.org>
24643
24644         * modules/rawmemchr (Maintainer): Set to Eric.
24645         * modules/strchrnul (Maintainer): Likewise.
24646
24647 2008-04-29  Simon Josefsson  <simon@josefsson.org>
24648
24649         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
24650         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
24651
24652         * modules/arpa_inet (arpa/inet.h): Use them.
24653
24654 2008-04-28  Eric Blake  <ebb9@byu.net>
24655
24656         Test getndelim2.
24657         * modules/getndelim2-tests: New file.
24658         * tests/test-getndelim2.c: Likewise.
24659         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
24660         stream.
24661         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
24662
24663         * MODULES.html.sh: Document new module.
24664
24665 2008-04-20  Bruno Haible  <bruno@clisp.org>
24666
24667         * lib/c-stack.c (die): Use raise.
24668         * modules/c-stack (Depends-on): Add raise.
24669
24670 2008-04-28  Bruno Haible  <bruno@clisp.org>
24671
24672         Expect rpmatch to be declared.
24673         * lib/yesno.c (rpmatch): Remove declaration.
24674
24675         Declare rpmatch.
24676         * lib/stdlib.in.h (rpmatch): New declaration.
24677         * lib/rpmatch.c: Include <stdlib.h> first.
24678         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
24679         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
24680         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
24681         HAVE_RPMATCH.
24682         * modules/rpmatch (Depends-on): Add stdlib, extensions.
24683         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
24684         (Include): Set to <stdlib.h>.
24685         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
24686         HAVE_RPMATCH.
24687         * NEWS: Document the change.
24688
24689 2008-04-28  Bruno Haible  <bruno@clisp.org>
24690
24691         Change rpmatch to use nl_langinfo when appropriate.
24692         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
24693         (N_): New macro.
24694         (localized_pattern): New function/macro.
24695         (try): Remove match, nomatch arguments. Copy the pattern into safe
24696         memory before caching it.
24697         (rpmatch): Use localized_pattern. Add translator comments.
24698         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
24699         Suggested by Eric Blake.
24700         * modules/rpmatch (Depends-on): Add stdbool.
24701
24702 2008-04-28  Eric Blake  <ebb9@byu.net>
24703
24704         Add rawmemchr module, matching glibc.
24705         * modules/string (Makefile.am): New indicator.
24706         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
24707         * lib/string.in.h (rawmemchr): Declare when appropriate.
24708         * modules/rawmemchr: New file.
24709         * m4/rawmemchr.m4: Likewise.
24710         * lib/rawmemchr.c: Likewise.
24711         * modules/rawmemchr-tests: Likewise.
24712         * tests/test-rawmemchr.c: Likewise.
24713         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
24714         module.
24715         * modules/strchrnul (Depends-on): Add rawmemchr.
24716         * lib/strchrnul.c (strchrnul): Optimize a corner case.
24717
24718         Whitespace cleanup.
24719         * tests/test-strchrnul.c: Reindent.
24720         * lib/strchrnul.c: Likewise.
24721
24722         Optimize and test strchrnul.
24723         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
24724         * modules/strchrnul-tests: New file.
24725         * tests/test-strchrnul.c: Likewise.
24726
24727         Remove intprops dependency.
24728         * modules/memchr (Depends-on): Remove intprops.
24729         * modules/memrchr (Depends-on): Likewise.
24730         * modules/memchr2 (Depends-on): Likewise.
24731         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
24732         * lib/memrchr.c (__memrchr): Likewise.
24733         * lib/memrchr2.c (memchr2): Likewise.
24734         Reported by Simon Josefsson.
24735
24736 2008-04-28  Simon Josefsson  <simon@josefsson.org>
24737
24738         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
24739         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24740
24741 2008-04-28  Simon Josefsson  <simon@josefsson.org>
24742
24743         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
24744
24745         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
24746
24747         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
24748
24749         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
24750         declarations.
24751         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
24752
24753         * m4/inet_pton.m4: Don't check for header files.
24754
24755         * m4/inet_ntop.m4: Don't check for header files.
24756
24757 2008-04-28  Simon Josefsson  <simon@josefsson.org>
24758
24759         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
24760         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
24761         trigger for cygwin).
24762         Reported by Bruno Haible  <bruno@clisp.org>.
24763
24764 2008-04-28  Bruno Haible  <bruno@clisp.org>
24765
24766         * doc/posix-functions/strdup.texi: Mention mingw problem.
24767
24768 2008-04-27  Bruno Haible  <bruno@clisp.org>
24769
24770         * modules/stat-time-tests (Depends-on): Add sleep.
24771         * tests/test-stat-time.c (force_unlink): New function.
24772         (cleanup): Use it.
24773         (test_mtime): Remove the ctime related tests.
24774         (test_ctime): New function, containing the ctime related tests.
24775         (main): Call test_ctime, except on native Windows platforms.
24776
24777 2008-04-27  Bruno Haible  <bruno@clisp.org>
24778
24779         * lib/rpmatch.c (rpmatch): Add some comments.
24780         Reported by James Youngman <jay@gnu.org>.
24781
24782 2008-04-27  Bruno Haible  <bruno@clisp.org>
24783
24784         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
24785         quiet NaNs.
24786
24787 2008-04-27  Bruno Haible  <bruno@clisp.org>
24788
24789         Make test-yesno.sh work on mingw.
24790         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
24791         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
24792         (main): Set stdin to binary mode.
24793         * modules/yesno-tests (Depends-on): Add binary-io.
24794
24795 2008-04-27  Bruno Haible  <bruno@clisp.org>
24796
24797         Fix 'isfinite' on x86, x86_64, ia64 platforms.
24798         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
24799         argument that lie outside the IEEE 854 domain.
24800         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
24801         (gl_ISFINITE): Use it.
24802         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
24803
24804 2008-04-27  Bruno Haible  <bruno@clisp.org>
24805
24806         Allow local renaming in config.h.
24807         * lib/memrchr.c (memrchr): Don't undefine outside libc.
24808
24809 2008-04-27  Bruno Haible  <bruno@clisp.org>
24810
24811         * lib/memchr.c (__memchr): Change type of 'i'.
24812         * lib/memchr2.c (memchr2): Likewise.
24813
24814 2008-04-26  Eric Blake  <ebb9@byu.net>
24815         and Bruno Haible  <bruno@clisp.org>
24816
24817         Optimize and test memrchr.
24818         * modules/memrchr (Depends-on): Add intprops.
24819         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
24820         * modules/memrchr-tests: New file.
24821         * tests/test-memrchr.c: New file.
24822
24823 2008-04-26  Bruno Haible  <bruno@clisp.org>
24824
24825         Add tentative support for DragonFly BSD.
24826         * lib/stdio-impl.h: Add macros for DragonFly BSD.
24827         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
24828         fp.
24829         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
24830         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
24831         * lib/fpurge.c (fpurge): Likewise.
24832         * lib/freadable.c (freaadable): Likewise.
24833         * lib/freadahead.c (freadahead): Likewise.
24834         * lib/freading.c (freading): Likewise.
24835         * lib/freadptr.c (freadptr): Likewise.
24836         * lib/freadseek.c (freadptrinc): Likewise.
24837         * lib/fseeko.c (fseeko): Likewise.
24838         * lib/fseterr.c (fseterr): Likewise.
24839         * lib/fwritable.c (fwritable): Likewise.
24840         * lib/fwriting.c (fwriting): Likewise.
24841
24842 2008-04-26  Bruno Haible  <bruno@clisp.org>
24843
24844         * lib/stdio-impl.h: New file.
24845         * lib/fbufmode.c: Include stdio-impl.h.
24846         (fbufmode): Use fp_, remove redundant #defines.
24847         * lib/fflush.c: Include stdio-impl.h.
24848         (clear_ungetc_buffer): Remove redundant #defines.
24849         * lib/fpurge.c: Include stdio-impl.h.
24850         (fpurge): Remove redundant #defines.
24851         * lib/freadable.c: Include stdio-impl.h.
24852         (freadable): Remove redundant #defines.
24853         * lib/freadahead.c: Include stdio-impl.h.
24854         (freadahead): Remove redundant #defines.
24855         * lib/freading.c: Include stdio-impl.h.
24856         (freading): Remove redundant #defines.
24857         * lib/freadptr.c: Include stdio-impl.h.
24858         (freadptr): Remove redundant #defines.
24859         * lib/freadseek.c: Include stdio-impl.h.
24860         (freadptrinc): Remove redundant #defines.
24861         * lib/fseeko.c: Include stdio-impl.h.
24862         (rpl_fseeko): Remove redundant #defines.
24863         * lib/fseterr.c: Include stdio-impl.h.
24864         (fseterr): Remove redundant #defines.
24865         * lib/fwritable.c: Include stdio-impl.h.
24866         (fwritable: Remove redundant #defines.
24867         * lib/fwriting.c: Include stdio-impl.h.
24868         (fwriting): Remove redundant #defines.
24869         * modules/fbufmode (Files): Add lib/stdio-impl.h.
24870         * modules/fflush (Files): Likewise.
24871         * modules/fpurge (Files): Likewise.
24872         * modules/freadable (Files): Likewise.
24873         * modules/freadahead (Files): Likewise.
24874         * modules/freading (Files): Likewise.
24875         * modules/freadptr (Files): Likewise.
24876         * modules/freadseek (Files): Likewise.
24877         * modules/fseeko (Files): Likewise.
24878         * modules/fseterr (Files): Likewise.
24879         * modules/fwritable (Files): Likewise.
24880         * modules/fwriting (Files): Likewise.
24881
24882 2008-04-26  Bruno Haible  <bruno@clisp.org>
24883
24884         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
24885         restore_seek_optimization, update_fpos_cache): New functions, extracted
24886         from rpl_fflush.
24887         (rpl_fflush): Use them.
24888         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
24889         (gl_REPLACE_FFLUSH): Use it.
24890
24891 2008-04-26  Bruno Haible  <bruno@clisp.org>
24892
24893         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
24894         on Solaris.
24895         * tests/test-xstrtoimax.sh: Likewise.
24896         * tests/test-xstrtoumax.sh: Likewise.
24897         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24898
24899 2008-04-26  Bruno Haible  <bruno@clisp.org>
24900
24901         * modules/memchr-tests: New file.
24902         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
24903
24904 2008-04-26  Eric Blake  <ebb9@byu.net>
24905             Bruno Haible  <bruno@clisp.org>
24906
24907         * lib/memchr.c: Include intprops.h.
24908         (__memchr): Optimize parallel detection of matching bytes. Rename local
24909         variables. Add explanatory comments.
24910
24911 2008-04-26  Bruno Haible  <bruno@clisp.org>
24912
24913         Fix module 'memchr', broken since 2000-10-28.
24914         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
24915
24916 2008-04-26  Bruno Haible  <bruno@clisp.org>
24917
24918         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
24919         comments.
24920
24921 2008-04-25  Eric Blake  <ebb9@byu.net>
24922
24923         Use native fstatat on cygwin 1.7.0.
24924         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
24925         first.
24926
24927 2008-04-23  Eric Blake  <ebb9@byu.net>
24928
24929         Improve memchr2 performance.
24930         * lib/memchr2.c (memchr2): Further optimize parallel detection of
24931         NUL bytes.
24932         * modules/memchr2 (Depends-on): Use intprops.h.
24933
24934 2008-04-23  Simon Josefsson  <simon@josefsson.org>
24935
24936         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
24937         an inline function instead of a CPP macro.  Patch by Ben Pfaff
24938         <blp@cs.stanford.edu>.
24939
24940 2008-04-23  Simon Josefsson  <simon@josefsson.org>
24941
24942         * lib/arpa_inet.in.h: New file.
24943
24944         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
24945         (Makefile.am): Sed in substitute header file.
24946
24947         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
24948         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
24949
24950         * modules/inet_ntop (configure.ac): Use
24951         gl_ARPA_INET_MODULE_INDICATOR.
24952
24953         * modules/inet_pton (configure.ac): Use
24954         gl_ARPA_INET_MODULE_INDICATOR.
24955
24956 2008-04-22  Jim Meyering  <meyering@redhat.com>
24957
24958         * modules/verify (License): Re-license as LGPLv2+.
24959
24960 2008-04-22  Simon Josefsson  <simon@josefsson.org>
24961
24962         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
24963         parameter to void* as per POSIX standard (MinGW uses char*).
24964
24965 2008-04-21  Bruno Haible  <bruno@clisp.org>
24966
24967         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
24968         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
24969         Define to replacements if REPLACE_ISWCNTRL is 1.
24970         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
24971         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
24972         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
24973         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
24974         what it fixes.
24975         * doc/posix-functions/iswalpha.texi: Likewise.
24976         * doc/posix-functions/iswblank.texi: Likewise.
24977         * doc/posix-functions/iswcntrl.texi: Likewise.
24978         * doc/posix-functions/iswdigit.texi: Likewise.
24979         * doc/posix-functions/iswgraph.texi: Likewise.
24980         * doc/posix-functions/iswlower.texi: Likewise.
24981         * doc/posix-functions/iswprint.texi: Likewise.
24982         * doc/posix-functions/iswpunct.texi: Likewise.
24983         * doc/posix-functions/iswspace.texi: Likewise.
24984         * doc/posix-functions/iswupper.texi: Likewise.
24985         * doc/posix-functions/iswxdigit.texi: Likewise.
24986         Reported by Alain Guibert.
24987
24988 2008-04-21  Bruno Haible  <bruno@clisp.org>
24989
24990         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
24991         Patch by Alain Guibert.
24992
24993 2008-04-21  Bruno Haible  <bruno@clisp.org>
24994
24995         Fix test failures on mingw.
24996         * tests/test-xstrtol.c (print_no_progname): New function.
24997         (main): Install it in error_print_progname hook.
24998         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
24999         * tests/test-xstrtoimax.sh: Likewise.
25000         * tests/test-xstrtoumax.sh: Likewise.
25001
25002 2008-04-21  Bruno Haible  <bruno@clisp.org>
25003
25004         Fix test failure on mingw.
25005         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
25006
25007 2008-04-21  Bruno Haible  <bruno@clisp.org>
25008
25009         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
25010         Actually assign a value.
25011
25012 2008-04-20  Bruno Haible  <bruno@clisp.org>
25013
25014         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
25015         take 2.
25016         * lib/canonicalize.c (canonicalize_file_name): Elide if the
25017         'canonicalize-lgpl' module is also used.
25018         * lib/canonicalize-lgpl.c: Undo last change.
25019         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
25020
25021 2008-04-20  Bruno Haible  <bruno@clisp.org>
25022
25023         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
25024         config.h. Provide _mkdir based fallback for mingw.
25025         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
25026         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
25027         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
25028         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
25029         rather than defining mkdir in config.h.
25030         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
25031         (gl_SYS_STAT_H_DEFAULTS): New macro.
25032         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
25033         HAVE_IO_H any more.
25034         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
25035         HAVE_DECL_MKDIR and HAVE_IO_H.
25036
25037 2008-04-20  Bruno Haible  <bruno@clisp.org>
25038
25039         * lib/isapipe.c: Port to native Windows platforms.
25040
25041 2008-04-20  Bruno Haible  <bruno@clisp.org>
25042
25043         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
25044
25045 2008-04-21  Eric Blake  <ebb9@byu.net>
25046
25047         Work around preprocessors that don't handle UINTMAX_MAX.
25048         * lib/memchr2.c (memchr2): Avoid embedded #if.
25049         Reported by Alain Guibert, fix suggested by Bruno Haible.
25050
25051 2008-04-21  Simon Josefsson  <simon@josefsson.org>
25052
25053         * doc/posix-functions/strftime.texi (strftime): Explain better
25054         Windows incompatibility.  Suggested by Micah Cowan
25055         <micah@cowan.name>.
25056
25057 2008-04-20  Bruno Haible  <bruno@clisp.org>
25058
25059         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
25060         unistr/u8-mblen.
25061
25062 2008-04-20  Bruno Haible  <bruno@clisp.org>
25063
25064         Fix test failure on platforms with non-GNU iconv.
25065         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
25066         (U_TO_U8): Use it, rather than u16_to_u8.
25067         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
25068         units at the end of the input string.
25069         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
25070
25071 2008-04-20  Bruno Haible  <bruno@clisp.org>
25072
25073         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
25074         when the resulting length is 0.
25075         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
25076
25077 2008-04-20  Bruno Haible  <bruno@clisp.org>
25078
25079         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
25080         works.
25081         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
25082
25083 2008-04-20  Bruno Haible  <bruno@clisp.org>
25084
25085         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
25086         * modules/tsearch-tests (configure.ac): Test for initstate function.
25087
25088 2008-04-20  Bruno Haible  <bruno@clisp.org>
25089
25090         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
25091         for nlink_t if missing.
25092         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
25093
25094 2008-04-19  Bruno Haible  <bruno@clisp.org>
25095
25096         Work around snprintf bug on Linux libc5.
25097         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
25098         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
25099         gl_SNPRINTF_SIZE1.
25100         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25101         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
25102         that test failed.
25103         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
25104         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
25105         * modules/snprintf (Files): Add m4/printf.m4.
25106         * modules/vsnprintf (Files): Likewise.
25107         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
25108         * doc/posix-functions/vsnprintf.texi: Likewise.
25109
25110 2008-04-19  Bruno Haible  <bruno@clisp.org>
25111
25112         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
25113         from 0.0058 to less than 10^-7.
25114
25115 2008-04-19  Bruno Haible  <bruno@clisp.org>
25116
25117         Fix rounding when a precision is given.
25118         * lib/vasnprintf.c (is_borderline): New function.
25119         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
25120         9...9x.
25121         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
25122         %e, %g.
25123         * tests/test-vasprintf-posix.c (test_function): Likewise.
25124         * tests/test-snprintf-posix.h (test_function): Likewise.
25125         * tests/test-sprintf-posix.h (test_function): Likewise.
25126         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
25127         * tests/test-printf-posix.h (test_function): Likewise.
25128         * tests/test-printf-posix.output: Update.
25129         Reported by John Darrington <john@darrington.wattle.id.au> via
25130         Ben Pfaff <blp@cs.stanford.edu>.
25131
25132 2008-04-18  Simon Josefsson  <simon@josefsson.org>
25133
25134         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
25135         Suggested by Bruno Haible <bruno@clisp.org>.
25136
25137 2008-04-17  Bruno Haible  <bruno@clisp.org>
25138
25139         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
25140         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
25141         implementation.
25142         Patch by Bruce Merry <bmerry@gmail.com>.
25143
25144 2008-04-17  Simon Josefsson  <simon@josefsson.org>
25145
25146         * doc/posix-functions/strftime.texi (strftime): Mention that %e
25147         doesn't work under Windows.
25148
25149 2008-04-16  Bruno Haible  <bruno@clisp.org>
25150
25151         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
25152         New macros.
25153         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
25154         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
25155         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
25156         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
25157         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
25158         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
25159         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
25160         macros.
25161         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
25162         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
25163         Northern Sotho, Uighur.
25164
25165 2008-04-16  Bruno Haible  <bruno@clisp.org>
25166
25167         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
25168         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
25169         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
25170         Reported by Daniel Bergström <daniel@octocode.com>.
25171
25172 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
25173             Bruno Haible  <bruno@clisp.org>
25174
25175         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
25176         function.
25177         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
25178         New functions, mostly extracted from gl_locale_name_default.
25179         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
25180
25181 2008-04-16  Eric Blake  <ebb9@byu.net>
25182
25183         Adjust strtod detection to catch glibc 2.7 bug.
25184         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
25185         Reported by John Gatewood Ham.
25186
25187 2008-04-16  Bruno Haible  <bruno@clisp.org>
25188
25189         Add tentative support for Linux libc5.
25190         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
25191         * lib/fpurge.c (fpurge): Likewise.
25192         * lib/freadable.c (freadable): Likewise.
25193         * lib/freadahead.c (freadahead): Likewise.
25194         * lib/freading.c (freading): Likewise.
25195         * lib/freadptr.c (freadptr): Likewise.
25196         * lib/freadseek.c (freadptrinc): Likewise.
25197         * lib/fseeko.c (rpl_fseeko): Likewise.
25198         * lib/fseterr.c (fseterr): Likewise.
25199         * lib/fwritable.c (fwritable): Likewise.
25200         * lib/fwriting.c (fwriting): Likewise.
25201         Reported by Alain Guibert <alguibert+bts@free.fr>.
25202
25203 2008-04-15  Bruno Haible  <bruno@clisp.org>
25204
25205         * modules/mathl (configure.ac): Define module indicator.
25206
25207 2008-04-15  Bruno Haible  <bruno@clisp.org>
25208
25209         * lib/logl.c (logl): Remove unused variables.
25210
25211 2008-04-15  Bruno Haible  <bruno@clisp.org>
25212
25213         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
25214         fails.
25215
25216 2008-04-15  Bruno Haible  <bruno@clisp.org>
25217
25218         * lib/trim.c (trim2): Fix argument of isspace() macro.
25219
25220 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
25221
25222         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
25223         to 0.
25224         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
25225
25226 2008-04-14  Bruno Haible  <bruno@clisp.org>
25227
25228         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
25229         AC_LANG_PROGRAM argument.
25230         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
25231         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
25232         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
25233         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
25234         * m4/math_h.m4 (gl_MATH_H): Likewise.
25235         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
25236         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
25237         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
25238         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
25239         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
25240         * m4/regex.m4 (gl_REGEX): Likewise.
25241         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
25242         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
25243         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25244         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
25245         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
25246         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25247         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
25248         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
25249
25250 2008-04-14  Jim Meyering  <meyering@redhat.com>
25251
25252         test-strtod: fix typos: s/abs/fabs/
25253         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
25254
25255 2008-04-13  Bruno Haible  <bruno@clisp.org>
25256
25257         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
25258         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
25259         module is also used and while not building the reloc-wrapper.
25260
25261 2008-04-13  Bruno Haible  <bruno@clisp.org>
25262
25263         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
25264
25265 2008-04-13  Bruno Haible  <bruno@clisp.org>
25266
25267         Fix AIX compilation failure introduced on 2008-04-02.
25268         * tests/test-frexp.c (exp): Undefine before redefining.
25269         * tests/test-frexpl.c (exp): Likewise.
25270
25271 2008-04-13  Bruno Haible  <bruno@clisp.org>
25272
25273         Work around a HP-UX stdio bug.
25274         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
25275         * tests/test-ftello.c (main): Likewise.
25276         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
25277         * doc/posix-functions/ftello.texi: Likewise.
25278
25279 2008-04-13  Bruno Haible  <bruno@clisp.org>
25280
25281         Make test-signbit pass on HP-UX/hppa.
25282         * tests/test-signbit.c (minus_zerol): New variable.
25283         (test_signbitl): Use it.
25284
25285 2008-04-13  Bruno Haible  <bruno@clisp.org>
25286
25287         Make truncl work on OSF/1 4.0.
25288         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
25289         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25290         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25291         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
25292         HAVE_DECL_TRUNCL.
25293         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
25294         HAVE_DECL_TRUNCL.
25295         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
25296
25297 2008-04-13  Bruno Haible  <bruno@clisp.org>
25298
25299         * lib/unictype.h: Remove trailing comma from enumeration definitions.
25300
25301 2008-04-13  Bruno Haible  <bruno@clisp.org>
25302
25303         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
25304         expression, so as to avoid HP-UX 11 cc compiler bug.
25305
25306 2008-04-13  Bruno Haible  <bruno@clisp.org>
25307
25308         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
25309
25310 2008-04-13  Bruno Haible  <bruno@clisp.org>
25311
25312         * lib/git-merge-changelog.c: Remove empty declaration outside of
25313         functions.
25314
25315 2008-04-13  Bruno Haible  <bruno@clisp.org>
25316
25317         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
25318
25319 2008-04-13  Bruno Haible  <bruno@clisp.org>
25320
25321         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
25322         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
25323         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
25324         also if it exists but lacks definitions of the SHUT_* macros.
25325         * modules/sys_socket (Description): Update.
25326         Reported by Elbert Pol <e.pol@chello.nl>.
25327
25328 2008-04-13  Bruno Haible  <bruno@clisp.org>
25329
25330         * lib/localcharset.c (OS2): Don't redefine if already defined.
25331         Reported by Elbert Pol <e.pol@chello.nl>.
25332
25333 2008-04-13  Bruno Haible  <bruno@clisp.org>
25334
25335         * lib/binary-io.h [__EMX__]: Include <io.h>.
25336         Reported by Elbert Pol <e.pol@chello.nl>.
25337
25338 2008-04-12  Bruno Haible  <bruno@clisp.org>
25339
25340         * lib/fpucw.h: Enable the definitions also for x86_64.
25341         Needed for NetBSD/x86_64.
25342         Reported by Thomas Klausner <tk@giga.or.at>.
25343
25344 2008-04-12  Bruno Haible  <bruno@clisp.org>
25345
25346         * tests/test-strtod.c: Include isnand.h.
25347         (main): Use isnand instead of isnan.
25348         Reported by Jim Meyering.
25349
25350 2008-04-12  Bruno Haible  <bruno@clisp.org>
25351
25352         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
25353         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
25354
25355 2008-04-12  Jim Meyering  <meyering@redhat.com>
25356
25357         * m4/math_h.m4 (gl_MATH_H): Fix typos.
25358
25359 2008-04-12  Bruno Haible  <bruno@clisp.org>
25360
25361         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
25362         Reported by Elbert Pol <e.pol@chello.nl>.
25363
25364 2008-04-12  Eric Blake  <ebb9@byu.net>
25365
25366         Work around Solaris 10 math.h bug.
25367         * m4/math_h.m4 (gl_MATH_H): Check for bug.
25368         (gl_MATH_H_DEFAULTS): Set up default.
25369         * modules/math (Makefile.am): Replace new indicators.
25370         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
25371         * tests/test-math.c (main): Test this.
25372         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
25373         * doc/posix-headers/math.texi (math.h): Mention bug.
25374         Reported by Nelson H. F. Beebe and Jim Meyering.
25375
25376 2008-04-11  Bruno Haible  <bruno@clisp.org>
25377
25378         Adapt to future versions of Apple GCC.
25379         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
25380         Reported by Peter O'Gorman <peter@pogma.com>.
25381
25382 2008-04-11  Bruno Haible  <bruno@clisp.org>
25383
25384         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
25385
25386 2008-04-11  Bruno Haible  <bruno@clisp.org>
25387
25388         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
25389
25390         * modules/getaddrinfo-tests (Makefile.am): Define
25391         test_getaddrinfo_LDADD.
25392
25393 2008-04-11  Bruno Haible  <bruno@clisp.org>
25394
25395         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
25396         (init): Fix syntax error.
25397         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
25398         is declared.
25399
25400 2008-04-11  Bruno Haible  <bruno@clisp.org>
25401
25402         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
25403         * modules/glob (Depends-on): Add stdbool.
25404
25405 2008-04-11  Bruno Haible  <bruno@clisp.org>
25406
25407         * lib/trim.c: Include <string.h>.
25408
25409 2008-04-11  Eric Blake  <ebb9@byu.net>
25410
25411         Avoid compile failure on OS/2.
25412         * lib/regex_internal.h (internal_function): Disable optimization
25413         on OS/2 (__EMX__), where it caused compiler error.
25414         Reported by Elbert Pol.
25415
25416 2008-04-11  Bruno Haible  <bruno@clisp.org>
25417
25418         Flush the standard error stream before aborting. Needed on mingw.
25419         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
25420         * tests/test-array_list.c (ASSERT): Likewise.
25421         * tests/test-array_oset.c (ASSERT): Likewise.
25422         * tests/test-avltree_list.c (ASSERT): Likewise.
25423         * tests/test-avltree_oset.c (ASSERT): Likewise.
25424         * tests/test-avltreehash_list.c (ASSERT): Likewise.
25425         * tests/test-binary-io.c (ASSERT): Likewise.
25426         * tests/test-byteswap.c (ASSERT): Likewise.
25427         * tests/test-c-ctype.c (ASSERT): Likewise.
25428         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
25429         * tests/test-c-strcasestr.c (ASSERT): Likewise.
25430         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
25431         * tests/test-c-strstr.c (ASSERT): Likewise.
25432         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
25433         * tests/test-canonicalize.c (ASSERT): Likewise.
25434         * tests/test-carray_list.c (ASSERT): Likewise.
25435         * tests/test-ceilf1.c (ASSERT): Likewise.
25436         * tests/test-ceilf2.c (ASSERT): Likewise.
25437         * tests/test-ceill.c (ASSERT): Likewise.
25438         * tests/test-count-one-bits.c (ASSERT): Likewise.
25439         * tests/test-fbufmode.c (ASSERT): Likewise.
25440         * tests/test-fflush2.c (ASSERT): Likewise.
25441         * tests/test-floorf1.c (ASSERT): Likewise.
25442         * tests/test-floorf2.c (ASSERT): Likewise.
25443         * tests/test-floorl.c (ASSERT): Likewise.
25444         * tests/test-fopen.c (ASSERT): Likewise.
25445         * tests/test-fpending.c (ASSERT): Likewise.
25446         * tests/test-fprintf-posix.c (ASSERT): Likewise.
25447         * tests/test-fpurge.c (ASSERT): Likewise.
25448         * tests/test-freadable.c (ASSERT): Likewise.
25449         * tests/test-freadahead.c (ASSERT): Likewise.
25450         * tests/test-freading.c (ASSERT): Likewise.
25451         * tests/test-freadptr.c (ASSERT): Likewise.
25452         * tests/test-freadptr2.c (ASSERT): Likewise.
25453         * tests/test-freadseek.c (ASSERT): Likewise.
25454         * tests/test-freopen.c (ASSERT): Likewise.
25455         * tests/test-frexp.c (ASSERT): Likewise.
25456         * tests/test-frexpl.c (ASSERT): Likewise.
25457         * tests/test-fseek.c (ASSERT): Likewise.
25458         * tests/test-fseeko.c (ASSERT): Likewise.
25459         * tests/test-fstrcmp.c (ASSERT): Likewise.
25460         * tests/test-ftell.c (ASSERT): Likewise.
25461         * tests/test-ftello.c (ASSERT): Likewise.
25462         * tests/test-func.c (ASSERT): Likewise.
25463         * tests/test-fwritable.c (ASSERT): Likewise.
25464         * tests/test-fwriting.c (ASSERT): Likewise.
25465         * tests/test-getdelim.c (ASSERT): Likewise.
25466         * tests/test-getline.c (ASSERT): Likewise.
25467         * tests/test-i-ring.c (ASSERT): Likewise.
25468         * tests/test-iconv-utf.c (ASSERT): Likewise.
25469         * tests/test-iconv.c (ASSERT): Likewise.
25470         * tests/test-isfinite.c (ASSERT): Likewise.
25471         * tests/test-isnand.c (ASSERT): Likewise.
25472         * tests/test-isnanf.c (ASSERT): Likewise.
25473         * tests/test-isnanl.h (ASSERT): Likewise.
25474         * tests/test-ldexpl.c (ASSERT): Likewise.
25475         * tests/test-linked_list.c (ASSERT): Likewise.
25476         * tests/test-linkedhash_list.c (ASSERT): Likewise.
25477         * tests/test-localename.c (ASSERT): Likewise.
25478         * tests/test-lseek.c (ASSERT): Likewise.
25479         * tests/test-mbscasecmp.c (ASSERT): Likewise.
25480         * tests/test-mbscasestr1.c (ASSERT): Likewise.
25481         * tests/test-mbscasestr2.c (ASSERT): Likewise.
25482         * tests/test-mbscasestr3.c (ASSERT): Likewise.
25483         * tests/test-mbscasestr4.c (ASSERT): Likewise.
25484         * tests/test-mbschr.c (ASSERT): Likewise.
25485         * tests/test-mbscspn.c (ASSERT): Likewise.
25486         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
25487         * tests/test-mbspbrk.c (ASSERT): Likewise.
25488         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
25489         * tests/test-mbsrchr.c (ASSERT): Likewise.
25490         * tests/test-mbsspn.c (ASSERT): Likewise.
25491         * tests/test-mbsstr1.c (ASSERT): Likewise.
25492         * tests/test-mbsstr2.c (ASSERT): Likewise.
25493         * tests/test-mbsstr3.c (ASSERT): Likewise.
25494         * tests/test-memchr2.c (ASSERT): Likewise.
25495         * tests/test-memmem.c (ASSERT): Likewise.
25496         * tests/test-open.c (ASSERT): Likewise.
25497         * tests/test-printf-frexp.c (ASSERT): Likewise.
25498         * tests/test-printf-frexpl.c (ASSERT): Likewise.
25499         * tests/test-printf-posix.c (ASSERT): Likewise.
25500         * tests/test-quotearg.c (ASSERT): Likewise.
25501         * tests/test-rbtree_list.c (ASSERT): Likewise.
25502         * tests/test-rbtree_oset.c (ASSERT): Likewise.
25503         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
25504         * tests/test-round1.c (ASSERT): Likewise.
25505         * tests/test-roundf1.c (ASSERT): Likewise.
25506         * tests/test-roundl.c (ASSERT): Likewise.
25507         * tests/test-signbit.c (ASSERT): Likewise.
25508         * tests/test-sleep.c (ASSERT): Likewise.
25509         * tests/test-snprintf-posix.c (ASSERT): Likewise.
25510         * tests/test-snprintf.c (ASSERT): Likewise.
25511         * tests/test-sprintf-posix.c (ASSERT): Likewise.
25512         * tests/test-stat-time.c (ASSERT): Likewise.
25513         * tests/test-strcasestr.c (ASSERT): Likewise.
25514         * tests/test-strerror.c (ASSERT): Likewise.
25515         * tests/test-striconv.c (ASSERT): Likewise.
25516         * tests/test-striconveh.c (ASSERT): Likewise.
25517         * tests/test-striconveha.c (ASSERT): Likewise.
25518         * tests/test-strsignal.c (ASSERT): Likewise.
25519         * tests/test-strstr.c (ASSERT): Likewise.
25520         * tests/test-strtod.c (ASSERT): Likewise.
25521         * tests/test-trunc1.c (ASSERT): Likewise.
25522         * tests/test-trunc2.c (ASSERT): Likewise.
25523         * tests/test-truncf1.c (ASSERT): Likewise.
25524         * tests/test-truncf2.c (ASSERT): Likewise.
25525         * tests/test-truncl.c (ASSERT): Likewise.
25526         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
25527         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
25528         * tests/test-vasnprintf.c (ASSERT): Likewise.
25529         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
25530         * tests/test-vasprintf.c (ASSERT): Likewise.
25531         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
25532         * tests/test-vprintf-posix.c (ASSERT): Likewise.
25533         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
25534         * tests/test-vsnprintf.c (ASSERT): Likewise.
25535         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
25536         * tests/test-wcwidth.c (ASSERT): Likewise.
25537         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
25538         * tests/test-xprintf-posix.c (ASSERT): Likewise.
25539         * tests/test-xvasprintf.c (ASSERT): Likewise.
25540         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
25541         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
25542         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
25543         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
25544         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
25545         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
25546         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
25547         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
25548         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
25549         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
25550         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
25551         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
25552         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
25553         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
25554         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
25555         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
25556         * tests/unictype/test-block_list.c (ASSERT): Likewise.
25557         * tests/unictype/test-block_of.c (ASSERT): Likewise.
25558         * tests/unictype/test-block_test.c (ASSERT): Likewise.
25559         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
25560         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
25561         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
25562         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
25563         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
25564         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
25565         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
25566         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
25567         * tests/unictype/test-combining.c (ASSERT): Likewise.
25568         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
25569         * tests/unictype/test-digit.c (ASSERT): Likewise.
25570         * tests/unictype/test-mirror.c (ASSERT): Likewise.
25571         * tests/unictype/test-numeric.c (ASSERT): Likewise.
25572         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
25573         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
25574         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
25575         * tests/unictype/test-scripts.c (ASSERT): Likewise.
25576         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
25577         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
25578         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
25579         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
25580         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
25581         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
25582         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
25583         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
25584         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
25585         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
25586         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
25587         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
25588         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
25589         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
25590         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
25591         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
25592         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
25593         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
25594         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
25595         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
25596         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
25597         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
25598         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
25599         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
25600         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
25601         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
25602         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
25603         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
25604         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
25605         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
25606         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
25607         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
25608         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
25609         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
25610         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
25611         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
25612         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
25613         Reported by Eric Blake.
25614
25615 2008-04-11  Bruno Haible  <bruno@clisp.org>
25616
25617         * lib/wchar.in.h: Tweak comment.
25618
25619 2008-04-11  Bruno Haible  <bruno@clisp.org>
25620
25621         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
25622         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
25623         gl_COMMON.
25624         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
25625
25626 2008-04-11  Bruno Haible  <bruno@clisp.org>
25627
25628         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
25629
25630 2008-04-11  Simon Josefsson  <simon@josefsson.org>
25631
25632         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
25633         of attempting to use non-existing /dev/*random.  Based on patch
25634         from Adam Strzelecki <ono@java.pl> in
25635         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
25636
25637 2008-04-08  Bruno Haible  <bruno@clisp.org>
25638
25639         Add tentative support for emx+gcc.
25640         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
25641         * lib/fpurge.c (fpurge): Likewise.
25642         * lib/freadable.c (freadable): Likewise.
25643         * lib/freadahead.c (freadahead): Likewise.
25644         * lib/freading.c (freading): Likewise.
25645         * lib/freadptr.c (freadptr): Likewise.
25646         * lib/freadseek.c (freadptrinc): Likewise.
25647         * lib/fseeko.c (rpl_fseeko): Likewise.
25648         * lib/fseterr.c (fseterr): Likewise.
25649         * lib/fwritable.c (fwritable): Likewise.
25650         * lib/fwriting.c (fwriting): Likewise.
25651         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
25652
25653 2008-04-09  Eric Blake  <ebb9@byu.net>
25654
25655         Avoid some autoconf warnings.
25656         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
25657         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
25658         * m4/afs.m4 (gl_AFS): Likewise.
25659         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
25660         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
25661         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
25662         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
25663         (gl_INTEGER_TYPE_SUFFIX): Likewise.
25664         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
25665         (AC_CHECK_DECLS_ONCE): Likewise.
25666         Rename file...
25667         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
25668         gnulib-tool requires autoconf 2.59 or better.
25669         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
25670
25671 2008-04-08  Eric Blake  <ebb9@byu.net>
25672
25673         Use 'git describe --match' if present (added in git 1.5.5).
25674         * build-aux/git-version-gen: Limit result to tags that match 'v*'
25675         if possible.
25676
25677 2008-04-08  Bruno Haible  <bruno@clisp.org>
25678
25679         Add tentative support for OpenServer.
25680         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
25681         _ptr, _cnt.
25682         * lib/fpurge.c (fpurge): Likewise.
25683         * lib/freadable.c (freadable): Likewise.
25684         * lib/freadahead.c (freadahead): Likewise.
25685         * lib/freading.c (freading): Likewise.
25686         * lib/freadptr.c (freadptr): Likewise.
25687         * lib/freadseek.c (freadptrinc): Likewise.
25688         * lib/fseeko.c (rpl_fseeko): Likewise.
25689         * lib/fseterr.c (fseterr): Likewise.
25690         * lib/fwritable.c (fwritable): Likewise.
25691         * lib/fwriting.c (fwriting): Likewise.
25692         Reported by Roger Cornelius <rac@tenzing.org> and
25693         Brian K. White <brian@aljex.com>.
25694
25695 2008-04-06  Jim Meyering  <meyering@redhat.com>
25696
25697         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
25698
25699 2008-04-06  Bruno Haible  <bruno@clisp.org>
25700
25701         Avoid possible error with non-ASCII bytes in UTF-8 locales.
25702         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
25703         * tests/test-printf-posix.sh: Likewise.
25704         * tests/test-vfprintf-posix.sh: Likewise.
25705         * tests/test-vprintf-posix.sh: Likewise.
25706         * tests/test-xprintf-posix.sh: Likewise.
25707
25708 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25709
25710         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
25711         hide error from 'ls', needed on OS/2.
25712         Report by Elbert Pol <elbert.pol@gmail.com>.
25713
25714 2008-04-04  Eric Blake  <ebb9@byu.net>
25715
25716         Make test-fseeko.c failures meaningful.
25717         * tests/test-fseeko.c: Print line number on failure.
25718         * tests/test-fseek.c: Likewise.
25719         Reported by Nelson H. F. Beebe.
25720
25721         Improve strtod bug detection check.
25722         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
25723         required for Solaris 10.
25724         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
25725
25726 2008-04-04  Bruno Haible  <bruno@clisp.org>
25727
25728         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
25729         by m4/setenv.m4.
25730
25731 2008-04-03  Eric Blake  <ebb9@byu.net>
25732
25733         Ensure sane .version contents.
25734         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
25735         version string.
25736         * build-aux/git-version-gen: Improve documentation.
25737
25738         Make GNU make output nicer.
25739         * top/GNUmakefile [!_have-Makefile]: Add dependency on
25740         MAKECMDGOALS to enforce message for all command line targets.  Set
25741         srcdir for use in maint.mk.
25742
25743         Another maintainer tweak.
25744         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
25745         a target that regenerates version.
25746
25747 2008-04-03  Jim Meyering  <meyering@redhat.com>
25748
25749         vc-list-files: don't cause coreutils "make po-check" failure
25750         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
25751
25752 2008-04-03  Eric Blake  <ebb9@byu.net>
25753
25754         Allow VPATH usage of vc-list-files.
25755         * build-aux/vc-list-files (scriptversion): Add timestamp.
25756         (options): Add --help, --version, -C.
25757         (CVS): Support installed cvsu.
25758
25759 2008-04-02  Bruno Haible  <bruno@clisp.org>
25760
25761         Avoid some "statement with no effect" warnings from gcc.
25762         * tests/test-wctype.c (main): Explicitly ignore unused values.
25763         Reported by Jim Meyering.
25764
25765 2008-04-02  Jim Meyering  <meyering@redhat.com>
25766
25767         Avoid some warnings from "gcc -Wshadow".
25768         * tests/test-frexp.c (exp): Define to a different identifier.
25769         * tests/test-frexpl.c (exp): Likewise.
25770
25771 2008-04-03  Jim Meyering  <meyering@redhat.com>
25772
25773         bootstrap: remove dangling *.[ch] symlinks from lib
25774         * build-aux/bootstrap [dangling symlink removal]: Move find's
25775         -depth option to precede all others, to avoid a warning.
25776         Remove *.[ch] files too, and from "$source_base" (usually lib/).
25777
25778 2008-04-02  Bruno Haible  <bruno@clisp.org>
25779
25780         Avoid some warnings from "gcc -Wshadow".
25781         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
25782         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
25783         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
25784         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
25785         Reported by Jim Meyering.
25786
25787 2008-04-01  Bruno Haible  <bruno@clisp.org>
25788
25789         Fix test to work on IRIX 6.5 with cc.
25790         * tests/test-math.c (numeric_equal): New function.
25791         (main): Use it.
25792
25793 2008-04-01  Bruno Haible  <bruno@clisp.org>
25794
25795         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
25796
25797 2008-04-01  Bruno Haible  <bruno@clisp.org>
25798
25799         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
25800         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
25801         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
25802         (Depends-on): Remove math.
25803
25804         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
25805         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
25806         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
25807         (Depends-on): Remove math.
25808
25809         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
25810         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
25811         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
25812         (Depends-on): Remove math.
25813         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
25814         (Depends-on): Remove math.
25815
25816         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
25817         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
25818         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
25819         (Depends-on): Remove math.
25820         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
25821         (Depends-on): Remove math.
25822
25823         * tests/test-round1.c: Include nan.h.
25824         (main): Use NaNd instead of NAN.
25825         * modules/round-tests (Files): Add tests/nan.h.
25826
25827         * tests/test-trunc1.c: Include nan.h.
25828         (main): Use NaNd instead of NAN.
25829         * modules/trunc-tests (Files): Add tests/nan.h.
25830
25831         * tests/test-roundf1.c: Include nan.h.
25832         (main): Use NaNf instead of NAN.
25833         * modules/roundf-tests (Files): Add tests/nan.h.
25834
25835         * tests/test-truncf1.c: Include nan.h.
25836         (main): Use NaNf instead of NAN.
25837         * modules/truncf-tests (Files): Add tests/nan.h.
25838
25839         * tests/test-ceilf1.c: Include nan.h.
25840         (main): Use NaNf instead of NAN.
25841         * modules/ceilf-tests (Files): Add tests/nan.h.
25842
25843         * tests/test-floorf1.c: Include nan.h.
25844         (main): Use NaNf instead of NAN.
25845         * modules/floorf-tests (Files): Add tests/nan.h.
25846
25847         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
25848         (main): Use NaNf instead of NAN.
25849         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
25850
25851         * tests/test-isnand.c: Include nan.h instead of <math.h>.
25852         (main): Use NaNd instead of NAN.
25853         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
25854
25855         * tests/test-frexp.c: Include nan.h.
25856         (main): Use NaNd instead of NAN.
25857         * modules/frexp-tests (Files): Add tests/nan.h.
25858
25859         * lib/isnan.c: Don't include <math.h>.
25860         (FUNC): Don't use NAN macro.
25861         * modules/isnand-nolibm (Depends-on): Remove math.
25862         * modules/isnanf-nolibm (Depends-on): Remove math.
25863         * modules/isnanl (Depends-on): Remove math.
25864         * modules/isnanl-nolibm (Depends-on): Remove math.
25865
25866         * tests/nan.h: New file.
25867
25868 2008-04-01  Eric Blake  <ebb9@byu.net>
25869
25870         Fix typos.
25871         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
25872         values to be the right type.
25873
25874         For now, cater to gnulib strtod inaccuracies.
25875         * tests/test-strtod.c (main): Allow 1-ulp error on expected
25876         fractional results.  While not as nice from a QoI perspective, it
25877         is a quicker patch than correctly implementing decimal to binary
25878         rounding.
25879
25880 2008-03-31  Eric Blake  <ebb9@byu.net>
25881
25882         Guarantee a definition of NAN.
25883         * lib/math.in.h (NAN): Define if missing.
25884         * tests/test-math.c (main): Test it.
25885         * doc/posix-headers/math.texi (math.h): Document this.
25886         * lib/isnan.c (rpl_isnand): Use it.
25887         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
25888         * tests/test-floorf1.c (NaN): Likewise.
25889         * tests/test-frexp.c (NaN): Likewise.
25890         * tests/test-isnand.c (NaN): Likewise.
25891         * tests/test-isnanf.c (NaN): Likewise.
25892         * tests/test-round1.c (NaN): Likewise.
25893         * tests/test-roundf1.c (NaN): Likewise.
25894         * tests/test-snprintf-posix.h (NaN): Likewise.
25895         * tests/test-sprintf-posix.h (NaN): Likewise.
25896         * tests/test-trunc1.c (NaN): Likewise.
25897         * tests/test-truncf1.c (NaN): Likewise.
25898         * tests/test-vasnprintf-posix.c (NaN): Likewise.
25899         * tests/test-vasprintf-posix.c (NaN): Likewise.
25900         * modules/isnand-nolibm (Depends-on): Add math.
25901         * modules/isnanf-nolibm (Depends-on): Likewise.
25902         * modules/isnanl (Depends-on): Likewise.
25903         * modules/isnanl-nolibm (Depends-on): Likewise.
25904         * modules/snprintf-posix-tests (Depends-on): Likewise.
25905         * modules/sprintf-posix-tests (Depends-on): Likewise.
25906         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
25907         * modules/vsprintf-posix-tests (Depends-on): Likewise.
25908         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
25909         * modules/vasprintf-posix-tests (Depends-on): Likewise.
25910
25911 2008-03-31  Bruno Haible  <bruno@clisp.org>
25912
25913         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
25914         * doc/posix-functions/strtod.texi: Likewise.
25915
25916 2008-03-31  Bruno Haible  <bruno@clisp.org>
25917
25918         * tests/test-strtod.c (main): Don't use C99 syntax.
25919
25920 2008-03-31  Bruno Haible  <bruno@clisp.org>
25921
25922         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
25923         Reported by Eric Blake.
25924
25925 2008-03-31  Jim Meyering  <meyering@redhat.com>
25926
25927         Don't compare actual signbit return values.
25928         * tests/test-strtod.c (main): Rather, compare only their
25929         zero/non-zero nature.
25930
25931 2008-03-31  Eric Blake  <ebb9@byu.net>
25932
25933         More strtod documentation.
25934         * doc/posix-functions/strtod.texi (strtod): Interpret more test
25935         failures as distinct bugs.
25936
25937 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
25938
25939         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
25940         Problem reported by Erik Benada in
25941         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
25942
25943 2008-03-30  Bruno Haible  <bruno@clisp.org>
25944
25945         * tests/test-strtod.c: Add comments about which assertion fails on which
25946         platform.
25947         * doc/posix-functions/strtod.texi: Add info about many more platforms.
25948
25949 2008-03-30  Eric Blake  <ebb9@byu.net>
25950
25951         Test signbit behavior on zeros.
25952         * tests/test-signbit.c (test_signbitf): Add tests for zero.
25953         (test_signbitd, test_signbitl): Likewise.
25954
25955         More strtod touchups.
25956         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
25957         sign of negative underflow, for now.  Use .5, not .1.
25958         * doc/posix-functions/strtod.texi (strtod): Mention these
25959         limitations.
25960         Reported by Jim Meyering.
25961
25962 2008-03-30  Bruno Haible  <bruno@clisp.org>
25963
25964         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
25965         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
25966
25967 2008-03-30  Bruno Haible  <bruno@clisp.org>
25968
25969         Avoid failure when attempting to return empty iconv results on some
25970         platforms.
25971         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
25972         allocation, don't report ENOMEM when the resulting string is empty.
25973
25974 2008-03-30  Bruno Haible  <bruno@clisp.org>
25975
25976         Fix buffer overrun.
25977         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
25978         Don't consider the width for tmp_length. Check count against tmp_length
25979         before doing the padding. Ensure enough allocation during padding.
25980
25981 2008-03-30  Eric Blake  <ebb9@byu.net>
25982
25983         strtod touchups.
25984         * lib/strtod.c (strtod): Avoid compiler warnings.
25985         Reported by Jim Meyering.
25986
25987 2008-03-30  Bruno Haible  <bruno@clisp.org>
25988
25989         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
25990         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
25991         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
25992         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
25993         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
25994         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
25995         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
25996         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
25997
25998         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
25999         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
26000         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
26001         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
26002         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
26003         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
26004         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
26005         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
26006
26007         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
26008         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
26009         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
26010         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
26011         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
26012         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
26013         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
26014         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
26015
26016         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
26017         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
26018
26019         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
26020         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
26021
26022         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
26023         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
26024
26025         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
26026         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
26027         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
26028
26029         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
26030         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
26031         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
26032
26033         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
26034         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
26035         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
26036
26037         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
26038         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
26039         * modules/vasprintf (Depends-on): Add EOVERFLOW.
26040
26041         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
26042         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
26043         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
26044         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
26045         (Depends-on): Add EOVERFLOW.
26046         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
26047         (Depends-on): Add EOVERFLOW.
26048         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26049         (Depends-on): Add EOVERFLOW.
26050         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26051         (Depends-on): Add EOVERFLOW.
26052         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26053         (Depends-on): Add EOVERFLOW.
26054         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26055         (Depends-on): Add EOVERFLOW.
26056         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26057         (Depends-on): Add EOVERFLOW.
26058         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26059         (Depends-on): Add EOVERFLOW.
26060
26061         * lib/sprintf.c (EOVERFLOW): Remove fallback.
26062         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
26063         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
26064
26065         * lib/snprintf.c (EOVERFLOW): Remove fallback.
26066         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
26067         * modules/snprintf (Depends-on): Add EOVERFLOW.
26068
26069         * lib/poll.c (EOVERFLOW): Remove fallback.
26070         * modules/poll (Depends-on): Add EOVERFLOW.
26071
26072         * lib/getugroups.c (EOVERFLOW): Remove fallback.
26073         * modules/getugroups (Depends-on): Add EOVERFLOW.
26074
26075         * lib/getdelim.c (EOVERFLOW): Remove fallback.
26076         * modules/getdelim (Depends-on): Add EOVERFLOW.
26077
26078         * lib/ftell.c (EOVERFLOW): Remove fallback.
26079         * modules/ftell (Depends-on): Add EOVERFLOW.
26080
26081         * lib/fprintf.c (EOVERFLOW): Remove fallback.
26082         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
26083         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
26084
26085         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
26086
26087         * modules/EOVERFLOW-tests: New file.
26088         * tests/test-EOVERFLOW.c: New file.
26089
26090         * modules/EOVERFLOW: New file.
26091         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
26092
26093 2008-03-30  Bruno Haible  <bruno@clisp.org>
26094
26095         Fix bug introduced on 2007-06-10.
26096         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
26097         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
26098
26099 2008-03-30  Bruno Haible  <bruno@clisp.org>
26100
26101         Improve freadseek's efficiency after ungetc.
26102         * lib/freadseek.c: Include freadahead.h.
26103         (freadptrinc): New function, extracted from freadseek.
26104         (freadseek): Use it in a loop. Use freadahead to determine the number
26105         of loop iterations.
26106         * modules/freadseek (Depends-on): Add freadahead.
26107         (configure.ac): Require AC_C_INLINE.
26108
26109 2008-03-30  Bruno Haible  <bruno@clisp.org>
26110
26111         * lib/freadseek.c (freadseek): Don't ignore the return value of
26112         freadptr.
26113
26114 2008-03-29  Eric Blake  <ebb9@byu.net>
26115
26116         Add hex float support.
26117         * modules/strtod (Depends-on): Add c-ctype.
26118         (Link): Mention POW_LIB.
26119         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
26120         whitespace between 'e' and exponent.
26121         * tests/test-strtod.c (main): Enable hex float tests.
26122         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
26123         now provides.
26124
26125         Document various strtod bugs, with some fixes.
26126         * doc/posix-functions/strtod.texi (strtod): Document bugs with
26127         "-0x", "inf", "nan", and hex constants.
26128         * doc/posix-functions/atof.texi (atof): Likewise.
26129         * modules/stdlib (Makefile.am): Support strtod.
26130         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
26131         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
26132         detect additional strtod bugs.
26133         * lib/stdlib.in.h (rpl_strtod): Add declarations.
26134         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
26135         bool where appropriate.  Parse 'inf' and 'nan'.
26136         * tests/test-strtod.c: New file.
26137         * modules/strtod (Depends-on): Add stdbool, stdlib.
26138         (configure.ac): Turn on module indicator.
26139         * modules/strtod-tests: New module.
26140
26141 2008-03-29  Eric Blake  <ebb9@byu.net>
26142
26143         Fix ftell on mingw.
26144         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
26145         * modules/ftell-tests (Depends-on): Add binary-io.
26146         * modules/ftello-tests (Depends-on): Likewise.
26147         * tests/test-ftell.c (main): Enhance test to cover behavior after
26148         ungetc.  Enforce binary mode.
26149         * tests/test-ftello.c (main): Likewise.
26150
26151         Pass test-freadseek on cygwin.
26152         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
26153         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
26154         ungetc buffer.
26155
26156         * tests/test-fflush2.c (main): Fix typo.
26157
26158 2008-03-29  Bruno Haible  <bruno@clisp.org>
26159
26160         * tests/test-fflush2.c (main): Temporarily disable the contents of
26161         this test.
26162         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
26163         Reported by Eric Blake.
26164
26165 2008-03-28  Simon Josefsson  <simon@josefsson.org>
26166
26167         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
26168         (GC_SHA224_DIGEST_SIZE): Add.
26169
26170         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
26171         (gc_hash_digest_length): Likewise.
26172         (gc_hash_buffer): Likewise.
26173
26174 2008-03-25  Bruno Haible  <bruno@clisp.org>
26175
26176         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
26177         detail which gettext release to use.
26178         Reported by Simon Josefsson.
26179
26180 2008-03-26  Jim Meyering  <meyering@redhat.com>
26181
26182         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
26183         * modules/gnumakefile (clean-GNUmakefile): Also, use
26184         test ... && ... || : syntax rather than if-then ... fi.
26185
26186         gnumakefile: Don't double-quote-expand $(VPATH) value.
26187         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
26188
26189 2008-03-24  Eric Blake  <ebb9@byu.net>
26190
26191         Alter GNUmakefile to install into top directory.
26192         * modules/maintainer-makefile: Split, and add dependency...
26193         * modules/gnumakefile: to this new module.
26194         * build-aux/GNUmakefile: Move...
26195         * top/GNUmakefile: ...here.
26196         * build-aux/maint.mk: Move...
26197         * top/maint.mk: ...here.
26198         * MODULES.html.sh (Support for maintaining...): Document new
26199         module.
26200
26201 2008-03-23  Bruno Haible  <bruno@clisp.org>
26202
26203         * gnulib-tool: New options --vc-files, --no-vc-files.
26204         (func_usage): Document them.
26205         (vc_files): New variable.
26206         (func_import): Consider vc_files.
26207         (func_create_testdir): Set vc_files to empty.
26208         Suggested by Jim Meyering and Karl Berry.
26209
26210 2008-03-23  Bruno Haible  <bruno@clisp.org>
26211
26212         Fix regex compilation error on HP-UX 11.
26213         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
26214         * modules/regex (Files): Add m4/mbstate_t.m4.
26215         Reported by Ton Voon <ton.voon@altinity.com>.
26216
26217 2008-03-23  Bruno Haible  <bruno@clisp.org>
26218
26219         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
26220
26221 2008-03-23  Eric Blake  <ebb9@byu.net>
26222             Bruno Haible  <bruno@clisp.org>
26223
26224         Install files from top/ in the destination directory.
26225         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
26226         augmentation also for the files from top/.
26227         (func_import, func_create_testdir): Rewrite file names:
26228         top/filename -> filename.
26229
26230 2008-03-23  Bruno Haible  <bruno@clisp.org>
26231
26232         Tweak "gnulib --version" output.
26233         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
26234
26235 2008-03-23  Bruno Haible  <bruno@clisp.org>
26236
26237         Tweak "gnulib --version" output.
26238         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
26239         rather than contents of ChangeLog, when possible.
26240
26241 2008-03-21  Eric Blake  <ebb9@byu.net>
26242
26243         More --version tweaks.
26244         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
26245         date of last ChangeLog entry.
26246
26247 2008-03-21  Jim Meyering  <meyering@redhat.com>
26248
26249         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
26250
26251 2008-03-20  Eric Blake  <ebb9@byu.net>
26252
26253         VPATH fix.
26254         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
26255
26256 2008-03-20  Simon Josefsson  <simon@josefsson.org>
26257
26258         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
26259         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
26260
26261 2008-03-20  Eric Blake  <ebb9@byu.net>
26262
26263         Sync GNUmakefile with coreutils.
26264         * build-aux/GNUmakefile (have-Makefile): Rename...
26265         (_have-Makefile): ...to this, for namespace consideration.
26266         (GNUmakefile.cfg): Include, if present.
26267         (_autoreconf): Define a default.
26268         (_is-dist-target): New rule for rebuilds to pick up intra-release
26269         version.
26270         (maint-cfg.mk): Rename...
26271         (cfg.mk): ...to this.
26272
26273 2008-03-18  Jim Meyering  <meyering@redhat.com>
26274
26275         New script and module: mktempd
26276         * MODULES.html.sh (maint+release support): Add mktempd.
26277         * build-aux/mktempd: New file.
26278         * modules/mktempd: New file.
26279
26280 2008-03-15  Jim Meyering  <meyering@redhat.com>
26281
26282         Undo last change.
26283         * lib/sha1.c, lib/md5.c: 63 != ~63.
26284         Reported by Andreas Schwab.
26285
26286         sha1.c, md5.c: Hoist a redundant expression.
26287         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
26288         "ctx->buflen" only once, before calling *_process_block.
26289         * lib/md5.c (md5_process_bytes): Likewise.
26290
26291 2008-03-14  Eric Blake  <ebb9@byu.net>
26292
26293         Bump copyright year in files generated by gnulib-tool.
26294         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
26295         gnulib-tool, rather than hard-coding it.
26296
26297         Fix 'gnulib-tool --version' output to work with git.
26298         * gnulib-tool (func_gnulib_dir): New function, extracted from...
26299         (startup): ...here.
26300         (func_version): Use it to invoke git-version-gen, rather than
26301         relying on CVS keyword expansion.  Modernize wording.
26302         (cvsdatestamp, last_checkin_date, version): Kill unused
26303         variables.
26304
26305 2008-03-12  Jim Meyering  <meyering@redhat.com>
26306
26307         Recognize optional cast of the argument to free.
26308         * build-aux/useless-if-before-free: Update regexps.
26309
26310         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
26311
26312 2008-03-11  Bruno Haible  <bruno@clisp.org>
26313
26314         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
26315         by a single package.
26316         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
26317         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
26318         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
26319         Reported by Sam Steingold <sds@gnu.org>.
26320
26321 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
26322
26323         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
26324         repositories.
26325
26326 2008-03-11  Bruno Haible  <bruno@clisp.org>
26327
26328         Avoid conflicts between local macro definitions.
26329         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
26330         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
26331
26332 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
26333             Bruno Haible  <bruno@clisp.org>
26334
26335         Make va_copy work with some version of xlc on AIX 5.1.
26336         * lib/stdarg.in.h: New file.
26337         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
26338         On AIX, use a <stdarg.h> file substitute.
26339         * modules/stdarg (Files): Add lib/stdarg.in.h.
26340         (Depends-on): Add include_next.
26341         (Makefile.am): Build a stdarg.h substitute if requested.
26342         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
26343
26344 2008-03-10  Bruno Haible  <bruno@clisp.org>
26345
26346         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
26347         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
26348         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
26349
26350 2008-03-10  Bruno Haible  <bruno@clisp.org>
26351
26352         * modules/stdlib (Depends-on): Add include_next, remove
26353         absolute-header.
26354
26355 2008-03-09  Bruno Haible  <bruno@clisp.org>
26356
26357         * lib/freadahead.h (freadahead): Document more precisely.
26358         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
26359         the sum of both buffer sizes.
26360         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
26361         * NEWS: Document the change.
26362
26363 2008-03-09  Bruno Haible  <bruno@clisp.org>
26364
26365         Extend freadptr to return also the buffer size.
26366         * lib/freadptr.h (freadptr): Add sizep argument.
26367         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
26368         (freadptr): Add sizep argument. Determine buffer size like freadahead
26369         does.
26370         * tests/test-freadptr.c: Don't include freadahead.h.
26371         (main): Adapt for new calling convention of freadptr.
26372         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
26373         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
26374         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
26375         tests/test-freadptr2.sh.
26376         (Depends): Remove freadahead.
26377         (TESTS): Add test-freadptr2.sh.
26378         (check_PROGRAMS): Add test-freadptr2.
26379
26380 2008-03-09  Bruno Haible  <bruno@clisp.org>
26381
26382         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
26383         Report and solution by Simon Josefsson.
26384
26385 2008-03-06  Bruno Haible  <bruno@clisp.org>
26386
26387         Make fflush after ungetc work on BSD platforms.
26388         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
26389         * tests/test-fflush2.c: New file.
26390         * tests/test-fflush2.sh: New file.
26391         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
26392         tests/test-fflush2.c.
26393         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
26394         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
26395
26396 2008-03-06  Eric Blake  <ebb9@byu.net>
26397
26398         Likewise for ftello.
26399         * modules/ftello (Dependencies): Add extensions.
26400         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
26401
26402 2008-03-06  Bruno Haible  <bruno@clisp.org>
26403
26404         * modules/fseeko (Dependencies): Add extensions.
26405         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
26406         Needed on glibc systems.
26407
26408 2008-03-06  Bruno Haible  <bruno@clisp.org>
26409
26410         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
26411         email address.
26412         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
26413
26414 2008-03-06  Bruno Haible  <bruno@clisp.org>
26415
26416         * users.txt: Add libgnupdf.
26417
26418 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
26419
26420         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
26421         (Header File Substitutes, Function Substitutes,
26422         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
26423         (Build robot for gnulib): Fix typo.
26424
26425 2008-03-06  Bruno Haible  <bruno@clisp.org>
26426
26427         * doc/gnulib-tool.texi (VCS Issues): Small updates.
26428         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
26429
26430 2008-03-06  Bruno Haible  <bruno@clisp.org>
26431
26432         * doc/func.texi: New file, extracted from doc/gnulib.texi.
26433         * doc/gnulib.texi: Include it.
26434
26435 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26436
26437         * modules/func (License): Change license to unlimited; there was
26438         no LGPL parts in the module anyway.
26439
26440 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26441
26442         * modules/__func__: Renamed to modules/func.
26443         * modules/__func__-tests: Renamed to modules/func-tests.
26444         * tests/test-__func__.c: Renamed to tests/test-func.c.
26445         * m4/__func__.m4: Renamed to m4/func.m4.
26446         * doc/gnulib.texi (__func__): Section renamed to func.
26447         Suggested by Eric Blake <ebb9@byu.net>.
26448
26449 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26450
26451         * doc/gnulib.texi (__func__): Use C99 terminology when talking
26452         about __func__.  Make example self-contained.  Suggested by Eric
26453         Blake <ebb9@byu.net>.
26454
26455         * tests/test-__func__.c (main): Avoid extraneous () around __func.
26456         Suggested by Eric Blake <ebb9@byu.net>.
26457
26458 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26459
26460         * modules/__func__: New file.
26461         * modules/__func__-tests: New file.
26462         * tests/test-__func__.c: New file.
26463         * m4/__func__.m4: New file.
26464         * doc/gnulib.texi (__func__): Document __func__ module.
26465
26466 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26467
26468         * modules/byteswap (License): Re-license as LGPLv2+.
26469
26470 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26471
26472         * doc/Makefile: Add pdf target.
26473
26474 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26475
26476         * modules/inline (License): Use 'unlimited', since there are only
26477         *.m4 files in this module.
26478
26479 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
26480             Bruno Haible  <bruno@clisp.org>
26481
26482         Add support for HP C 7.1 on OpenVMS 8.3.
26483         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
26484
26485 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
26486
26487         Update VMS specifics.
26488         * lib/getopt.c [VMS]: Remove include of unixlib.h.
26489
26490 2008-03-02  Jim Meyering  <meyering@redhat.com>
26491
26492         Remove the last dependency on the "free" module.
26493         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
26494         Reported by Bob Proulx.
26495
26496         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
26497
26498         Remove useless "if" tests before free.  Deprecate "free" module.
26499         * doc/posix-functions/free.texi: Mention that this
26500         module is no longer useful.
26501         * modules/free (Notice): Say this module is obsolete.
26502         * modules/readutmp (Depends-on): Remove free.
26503         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
26504         * lib/putenv.c (putenv): Likewise.
26505         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
26506         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
26507         * tests/test-c-strcasestr.c (main): Likewise.
26508         * tests/test-c-strstr.c (main): Likewise.
26509         * tests/test-mbscasestr1.c (main): Likewise.
26510         * tests/test-mbscasestr2.c (main): Likewise.
26511         * tests/test-mbsstr1.c (main): Likewise.
26512         * tests/test-mbsstr2.c (main): Likewise.
26513         * tests/test-memmem.c (main): Likewise.
26514         * tests/test-strcasestr.c (main): Likewise.
26515         * tests/test-striconv.c (main): Likewise.
26516         * tests/test-striconveh.c (main): Likewise.
26517         * tests/test-striconveha.c (main): Likewise.
26518         * tests/test-strstr.c (main): Likewise.
26519
26520         * build-aux/git-version-gen: Adjust a comment and the Usage string.
26521
26522         bootstrap: sync from coreutils again
26523         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
26524
26525 2008-03-01  Jim Meyering  <meyering@redhat.com>
26526
26527         bootstrap: sync from coreutils
26528         * build-aux/bootstrap (update_po_files): Copy a .po file into place
26529         also when the target doesn't exist.
26530
26531 2008-03-01  Eric Blake  <ebb9@byu.net>
26532
26533         Fix bugs in last patch.
26534         * lib/memchr2.c (memchr2): Fix typo.
26535         * tests/test-memchr2.c: Test previous bug, and don't use GNU
26536         extension.
26537         Reported by Bruce Korb.
26538
26539         New module 'memchr2'.
26540         * modules/memchr2: New file.
26541         * modules/memchr2-tests: Likewise.
26542         * lib/memchr2.h: Likewise.
26543         * lib/memchr2.c: Likewise, based on memchr.c.
26544         * tests/test-memchr2.c: New test.
26545         * MODULES.html.sh (String handling): Add memchr2.
26546
26547 2008-02-29  Bruno Haible  <bruno@clisp.org>
26548
26549         * modules/freadseek-tests: New file.
26550         * tests/test-freadseek.sh: New file.
26551         * tests/test-freadseek.c: New file.
26552
26553         New module 'freadseek'.
26554         * modules/freadseek: New file.
26555         * lib/freadseek.h: New file.
26556         * lib/freadseek.c: New file.
26557         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
26558
26559 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
26560
26561         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
26562         wydawca.
26563
26564         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
26565         program_invocation_name and program_invocation_short_name are
26566         present.
26567
26568 2008-02-28  Bruno Haible  <bruno@clisp.org>
26569
26570         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
26571         * tests/test-freadptr.sh: Also test non-seekable stdin.
26572
26573 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
26574
26575         * build-aux/bootstrap (source_base, m4_base)
26576         (doc_base, tests_base): New variables.
26577         (gnulib_tool_options): Do not hardcode base directories, use
26578         the above variables instead.
26579
26580 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
26581
26582         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
26583
26584 2008-02-28  Bruno Haible  <bruno@clisp.org>
26585
26586         * modules/freadptr-tests: New file.
26587         * tests/test-freadptr.sh: New file.
26588         * tests/test-freadptr.c: New file.
26589
26590         New module 'freadptr'.
26591         * modules/freadptr: New file.
26592         * lib/freadptr.h: New file.
26593         * lib/freadptr.c: New file.
26594         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
26595
26596 2008-02-26  Karl Berry  <karl@freefriends.org>
26597
26598         Sync from Libtool:
26599         * libltdl/argz.c (argz_add, argz_count): New functions.
26600         * libltdl/argz.in.h: Declare them.
26601         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
26602
26603 2008-02-22  Bruno Haible  <bruno@clisp.org>
26604
26605         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
26606         is a pointer type.  Needed for HP-UX 10.
26607         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
26608         * doc/posix-functions/gmtime_r.texi: Likewise.
26609         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
26610
26611 2008-02-24  Bruno Haible  <bruno@clisp.org>
26612
26613         * modules/environ-tests: New file.
26614         * tests/test-environ.c: New file.
26615
26616         New module 'environ'.
26617         * modules/environ: New file.
26618         * lib/unistd.in.h (environ): New declaration.
26619         * m4/environ.m4: New file.
26620         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
26621         after use.
26622         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
26623         HAVE_DECL_ENVIRON.
26624         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
26625         HAVE_DECL_ENVIRON.
26626         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
26627         wrong claim that 'environ' is missing on some systems.
26628         * modules/execute (Depends-on): Add environ.
26629         * lib/execute.c (environ): Remove fallback declaration.
26630         * modules/pipe (Depends-on): Add environ.
26631         * lib/pipe.c (environ): Remove fallback declaration.
26632         * modules/setenv (Depends-on): Add environ.
26633         * lib/setenv.c (environ): Remove fallback declaration.
26634         * modules/unsetenv (Depends-on): Add environ.
26635         * lib/unsetenv.c (environ): Remove fallback declaration.
26636         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
26637         m4/environ.m4.
26638         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
26639         (gl_PREREQ_UNSETENV): Likewise.
26640
26641 2008-02-24  Bruno Haible  <bruno@clisp.org>
26642
26643         * doc/posix-functions/environ.texi: Document the MacOS X problem.
26644
26645 2008-02-20  Bob Proulx  <bob@proulx.com>
26646
26647         Enable use of older two part flavor 'git describe'.
26648         * build-aux/git-version-gen: If using the older two part flavor of
26649         git version then recreate the third part now present in the
26650         newer three part flavor of git describe.
26651
26652 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
26653
26654         * lib/fts.c (fts_build): Typo correction to comment.
26655
26656 2008-02-17  Bruno Haible  <bruno@clisp.org>
26657
26658         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
26659         generating no-op conflicts.
26660
26661 2008-02-17  Bruno Haible  <bruno@clisp.org>
26662
26663         Speed up by 10%.
26664         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
26665         result_entries, rather than an index-based loop.
26666
26667 2008-02-17  Bruno Haible  <bruno@clisp.org>
26668
26669         Speed up by 25%.
26670         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
26671         'hashcode_cached'.
26672         (entry_create): New function.
26673         (entry_hashcode): Use the cached hashcode if possible.
26674         (read_changelog_file, try_split_merged_entry): Use entry_create.
26675
26676 2008-02-17  Bruno Haible  <bruno@clisp.org>
26677
26678         Speed up from O(n^2) to O(n) for long ChangeLog files.
26679         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
26680         (read_changelog_file): Change implementation of entries_reversed list
26681         to rbtreehash.
26682         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
26683
26684 2008-02-17  Bruno Haible  <bruno@clisp.org>
26685
26686         New option --split-merged-entry.
26687         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
26688         (find_paragraph_end, try_split_merged_entry): New functions.
26689         (long_options): Add option --split-merged-entry.
26690         (usage): Document option --split-merged-entry.
26691         (main): Implement option --split-merged-entry.
26692         Reported by Eric Blake.
26693
26694 2008-02-17  Bruno Haible  <bruno@clisp.org>
26695
26696         * lib/git-merge-changelog.c: Include c-strstr.h.
26697         (main): Support the "git pull --rebase" situation.
26698         * modules/git-merge-changelog (Depends-on): Add c-strstr.
26699         Reported by Eric Blake.
26700
26701 2008-02-16  Eric Blake  <ebb9@byu.net>
26702
26703         Avoid doubling \ in common case of "c-maybe" quoting style.
26704         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
26705         eliding outer quotes.
26706         * lib/quotearg.h: Document this.
26707         * tests/test-quotearg.c (result_strings, inputs, results_g)
26708         (flag_results, locale_results): Test it by adding a new string to
26709         each test group.
26710         (compare_strings): Test new string.
26711
26712 2008-02-13  Eric Blake  <ebb9@byu.net>
26713
26714         Avoid trigraph quoting in default output.
26715         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
26716         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
26717         unless explicitly requested.
26718         * tests/test-quotearg.c (flag_results, main): Add additional tests.
26719
26720 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
26721
26722         Don't rely on signed integer overflowing to negative value.
26723         * lib/getugroups.c (getugroups): Include <limits.h>.
26724         Instead, compare against INT_MAX, and increment only if the test passes.
26725
26726 2008-02-13  Jim Meyering  <meyering@redhat.com>
26727         and Eric Blake  <ebb9@byu.net>
26728
26729         Avoid shadowing warning and compile errors on Linux.
26730         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
26731         forwarding macros on Linux.
26732         (dcgettext): Define a stub, for Linux.
26733         (results_g, main): Avoid warnings.
26734
26735 2008-02-12  Eric Blake  <ebb9@byu.net>
26736
26737         Silence warning in last patch.
26738         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
26739
26740         Quotearg part 4: add tests, fix c-maybe colon quoting.
26741         * lib/quotearg.h: Improve documentation.
26742         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
26743         escapes when adding outer quotes.  When quoting trigraphs, use
26744         valid C notation.  When quoting NUL, omit extra characters if next
26745         character is not digit.  Alter prototype.
26746         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
26747         callers.
26748         * modules/quotearg-tests: New module.
26749         * tests/test-quotearg.c: New test.
26750
26751 2008-02-07  Eric Blake  <ebb9@byu.net>
26752
26753         Quotearg part 3: add flag to control outer quote elision.
26754         * lib/quotearg.h (c_maybe_quoting_style): New style.
26755         (enum quoting_flags): Better documentation of flags.
26756         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
26757         c-maybe style.
26758         (quotearg_buffer_restyled): Handle new flag to elide outer
26759         quotes.
26760
26761         Quotearg part 2: add flag that can control NUL elision.
26762         * lib/quotearg.h (set_quoting_flags): New prototype.
26763         * lib/quotearg.c (struct quoting_options): Add flag field.
26764         (set_quoting_flags): New function.
26765         (quotearg_buffer_restyled): Add flags parameter.
26766         (quotearg_alloc_mem): Set the flag if length cannot be returned.
26767         (quotearg_n_options): Set the flag, since length cannot be
26768         returned.
26769         (quoting_options_from_style): Default flags correctly.
26770
26771         Quotearg part 1: more wrappers, restore quotearg_char state.
26772         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
26773         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
26774         (quotearg_colon_mem): New wrappers.
26775         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
26776         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
26777         functions.
26778         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
26779         (quotearg_colon_mem): New functions.
26780
26781 2008-02-11  Bruno Haible  <bruno@clisp.org>
26782
26783         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
26784         library in the current directory: it does not work with parallel make.
26785         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26786
26787 2008-02-11  Bruno Haible  <bruno@clisp.org>
26788
26789         * .gitattributes: New file.
26790
26791 2008-02-11  Jim Meyering  <meyering@redhat.com>
26792
26793         useless-if-before-free: Fix reversed exit values.
26794         * build-aux/useless-if-before-free: Use correct values
26795         for EXIT_MATCH and EXIT_NO_MATCH.
26796
26797         * build-aux/useless-if-before-free: Close stdout carefully.
26798
26799 2008-02-10  Bruno Haible  <bruno@clisp.org>
26800
26801         New module 'git-merge-changelog'.
26802         * modules/git-merge-changelog: New file.
26803         * lib/git-merge-changelog.c: New file.
26804
26805 2008-02-10  Jim Meyering  <meyering@redhat.com>
26806
26807         useless-if-before-free: New option: --list (-l).
26808
26809         useless-if-before-free: Don't exit immediately upon open failure.
26810         * build-aux/useless-if-before-free: Exit 2 for errors.
26811         Upon failure to open a file, don't exit immediately.
26812         Rather, just warn and continue with any remaining files.
26813
26814 2008-02-10  Bruno Haible  <bruno@clisp.org>
26815
26816         New abstract list operation 'node_set_value'.
26817         * lib/gl_list.h (gl_list_node_set_value): New function.
26818         (struct gl_list_implementation): New field node_set_value.
26819         * lib/gl_list.c (gl_list_node_set_value): New function.
26820         * lib/gl_array_list.c (gl_array_node_set_value): New function.
26821         (gl_array_list_implementation): Update.
26822         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
26823         (gl_carray_list_implementation): Update.
26824         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
26825         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
26826         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
26827         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
26828         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
26829         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
26830         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
26831         Update.
26832         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
26833         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
26834         (gl_sublist_list_implementation): Update.
26835
26836 2008-02-10  Bruno Haible  <bruno@clisp.org>
26837
26838         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
26839         Needed when ELEMENT is #defined to 'some_type *'.
26840
26841 2008-02-10  Jim Meyering  <meyering@redhat.com>
26842
26843         New script and module: useless-if-before-free
26844         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
26845         * build-aux/useless-if-before-free: New file.
26846         * modules/useless-if-before-free: New file.
26847
26848         * build-aux/gitlog-to-changelog: Use committer date, not author date.
26849
26850         xstrtol_error: Fix typo.
26851         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
26852         s/exit_failure/exit_status/.
26853
26854 2008-02-09  Jim Meyering  <meyering@redhat.com>
26855
26856         New script and module: gitlog-to-changelog
26857         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
26858         * modules/gitlog-to-changelog: New file.
26859         * build-aux/gitlog-to-changelog: New file.
26860
26861 2008-02-08  Jim Meyering  <meyering@redhat.com>
26862
26863         Avoid two "parameter unused" warnings.
26864         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
26865         Mark "st" as used.
26866
26867         Use "git COMMAND", not "git-COMMAND".
26868         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
26869         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
26870         * build-aux/git-version-gen: Use "git status", not "git-status".
26871
26872 2008-02-07  Bruno Haible  <bruno@clisp.org>
26873
26874         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
26875         Avoids a crash on Windows Vista.
26876         Reported by Adam Strzelecki <ono@java.pl> via
26877         Simon Josefsson <simon@josefsson.org>.
26878
26879 2008-02-06  Bruno Haible  <bruno@clisp.org>
26880
26881         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
26882         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
26883         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
26884         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
26885         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
26886         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
26887         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
26888         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
26889         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
26890         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
26891         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
26892         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
26893         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
26894         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
26895         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
26896         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
26897         left-adjust flag.
26898         * tests/test-snprintf-posix.h (test_function): Likewise.
26899         * tests/test-sprintf-posix.h (test_function): Likewise.
26900         * tests/test-vasprintf-posix.c (test_function): Likewise.
26901         * doc/posix-functions/fprintf.texi: Update.
26902         * doc/posix-functions/printf.texi: Update.
26903         * doc/posix-functions/snprintf.texi: Update.
26904         * doc/posix-functions/sprintf.texi: Update.
26905         * doc/posix-functions/vfprintf.texi: Update.
26906         * doc/posix-functions/vprintf.texi: Update.
26907         * doc/posix-functions/vsnprintf.texi: Update.
26908         * doc/posix-functions/vsprintf.texi: Update.
26909         Reported by Peter Fales <psfales@alcatel-lucent.com>.
26910
26911 2008-02-06  Bruno Haible  <bruno@clisp.org>
26912
26913         Fix bug introduced on 2008-01-26.
26914         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
26915
26916 2008-02-06  Bruno Haible  <bruno@clisp.org>
26917
26918         Fix bug introduced on 2007-06-10.
26919         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
26920         !NEED_PRINTF_FLAG_ZERO.
26921
26922 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
26923
26924         getloadavg: use libperfstat on AIX5
26925         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
26926
26927 2008-02-03  Bruno Haible  <bruno@clisp.org>
26928
26929         * lib/diffseq.h: Add comments about required #includes.
26930         Reported by Michael Biggs <gnulib@doubleplum.net>.
26931
26932 2008-02-01  Bruno Haible  <bruno@clisp.org>
26933
26934         * users.txt: Add gnuit.
26935
26936 2008-01-31  Bruno Haible  <bruno@clisp.org>
26937
26938         * lib/md4.c (set_uint32): Mark as inline.
26939         * lib/md5.c (set_uint32): Likewise.
26940         * lib/sha1.c (set_uint32): Likewise.
26941         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
26942         * m4/md5.m4 (gl_MD5): Likewise.
26943         * m4/sha1.m4 (gl_SHA1): Likewise.
26944
26945 2008-01-31  Jim Meyering  <meyering@redhat.com>
26946
26947         Use "sizeof VAR", rather than a literal "4".
26948         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
26949         * lib/md4.c (md4_read_ctx): Likewise.
26950         * lib/sha1.c (sha1_read_ctx): Likewise.
26951
26952 2008-01-31  Simon Josefsson  <simon@josefsson.org>
26953
26954         * tests/test-sha1.c: New file, based on test-md5.c.
26955
26956         * modules/crypto/sha1-tests: New file.
26957
26958 2008-01-31  Simon Josefsson  <simon@josefsson.org>
26959
26960         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
26961
26962 2008-01-31  Jim Meyering  <meyering@redhat.com>
26963
26964         Prefer "sizeof v" over the equivalent "4".
26965         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
26966         * lib/md5.c (set_uint32): Likewise.
26967         * lib/sha1.c (set_uint32): Likewise.
26968
26969 2008-01-31  Simon Josefsson  <simon@josefsson.org>
26970
26971         * lib/sha1.c (set_uint32): Mark function as static.
26972
26973 2008-01-31  Simon Josefsson  <simon@josefsson.org>
26974
26975         md2: clarify comments to say that alignment is not required.
26976         * lib/md2.h: Remove warning about alignment in comment.
26977         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
26978         never been required.
26979
26980 2008-01-31  Simon Josefsson  <simon@josefsson.org>
26981
26982         md4: adapt alignment constraint fix from sha1.
26983         * lib/md4.c (set_uint32): New function, from sha1.c
26984         (md4_read_ctx): Use it.
26985         (md4_finish_ctx): Doc fix.
26986         * lib/md4.h: Doc fix.
26987
26988 2008-01-31  Simon Josefsson  <simon@josefsson.org>
26989
26990         md5: adapt alignment constraint fix from sha1.
26991         * lib/md5.c (set_uint32): New function, from sha1.c
26992         (md5_read_ctx): Use it.
26993         (md5_finish_ctx): Doc fix.
26994         * lib/md5.h: Doc fix.
26995
26996 2008-01-30  Peter Palfrader  <weasel@debian.org>
26997
26998         sha1: remove the result buffer alignment constraint
26999         * lib/sha1.c (set_uint32): New function.
27000         (sha1_read_ctx): Rewrite to remove the result buffer alignment
27001         constraint.
27002         (sha1_finish_ctx): Remove comment warning about alignment constraint.
27003         * lib/sha1.h: Likewise.
27004
27005 2008-01-30  Andreas Schwab  <schwab@suse.de>
27006             Bruno Haible  <bruno@clisp.org>
27007
27008         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
27009         correct definition of LDBL_MIN_EXP.
27010
27011 2008-01-30  Karl Berry  <karl@gnu.org>
27012
27013         * config/srclist-update: try to preserve x bit on updates.
27014         * config/srclistvars.sh: update for karl.
27015
27016 2008-01-29  Jim Meyering  <meyering@redhat.com>
27017
27018         vasnprintf.c: Avoid warning about unused label
27019         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
27020         "overflow" label definition and associated code with the
27021         same cpp condition that guards the sole use of that label.
27022
27023 2008-01-26  Bruno Haible  <bruno@clisp.org>
27024
27025         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
27026         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
27027         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
27028         * lib/isnanl-nolibm.h (isnanl): Likewise.
27029         Reported by Paul Eggert <eggert@cs.ucla.edu>.
27030
27031 2008-01-26  Bruno Haible  <bruno@clisp.org>
27032
27033         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
27034         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
27035
27036 2008-01-26  Bruno Haible  <bruno@clisp.org>
27037
27038         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
27039         GCC >= 4.0 built-in.
27040         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
27041
27042 2008-01-26  Bruno Haible  <bruno@clisp.org>
27043
27044         Rename isnan, applicable to 'double' only, to isnand.
27045         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
27046         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
27047         (configure.ac): Update.
27048         (Include): Replace "isnan.h" with "isnand.h".
27049         * m4/isnand.m4: Renamed from m4/isnan.m4.
27050         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
27051         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
27052         instead of isnan.c.
27053         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
27054         instead of HAVE_ISNAN_IN_LIBC.
27055         (isnand): Renamed from isnan.
27056         * lib/isnand.c: New file.
27057         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
27058         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
27059         (Makefile.am): Update.
27060         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
27061         Include isnand.h instead of isnan.h.
27062         (main): Test isnand instead of isnan.
27063         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
27064         isnan-nolibm.
27065         * modules/frexp (Depends-on): Likewise.
27066         * modules/frexp-tests (Depends-on): Likewise.
27067         * modules/frexp-nolibm (Depends-on): Likewise.
27068         * modules/frexp-nolibm-tests (Depends-on): Likewise.
27069         * modules/isfinite (Depends-on): Likewise.
27070         * modules/round-tests (Depends-on): Likewise.
27071         * modules/signbit (Depends-on): Likewise.
27072         * modules/signbit-tests (Depends-on): Likewise.
27073         * modules/snprintf-posix (Depends-on): Likewise.
27074         * modules/sprintf-posix (Depends-on): Likewise.
27075         * modules/trunc-tests (Depends-on): Likewise.
27076         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
27077         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
27078         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
27079         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
27080         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
27081         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
27082         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
27083         * modules/vasnprintf-posix (Depends-on): Likewise.
27084         * modules/vasprintf-posix (Depends-on): Likewise.
27085         * modules/vfprintf-posix (Depends-on): Likewise.
27086         * modules/vsnprintf-posix (Depends-on): Likewise.
27087         * modules/vsprintf-posix (Depends-on): Likewise.
27088         * lib/frexp.c: Include isnand.h instead of isnan.h.
27089         (ISNAN): Set to isnand instead of isnan.
27090         * lib/isfinite.c: Include isnand.h instead of isnan.h.
27091         (gl_isfinited): Use isnand instead of isnan.
27092         * lib/signbitd.c: Include isnand.h instead of isnan.h.
27093         (gl_signbitd): Use isnand instead of isnan.
27094         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
27095         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
27096         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
27097         (main): Use isnand instead of isnan.
27098         * tests/test-round1.c: Include isnand.h.
27099         (main): Use isnand instead of isnan.
27100         * tests/test-round2.c: Include isnand.h instead of isnan.h.
27101         (ISNAN): Set to isnand instead of isnan.
27102         * tests/test-trunc1.c: Include isnand.h.
27103         (main): Use isnand instead of isnan.
27104         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
27105         (equal): Use isnand instead of isnan.
27106         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
27107         isnand-nolibm.
27108         * NEWS: Mention the change.
27109
27110 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
27111             Bruno Haible  <bruno@clisp.org>
27112
27113         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
27114         the GCC builtins for signbits are present and set
27115         REPLACE_SIGNBIT_USING_GCC if so.
27116         * lib/math.in.h (signbit): Define using GCC builtins if
27117         REPLACE_SIGNBIT_USING_GCC is set.
27118         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
27119         REPLACE_SIGNBIT_USING_GCC.
27120         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
27121
27122 2008-01-25  Jim Meyering  <meyering@redhat.com>
27123
27124         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
27125         * lib/poll.c: Include <config.h>, not "config.h".
27126         * tests/test-getaddrinfo.c: Likewise.
27127
27128 2008-01-25  Simon Josefsson  <simon@josefsson.org>
27129
27130         * modules/sockets-tests: New file.
27131
27132 2008-01-24  Simon Josefsson  <simon@josefsson.org>
27133
27134         * modules/sockets: New module, can be used to call WSA_Startup and
27135         WSA_Cleanup when needed.
27136
27137         * lib/sockets.h, lib/sockets.c: New files.
27138
27139         * m4/sockets.m4: New file.
27140
27141         * tests/test-sockets.c: New file.
27142
27143 2008-01-19  Bruno Haible  <bruno@clisp.org>
27144
27145         * doc/posix-headers: Renamed from doc/headers.
27146         * doc/posix-functions: Renamed from doc/functions.
27147         * doc/gnulib.texi: Update.
27148
27149 2008-01-19  Bruno Haible  <bruno@clisp.org>
27150
27151         * doc/glibc-functions/strcasestr.texi: Include contents of
27152         doc/functions/strcasestr.texi, fixing the list of platforms.
27153         * doc/functions/strcasestr.texi: Remove file.
27154
27155 2008-01-19  Bruno Haible  <bruno@clisp.org>
27156
27157         * doc/glibc-functions/memmem.texi: Include contents of
27158         doc/functions/memmem.texi.
27159         * doc/functions/memmem.texi: Remove file.
27160
27161 2008-01-18  Bruno Haible  <bruno@clisp.org>
27162
27163         * doc/glibc-functions/*.texi: New files.
27164         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
27165         to use the new files.
27166
27167 2008-01-17  Bruno Haible  <bruno@clisp.org>
27168
27169         * tests/test-gethostname.c (main): Fix printf statement.
27170
27171 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27172
27173         * modules/gethostname-tests: New file.
27174
27175         * tests/test-gethostname.c: New file.
27176
27177 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27178
27179         * lib/gethostname.c: Include string.h unconditionally, strncpy is
27180         used by the UNAME case.  Reported by Bruno Haible
27181         <bruno@clisp.org>.
27182
27183 2008-01-17  Eric Blake  <ebb9@byu.net>
27184
27185         Convert c-strcasestr to be more efficient.
27186         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
27187         (Depends-on): Add c-strcase, remove malloca, strnlen.
27188         * tests/test-c-strcasestr.c (main): Enhance test.
27189         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
27190
27191 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
27192
27193         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
27194         Use it in creating po/Makevars.
27195
27196 2008-01-15  Simon Josefsson  <simon@josefsson.org>
27197
27198         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
27199         Applications that requires it should initialize libgcrypt
27200         manually.
27201
27202 2008-01-16  Simon Josefsson  <simon@josefsson.org>
27203
27204         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
27205
27206 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
27207
27208         Fix problem with getdate on mingw32 reported by Simon Josefsson
27209         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
27210         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
27211         tzname", when deciding whether to declare tzname.
27212         * lib/strftime.c (tzname): Likewise.
27213
27214 2008-01-15  Bruno Haible  <bruno@clisp.org>
27215
27216         Work around a MacOS X 10.5 bug in frexpl().
27217         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
27218         * doc/functions/frexpl.texi: Document the bug.
27219         Reported by Elias Pipping <pipping@gentoo.org>.
27220
27221 2008-01-14  Eric Blake  <ebb9@byu.net>
27222
27223         Touch up previous patch.
27224         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
27225         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
27226
27227         Convert strcasestr module to use Two-Way algorithm.
27228         * modules/strcasestr-simple: New module, based on the old
27229         strcasestr, but with Two-Way rather than KMP.
27230         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
27231         * lib/string.in.h (rpl_strcasestr): Declare.
27232         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
27233         performance.
27234         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
27235         * modules/string (Makefile.am): Support strcasestr.
27236         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
27237         * modules/strcasestr-tests (Depends-on): Check for alarm.
27238         * tests/test-strcasestr.c: Augment test.
27239         * lib/str-two-way.h: Clean up stray macro.
27240         * NEWS: Document new module.
27241         * MODULES.html.sh (string handling): Likewise.
27242         * doc/functions/strcasestr.texi: New file.
27243         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
27244         here, since it is not a POSIX function.
27245
27246 2008-01-14  Colin Watson  <cjwatson@debian.org>
27247             Bruno Haible  <bruno@clisp.org>
27248
27249         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
27250         works fine; if not, set REPLACE_STRSIGNAL.
27251         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
27252         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27253         REPLACE_STRSIGNAL.
27254         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
27255         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
27256         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
27257
27258 2008-01-14  Bruno Haible  <bruno@clisp.org>
27259
27260         * modules/strsignal (Include): Change to <string.h>.
27261
27262 2008-01-14  Colin Watson  <cjwatson@debian.org>
27263
27264         * modules/argp (Notice): Add a notice recommending to change
27265         XGETTEXT_OPTIONS.
27266         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
27267
27268 2008-01-13  Colin Watson  <cjwatson@debian.org>
27269
27270         * modules/strsignal-tests: New file.
27271         * tests/test-strsignal.c: New file.
27272
27273         * lib/strsignal.c: New file, from glibc with modifications.
27274         * lib/siglist.h: New file, from glibc with modifications.
27275         * lib/string.in.h (strsignal): New declaration.
27276         * m4/strsignal.m4: New file.
27277         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27278         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
27279         * modules/strsignal: New file.
27280         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
27281         HAVE_DECL_STRSIGNAL.
27282
27283 2008-01-13  Bruno Haible  <bruno@clisp.org>
27284
27285         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
27286         locale encoding is not ASCII. Needed for OpenBSD 4.0.
27287         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
27288         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
27289
27290 2008-01-13  Bruno Haible  <bruno@clisp.org>
27291
27292         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
27293         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
27294         * lib/argp.h (__attribute__): Likewise.
27295         * lib/c-stack.c (__attribute__): Likewise.
27296         * lib/error.h (__attribute__): Likewise.
27297         * lib/fts.c (__attribute__): Likewise.
27298         * lib/openat.h (__attribute__): Likewise.
27299         * lib/stdio.in.h (__attribute__): Likewise.
27300         * lib/string.in.h (__attribute__): Likewise.
27301         * lib/utimens.c (__attribute__): Likewise.
27302         * lib/vasnprintf.h (__attribute__): Likewise.
27303         * lib/xalloc.h (__attribute__): Likewise.
27304         * lib/xprintf.h (__attribute__): Likewise.
27305         * lib/xstrtol.h (__attribute__): Likewise.
27306         * lib/xvasprintf.h (__attribute__): Likewise.
27307
27308 2008-01-12  Bruno Haible  <bruno@clisp.org>
27309
27310         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
27311         * doc/glibc-headers/a.out.texi: New file.
27312         * doc/glibc-headers/aliases.texi: New file.
27313         * doc/glibc-headers/alloca.texi: New file.
27314         * doc/glibc-headers/ar.texi: New file.
27315         * doc/glibc-headers/argp.texi: New file.
27316         * doc/glibc-headers/argz.texi: New file.
27317         * doc/glibc-headers/byteswap.texi: New file.
27318         * doc/glibc-headers/crypt.texi: New file.
27319         * doc/glibc-headers/endian.texi: New file.
27320         * doc/glibc-headers/envz.texi: New file.
27321         * doc/glibc-headers/err.texi: New file.
27322         * doc/glibc-headers/error.texi: New file.
27323         * doc/glibc-headers/execinfo.texi: New file.
27324         * doc/glibc-headers/fpu_control.texi: New file.
27325         * doc/glibc-headers/fstab.texi: New file.
27326         * doc/glibc-headers/fts.texi: New file.
27327         * doc/glibc-headers/getopt.texi: New file.
27328         * doc/glibc-headers/ieee754.texi: New file.
27329         * doc/glibc-headers/ifaddrs.texi: New file.
27330         * doc/glibc-headers/libintl.texi: New file.
27331         * doc/glibc-headers/mcheck.texi: New file.
27332         * doc/glibc-headers/mntent.texi: New file.
27333         * doc/glibc-headers/obstack.texi: New file.
27334         * doc/glibc-headers/paths.texi: New file.
27335         * doc/glibc-headers/printf.texi: New file.
27336         * doc/glibc-headers/pty.texi: New file.
27337         * doc/glibc-headers/resolv.texi: New file.
27338         * doc/glibc-headers/shadow.texi: New file.
27339         * doc/glibc-headers/sysexits.texi: New file.
27340         * doc/glibc-headers/ttyent.texi: New file.
27341
27342 2008-01-12  Jim Meyering  <meyering@redhat.com>
27343
27344         announce-gen: emit Gnulib's git-based version string.
27345         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
27346         New option --gnulib-version=V, where V is expected to be
27347         the output of running git describe in the gnulib directory.
27348         (get_tool_versions): Request feedback on xdelta.  I suspect it's
27349         not useful, and plan to stop publishing an xdelta file with each
27350         coreutils release.
27351
27352         * build-aux/announce-gen: Also check for lzma-compressed files.
27353
27354 2008-01-11  Bruno Haible  <bruno@clisp.org>
27355
27356         * tests/test-memmem.c (main): Increase maximum allowed time.
27357         * tests/test-strstr.c (main): Likewise.
27358
27359 2008-01-11  Bruno Haible  <bruno@clisp.org>
27360
27361         * doc/functions/memmem.texi: Add more precisions about platforms.
27362         * doc/functions/strstr.texi: Likewise.
27363
27364 2008-01-10  Eric Blake  <ebb9@byu.net>
27365
27366         * m4/strstr.m4: Delete cruft from copy-n-paste.
27367         Reported by Bruno Haible.
27368
27369 2008-01-10  Bruno Haible  <bruno@clisp.org>
27370
27371         Make c-strstr rely on strstr.
27372         * lib/c-strstr.c: Don't include str-kmp.h.
27373         (c_strstr): Define in terms of strstr.
27374         * modules/c-strstr (Files): Remove lib/str-kmp.h.
27375         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
27376
27377 2008-01-10  Bruno Haible  <bruno@clisp.org>
27378
27379         * doc/gnulib.texi (String Functions in C Locale): New section.
27380         * doc/c-ctype.texi: New file.
27381         * doc/c-strcase.texi: New file.
27382         * doc/c-strcaseeq.texi: New file.
27383         * doc/c-strcasestr.texi: New file.
27384         * doc/c-strstr.texi: New file.
27385         * doc/c-strtod.texi: New file.
27386         * doc/c-strtold.texi: New file.
27387
27388 2008-01-10  Eric Blake  <ebb9@byu.net>
27389
27390         * lib/relocatable.h: Fix a comment.
27391
27392 2008-01-10  Eric Blake  <ebb9@byu.net>
27393
27394         Share two-way algorithm.
27395         * lib/str-two-way.h: New file, merged from...
27396         * lib/memmem.c: ...here...
27397         * lib/strstr.c: ...and here.
27398         * modules/memmem (Files): Use it.
27399         * modules/strstr (Files): Likewise.
27400
27401         Avoid quadratic strstr implementations.
27402         * lib/strstr.c: New file.
27403         * m4/strstr.m4: Likewise.
27404         * modules/strstr: Likewise.
27405         * modules/strstr-tests: Likewise.
27406         * tests/test-strstr.c: Likewise.
27407         * lib/string.in.h (rpl_strstr): Declare.
27408         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
27409         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
27410         * modules/string (Makefile.am): Likewise.
27411         * MODULES.html.sh (string handling): Mention new module.
27412         * doc/functions/strstr.texi (strstr): Document the bug.
27413
27414 2008-01-10  Bruno Haible  <bruno@clisp.org>
27415
27416         * lib/relocatable.h (relocate): State whether result is freshly
27417         allocated or not.
27418         * lib/relocatable.c (relocate): Return a freshly allocated string
27419         instead of a pointer to a privately held string.
27420         Reported by Sylvain Beucler <beuc@gnu.org>.
27421
27422 2008-01-10  Colin Watson  <cjwatson@debian.org>
27423
27424         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
27425         s/S_ISNLK/S_ISLNK/.
27426
27427 2008-01-09  Bruno Haible  <bruno@clisp.org>
27428
27429         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
27430         and other files.
27431         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
27432         if it's only a guess.
27433         * modules/memmem: Simplify by depending on memmem-simple.
27434
27435 2008-01-09  Bruno Haible  <bruno@clisp.org>
27436
27437         Work around OpenBSD 4.0 tdelete() bug.
27438         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
27439         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
27440         macros and don't redefine the enum values.
27441         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
27442         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
27443         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
27444
27445 2008-01-09  Bruno Haible  <bruno@clisp.org>
27446
27447         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
27448         (main): Don't perform the tests if setlocale did not install a UTF-8
27449         locale. Needed on OpenBSD 4.0.
27450         * modules/wcwidth-tests (Depends-on): Add localcharset.
27451
27452 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
27453
27454         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
27455         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
27456         * NEWS: announce this.
27457         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
27458
27459 2008-01-09  Simon Josefsson  <simon@josefsson.org>
27460         and Eric Blake  <ebb9@byu.net>
27461
27462         Add memmem-simple module.
27463         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
27464         (gl_FUNC_MEMMEM): Separate performance from presence checks.
27465         * modules/memmem-simple: New file.
27466         * modules/memmem (Description): Tweak.
27467         * MODULES.html.sh (string handling): Mention new module.
27468         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
27469         addressed by memmem-simple.
27470         * NEWS: Document the difference.
27471
27472 2008-01-09  Eric Blake  <ebb9@byu.net>
27473
27474         Give gcc some memmem optimization hints.
27475         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
27476         (strcasestr): Declare as pure.
27477         * modules/memmem (Maintainer): Claim my implementation.
27478
27479 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27480
27481         Support AIX 6.1 and higher.
27482         * build-aux/config.libpath: Likewise.
27483         * build-aux/config.rpath: Likewise.
27484
27485 2008-01-08  Jim Meyering  <meyering@redhat.com>
27486             Bruno Haible  <bruno@clisp.org>
27487
27488         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
27489         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
27490         Reported by Peter Fales in
27491         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
27492
27493 2008-01-08  Bruno Haible  <bruno@clisp.org>
27494
27495         * modules/unictype/category-of (Depends-on): Add
27496         unictype/category-none.
27497         * modules/unictype/category-and-tests (Depends-on): Add
27498         unictype/category-{L,N,Lu,Nd}.
27499         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
27500         * modules/unictype/category-or-tests (Depends-on): Add
27501         unictype/category-{L,N}.
27502         * modules/unictype/category-name-tests (Depends-on): Add
27503         unictype/category-{Z,Nl}.
27504         Reported by Simon Josefsson.
27505
27506 2008-01-08  Bruno Haible  <bruno@clisp.org>
27507
27508         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
27509         convention better.
27510         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
27511         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
27512         Reported by Peter Miller <millerp@canb.auug.org.au>.
27513
27514 2008-01-08  Eric Blake  <ebb9@byu.net>
27515
27516         Rewrite memmem to guarantee linear complexity without malloc.
27517         * lib/memmem.c (memmem): Use Two-Way rather than
27518         Knuth-Morris-Pratt, to allow O(1) space usage.
27519         (critical_factorization, two_way_short_needle)
27520         (two_way_long_needle): New functions.
27521         (knuth_morris_pratt): Delete.
27522         * modules/memmem (Depends-on): No longer need malloca or stdbool.
27523         Add stdint.
27524         * tests/test-memmem.c (main): Add tests for periodic needle and
27525         sublinear performance.
27526         * doc/functions/memmem.texi (memmem): Document other deficiencies
27527         in cygwin and older glibc.
27528
27529 2008-01-08  Bruno Haible  <bruno@clisp.org>
27530
27531         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
27532         augmentation.
27533
27534 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
27535
27536         Add a configure time option: --disable-acl.
27537         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
27538         AC_ARG_ENABLE(acl).
27539
27540 2008-01-06  Simon Josefsson  <simon@josefsson.org>
27541
27542         * tests/test-localename.c: Don't include obsolete "setenv.h".
27543
27544         * modules/localename-tests (Depends-on): Need unsetenv.
27545
27546 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27547
27548         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
27549
27550 2008-01-06  Colin Watson  <cjwatson@debian.org>
27551
27552         * users.txt: Add man-db.
27553
27554 2008-01-07  Bruno Haible  <bruno@clisp.org>
27555
27556         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
27557         previous section name.
27558
27559 2008-01-07  Bruno Haible  <bruno@clisp.org>
27560
27561         * lib/progname.c (set_program_name): Don't strip off a leading
27562         "lt-" prefix outside a .libs directory.
27563         Suggested by Paul Eggert.
27564
27565 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
27566             Bruno Haible  <bruno@clisp.org>
27567
27568         Improve memory cleanup in 'relocatable' module.
27569         * lib/relocatable.h (compute_curr_prefix): Change return type to
27570         'char *'.
27571         * lib/relocatable.c (compute_curr_prefix): Change return type to
27572         'char *'. Free curr_installdir after use.
27573         (relocate): Free curr_prefix_better after use.
27574         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
27575
27576 2008-01-01  Bruno Haible  <bruno@clisp.org>
27577
27578         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
27579         failure on older glibc systems.
27580         Reported by Peter Fales <psfales@alcatel-lucent.com>.
27581
27582 2008-01-05  Eric Blake  <ebb9@byu.net>
27583
27584         Avoid quadratic system memmem.
27585         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
27586         Reported by Ralf Wildenhues.
27587
27588         Fix memmem test for mingw.
27589         * modules/memmem-tests (configure.ac): Check for alarm.
27590         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
27591         it.
27592         * doc/functions/memmem.texi: New file.
27593         * doc/gnulib.texi (Function Substitutes): Add memmem.
27594         Reported by Bruno Haible.
27595
27596 2008-01-04  Bruno Haible  <bruno@clisp.org>
27597
27598         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
27599         Require gl_HEADER_STRINGS_H_DEFAULTS, not
27600         gl_HEADER_STRING_H_DEFAULTS.
27601
27602 2008-01-04  Eric Blake  <ebb9@byu.net>
27603
27604         Shorten duration of memmem test.
27605         * tests/test-memmem.c (main): Use alarm to declare failure if test
27606         is taking too long.
27607         Reported by Ralf Wildenhues.
27608
27609 2007-12-21  Simon Josefsson  <simon@josefsson.org>
27610
27611         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
27612         string, needed by strerror.
27613
27614 2008-01-03  Colin Watson  <cjwatson@debian.org>
27615             Bruno Haible  <bruno@clisp.org>
27616
27617         * doc/gnulib-tool.texi (Localization): New section.
27618
27619 2008-01-02  Bruno Haible  <bruno@clisp.org>
27620
27621         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
27622         variables to 'unsigned char *' type.
27623         Reported by Paul Eggert.
27624
27625 2008-01-02  Jim Meyering  <jim@meyering.net>
27626
27627         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
27628
27629 2007-12-31  Jim Meyering  <jim@meyering.net>
27630
27631         Avoid use of private FTS type name.
27632         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
27633
27634 2007-12-30  Karl Berry  <karl@gnu.org>
27635
27636         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
27637         work around defect in Texinfo and/or the standalone Info browser.
27638
27639 2007-12-30  Bruno Haible  <bruno@clisp.org>
27640
27641         Unify 5 copies of the KMP code.
27642         * lib/str-kmp.h: New file.
27643         * lib/c-strcasestr.c: Include str-kmp.h.
27644         (knuth_morris_pratt): Remove function.
27645         (c_strcasestr): Update.
27646         * lib/c-strstr.c: Include str-kmp.h.
27647         (knuth_morris_pratt): Remove function.
27648         (c_strcasestr): Update.
27649         * lib/mbscasestr.c: Include str-kmp.h.
27650         (knuth_morris_pratt_unibyte): Remove function.
27651         * lib/mbsstr.c: Include str-kmp.h.
27652         (knuth_morris_pratt_unibyte): Remove function.
27653         * lib/strcasestr.c: Include str-kmp.h.
27654         (knuth_morris_pratt): Remove function.
27655         (strcasestr): Update.
27656         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
27657         * modules/c-strstr (Files): Likewise.
27658         * modules/mbscasestr (Files): Likewise.
27659         * modules/mbsstr (Files): Likewise.
27660         * modules/strcasestr (Files): Likewise.
27661         Suggested by Paul Eggert.
27662
27663 2007-12-30  Bruno Haible  <bruno@clisp.org>
27664
27665         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
27666         defined.
27667
27668 2007-12-30  Bruno Haible  <bruno@clisp.org>
27669
27670         * lib/xmalloca.h: Include xalloc.h.
27671         (xnmalloca): New macro.
27672
27673 2007-12-30  Bruno Haible  <bruno@clisp.org>
27674
27675         * lib/malloca.h (nmalloca): New macro.
27676         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
27677         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
27678         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
27679         knuth_morris_pratt_multibyte): Likewise.
27680         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
27681         knuth_morris_pratt_multibyte): Likewise.
27682         * lib/memmem.c (knuth_morris_pratt): Likewise.
27683         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
27684
27685 2007-12-25  Bruno Haible  <bruno@clisp.org>
27686
27687         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
27688         * lib/glob.c: Don't include openat.h.
27689         (link_exists2_p): Add back the code that deals with the
27690         !GLOB_ALTDIRFUNC case.
27691         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
27692         let it do the filename concatenation.
27693         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
27694         * modules/glob (Depends-on): Remove openat.
27695
27696 2007-12-31  Bruno Haible  <bruno@clisp.org>
27697
27698         * modules/dirfd (License): Change to LGPLv2+.
27699         Approved by Jim Meyering.
27700
27701 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
27702
27703         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
27704         when multiplying M by sizeof (size_t).
27705
27706 2007-12-10  Martin Lambers  <marlam@marlam.de>
27707
27708         Override getpagesize on mingw.
27709         * lib/getpagesize.c: New file.
27710         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
27711         * modules/getpagesize (Files): Add lib/getpagesize.c.
27712         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
27713         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
27714         REPLACE_GETPAGESIZE.
27715         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
27716
27717 2007-12-25  Bruno Haible  <bruno@clisp.org>
27718
27719         * modules/localcharset (Notice): New field.
27720         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
27721         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
27722
27723 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
27724             Bruno Haible  <bruno@clisp.org>
27725
27726         Avoid using the syntax symbol() in formatted documentation.
27727         * MODULES.html.sh (func_module): When replacing symbol() with a
27728         hyperlink, remove the parentheses. Show an error if some remain.
27729         Recognize and render the '...' syntax.
27730         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
27731         Rework. Add paragraph about GCC's inlining.
27732         * doc/alloca.texi: Likewise.
27733         * doc/error.texi: Remove parentheses from symbol reference.
27734         * doc/gnulib-intro.texi: Likewise.
27735         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
27736         * modules/fnmatch (Description): Reword to say "the ... function".
27737         * modules/full-read (Description): Likewise.
27738         * modules/full-write (Description): Likewise.
27739         * modules/safe-read (Description): Likewise.
27740         * modules/safe-write (Description): Likewise.
27741         * modules/strchrnul (Description): Likewise.
27742         * modules/trim (Description): Likewise.
27743         * modules/error (Description): Remove parentheses from symbol
27744         references.
27745         * modules/verror (Description): Likewise.
27746         Reported by Karl Berry.
27747
27748 2007-12-25  Bruno Haible  <bruno@clisp.org>
27749
27750         Fixup after 2007-10-16 commit.
27751         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
27752
27753 2007-12-24  Bruno Haible  <bruno@clisp.org>
27754
27755         Make --enable-relocatable work with DESTDIR.
27756         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
27757         to compute installdir from destprog.
27758         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
27759         also set the RELOC_DESTDIR variable.
27760         Reported by Левашев Иван <octagram@bluebottle.com>.
27761
27762 2007-12-24  Bruno Haible  <bruno@clisp.org>
27763
27764         Fix link error due to xalloc_die().
27765         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
27766         of xreadlink.
27767         * lib/relocwrapper.c: Update comments.
27768         * build-aux/install-reloc: Remove xreadlink.c from file list.
27769         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
27770         xreadlink.c.
27771         Reported by Левашев Иван <octagram@bluebottle.com>.
27772
27773 2007-12-24  Bruno Haible  <bruno@clisp.org>
27774
27775         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
27776         * lib/setenv.h: Remove file.
27777         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
27778         lib/setenv.h.
27779         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
27780         (Depends-on): Add stdlib.
27781         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
27782         gl_FUNC_UNSETENV.
27783         (Include): Replace setenv.h with <stdlib.h>.
27784         * modules/unsetenv: New file.
27785         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
27786         * lib/unsetenv.c: Include <stdlib.h> first.
27787         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
27788         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
27789         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
27790         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
27791         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
27792         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
27793         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
27794         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
27795         * doc/functions/unsetenv.texi: Update.
27796         * modules/xsetenv (Depends-on): Add unsetenv.
27797         * modules/getdate (Depends-on): Likewise.
27798         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
27799         * lib/xsetenv.c: Don't include setenv.h.
27800         * lib/getdate.y: Likewise.
27801         * lib/relocwrapper.c: Likewise.
27802         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
27803         (Depends-on): Add stdlib.
27804         * NEWS: Mention the changes.
27805         Reported by Левашев Иван <octagram@bluebottle.com>.
27806
27807 2007-12-23  Bruno Haible  <bruno@clisp.org>
27808
27809         * lib/memmem.c (memmem): Use lowercase variable names. Tab
27810         indentation.
27811
27812 2007-12-23  Bruno Haible  <bruno@clisp.org>
27813
27814         * lib/c-strcasestr.c: Add more comments.
27815         * lib/c-strstr.c: Likewise.
27816         * lib/mbscasestr.c: Likewise.
27817         * lib/mbsstr.c: Likewise.
27818         * lib/strcasestr.c: Likewise.
27819         * lib/memmem.c: Likewise.
27820
27821 2007-12-23  Bruno Haible  <bruno@clisp.org>
27822
27823         * tests/test-memmem.c: Include <string.h> first.
27824
27825 2007-12-22  Bruno Haible  <bruno@clisp.org>
27826
27827         * gnulib-tool (func_create_testdir): Change $auxdir while generating
27828         the contents of $testsbase.
27829         Reported by Ralf Wildenhues.
27830
27831 2007-12-22  Bruno Haible  <bruno@clisp.org>
27832
27833         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
27834         two variables local_ldadd_before, local_ldadd_last.
27835
27836 2007-12-20  Eric Blake  <ebb9@byu.net>
27837
27838         Work around circular library issue when cross-compiling.
27839         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
27840         that progname.o does not need to pull in rpl_memcmp.
27841
27842 2007-12-19  Eric Blake  <ebb9@byu.net>
27843
27844         Fix memmem to avoid O(n^2) worst-case complexity.
27845         * lib/memmem.c (knuth_morris_pratt): New function.
27846         (memmem): Use it if first few naive iterations fail.
27847         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
27848         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
27849         * modules/memchr (License): Likewise.
27850         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
27851         malloca.
27852         * tests/test-memmem.c: Rewrite, borrowing ideas from
27853         test-mbsstr1.c; the old version wouldn't even compile!
27854         * modules/memmem-tests: New file.
27855         * lib/string.in.h (rpl_memmem): Add declaration.
27856         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
27857         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
27858         REPLACE_MEMMEM.
27859
27860 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
27861
27862         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
27863         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
27864         before any system include files, and undef after them all.  This
27865         should fix a problem on VMS reported by John E. Malmberg in
27866         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
27867
27868 2007-12-17  Eric Blake  <ebb9@byu.net>
27869
27870         Revert addition of verify, for BSD/OS.
27871         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
27872         can't handle large files, for the sake of obsolete platforms.
27873         * modules/fseeko (Depends-on): Remove verify.
27874         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
27875         * doc/functions/ftello.texi (ftello): Likewise.
27876         * doc/functions/fgetpos.texi (fgetpos): Likewise.
27877         Reported by Larry Jones.
27878
27879 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
27880
27881         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
27882         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
27883
27884 2007-12-17  Jim Meyering  <meyering@redhat.com>
27885
27886         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
27887         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
27888         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
27889         * modules/getcwd (Depends-on): Add openat.
27890         Reported by Petr Salinger.
27891
27892 2007-12-17  Bruno Haible  <bruno@clisp.org>
27893
27894         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
27895         avoid a segmentation fault of the configure test on x86_64 systems.
27896
27897 2007-12-15  Jim Meyering  <meyering@redhat.com>
27898
27899         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
27900
27901 2007-12-13  Eric Blake  <ebb9@byu.net>
27902
27903         Another fseek test.
27904         * tests/test-fseek.c (main): Also test ungetc handling.
27905         * tests/test-fseeko.c (main): Likewise.
27906         * modules/fseeko (Depends-on): Add verify.
27907         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
27908         large.
27909         Reported by Larry Jones.
27910
27911         Fix fseeko on mingw.
27912         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
27913         seek.
27914
27915         Beef up fseek tests.
27916         * tests/test-fseek.c (main): Also test eof handling.
27917         * tests/test-fseeko.c (main): Likewise.
27918         Reported by Larry Jones.
27919
27920 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
27921
27922         Fix fseeko on BSD-based platforms.
27923         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
27924         successful seek.
27925
27926 2007-12-12  Eric Blake  <ebb9@byu.net>
27927
27928         Allow circular dependency of separate libtests.a
27929         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
27930         when use_libtests.
27931
27932 2007-12-11  Eric Blake  <ebb9@byu.net>
27933
27934         Fix bug with -0.0L in previous patch.
27935         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
27936         * tests/test-isnan.c (main): Also test on zeroes.
27937         * tests/test-isnanf.c (main): Likewise.
27938         * tests/test-isnanl.h (main): Likewise.
27939
27940         Detect pseudo-denormals on x86 even when cross-compiling.
27941         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
27942         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
27943         invalid bit patterns that happen to satisfy ==.
27944
27945         Avoid link failures with separate libtests.a.
27946         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
27947         last, to satisfy circular dependencies.
27948
27949 2007-12-11  Eric Blake  <ebb9@byu.net>
27950         and Bruno Haible  <bruno@clisp.org>
27951
27952         Fix OpenBSD 4.0 <float.h> handling of long double.
27953         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
27954         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
27955         * doc/headers/float.texi (float.h): Document OpenBSD bug.
27956
27957 2007-12-11  Jim Meyering  <meyering@redhat.com>
27958
27959         * users.txt: Add libvirt.
27960
27961         Support versions of autoconf prior to 2.59c.
27962         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
27963         if it is not already defined.
27964
27965 2007-12-09  Bruno Haible  <bruno@clisp.org>
27966
27967         Let 'gnulib-tool --import' collect sources needed for the tests in
27968         tests/ rather than in lib/.
27969         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
27970         argument. If true, add rules to generate libtests.a, and put libtests.a
27971         into $(LDADD). Consider source files in subdirectories and set
27972         uses_subdirs.
27973         (func_emit_initmacro_start, func_emit_initmacro_end,
27974         func_emit_initmacro_done): Pass all arguments explicitly.
27975         (func_import): Determine two module lists main_modules,
27976         testsrelated_modules. Determine use_libtests. Determine two variables
27977         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
27978         instead of just sed_transform_lib_file. Determine two variables
27979         main_files and testsrelated_files. Compute 'files' as the union of
27980         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
27981         func_add_or_update. In the generated gnulib-comp.m4, collect the
27982         object files for tests/ in different variables than those for lib/.
27983         Substitute LIBTESTS_LIBDEPS.
27984         (func_create_testdir): Combine the uses_subdirs results from
27985         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
27986
27987 2007-12-09  Bruno Haible  <bruno@clisp.org>
27988
27989         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
27990         the build-aux directory.
27991
27992 2007-12-09  Bruno Haible  <bruno@clisp.org>
27993
27994         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
27995         introduced on 2006-09-09.
27996
27997 2007-12-07  Jim Meyering  <meyering@redhat.com>
27998
27999         Let these macros work also with autoconf-2.59.
28000         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
28001         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
28002         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
28003
28004 2007-12-06  Jim Meyering  <meyering@redhat.com>
28005
28006         Avoid a configure-time syntax error in gl_FUNC_ACL.
28007         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
28008         function in each branch, before testing the cache variable.
28009
28010 2007-12-04  Eric Blake  <ebb9@byu.net>
28011
28012         Make scripts executable.
28013         * build-aux/config.guess: Add execute permissions.
28014         * build-aux/config.sub: Likewise.
28015         * build-aux/gendocs.sh: Likewise.
28016
28017         Fix frexp on mingw.
28018         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
28019         cross-compiling.
28020         * doc/functions/frexp.texi (frexp): Document the bug.
28021
28022         Make cygwin fseeko check more reliable.
28023         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
28024         version numbers, rather than unrelated feature check.
28025         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
28026         * doc/functions/ftello.texi (ftello): Likewise.
28027         Reported by Bruno Haible.
28028
28029         * m4/strerror.m4: Bump version number.
28030
28031 2007-12-03  Bruno Haible  <bruno@clisp.org>
28032
28033         * doc/functions/mprotect.texi: Mention the mingw problem.
28034
28035 2007-12-03  Eric Blake  <ebb9@byu.net>
28036
28037         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
28038         REPLACE_STRERROR is initialized before this macro.
28039
28040 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
28041
28042         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
28043         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
28044         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
28045         put -lsec in even for programs other than 'ls'.  This fixes a problem
28046         for gettext reported by Bruno Haible in
28047         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
28048         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
28049         Add support for Solaris 10.  This isn't efficient, but should get the
28050         job done for now.
28051
28052 2007-12-03  James Youngman  <jay@gnu.org>
28053
28054         * doc/regexprops-generic.texi: change "an close-group" to "a
28055         close-group" and "illegal" to "not allowed".
28056
28057 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28058
28059         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
28060         pr_byname.h. Needed for the rare case when the maintainer has done
28061         "make maintainer-clean" in the source directory and then attempts a
28062         build outside the source directory.
28063         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
28064         scripts_byname.h.
28065
28066 2007-12-02  Martin Lambers <marlam@marlam.de>
28067             Bruno Haible  <bruno@clisp.org>
28068
28069         * lib/getpagesize.h: Remove file.
28070         * lib/unistd.in.h: Include declaration of getpagesize here.
28071         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
28072         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
28073         HAVE_SYS_PARAM_H.
28074         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
28075         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28076         * modules/getpagesize (Files): Remove lib/getpagesize.h.
28077         (Depends-on): Add unistd.
28078         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
28079         (Include): Use <unistd.h> instead of getpagesize.h.
28080         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
28081         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28082         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
28083         gl_GETPAGESIZE invocation, already handled by module dependency.
28084         * lib/pagealign_alloc.c: Don't include getpagesize.h.
28085
28086 2007-12-02  Bruno Haible  <bruno@clisp.org>
28087
28088         * modules/strings-tests: New file.
28089         * tests/test-strings.c: New file.
28090
28091         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
28092         * lib/strings.in.h: New file.
28093         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
28094         * m4/strings_h.m4: New file.
28095         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
28096         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
28097         * modules/strings: New file.
28098         * modules/string (Makefile.am): Update.
28099         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
28100         Reported by Karl Berry.
28101
28102 2007-12-01  Eric Blake  <ebb9@byu.net>
28103
28104         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
28105         accomodate fix in cygwin 1.5.25.
28106
28107 2007-12-01  Jim Meyering  <meyering@redhat.com>
28108
28109         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
28110         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
28111         that would inhibit utf8-optimization of a regexp containing line-
28112         or buffer-anchors, e.g., `^', `$'.
28113
28114 2007-11-30  Bruno Haible  <bruno@clisp.org>
28115
28116         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
28117         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
28118         glthread_recursive_lock_init.
28119         * lib/lock.c (glthread_recursive_lock_init)
28120         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
28121         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
28122
28123 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
28124
28125         New function qset_acl, like set_acl but with syscall semantics.
28126         * lib/acl.h (qset_acl): New decl.
28127         * lib/acl.c (qset_acl): New function.
28128         (set_acl): Use new function.  Use more-consistent diagnostics.
28129
28130 2007-11-28  Jim Meyering  <meyering@redhat.com>
28131
28132         * modules/physmem (License): Change from GPL to LGPLv2+.
28133
28134 2007-11-26  Bruno Haible  <bruno@clisp.org>
28135
28136         * lib/vasnprintf.c (decode_long_double): Don't abort if the
28137         'long double' type has excess precision.
28138         Reported by Jim Meyering in
28139         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
28140
28141 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28142
28143         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
28144         Sync from <http://gnu.org/licenses>.
28145         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
28146         with license text from same location.
28147         * doc/maintain.texi, doc/standards.texi:  Sync from
28148         <http://savannah.gnu.org/projects/gnustandards>.
28149
28150 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
28151         and Jim Meyering  <meyering@redhat.com>
28152
28153         Adjust getdate' grammar to accept a slightly more regular language.
28154         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
28155         Before, the former was rejected.
28156         * lib/getdate.y (digits_to_date_time): New function, factored
28157         out of ...
28158         (number): ...here.  Just call digits_to_date_time.
28159         (hybrid): New non-terminal to handle an <unsigned number,
28160         signed relative offset> sequence consistently.
28161
28162 2007-11-18  Jim Meyering  <meyering@redhat.com>
28163
28164         Pull my changes from coreutils:
28165         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
28166         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
28167         use of $gnulib_tool_option_extras, so that it's separated from the
28168         preceding argument.
28169
28170         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
28171         * build-aux/bootstrap (cp_mark_as_generated): Create any required
28172         parent destination directories before copying a file into place.
28173
28174 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
28175
28176         bootstrap: work also with 4-argument variant of AC_INIT
28177         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
28178
28179 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28180
28181         Port test-getaddrinfo to Solaris.
28182         Problem reported by Bruno Haible in
28183         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
28184         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
28185         explanation of setting 'hints'.
28186         Don't reject an implementation merely because it returns EAI_SERVICE.
28187         (EAI_SERVICE): Define to 0 if not defined.
28188
28189 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
28190
28191         The license of gnu-make and posix-shell is now "GPLed build tool".
28192         * modules/gnu-make (License): Likewise.
28193         * modules/posix-shell (License): Likewise.
28194
28195         New module posix-shell, for determining a POSIX shell
28196         or perhaps something that is close enough to a POSIX shell.
28197         * m4/posix-shell.m4: New file.
28198         * modules/posix-shell: New file.
28199
28200         * MODULES.html.sh: Mention new module.
28201
28202         New module gnu-make, for determining whether we're using GNU Make.
28203         * m4/gnu-make.m4: New file.
28204         * modules/gnu-make: New file.
28205         * MODULES.html.sh: Mention new module.
28206
28207 2007-11-14  Jim Meyering  <meyering@redhat.com>
28208
28209         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
28210         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
28211         use this macro to create a function _definition_.
28212         Remove useless "#undef ARGMATCH_DIE".
28213
28214 2007-11-14  Bruno Haible  <bruno@clisp.org>
28215
28216         * lib/config.charset: Update for OpenBSD 4.1.
28217         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
28218
28219 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
28220
28221         Document 64-bit #if problems in stdint.texi.
28222         * doc/headers/stdint.texi (stdint.h): Mention problems with
28223         64-bit-#if, and how to work around them.
28224
28225         Don't insist on 'long long int' support in the preprocessor.  It
28226         breaks too many things.  For example, PRIdMAX still uses a 'long
28227         long int' format with the latest Sun compiler, even though
28228         HAVE_LONG_LONG_INT isn't defined due to that compiler's
28229         preprocessor problem.  This causes the latest coreutils to dump
28230         core on Solaris 10 sparc with the Sun C compiler.
28231         Instead, fix the 2007-10-16 problem in a different way, by evaluating
28232         the troublesome expressions at configure-time, not at #if-time.
28233         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
28234         preprocessor.
28235         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
28236         compile-time C checks, done at 'configure'-time.
28237         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
28238         * modules/inttypes (Makefile): Substitute the new symbols that
28239         gl_INTTYPES_H now generates.
28240         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
28241
28242 2007-11-12  Bruno Haible  <bruno@clisp.org>
28243
28244         Tests for Unicode character classification functions.
28245
28246         * modules/unictype/bidicategory-byname-tests: New file.
28247         * modules/unictype/bidicategory-name-tests: New file.
28248         * modules/unictype/bidicategory-of-tests: New file.
28249         * modules/unictype/bidicategory-test-tests: New file.
28250         * modules/unictype/block-list-tests: New file.
28251         * modules/unictype/block-of-tests: New file.
28252         * modules/unictype/block-test-tests: New file.
28253         * modules/unictype/category-C-tests: New file.
28254         * modules/unictype/category-Cc-tests: New file.
28255         * modules/unictype/category-Cf-tests: New file.
28256         * modules/unictype/category-Cn-tests: New file.
28257         * modules/unictype/category-Co-tests: New file.
28258         * modules/unictype/category-Cs-tests: New file.
28259         * modules/unictype/category-L-tests: New file.
28260         * modules/unictype/category-Ll-tests: New file.
28261         * modules/unictype/category-Lm-tests: New file.
28262         * modules/unictype/category-Lo-tests: New file.
28263         * modules/unictype/category-Lt-tests: New file.
28264         * modules/unictype/category-Lu-tests: New file.
28265         * modules/unictype/category-M-tests: New file.
28266         * modules/unictype/category-Mc-tests: New file.
28267         * modules/unictype/category-Me-tests: New file.
28268         * modules/unictype/category-Mn-tests: New file.
28269         * modules/unictype/category-N-tests: New file.
28270         * modules/unictype/category-Nd-tests: New file.
28271         * modules/unictype/category-Nl-tests: New file.
28272         * modules/unictype/category-No-tests: New file.
28273         * modules/unictype/category-P-tests: New file.
28274         * modules/unictype/category-Pc-tests: New file.
28275         * modules/unictype/category-Pd-tests: New file.
28276         * modules/unictype/category-Pe-tests: New file.
28277         * modules/unictype/category-Pf-tests: New file.
28278         * modules/unictype/category-Pi-tests: New file.
28279         * modules/unictype/category-Po-tests: New file.
28280         * modules/unictype/category-Ps-tests: New file.
28281         * modules/unictype/category-S-tests: New file.
28282         * modules/unictype/category-Sc-tests: New file.
28283         * modules/unictype/category-Sk-tests: New file.
28284         * modules/unictype/category-Sm-tests: New file.
28285         * modules/unictype/category-So-tests: New file.
28286         * modules/unictype/category-Z-tests: New file.
28287         * modules/unictype/category-Zl-tests: New file.
28288         * modules/unictype/category-Zp-tests: New file.
28289         * modules/unictype/category-Zs-tests: New file.
28290         * modules/unictype/category-and-not-tests: New file.
28291         * modules/unictype/category-and-tests: New file.
28292         * modules/unictype/category-byname-tests: New file.
28293         * modules/unictype/category-name-tests: New file.
28294         * modules/unictype/category-none-tests: New file.
28295         * modules/unictype/category-of-tests: New file.
28296         * modules/unictype/category-or-tests: New file.
28297         * modules/unictype/category-test-withtable-tests: New file.
28298         * modules/unictype/combining-class-tests: New file.
28299         * modules/unictype/ctype-alnum-tests: New file.
28300         * modules/unictype/ctype-alpha-tests: New file.
28301         * modules/unictype/ctype-blank-tests: New file.
28302         * modules/unictype/ctype-cntrl-tests: New file.
28303         * modules/unictype/ctype-digit-tests: New file.
28304         * modules/unictype/ctype-graph-tests: New file.
28305         * modules/unictype/ctype-lower-tests: New file.
28306         * modules/unictype/ctype-print-tests: New file.
28307         * modules/unictype/ctype-punct-tests: New file.
28308         * modules/unictype/ctype-space-tests: New file.
28309         * modules/unictype/ctype-upper-tests: New file.
28310         * modules/unictype/ctype-xdigit-tests: New file.
28311         * modules/unictype/decimal-digit-tests: New file.
28312         * modules/unictype/digit-tests: New file.
28313         * modules/unictype/mirror-tests: New file.
28314         * modules/unictype/numeric-tests: New file.
28315         * modules/unictype/property-alphabetic-tests: New file.
28316         * modules/unictype/property-ascii-hex-digit-tests: New file.
28317         * modules/unictype/property-bidi-arabic-digit-tests: New file.
28318         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
28319         * modules/unictype/property-bidi-block-separator-tests: New file.
28320         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
28321         * modules/unictype/property-bidi-common-separator-tests: New file.
28322         * modules/unictype/property-bidi-control-tests: New file.
28323         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
28324         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
28325         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
28326         * modules/unictype/property-bidi-european-digit-tests: New file.
28327         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
28328         * modules/unictype/property-bidi-left-to-right-tests: New file.
28329         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
28330         * modules/unictype/property-bidi-other-neutral-tests: New file.
28331         * modules/unictype/property-bidi-pdf-tests: New file.
28332         * modules/unictype/property-bidi-segment-separator-tests: New file.
28333         * modules/unictype/property-bidi-whitespace-tests: New file.
28334         * modules/unictype/property-byname-tests: New file.
28335         * modules/unictype/property-combining-tests: New file.
28336         * modules/unictype/property-composite-tests: New file.
28337         * modules/unictype/property-currency-symbol-tests: New file.
28338         * modules/unictype/property-dash-tests: New file.
28339         * modules/unictype/property-decimal-digit-tests: New file.
28340         * modules/unictype/property-default-ignorable-code-point-tests: New file.
28341         * modules/unictype/property-deprecated-tests: New file.
28342         * modules/unictype/property-diacritic-tests: New file.
28343         * modules/unictype/property-extender-tests: New file.
28344         * modules/unictype/property-format-control-tests: New file.
28345         * modules/unictype/property-grapheme-base-tests: New file.
28346         * modules/unictype/property-grapheme-extend-tests: New file.
28347         * modules/unictype/property-grapheme-link-tests: New file.
28348         * modules/unictype/property-hex-digit-tests: New file.
28349         * modules/unictype/property-hyphen-tests: New file.
28350         * modules/unictype/property-id-continue-tests: New file.
28351         * modules/unictype/property-id-start-tests: New file.
28352         * modules/unictype/property-ideographic-tests: New file.
28353         * modules/unictype/property-ids-binary-operator-tests: New file.
28354         * modules/unictype/property-ids-trinary-operator-tests: New file.
28355         * modules/unictype/property-ignorable-control-tests: New file.
28356         * modules/unictype/property-iso-control-tests: New file.
28357         * modules/unictype/property-join-control-tests: New file.
28358         * modules/unictype/property-left-of-pair-tests: New file.
28359         * modules/unictype/property-line-separator-tests: New file.
28360         * modules/unictype/property-logical-order-exception-tests: New file.
28361         * modules/unictype/property-lowercase-tests: New file.
28362         * modules/unictype/property-math-tests: New file.
28363         * modules/unictype/property-non-break-tests: New file.
28364         * modules/unictype/property-not-a-character-tests: New file.
28365         * modules/unictype/property-numeric-tests: New file.
28366         * modules/unictype/property-other-alphabetic-tests: New file.
28367         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
28368         * modules/unictype/property-other-grapheme-extend-tests: New file.
28369         * modules/unictype/property-other-id-continue-tests: New file.
28370         * modules/unictype/property-other-id-start-tests: New file.
28371         * modules/unictype/property-other-lowercase-tests: New file.
28372         * modules/unictype/property-other-math-tests: New file.
28373         * modules/unictype/property-other-uppercase-tests: New file.
28374         * modules/unictype/property-paired-punctuation-tests: New file.
28375         * modules/unictype/property-paragraph-separator-tests: New file.
28376         * modules/unictype/property-pattern-syntax-tests: New file.
28377         * modules/unictype/property-pattern-white-space-tests: New file.
28378         * modules/unictype/property-private-use-tests: New file.
28379         * modules/unictype/property-punctuation-tests: New file.
28380         * modules/unictype/property-quotation-mark-tests: New file.
28381         * modules/unictype/property-radical-tests: New file.
28382         * modules/unictype/property-sentence-terminal-tests: New file.
28383         * modules/unictype/property-soft-dotted-tests: New file.
28384         * modules/unictype/property-space-tests: New file.
28385         * modules/unictype/property-terminal-punctuation-tests: New file.
28386         * modules/unictype/property-test-tests: New file.
28387         * modules/unictype/property-titlecase-tests: New file.
28388         * modules/unictype/property-unassigned-code-value-tests: New file.
28389         * modules/unictype/property-unified-ideograph-tests: New file.
28390         * modules/unictype/property-uppercase-tests: New file.
28391         * modules/unictype/property-variation-selector-tests: New file.
28392         * modules/unictype/property-white-space-tests: New file.
28393         * modules/unictype/property-xid-continue-tests: New file.
28394         * modules/unictype/property-xid-start-tests: New file.
28395         * modules/unictype/property-zero-width-tests: New file.
28396         * modules/unictype/scripts-tests: New file.
28397         * modules/unictype/syntax-c-ident-tests: New file.
28398         * modules/unictype/syntax-c-whitespace-tests: New file.
28399         * modules/unictype/syntax-java-ident-tests: New file.
28400         * modules/unictype/syntax-java-whitespace-tests: New file.
28401         * tests/unictype/test-bidi_byname.c: New file.
28402         * tests/unictype/test-bidi_name.c: New file.
28403         * tests/unictype/test-bidi_of.c: New file.
28404         * tests/unictype/test-bidi_test.c: New file.
28405         * tests/unictype/test-block_list.c: New file.
28406         * tests/unictype/test-block_of.c: New file.
28407         * tests/unictype/test-block_test.c: New file.
28408         * tests/unictype/test-categ_and.c: New file.
28409         * tests/unictype/test-categ_and_not.c: New file.
28410         * tests/unictype/test-categ_byname.c: New file.
28411         * tests/unictype/test-categ_name.c: New file.
28412         * tests/unictype/test-categ_none.c: New file.
28413         * tests/unictype/test-categ_of.c: New file.
28414         * tests/unictype/test-categ_or.c: New file.
28415         * tests/unictype/test-categ_test_withtable.c: New file.
28416         * tests/unictype/test-combining.c: New file.
28417         * tests/unictype/test-decdigit.c: New file.
28418         * tests/unictype/test-digit.c: New file.
28419         * tests/unictype/test-mirror.c: New file.
28420         * tests/unictype/test-numeric.c: New file.
28421         * tests/unictype/test-pr_byname.c: New file.
28422         * tests/unictype/test-pr_test.c: New file.
28423         * tests/unictype/test-predicate-part1.h: New file.
28424         * tests/unictype/test-predicate-part2.h: New file.
28425         * tests/unictype/test-scripts.c: New file.
28426         * tests/unictype/test-sy_c_ident.c: New file.
28427         * tests/unictype/test-sy_java_ident.c: New file.
28428
28429         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
28430         for Unicode 5.0.0.
28431         * tests/unictype/test-categ_Cc.c: Likewise.
28432         * tests/unictype/test-categ_Cf.c: Likewise.
28433         * tests/unictype/test-categ_Cn.c: Likewise.
28434         * tests/unictype/test-categ_Co.c: Likewise.
28435         * tests/unictype/test-categ_Cs.c: Likewise.
28436         * tests/unictype/test-categ_L.c: Likewise.
28437         * tests/unictype/test-categ_Ll.c: Likewise.
28438         * tests/unictype/test-categ_Lm.c: Likewise.
28439         * tests/unictype/test-categ_Lo.c: Likewise.
28440         * tests/unictype/test-categ_Lt.c: Likewise.
28441         * tests/unictype/test-categ_Lu.c: Likewise.
28442         * tests/unictype/test-categ_M.c: Likewise.
28443         * tests/unictype/test-categ_Mc.c: Likewise.
28444         * tests/unictype/test-categ_Me.c: Likewise.
28445         * tests/unictype/test-categ_Mn.c: Likewise.
28446         * tests/unictype/test-categ_N.c: Likewise.
28447         * tests/unictype/test-categ_Nd.c: Likewise.
28448         * tests/unictype/test-categ_Nl.c: Likewise.
28449         * tests/unictype/test-categ_No.c: Likewise.
28450         * tests/unictype/test-categ_P.c: Likewise.
28451         * tests/unictype/test-categ_Pc.c: Likewise.
28452         * tests/unictype/test-categ_Pd.c: Likewise.
28453         * tests/unictype/test-categ_Pe.c: Likewise.
28454         * tests/unictype/test-categ_Pf.c: Likewise.
28455         * tests/unictype/test-categ_Pi.c: Likewise.
28456         * tests/unictype/test-categ_Po.c: Likewise.
28457         * tests/unictype/test-categ_Ps.c: Likewise.
28458         * tests/unictype/test-categ_S.c: Likewise.
28459         * tests/unictype/test-categ_Sc.c: Likewise.
28460         * tests/unictype/test-categ_Sk.c: Likewise.
28461         * tests/unictype/test-categ_Sm.c: Likewise.
28462         * tests/unictype/test-categ_So.c: Likewise.
28463         * tests/unictype/test-categ_Z.c: Likewise.
28464         * tests/unictype/test-categ_Zl.c: Likewise.
28465         * tests/unictype/test-categ_Zp.c: Likewise.
28466         * tests/unictype/test-categ_Zs.c: Likewise.
28467         * tests/unictype/test-ctype_alnum.c: Likewise.
28468         * tests/unictype/test-ctype_alpha.c: Likewise.
28469         * tests/unictype/test-ctype_blank.c: Likewise.
28470         * tests/unictype/test-ctype_cntrl.c: Likewise.
28471         * tests/unictype/test-ctype_digit.c: Likewise.
28472         * tests/unictype/test-ctype_graph.c: Likewise.
28473         * tests/unictype/test-ctype_lower.c: Likewise.
28474         * tests/unictype/test-ctype_print.c: Likewise.
28475         * tests/unictype/test-ctype_punct.c: Likewise.
28476         * tests/unictype/test-ctype_space.c: Likewise.
28477         * tests/unictype/test-ctype_upper.c: Likewise.
28478         * tests/unictype/test-ctype_xdigit.c: Likewise.
28479         * tests/unictype/test-decdigit.h: Likewise.
28480         * tests/unictype/test-digit.h: Likewise.
28481         * tests/unictype/test-numeric.h: Likewise.
28482         * tests/unictype/test-pr_alphabetic.c: Likewise.
28483         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
28484         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
28485         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
28486         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
28487         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
28488         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
28489         * tests/unictype/test-pr_bidi_control.c: Likewise.
28490         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
28491         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
28492         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
28493         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
28494         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
28495         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
28496         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
28497         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
28498         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
28499         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
28500         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
28501         * tests/unictype/test-pr_combining.c: Likewise.
28502         * tests/unictype/test-pr_composite.c: Likewise.
28503         * tests/unictype/test-pr_currency_symbol.c: Likewise.
28504         * tests/unictype/test-pr_dash.c: Likewise.
28505         * tests/unictype/test-pr_decimal_digit.c: Likewise.
28506         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
28507         * tests/unictype/test-pr_deprecated.c: Likewise.
28508         * tests/unictype/test-pr_diacritic.c: Likewise.
28509         * tests/unictype/test-pr_extender.c: Likewise.
28510         * tests/unictype/test-pr_format_control.c: Likewise.
28511         * tests/unictype/test-pr_grapheme_base.c: Likewise.
28512         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
28513         * tests/unictype/test-pr_grapheme_link.c: Likewise.
28514         * tests/unictype/test-pr_hex_digit.c: Likewise.
28515         * tests/unictype/test-pr_hyphen.c: Likewise.
28516         * tests/unictype/test-pr_id_continue.c: Likewise.
28517         * tests/unictype/test-pr_id_start.c: Likewise.
28518         * tests/unictype/test-pr_ideographic.c: Likewise.
28519         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
28520         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
28521         * tests/unictype/test-pr_ignorable_control.c: Likewise.
28522         * tests/unictype/test-pr_iso_control.c: Likewise.
28523         * tests/unictype/test-pr_join_control.c: Likewise.
28524         * tests/unictype/test-pr_left_of_pair.c: Likewise.
28525         * tests/unictype/test-pr_line_separator.c: Likewise.
28526         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
28527         * tests/unictype/test-pr_lowercase.c: Likewise.
28528         * tests/unictype/test-pr_math.c: Likewise.
28529         * tests/unictype/test-pr_non_break.c: Likewise.
28530         * tests/unictype/test-pr_not_a_character.c: Likewise.
28531         * tests/unictype/test-pr_numeric.c: Likewise.
28532         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
28533         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
28534         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
28535         * tests/unictype/test-pr_other_id_continue.c: Likewise.
28536         * tests/unictype/test-pr_other_id_start.c: Likewise.
28537         * tests/unictype/test-pr_other_lowercase.c: Likewise.
28538         * tests/unictype/test-pr_other_math.c: Likewise.
28539         * tests/unictype/test-pr_other_uppercase.c: Likewise.
28540         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
28541         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
28542         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
28543         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
28544         * tests/unictype/test-pr_private_use.c: Likewise.
28545         * tests/unictype/test-pr_punctuation.c: Likewise.
28546         * tests/unictype/test-pr_quotation_mark.c: Likewise.
28547         * tests/unictype/test-pr_radical.c: Likewise.
28548         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
28549         * tests/unictype/test-pr_soft_dotted.c: Likewise.
28550         * tests/unictype/test-pr_space.c: Likewise.
28551         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
28552         * tests/unictype/test-pr_titlecase.c: Likewise.
28553         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
28554         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
28555         * tests/unictype/test-pr_uppercase.c: Likewise.
28556         * tests/unictype/test-pr_variation_selector.c: Likewise.
28557         * tests/unictype/test-pr_white_space.c: Likewise.
28558         * tests/unictype/test-pr_xid_continue.c: Likewise.
28559         * tests/unictype/test-pr_xid_start.c: Likewise.
28560         * tests/unictype/test-pr_zero_width.c: Likewise.
28561         * tests/unictype/test-sy_c_whitespace.c: Likewise.
28562         * tests/unictype/test-sy_java_whitespace.c: Likewise.
28563
28564 2007-11-12  Bruno Haible  <bruno@clisp.org>
28565
28566         Unicode character classification functions.
28567         * lib/unictype.h: New file.
28568         * modules/unictype/base: New file.
28569         * modules/unictype/category-L: New file.
28570         * modules/unictype/category-Lu: New file.
28571         * modules/unictype/category-Ll: New file.
28572         * modules/unictype/category-Lt: New file.
28573         * modules/unictype/category-Lm: New file.
28574         * modules/unictype/category-Lo: New file.
28575         * modules/unictype/category-M: New file.
28576         * modules/unictype/category-Mn: New file.
28577         * modules/unictype/category-Mc: New file.
28578         * modules/unictype/category-Me: New file.
28579         * modules/unictype/category-N: New file.
28580         * modules/unictype/category-Nd: New file.
28581         * modules/unictype/category-Nl: New file.
28582         * modules/unictype/category-No: New file.
28583         * modules/unictype/category-P: New file.
28584         * modules/unictype/category-Pc: New file.
28585         * modules/unictype/category-Pd: New file.
28586         * modules/unictype/category-Ps: New file.
28587         * modules/unictype/category-Pe: New file.
28588         * modules/unictype/category-Pi: New file.
28589         * modules/unictype/category-Pf: New file.
28590         * modules/unictype/category-Po: New file.
28591         * modules/unictype/category-S: New file.
28592         * modules/unictype/category-Sm: New file.
28593         * modules/unictype/category-Sc: New file.
28594         * modules/unictype/category-Sk: New file.
28595         * modules/unictype/category-So: New file.
28596         * modules/unictype/category-Z: New file.
28597         * modules/unictype/category-Zs: New file.
28598         * modules/unictype/category-Zl: New file.
28599         * modules/unictype/category-Zp: New file.
28600         * modules/unictype/category-C: New file.
28601         * modules/unictype/category-Cc: New file.
28602         * modules/unictype/category-Cf: New file.
28603         * modules/unictype/category-Cs: New file.
28604         * modules/unictype/category-Co: New file.
28605         * modules/unictype/category-Cn: New file.
28606         * modules/unictype/category-or: New file.
28607         * modules/unictype/category-of: New file.
28608         * modules/unictype/category-test: New file.
28609         * modules/unictype/category-test-withtable: New file.
28610         * modules/unictype/category-byname: New file.
28611         * modules/unictype/category-none: New file.
28612         * modules/unictype/category-and: New file.
28613         * modules/unictype/category-and-not: New file.
28614         * modules/unictype/category-name: New file.
28615         * modules/unictype/combining-class: New file.
28616         * modules/unictype/category-all: New file.
28617         * modules/unictype/bidicategory-all: New file.
28618         * modules/unictype/bidicategory-byname: New file.
28619         * modules/unictype/bidicategory-name: New file.
28620         * modules/unictype/bidicategory-of: New file.
28621         * modules/unictype/bidicategory-test: New file.
28622         * modules/unictype/decimal-digit: New file.
28623         * modules/unictype/digit: New file.
28624         * modules/unictype/numeric: New file.
28625         * modules/unictype/mirror: New file.
28626         * modules/unictype/property-white-space: New file.
28627         * modules/unictype/property-alphabetic: New file.
28628         * modules/unictype/property-other-alphabetic: New file.
28629         * modules/unictype/property-not-a-character: New file.
28630         * modules/unictype/property-default-ignorable-code-point: New file.
28631         * modules/unictype/property-other-default-ignorable-code-point: New
28632         file.
28633         * modules/unictype/property-deprecated: New file.
28634         * modules/unictype/property-logical-order-exception: New file.
28635         * modules/unictype/property-variation-selector: New file.
28636         * modules/unictype/property-private-use: New file.
28637         * modules/unictype/property-unassigned-code-value: New file.
28638         * modules/unictype/property-uppercase: New file.
28639         * modules/unictype/property-other-uppercase: New file.
28640         * modules/unictype/property-lowercase: New file.
28641         * modules/unictype/property-other-lowercase: New file.
28642         * modules/unictype/property-titlecase: New file.
28643         * modules/unictype/property-soft-dotted: New file.
28644         * modules/unictype/property-id-start: New file.
28645         * modules/unictype/property-other-id-start: New file.
28646         * modules/unictype/property-id-continue: New file.
28647         * modules/unictype/property-other-id-continue: New file.
28648         * modules/unictype/property-xid-start: New file.
28649         * modules/unictype/property-xid-continue: New file.
28650         * modules/unictype/property-pattern-white-space: New file.
28651         * modules/unictype/property-pattern-syntax: New file.
28652         * modules/unictype/property-join-control: New file.
28653         * modules/unictype/property-grapheme-base: New file.
28654         * modules/unictype/property-grapheme-extend: New file.
28655         * modules/unictype/property-other-grapheme-extend: New file.
28656         * modules/unictype/property-grapheme-link: New file.
28657         * modules/unictype/property-bidi-control: New file.
28658         * modules/unictype/property-bidi-left-to-right: New file.
28659         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
28660         * modules/unictype/property-bidi-arabic-right-to-left: New file.
28661         * modules/unictype/property-bidi-european-digit: New file.
28662         * modules/unictype/property-bidi-eur-num-separator: New file.
28663         * modules/unictype/property-bidi-eur-num-terminator: New file.
28664         * modules/unictype/property-bidi-arabic-digit: New file.
28665         * modules/unictype/property-bidi-common-separator: New file.
28666         * modules/unictype/property-bidi-block-separator: New file.
28667         * modules/unictype/property-bidi-segment-separator: New file.
28668         * modules/unictype/property-bidi-whitespace: New file.
28669         * modules/unictype/property-bidi-non-spacing-mark: New file.
28670         * modules/unictype/property-bidi-boundary-neutral: New file.
28671         * modules/unictype/property-bidi-pdf: New file.
28672         * modules/unictype/property-bidi-embedding-or-override: New file.
28673         * modules/unictype/property-bidi-other-neutral: New file.
28674         * modules/unictype/property-hex-digit: New file.
28675         * modules/unictype/property-ascii-hex-digit: New file.
28676         * modules/unictype/property-ideographic: New file.
28677         * modules/unictype/property-unified-ideograph: New file.
28678         * modules/unictype/property-radical: New file.
28679         * modules/unictype/property-ids-binary-operator: New file.
28680         * modules/unictype/property-ids-trinary-operator: New file.
28681         * modules/unictype/property-zero-width: New file.
28682         * modules/unictype/property-space: New file.
28683         * modules/unictype/property-non-break: New file.
28684         * modules/unictype/property-iso-control: New file.
28685         * modules/unictype/property-format-control: New file.
28686         * modules/unictype/property-dash: New file.
28687         * modules/unictype/property-hyphen: New file.
28688         * modules/unictype/property-punctuation: New file.
28689         * modules/unictype/property-line-separator: New file.
28690         * modules/unictype/property-paragraph-separator: New file.
28691         * modules/unictype/property-quotation-mark: New file.
28692         * modules/unictype/property-sentence-terminal: New file.
28693         * modules/unictype/property-terminal-punctuation: New file.
28694         * modules/unictype/property-currency-symbol: New file.
28695         * modules/unictype/property-math: New file.
28696         * modules/unictype/property-other-math: New file.
28697         * modules/unictype/property-paired-punctuation: New file.
28698         * modules/unictype/property-left-of-pair: New file.
28699         * modules/unictype/property-combining: New file.
28700         * modules/unictype/property-composite: New file.
28701         * modules/unictype/property-decimal-digit: New file.
28702         * modules/unictype/property-numeric: New file.
28703         * modules/unictype/property-diacritic: New file.
28704         * modules/unictype/property-extender: New file.
28705         * modules/unictype/property-ignorable-control: New file.
28706         * modules/unictype/property-test: New file.
28707         * modules/unictype/property-byname: New file.
28708         * modules/unictype/property-all: New file.
28709         * modules/unictype/scripts: New file.
28710         * modules/unictype/scripts-all: New file.
28711         * modules/unictype/block-of: New file.
28712         * modules/unictype/block-test: New file.
28713         * modules/unictype/block-list: New file.
28714         * modules/unictype/block-all: New file.
28715         * modules/unictype/syntax-c-whitespace: New file.
28716         * modules/unictype/syntax-java-whitespace: New file.
28717         * modules/unictype/syntax-c-ident: New file.
28718         * modules/unictype/syntax-java-ident: New file.
28719         * modules/unictype/ctype-alnum: New file.
28720         * modules/unictype/ctype-alpha: New file.
28721         * modules/unictype/ctype-cntrl: New file.
28722         * modules/unictype/ctype-digit: New file.
28723         * modules/unictype/ctype-graph: New file.
28724         * modules/unictype/ctype-lower: New file.
28725         * modules/unictype/ctype-print: New file.
28726         * modules/unictype/ctype-punct: New file.
28727         * modules/unictype/ctype-space: New file.
28728         * modules/unictype/ctype-upper: New file.
28729         * modules/unictype/ctype-xdigit: New file.
28730         * modules/unictype/ctype-blank: New file.
28731         * lib/unictype/bidi_byname.c: New file.
28732         * lib/unictype/bidi_name.c: New file.
28733         * lib/unictype/bidi_of.c: New file.
28734         * lib/unictype/bidi_test.c: New file.
28735         * lib/unictype/bitmap.h: New file.
28736         * lib/unictype/block_test.c: New file.
28737         * lib/unictype/blocks.c: New file.
28738         * lib/unictype/categ_C.c: New file.
28739         * lib/unictype/categ_Cc.c: New file.
28740         * lib/unictype/categ_Cf.c: New file.
28741         * lib/unictype/categ_Cn.c: New file.
28742         * lib/unictype/categ_Co.c: New file.
28743         * lib/unictype/categ_Cs.c: New file.
28744         * lib/unictype/categ_L.c: New file.
28745         * lib/unictype/categ_Ll.c: New file.
28746         * lib/unictype/categ_Lm.c: New file.
28747         * lib/unictype/categ_Lo.c: New file.
28748         * lib/unictype/categ_Lt.c: New file.
28749         * lib/unictype/categ_Lu.c: New file.
28750         * lib/unictype/categ_M.c: New file.
28751         * lib/unictype/categ_Mc.c: New file.
28752         * lib/unictype/categ_Me.c: New file.
28753         * lib/unictype/categ_Mn.c: New file.
28754         * lib/unictype/categ_N.c: New file.
28755         * lib/unictype/categ_Nd.c: New file.
28756         * lib/unictype/categ_Nl.c: New file.
28757         * lib/unictype/categ_No.c: New file.
28758         * lib/unictype/categ_P.c: New file.
28759         * lib/unictype/categ_Pc.c: New file.
28760         * lib/unictype/categ_Pd.c: New file.
28761         * lib/unictype/categ_Pe.c: New file.
28762         * lib/unictype/categ_Pf.c: New file.
28763         * lib/unictype/categ_Pi.c: New file.
28764         * lib/unictype/categ_Po.c: New file.
28765         * lib/unictype/categ_Ps.c: New file.
28766         * lib/unictype/categ_S.c: New file.
28767         * lib/unictype/categ_Sc.c: New file.
28768         * lib/unictype/categ_Sk.c: New file.
28769         * lib/unictype/categ_Sm.c: New file.
28770         * lib/unictype/categ_So.c: New file.
28771         * lib/unictype/categ_Z.c: New file.
28772         * lib/unictype/categ_Zl.c: New file.
28773         * lib/unictype/categ_Zp.c: New file.
28774         * lib/unictype/categ_Zs.c: New file.
28775         * lib/unictype/categ_and.c: New file.
28776         * lib/unictype/categ_and_not.c: New file.
28777         * lib/unictype/categ_byname.c: New file.
28778         * lib/unictype/categ_name.c: New file.
28779         * lib/unictype/categ_none.c: New file.
28780         * lib/unictype/categ_of.c: New file.
28781         * lib/unictype/categ_or.c: New file.
28782         * lib/unictype/categ_test.c: New file.
28783         * lib/unictype/combining.c: New file.
28784         * lib/unictype/ctype_alnum.c: New file.
28785         * lib/unictype/ctype_alpha.c: New file.
28786         * lib/unictype/ctype_blank.c: New file.
28787         * lib/unictype/ctype_cntrl.c: New file.
28788         * lib/unictype/ctype_digit.c: New file.
28789         * lib/unictype/ctype_graph.c: New file.
28790         * lib/unictype/ctype_lower.c: New file.
28791         * lib/unictype/ctype_print.c: New file.
28792         * lib/unictype/ctype_punct.c: New file.
28793         * lib/unictype/ctype_space.c: New file.
28794         * lib/unictype/ctype_upper.c: New file.
28795         * lib/unictype/ctype_xdigit.c: New file.
28796         * lib/unictype/decdigit.c: New file.
28797         * lib/unictype/digit.c: New file.
28798         * lib/unictype/identsyntaxmap.h: New file.
28799         * lib/unictype/mirror.c: New file.
28800         * lib/unictype/numeric.c: New file.
28801         * lib/unictype/pr_alphabetic.c: New file.
28802         * lib/unictype/pr_ascii_hex_digit.c: New file.
28803         * lib/unictype/pr_bidi_arabic_digit.c: New file.
28804         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
28805         * lib/unictype/pr_bidi_block_separator.c: New file.
28806         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
28807         * lib/unictype/pr_bidi_common_separator.c: New file.
28808         * lib/unictype/pr_bidi_control.c: New file.
28809         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
28810         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
28811         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
28812         * lib/unictype/pr_bidi_european_digit.c: New file.
28813         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
28814         * lib/unictype/pr_bidi_left_to_right.c: New file.
28815         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
28816         * lib/unictype/pr_bidi_other_neutral.c: New file.
28817         * lib/unictype/pr_bidi_pdf.c: New file.
28818         * lib/unictype/pr_bidi_segment_separator.c: New file.
28819         * lib/unictype/pr_bidi_whitespace.c: New file.
28820         * lib/unictype/pr_byname.c: New file.
28821         * lib/unictype/pr_byname.gperf: New file.
28822         * lib/unictype/pr_combining.c: New file.
28823         * lib/unictype/pr_composite.c: New file.
28824         * lib/unictype/pr_currency_symbol.c: New file.
28825         * lib/unictype/pr_dash.c: New file.
28826         * lib/unictype/pr_decimal_digit.c: New file.
28827         * lib/unictype/pr_default_ignorable_code_point.c: New file.
28828         * lib/unictype/pr_deprecated.c: New file.
28829         * lib/unictype/pr_diacritic.c: New file.
28830         * lib/unictype/pr_extender.c: New file.
28831         * lib/unictype/pr_format_control.c: New file.
28832         * lib/unictype/pr_grapheme_base.c: New file.
28833         * lib/unictype/pr_grapheme_extend.c: New file.
28834         * lib/unictype/pr_grapheme_link.c: New file.
28835         * lib/unictype/pr_hex_digit.c: New file.
28836         * lib/unictype/pr_hyphen.c: New file.
28837         * lib/unictype/pr_id_continue.c: New file.
28838         * lib/unictype/pr_id_start.c: New file.
28839         * lib/unictype/pr_ideographic.c: New file.
28840         * lib/unictype/pr_ids_binary_operator.c: New file.
28841         * lib/unictype/pr_ids_trinary_operator.c: New file.
28842         * lib/unictype/pr_ignorable_control.c: New file.
28843         * lib/unictype/pr_iso_control.c: New file.
28844         * lib/unictype/pr_join_control.c: New file.
28845         * lib/unictype/pr_left_of_pair.c: New file.
28846         * lib/unictype/pr_line_separator.c: New file.
28847         * lib/unictype/pr_logical_order_exception.c: New file.
28848         * lib/unictype/pr_lowercase.c: New file.
28849         * lib/unictype/pr_math.c: New file.
28850         * lib/unictype/pr_non_break.c: New file.
28851         * lib/unictype/pr_not_a_character.c: New file.
28852         * lib/unictype/pr_numeric.c: New file.
28853         * lib/unictype/pr_other_alphabetic.c: New file.
28854         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
28855         * lib/unictype/pr_other_grapheme_extend.c: New file.
28856         * lib/unictype/pr_other_id_continue.c: New file.
28857         * lib/unictype/pr_other_id_start.c: New file.
28858         * lib/unictype/pr_other_lowercase.c: New file.
28859         * lib/unictype/pr_other_math.c: New file.
28860         * lib/unictype/pr_other_uppercase.c: New file.
28861         * lib/unictype/pr_paired_punctuation.c: New file.
28862         * lib/unictype/pr_paragraph_separator.c: New file.
28863         * lib/unictype/pr_pattern_syntax.c: New file.
28864         * lib/unictype/pr_pattern_white_space.c: New file.
28865         * lib/unictype/pr_private_use.c: New file.
28866         * lib/unictype/pr_punctuation.c: New file.
28867         * lib/unictype/pr_quotation_mark.c: New file.
28868         * lib/unictype/pr_radical.c: New file.
28869         * lib/unictype/pr_sentence_terminal.c: New file.
28870         * lib/unictype/pr_soft_dotted.c: New file.
28871         * lib/unictype/pr_space.c: New file.
28872         * lib/unictype/pr_terminal_punctuation.c: New file.
28873         * lib/unictype/pr_test.c: New file.
28874         * lib/unictype/pr_titlecase.c: New file.
28875         * lib/unictype/pr_unassigned_code_value.c: New file.
28876         * lib/unictype/pr_unified_ideograph.c: New file.
28877         * lib/unictype/pr_uppercase.c: New file.
28878         * lib/unictype/pr_variation_selector.c: New file.
28879         * lib/unictype/pr_white_space.c: New file.
28880         * lib/unictype/pr_xid_continue.c: New file.
28881         * lib/unictype/pr_xid_start.c: New file.
28882         * lib/unictype/pr_zero_width.c: New file.
28883         * lib/unictype/scripts.c: New file.
28884         * lib/unictype/sy_c_ident.c: New file.
28885         * lib/unictype/sy_c_whitespace.c: New file.
28886         * lib/unictype/sy_java_ident.c: New file.
28887         * lib/unictype/sy_java_whitespace.c: New file.
28888
28889         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
28890         Unicode 5.0.0.
28891         * lib/unictype/blocks.h: Likewise.
28892         * lib/unictype/categ_C.h: Likewise.
28893         * lib/unictype/categ_Cc.h: Likewise.
28894         * lib/unictype/categ_Cf.h: Likewise.
28895         * lib/unictype/categ_Cn.h: Likewise.
28896         * lib/unictype/categ_Co.h: Likewise.
28897         * lib/unictype/categ_Cs.h: Likewise.
28898         * lib/unictype/categ_L.h: Likewise.
28899         * lib/unictype/categ_Ll.h: Likewise.
28900         * lib/unictype/categ_Lm.h: Likewise.
28901         * lib/unictype/categ_Lo.h: Likewise.
28902         * lib/unictype/categ_Lt.h: Likewise.
28903         * lib/unictype/categ_Lu.h: Likewise.
28904         * lib/unictype/categ_M.h: Likewise.
28905         * lib/unictype/categ_Mc.h: Likewise.
28906         * lib/unictype/categ_Me.h: Likewise.
28907         * lib/unictype/categ_Mn.h: Likewise.
28908         * lib/unictype/categ_N.h: Likewise.
28909         * lib/unictype/categ_Nd.h: Likewise.
28910         * lib/unictype/categ_Nl.h: Likewise.
28911         * lib/unictype/categ_No.h: Likewise.
28912         * lib/unictype/categ_P.h: Likewise.
28913         * lib/unictype/categ_Pc.h: Likewise.
28914         * lib/unictype/categ_Pd.h: Likewise.
28915         * lib/unictype/categ_Pe.h: Likewise.
28916         * lib/unictype/categ_Pf.h: Likewise.
28917         * lib/unictype/categ_Pi.h: Likewise.
28918         * lib/unictype/categ_Po.h: Likewise.
28919         * lib/unictype/categ_Ps.h: Likewise.
28920         * lib/unictype/categ_S.h: Likewise.
28921         * lib/unictype/categ_Sc.h: Likewise.
28922         * lib/unictype/categ_Sk.h: Likewise.
28923         * lib/unictype/categ_Sm.h: Likewise.
28924         * lib/unictype/categ_So.h: Likewise.
28925         * lib/unictype/categ_Z.h: Likewise.
28926         * lib/unictype/categ_Zl.h: Likewise.
28927         * lib/unictype/categ_Zp.h: Likewise.
28928         * lib/unictype/categ_Zs.h: Likewise.
28929         * lib/unictype/categ_of.h: Likewise.
28930         * lib/unictype/combining.h: Likewise.
28931         * lib/unictype/ctype_alnum.h: Likewise.
28932         * lib/unictype/ctype_alpha.h: Likewise.
28933         * lib/unictype/ctype_blank.h: Likewise.
28934         * lib/unictype/ctype_cntrl.h: Likewise.
28935         * lib/unictype/ctype_digit.h: Likewise.
28936         * lib/unictype/ctype_graph.h: Likewise.
28937         * lib/unictype/ctype_lower.h: Likewise.
28938         * lib/unictype/ctype_print.h: Likewise.
28939         * lib/unictype/ctype_punct.h: Likewise.
28940         * lib/unictype/ctype_space.h: Likewise.
28941         * lib/unictype/ctype_upper.h: Likewise.
28942         * lib/unictype/ctype_xdigit.h: Likewise.
28943         * lib/unictype/decdigit.h: Likewise.
28944         * lib/unictype/digit.h: Likewise.
28945         * lib/unictype/mirror.h: Likewise.
28946         * lib/unictype/numeric.h: Likewise.
28947         * lib/unictype/pr_alphabetic.h: Likewise.
28948         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
28949         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
28950         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
28951         * lib/unictype/pr_bidi_block_separator.h: Likewise.
28952         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
28953         * lib/unictype/pr_bidi_common_separator.h: Likewise.
28954         * lib/unictype/pr_bidi_control.h: Likewise.
28955         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
28956         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
28957         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
28958         * lib/unictype/pr_bidi_european_digit.h: Likewise.
28959         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
28960         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
28961         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
28962         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
28963         * lib/unictype/pr_bidi_pdf.h: Likewise.
28964         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
28965         * lib/unictype/pr_bidi_whitespace.h: Likewise.
28966         * lib/unictype/pr_combining.h: Likewise.
28967         * lib/unictype/pr_composite.h: Likewise.
28968         * lib/unictype/pr_currency_symbol.h: Likewise.
28969         * lib/unictype/pr_dash.h: Likewise.
28970         * lib/unictype/pr_decimal_digit.h: Likewise.
28971         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
28972         * lib/unictype/pr_deprecated.h: Likewise.
28973         * lib/unictype/pr_diacritic.h: Likewise.
28974         * lib/unictype/pr_extender.h: Likewise.
28975         * lib/unictype/pr_format_control.h: Likewise.
28976         * lib/unictype/pr_grapheme_base.h: Likewise.
28977         * lib/unictype/pr_grapheme_extend.h: Likewise.
28978         * lib/unictype/pr_grapheme_link.h: Likewise.
28979         * lib/unictype/pr_hex_digit.h: Likewise.
28980         * lib/unictype/pr_hyphen.h: Likewise.
28981         * lib/unictype/pr_id_continue.h: Likewise.
28982         * lib/unictype/pr_id_start.h: Likewise.
28983         * lib/unictype/pr_ideographic.h: Likewise.
28984         * lib/unictype/pr_ids_binary_operator.h: Likewise.
28985         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
28986         * lib/unictype/pr_ignorable_control.h: Likewise.
28987         * lib/unictype/pr_iso_control.h: Likewise.
28988         * lib/unictype/pr_join_control.h: Likewise.
28989         * lib/unictype/pr_left_of_pair.h: Likewise.
28990         * lib/unictype/pr_line_separator.h: Likewise.
28991         * lib/unictype/pr_logical_order_exception.h: Likewise.
28992         * lib/unictype/pr_lowercase.h: Likewise.
28993         * lib/unictype/pr_math.h: Likewise.
28994         * lib/unictype/pr_non_break.h: Likewise.
28995         * lib/unictype/pr_not_a_character.h: Likewise.
28996         * lib/unictype/pr_numeric.h: Likewise.
28997         * lib/unictype/pr_other_alphabetic.h: Likewise.
28998         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
28999         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
29000         * lib/unictype/pr_other_id_continue.h: Likewise.
29001         * lib/unictype/pr_other_id_start.h: Likewise.
29002         * lib/unictype/pr_other_lowercase.h: Likewise.
29003         * lib/unictype/pr_other_math.h: Likewise.
29004         * lib/unictype/pr_other_uppercase.h: Likewise.
29005         * lib/unictype/pr_paired_punctuation.h: Likewise.
29006         * lib/unictype/pr_paragraph_separator.h: Likewise.
29007         * lib/unictype/pr_pattern_syntax.h: Likewise.
29008         * lib/unictype/pr_pattern_white_space.h: Likewise.
29009         * lib/unictype/pr_private_use.h: Likewise.
29010         * lib/unictype/pr_punctuation.h: Likewise.
29011         * lib/unictype/pr_quotation_mark.h: Likewise.
29012         * lib/unictype/pr_radical.h: Likewise.
29013         * lib/unictype/pr_sentence_terminal.h: Likewise.
29014         * lib/unictype/pr_soft_dotted.h: Likewise.
29015         * lib/unictype/pr_space.h: Likewise.
29016         * lib/unictype/pr_terminal_punctuation.h: Likewise.
29017         * lib/unictype/pr_titlecase.h: Likewise.
29018         * lib/unictype/pr_unassigned_code_value.h: Likewise.
29019         * lib/unictype/pr_unified_ideograph.h: Likewise.
29020         * lib/unictype/pr_uppercase.h: Likewise.
29021         * lib/unictype/pr_variation_selector.h: Likewise.
29022         * lib/unictype/pr_white_space.h: Likewise.
29023         * lib/unictype/pr_xid_continue.h: Likewise.
29024         * lib/unictype/pr_xid_start.h: Likewise.
29025         * lib/unictype/pr_zero_width.h: Likewise.
29026         * lib/unictype/scripts.h: Likewise.
29027         * lib/unictype/scripts_byname.gperf: Likewise.
29028         * lib/unictype/sy_c_ident.h: Likewise.
29029         * lib/unictype/sy_c_whitespace.h: Likewise.
29030         * lib/unictype/sy_java_ident.h: Likewise.
29031         * lib/unictype/sy_java_whitespace.h: Likewise.
29032
29033         * lib/unictype/Makefile: New file.
29034         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
29035         glibc.
29036         * lib/unictype/3level.h: New file, copied from glibc.
29037         * lib/unictype/3levelbit.h: New file.
29038
29039 2007-11-11  Bruno Haible  <bruno@clisp.org>
29040
29041         * modules/gperf: New file.
29042         * modules/iconv_open (Depends-on): Add it.
29043         (Makefile.am): Remove the GPERF definition.
29044
29045 2007-11-11  Bruno Haible  <bruno@clisp.org>
29046
29047         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
29048         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
29049
29050 2007-11-11  Bruno Haible  <bruno@clisp.org>
29051
29052         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
29053         (usage): Remove function.
29054
29055 2007-11-11  Bruno Haible  <bruno@clisp.org>
29056
29057         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
29058         gl_FUNC_CEILF_LIBS.
29059         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
29060         gl_FUNC_CEIL_LIBS.
29061         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
29062         gl_FUNC_CEILL_LIBS.
29063         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
29064         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
29065         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
29066
29067 2007-11-11  Bruno Haible  <bruno@clisp.org>
29068
29069         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
29070         roundf were declared but do not exist on functions.
29071         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
29072         roundl were declared but do not exist on functions.
29073         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
29074         HAVE_FLOORL_AND_CEILL, respectively.
29075         Needed for Sun C on Solaris 10.
29076
29077 2007-11-11  Bruno Haible  <bruno@clisp.org>
29078
29079         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
29080         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
29081         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
29082         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
29083         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
29084         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
29085         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
29086         HAVE_DECL_ROUNDF.
29087         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
29088         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
29089         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
29090         of HAVE_DECL_ROUND*.
29091         * modules/math (Makefile.am): Update.
29092
29093 2007-11-10  Bruno Haible  <bruno@clisp.org>
29094
29095         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
29096         ptrdiff_t as m4/intl.m4.
29097
29098 2007-11-10  Jim Meyering  <meyering@redhat.com>
29099
29100         Avoid link failure for the argmatch test.
29101         * tests/test-argmatch.c (usage): Define function to avoid a link
29102         failure: argmatch_die requires a usage function.
29103
29104 2007-11-09  Bruno Haible  <bruno@clisp.org>
29105
29106         * doc/functions/snprintf.texi: Mention BeOS deficiency.
29107         * doc/functions/vsnprintf.texi: Likewise.
29108         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
29109         with a size argument < 2.
29110
29111 2007-11-09  Bruno Haible  <bruno@clisp.org>
29112
29113         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
29114         buffer. Fixes an inefficiency introduced on 2007-11-03.
29115
29116 2007-11-09  Bruno Haible  <bruno@clisp.org>
29117
29118         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
29119         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
29120
29121 2007-11-08  Jim Meyering  <meyering@redhat.com>
29122
29123         Change cache variable name prefix "jm_" to "gl_" everywhere.
29124         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
29125         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
29126         * m4/uptime.m4: s/gl_/jm_/
29127
29128 2007-11-07  Bruno Haible  <bruno@clisp.org>
29129
29130         Update to GNU gettext 0.17.
29131         * m4/intl.m4: Update to GNU gettext 0.17.
29132         * m4/po.m4: Likewise.
29133         * modules/gettext (Files): Remove m4/ulonglong.m4.
29134         (configure.ac): Require gettext infrastructure from version 0.17.
29135
29136 2007-11-06  Bruno Haible  <bruno@clisp.org>
29137
29138         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
29139         symbolic values are not defined in a public header.
29140         * lib/freadable.c (freadable) [QNX]: Likewise.
29141         * lib/freadahead.c (freadahead) [QNX]: Likewise.
29142         * lib/freading.c (freading) [QNX]: Likewise.
29143         * lib/fseterr.c (fseterr) [QNX]: Likewise.
29144         * lib/fwritable.c (fwritable) [QNX]: Likewise.
29145         * lib/fwriting.c (fwriting) [QNX]: Likewise.
29146         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
29147         Reported by Alain Magloire.
29148
29149         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
29150
29151 2007-11-05  Bruno Haible  <bruno@clisp.org>
29152
29153         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
29154         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
29155         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
29156         Reported by Eric Blake.
29157
29158 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29159             Bruno Haible  <bruno@clisp.org>
29160
29161         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
29162         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
29163         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
29164         (malloc): Undefine also before including <stdlib.h>.
29165         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
29166         Needed on OSF/1 4.0.
29167
29168 2007-11-05  Jim Meyering  <meyering@redhat.com>
29169
29170         git-version-gen: sync from coreutils.
29171         * build-aux/git-version-gen: Add comments.
29172         Change the first '-' to '.' in the snapshot version string,
29173         e.g., 6.9-377-08144 -> 6.9.377-08144
29174         Remove first parameter.
29175         Don't declare a version "-dirty" merely because a time
29176         stamp has changed.
29177
29178 2007-11-04  Bruno Haible  <bruno@clisp.org>
29179
29180         * lib/lock.h: Protect all macro definitions containing an 'if'
29181         statement through a "do { ... } while (0)".
29182         * lib/tls.h: Likewise.
29183
29184 2007-11-04  Bruno Haible  <bruno@clisp.org>
29185
29186         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
29187
29188 2007-11-04  Bruno Haible  <bruno@clisp.org>
29189
29190         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
29191         * modules/fprintf-posix (Depends-on): Add nocrash.
29192         * modules/snprintf-posix (Depends-on): Likewise.
29193         * modules/sprintf-posix (Depends-on): Likewise.
29194         * modules/vasnprintf-posix (Depends-on): Likewise.
29195         * modules/vasprintf-posix (Depends-on): Likewise.
29196         * modules/vfprintf-posix (Depends-on): Likewise.
29197         * modules/vsnprintf-posix (Depends-on): Likewise.
29198         * modules/vsprintf-posix (Depends-on): Likewise.
29199         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
29200         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
29201         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
29202         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
29203         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
29204         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
29205         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
29206
29207 2007-11-04  Bruno Haible  <bruno@clisp.org>
29208
29209         * modules/nocrash: New file.
29210         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
29211         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
29212
29213 2007-11-04  Bruno Haible  <bruno@clisp.org>
29214
29215         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
29216         precision handling.
29217         * tests/test-vasprintf-posix.c (test_function): Likewise.
29218         * tests/test-snprintf-posix.h (test_function): Likewise.
29219         * tests/test-sprintf-posix.h (test_function): Likewise.
29220
29221         Fix *printf behaviour for large precisions on mingw and BeOS.
29222         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
29223         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
29224         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
29225         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29226         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29227         gl_PRINTF_PRECISION and test its result. Invoke
29228         gl_PREREQ_VASNPRINTF_PRECISION.
29229         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29230         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29231         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29232         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29233         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29234         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29235         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29236         * doc/functions/fprintf.texi: Update.
29237         * doc/functions/printf.texi: Update.
29238         * doc/functions/snprintf.texi: Update.
29239         * doc/functions/sprintf.texi: Update.
29240         * doc/functions/vfprintf.texi: Update.
29241         * doc/functions/vprintf.texi: Update.
29242         * doc/functions/vsnprintf.texi: Update.
29243         * doc/functions/vsprintf.texi: Update.
29244
29245 2007-11-04  Bruno Haible  <bruno@clisp.org>
29246
29247         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
29248
29249 2007-11-04  Bruno Haible  <bruno@clisp.org>
29250
29251         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
29252         Reported by Sylvain Beucler <beuc@gnu.org>.
29253
29254 2007-11-03  Bruno Haible  <bruno@clisp.org>
29255
29256         * tests/test-fprintf-posix2.sh: New file.
29257         * tests/test-fprintf-posix2.c: New file.
29258         * modules/fprintf-posix-tests (Files): Add them.
29259         (TESTS): Add test-fprintf-posix2.sh.
29260         (configure.ac): Check for getrlimit and setrlimit.
29261         (check_PROGRAMS): Add test-fprintf-posix2.
29262
29263         * tests/test-printf-posix2.sh: New file.
29264         * tests/test-printf-posix2.c: New file.
29265         * modules/printf-posix-tests (Files): Add them.
29266         (TESTS): Add test-printf-posix2.sh.
29267         (configure.ac): Check for getrlimit and setrlimit.
29268         (check_PROGRAMS): Add test-printf-posix2.
29269
29270         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
29271         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
29272         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
29273         (decode_double): New function, copied from decode_long_double.
29274         (scale10_round_decimal_decoded): New function, extracted from
29275         scale10_round_decimal_long_double.
29276         (scale10_round_decimal_long_double): Use it.
29277         (scale10_round_decimal_double): New function.
29278         (floorlog10): New function.
29279         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
29280         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
29281         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29282         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29283         gl_PRINTF_ENOMEM and test its result. Invoke
29284         gl_PREREQ_VASNPRINTF_ENOMEM.
29285         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29286         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29287         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29288         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29289         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29290         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29291         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29292         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
29293         * modules/snprintf-posix (Depends-on): Likewise.
29294         * modules/sprintf-posix (Depends-on): Likewise.
29295         * modules/vasnprintf-posix (Depends-on): Likewise.
29296         * modules/vasprintf-posix (Depends-on): Likewise.
29297         * modules/vfprintf-posix (Depends-on): Likewise.
29298         * modules/vsnprintf-posix (Depends-on): Likewise.
29299         * modules/vsprintf-posix (Depends-on): Likewise.
29300         * doc/functions/fprintf.texi: Update.
29301         * doc/functions/printf.texi: Update.
29302         * doc/functions/snprintf.texi: Update.
29303         * doc/functions/sprintf.texi: Update.
29304         * doc/functions/vfprintf.texi: Update.
29305         * doc/functions/vprintf.texi: Update.
29306         * doc/functions/vsnprintf.texi: Update.
29307         * doc/functions/vsprintf.texi: Update.
29308
29309 2007-11-03  Bruno Haible  <bruno@clisp.org>
29310
29311         * modules/frexp-nolibm-tests: New file.
29312
29313         * modules/frexp-nolibm: New file.
29314         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
29315
29316 2007-11-03  Bruno Haible  <bruno@clisp.org>
29317
29318         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
29319         value is C99 compliant.
29320         Needed for OSF/1 5.1.
29321
29322 2007-11-03  Bruno Haible  <bruno@clisp.org>
29323
29324         Fix out-of-memory handling of vasnprintf.
29325         * lib/printf-parse.c: Include <errno.h>.
29326         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
29327         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
29328         is already set.
29329
29330 2007-11-02  Eric Blake  <ebb9@byu.net>
29331
29332         Fix tests on cygwin.
29333         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
29334
29335 2007-11-01  Bruno Haible  <bruno@clisp.org>
29336
29337         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
29338         warning.
29339         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
29340         needed for POSIX compatibility.
29341
29342 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
29343
29344         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
29345         for compatibility with GNU.
29346
29347 2007-11-01  Bruno Haible  <bruno@clisp.org>
29348
29349         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
29350         (putenv): Renamed from rpl_putenv. Change argument type from
29351         'const char *' to 'char *'.
29352         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
29353         of defining putenv in config.h, just set REPLACE_PUTENV.
29354         * modules/putenv (Depends-on): Add stdlib.
29355         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
29356         (Include): Use <stdlib.h>.
29357         * lib/stdlib.in.h (putenv): New declaration.
29358         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
29359         REPLACE_PUTENV.
29360         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
29361         REPLACE_PUTENV.
29362         Needed for MacOS X 10.5.0.
29363         Reported by Peter O'Gorman <peter@pogma.com>.
29364
29365 2007-11-01  Jim Meyering  <meyering@redhat.com>
29366
29367         Treat an empty date string exactly like "0".
29368         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
29369         if the remaining date string (to be parsed) is empty, use "0".
29370         Reported by Mischa Molhoek and discussed in this thread:
29371         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
29372
29373 2007-10-31  Bruno Haible  <bruno@clisp.org>
29374
29375         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
29376         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
29377         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
29378         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
29379         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
29380         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
29381
29382 2007-10-31  Bruno Haible  <bruno@clisp.org>
29383
29384         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
29385         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
29386         (AC_TYPE_LONG_LONG_INT): Use it.
29387         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
29388         it as well.
29389         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
29390         to m4/longlong.m4.
29391         * modules/stdint (Files): Remove m4/ulonglong.m4.
29392         * modules/strtoull (Files): Use m4/longlong.m4 instead of
29393         m4/ulonglong.m4.
29394         * modules/strtoumax (Files): Likewise.
29395
29396 2007-10-30  Bruno Haible  <bruno@clisp.org>
29397
29398         * modules/xvasprintf-posix: New file.
29399         Suggested by Eric Blake.
29400
29401 2007-10-30  Bruno Haible  <bruno@clisp.org>
29402
29403         * modules/xprintf-posix-tests: New file.
29404         * tests/test-xprintf-posix.sh: New file.
29405         * tests/test-xprintf-posix.c: New file.
29406         * tests/test-xfprintf-posix.c: New file.
29407
29408         * modules/xprintf-posix: New file.
29409
29410 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29411
29412         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
29413         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
29414         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
29415
29416 2007-10-29  Bruno Haible  <bruno@clisp.org>
29417
29418         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
29419         contain the special marker '_cv_'.
29420         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
29421         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
29422         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
29423         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
29424         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
29425         Reported by Ralf Wildenhues.
29426
29427 2007-10-29  Bruno Haible  <bruno@clisp.org>
29428
29429         * gnulib-tool (func_import): When --lgpl is not specified, set
29430         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
29431         GPLv3.
29432         Reported by Simon Josefsson.
29433
29434 2007-10-28  Bruno Haible  <bruno@clisp.org>
29435
29436         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
29437         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
29438         HAVE_DECL_ISFINITE.
29439         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
29440         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
29441         HAVE_DECL_ISFINITE.
29442
29443 2007-10-28  Bruno Haible  <bruno@clisp.org>
29444
29445         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
29446         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
29447
29448 2007-10-28  Bruno Haible  <bruno@clisp.org>
29449
29450         Fix link errors with Sun C 5.0 on Solaris 10.
29451         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
29452         function is declared but not present in the compiler's libm.
29453         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
29454         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
29455         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
29456         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
29457         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
29458         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
29459         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
29460         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
29461         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
29462         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
29463         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
29464         HAVE_DECL_FLOORL.
29465
29466 2007-10-28  Bruno Haible  <bruno@clisp.org>
29467
29468         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
29469         gl_FUNC_FLOORL. Cache the result.
29470         (gl_FUNC_FLOORL): Use it.
29471         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
29472         gl_FUNC_CEILL. Cache the result.
29473         (gl_FUNC_CEILL): Use it.
29474
29475         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
29476         gl_FUNC_FLOOR. Cache the result.
29477         (gl_FUNC_FLOOR): Use it.
29478         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
29479         gl_FUNC_CEIL. Cache the result.
29480         (gl_FUNC_CEIL): Use it.
29481
29482         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
29483         gl_FUNC_FLOORF. Cache the result.
29484         (gl_FUNC_FLOORF): Use it.
29485         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
29486         gl_FUNC_CEILF. Cache the result.
29487         (gl_FUNC_CEILF): Use it.
29488
29489 2007-10-28  Bruno Haible  <bruno@clisp.org>
29490
29491         * gnulib-tool: Allow specifying the LGPL version number through
29492         --lgpl=2 or --lgpl=3.
29493         (func_usage): Document --lgpl with argument.
29494         Handle --lgpl=... arguments.
29495         (func_import): Recognize also gl_LGPL calls with an argument. When
29496         --lgpl=2 is used and the module's license is just LGPL, report an
29497         error. Set sed_transform_lib_file according to the lgpl variable. In
29498         the generated files, use --lgpl or gl_LGPL invocations with argument,
29499         if necessary.
29500         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
29501         an LGPv2+ license.
29502         * doc/gnulib-tool.texi (Modified imports): Update explanation of
29503         gl_LGPL macro.
29504
29505 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29506             Bruno Haible  <bruno@clisp.org>
29507
29508         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
29509         (u16_uctomb_aux): Likewise.
29510         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
29511         !HAVE_INLINE.
29512         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
29513
29514 2007-10-28  Bruno Haible  <bruno@clisp.org>
29515
29516         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
29517         Invoke AM_GETTEXT_OPTION if it exists.
29518         * modules/vasprintf: Likewise.
29519         * modules/verror: Likewise.
29520         * modules/xprintf: Likewise.
29521         * modules/xvasprintf: Likewise.
29522
29523 2007-10-27  Ben Pfaff  <blp@gnu.org>
29524
29525         * lib/math.in.h: Define isfinite macro and prototypes for
29526         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
29527         implementations.
29528         * m4/math_h.m4: New substitutions for isfinite module.
29529         * lib/isfinite.c: New file.
29530         * m4/isfinite.m4: New file.
29531         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
29532         * modules/isfinite: New file.
29533         * modules/isfinite-tests: New file.
29534         * tests/tests-isfinite.c: New file.
29535         * doc/functions/isfinite.texi: Mention isfinite module.
29536         * MODULES.html.sh: Mention new module.
29537
29538 2007-10-27  Ben Pfaff  <blp@gnu.org>
29539
29540         Ralf Wildenhues reported that Tru64 4.0D declares the round
29541         functions but does not have definitions.
29542         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
29543         cannot be found in any library, set the output variable to
29544         "missing" instead of "".
29545         * m4/round.m4: Also use our substitute if we cannot find round in
29546         any library, even if it is declared.
29547         * m4/roundf.m4: Likewise for roundf.
29548         * m4/roundl.m4: Likewise for roundl.
29549         * lib/math.in.h: Undefine roundf, round, roundl before defining
29550         their replacements, to allow for hypothetical systems where these
29551         may be defined as macros but not available in libraries.
29552
29553 2007-10-27  Bruno Haible  <bruno@clisp.org>
29554
29555         * doc/gnulib.texi: Invoke @firstparagraphindent.
29556         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
29557         changes in gnulib.
29558         (Source changes): New section.
29559
29560 2007-10-26  Bruno Haible  <bruno@clisp.org>
29561
29562         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
29563         borrowed from autoconf.
29564
29565 2007-10-26  Bruno Haible  <bruno@clisp.org>
29566
29567         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
29568         strerror returned the empty string. Needed on HP-UX 11.00.
29569
29570 2007-10-24  Micah Cowan  <micah@cowan.name>
29571
29572         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
29573         * build-aux/bootstrap: Remove support for now-unnecessary option,
29574         --cvs-user, and envvars CVS_USER, CVS_RSH.
29575
29576 2007-10-24  Jim Meyering  <meyering@redhat.com>
29577
29578         Avoid diagnostics from sha1sum when there is no cached checksum.
29579         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
29580         if the po.s1 file hasn't been created yet.
29581
29582         * build-aux/bootstrap: Sync from coreutils:
29583         2007-10-24  Jim Meyering  <meyering@redhat.com>
29584         Get gnulib from the git repository, not from an obsolete cvs one.
29585         * build-aux/bootstrap: Suggestion from Micah Cowan.
29586         2007-10-04  Jim Meyering  <jim@meyering.net>
29587         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
29588         (update_po_files): Work also when there are no .po files in po/.
29589
29590 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
29591
29592         * README: Append ".git" to git and cg examples.
29593         Problem reported by Benoit Sigoure.
29594
29595 2007-10-23  Micah Cowan  <micah@cowan.name>
29596
29597         * users.txt: Add wget.
29598
29599 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29600
29601         Fix linking of some unistdio tests on FreeBSD.
29602         * modules/unistdio/u16-vsnprintf-tests
29603         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
29604         * modules/unistdio/u16-vsprintf-tests
29605         (test_u16_vsnprintf1_LDADD): Likewise.
29606         * modules/unistdio/u32-vsnprintf-tests
29607         (test_u32_vsnprintf1_LDADD): Likewise.
29608         * modules/unistdio/u32-vsprintf-tests
29609         (test_u32_vsprintf1_LDADD): Likewise.
29610         * modules/unistdio/u8-vsnprintf-tests
29611         (test_u8_vsnprintf1_LDADD): Likewise.
29612         * modules/unistdio/u8-vsprintf-tests
29613         (test_u8_vsprintf1_LDADD): Likewise.
29614         * modules/unistdio/ulc-vsnprintf-tests
29615         (test_ulc_vsnprintf1_LDADD): Likewise.
29616         * modules/unistdio/ulc-vsprintf-tests
29617         (test_ulc_vsprintf1_LDADD): Likewise.
29618
29619         Fix linking of some uniconv tests on FreeBSD.
29620         * modules/uniconv/u16-conv-from-enc-tests
29621         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
29622         * modules/uniconv/u16-conv-to-enc-tests
29623         (test_u16_conv_to_enc_LDADD): Likewise.
29624         * modules/uniconv/u16-strconv-from-enc-tests
29625         (test_u16_strconv_from_enc_LDADD): Likewise.
29626         * modules/uniconv/u16-strconv-to-enc-tests
29627         (test_u16_strconv_to_enc_LDADD): Likewise.
29628         * modules/uniconv/u32-conv-from-enc-tests
29629         (test_u32_conv_from_enc_LDADD): Likewise.
29630         * modules/uniconv/u32-conv-to-enc-tests
29631         (test_u32_conv_to_enc_LDADD): Likewise.
29632         * modules/uniconv/u32-strconv-from-enc-tests
29633         (test_u32_strconv_from_enc_LDADD): Likewise.
29634         * modules/uniconv/u32-strconv-to-enc-tests
29635         (test_u32_strconv_to_enc_LDADD): Likewise.
29636         * modules/uniconv/u8-conv-from-enc-tests
29637         (test_u8_conv_from_enc_LDADD): Likewise.
29638         * modules/uniconv/u8-conv-to-enc-tests
29639         (test_u8_conv_to_enc_LDADD): Likewise.
29640         * modules/uniconv/u8-strconv-from-enc-tests
29641         (test_u8_strconv_from_enc_LDADD): Likewise.
29642         * modules/uniconv/u8-strconv-to-enc-tests
29643         (test_u8_strconv_to_enc_LDADD): Likewise.
29644
29645 2007-10-22  Bruno Haible  <bruno@clisp.org>
29646
29647         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
29648         size.
29649
29650 2007-10-22  Eric Blake  <ebb9@byu.net>
29651
29652         Tweak x*printf documentation.
29653         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
29654         variable name and comments.
29655         Suggested by Bruno Haible.
29656
29657 2007-10-22  Bruno Haible  <bruno@clisp.org>
29658
29659         * lib/acl.c (copy_acl): Fix file name in comment.
29660
29661 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
29662
29663         Fix Tru64 problem with stdbool.h.
29664         * lib/stdbool.in.h (false, true):
29665         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
29666         Don't declare as an enum in this situation; it runs afoul of Tru64.
29667         Problem reported by Steven M. Schweda in
29668         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
29669
29670 2007-10-22  Eric Blake  <ebb9@byu.net>
29671
29672         Also wrap vf?printf.
29673         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
29674         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
29675         (xvprintf, xvfprintf): New functions.
29676
29677 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29678
29679         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
29680         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
29681
29682         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
29683         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
29684
29685 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
29686
29687         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
29688         by Bruno Haible.
29689
29690 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29691
29692         * lib/getloadavg.c
29693         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
29694         Undef `sys' after including sys/table.h, for Tru64 4.0D.
29695
29696         * tests/test-i-ring.c: Work for C89.
29697
29698 2007-10-22  Bruno Haible  <bruno@clisp.org>
29699
29700         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
29701         -1u, in preprocessor expression, so that we don't test for the bug
29702         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
29703         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
29704
29705 2007-10-22  Eric Blake  <ebb9@byu.net>
29706
29707         * tests/test-yesno.sh: Silence stderr during test.
29708
29709 2007-10-22  Simon Josefsson  <simon@josefsson.org>
29710
29711         * modules/crypto/gc-camellia: New file.
29712
29713         * m4/gc-camellia.m4: New file.
29714
29715         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
29716
29717         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
29718
29719 2007-10-22  Simon Josefsson  <simon@josefsson.org>
29720
29721         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
29722         --help to stdout.  Reported by sms@antinode.org (Steven
29723         M. Schweda).
29724
29725 2007-10-22  Simon Josefsson  <simon@josefsson.org>
29726
29727         * users.txt: Fix link to libksba.
29728
29729 2007-10-21  Ben Pfaff  <blp@gnu.org>
29730
29731         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
29732         round.c roundf implementation that depends on floorf and ceilf to
29733         be tested unconditionally.
29734
29735 2007-10-21  Ben Pfaff  <blp@gnu.org>
29736
29737         * m4/check-libm-func.m4: Removed.
29738         * m4/check-math-lib.m4: New file.
29739         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
29740         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
29741         definition and lack of AC_LIBOBJ([roundf]).
29742         * m4/roundl.m4: Ditto, and similarly for roundl.
29743         * modules/round: Reference new m4 file.
29744         * modules/roundf: Ditto.
29745         * modules/roundl: Ditto.
29746         * tests/test-round2.c (main): Use ROUND instead of round.
29747         Bug report from Bruno Haible.
29748
29749 2007-10-21  Bruno Haible  <bruno@clisp.org>
29750
29751         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
29752         context.
29753
29754 2007-10-21  Bruno Haible  <bruno@clisp.org>
29755
29756         * tests/test-wcwidth.c (main): Allow negative result for some control
29757         characters.
29758
29759         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
29760         Needed on OSF/1 5.1.
29761
29762 2007-10-21  Bruno Haible  <bruno@clisp.org>
29763
29764         * tests/test-floorf1.c: Include isnanf.h.
29765         (main): Use isnanf() instead of isnan().
29766         * tests/test-ceilf1.c: Include isnanf.h.
29767         (main): Use isnanf() instead of isnan().
29768         * tests/test-truncf1.c: Include isnanf.h.
29769         (main): Use isnanf() instead of isnan().
29770         * tests/test-roundf1.c: Include isnanf.h.
29771         (main): Use isnanf() instead of isnan().
29772
29773 2007-10-21  Eric Blake  <ebb9@byu.net>
29774
29775         * users.txt: Update URL for m4.
29776
29777 2007-10-21  Bruno Haible  <bruno@clisp.org>
29778
29779         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
29780
29781 2007-10-21  Bruno Haible  <bruno@clisp.org>
29782
29783         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
29784         Git's management files if the CVS files are not present.
29785
29786 2007-10-20  Bruno Haible  <bruno@clisp.org>
29787
29788         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
29789         gcc-3.4.x.
29790
29791 2007-10-20  Ben Pfaff  <blp@gnu.org>
29792
29793         * lib/math.in.h: Declare round, roundf, roundl if we are providing
29794         implementations.
29795         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
29796         * lib/round.c: New file.
29797         * lib/roundf.c: New file.
29798         * lib/roundl.c: New file.
29799         * m4/round.m4: New file.
29800         * m4/roundf.m4: New file.
29801         * m4/roundl.m4: New file.
29802         * m4/check-libm-func-m4: New file.
29803         * modules/math: Replace round, roundf, roundl related @VARS@ in
29804         math.in.h.
29805         * modules/round: New file.
29806         * modules/round-tests: New file.
29807         * modules/roundf: New file.
29808         * modules/roundf-tests: New file.
29809         * modules/roundl: New file.
29810         * modules/roundl-tests: New file.
29811         * tests/test-round1.c: New file.
29812         * tests/test-round2.c: New file.
29813         * tests/test-roundf1.c: New file.
29814         * tests/test-roundf2.c: New file.
29815         * tests/test-roundl.c: New file.
29816         * doc/functions/round.texi: Mention round module.
29817         * doc/functions/roundf.texi: Mention roundf module.
29818         * doc/functions/roundl.texi: Mention roundl module.
29819         * MODULES.html.sh: Mention new modules.
29820         Thanks to Bruno Haible for suggestions.
29821
29822 2007-10-20  Jim Meyering  <meyering@redhat.com>
29823
29824         * lib/xprintf.c: Include <config.h> unconditionally.
29825
29826         Change xprintf's license to GPL.
29827         * modules/xprintf (License): s/LGPL/GPL/, since this module
29828         depends on modules (exit and exitfail) which are GPL.
29829         Suggestion from Bruno Haible.
29830
29831         xprintf fixes.
29832         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
29833         Use a clearer diagnostic.
29834         Patch from Bruno Haible.
29835
29836 2007-10-20  Bruno Haible  <bruno@clisp.org>
29837
29838         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
29839         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
29840         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29841
29842 2007-10-20  Bruno Haible  <bruno@clisp.org>
29843
29844         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
29845         precision in the comparison result > x - 1 or similar.
29846         * tests/test-ceilf2.c (correct_result_p): Likewise.
29847         * tests/test-truncf2.c (correct_result_p): Likewise.
29848         * tests/test-trunc2.c (correct_result_p): Likewise.
29849         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29850
29851 2007-10-20  Bruno Haible  <bruno@clisp.org>
29852
29853         * modules/ceil: New file.
29854         * m4/ceil.m4: New file.
29855         * doc/functions/ceil.texi: Mention the 'ceil' module.
29856
29857 2007-10-20  Bruno Haible  <bruno@clisp.org>
29858
29859         * modules/floor: New file.
29860         * m4/floor.m4: New file.
29861         * doc/functions/floor.texi: Mention the 'floor' module.
29862
29863 2007-10-20  Bruno Haible  <bruno@clisp.org>
29864
29865         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
29866         of %a.
29867         * modules/floorf-tests (Depends-on): Likewise.
29868         * modules/truncf-tests (Depends-on): Likewise.
29869         * modules/trunc-tests (Depends-on): Likewise.
29870         Reported by Ben Pfaff.
29871
29872 2007-10-19  Jim Meyering  <meyering@redhat.com>
29873
29874         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
29875         Don't bother testing specific errno values.  Just test ferror.
29876
29877         New module: xprintf
29878         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
29879
29880 2007-10-19  Bruno Haible  <bruno@clisp.org>
29881
29882         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
29883         syntax.
29884         * modules/javaexec (Makefile.am): Likewise.
29885         * modules/relocatable-prog (Makefile.am): Likewise.
29886         Suggested by Jim Meyering.
29887
29888 2007-10-18  Bruno Haible  <bruno@clisp.org>
29889
29890         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
29891         Reported by Jim Meyering.
29892
29893 2007-10-18  Eric Blake  <ebb9@byu.net>
29894
29895         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
29896
29897 2007-10-18  Bruno Haible  <bruno@clisp.org>
29898
29899         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
29900         the format string into writable memory. Needed in Fortify conditions.
29901
29902 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
29903             Bruno Haible  <bruno@clisp.org>
29904
29905         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
29906         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
29907         * modules/trim (Depends-on): Add mbchar.
29908         (configure.ac): Add gl_FUNC_MBRTOWC.
29909         (Makefile.am): Augment lib_SOURCES.
29910
29911 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
29912
29913         Modify glob.c to use fstatat and dirfd, to simplify it.
29914         Suggested by Eric Blake.
29915         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
29916         Don't include <stdbool.h>; not used.
29917         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
29918         (link_exists_p): Simplify implementation, since we can now assume
29919         dirfd and fstatat.
29920         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
29921
29922 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29923
29924         * gnulib-tool (func_get_dependencies): Fix sed script to
29925         match only tests.
29926
29927 2007-10-17  Bruno Haible  <bruno@clisp.org>
29928
29929         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
29930         allow locale names without encoding suffix.
29931         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
29932         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
29933
29934 2007-10-16  Bruno Haible  <bruno@clisp.org>
29935
29936         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
29937         * lib/getgroups.c (getgroups): Likewise.
29938         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
29939
29940 2007-10-16  Bruno Haible  <bruno@clisp.org>
29941
29942         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
29943         * modules/malloc-posix (License): Likewise.
29944         * modules/realloc-posix (License): Likewise.
29945         * modules/calloc-posix (License): Likewise.
29946         * modules/intprops (License): Change from GPL to LGPL, with
29947         Paul Eggert's approval.
29948
29949 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
29950
29951         Merge glibc changes into lib/glob.c.
29952
29953         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
29954         2007-10-15 04:59:03 UTC.  Here are the changes:
29955
29956         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
29957
29958         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
29959
29960         * lib/glob.c: Add some branch prediction throughout.
29961
29962         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
29963
29964         [BZ #5103]
29965         * lib/glob.c (glob): Recognize patterns starting \/.
29966
29967         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
29968
29969         [BZ #3996]
29970         * lib/glob.c (attribute_hidden): Define if not defined.
29971         (glob): Unescape dirname, filename or username when needed and not
29972         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
29973         is NULL.  Handle unescaped [ in pattern without closing ].
29974         Don't pass GLOB_CHECK down to recursive glob for directories.
29975         (__glob_pattern_type): New function.
29976         (__glob_pattern_p): Implement using __glob_pattern_type.
29977         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
29978         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
29979         Remove unreachable code.
29980
29981         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
29982
29983         * lib/glob.c (glob_in_dir): Add some comments and asserts to
29984         explain why there are no leaks.
29985
29986         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
29987
29988         [BZ #3253]
29989         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
29990         time, rather allocate increasingly bigger arrays of pointers, if
29991         possible with alloca, if too large with malloc.
29992
29993 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
29994
29995         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
29996         Problem reported by H.Merijn Brand in
29997         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
29998         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
29999         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
30000
30001 2007-10-15  Bruno Haible  <bruno@clisp.org>
30002
30003         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
30004         with explicit rpl_ prefix.
30005         * lib/fopen.c (fopen): Likewise.
30006         * lib/freopen.c (freopen): Likewise.
30007         * lib/iconv.c (iconv): Likewise.
30008         * lib/iconv_close.c (iconv_close): Likewise.
30009
30010 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30011
30012         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
30013
30014 2007-10-15  Bruno Haible  <bruno@clisp.org>
30015
30016         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
30017         <stddef.h> instead of <stdlib.h> since we only need NULL.
30018         Reported by Ben Pfaff <blp@cs.stanford.edu>.
30019
30020 2007-10-15  Bruno Haible  <bruno@clisp.org>
30021
30022         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
30023         Replace paragraph talking about LIBOBJS.
30024         Reported by Colin Watson <cjwatson@debian.org>.
30025
30026 2007-10-15  Bruno Haible  <bruno@clisp.org>
30027
30028         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
30029         <stdlib.h> before using NULL.
30030
30031 2007-10-15  Simon Josefsson  <simon@josefsson.org>
30032
30033         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
30034         Reported by Albert Chin <china@thewrittenword.com>.
30035
30036 2007-10-14  Bruno Haible  <bruno@clisp.org>
30037
30038         * modules/iconv_open-utf-tests: New file.
30039         * tests/test-iconv-utf.c: New file.
30040
30041         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
30042         * modules/iconv_open-utf: New file.
30043         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
30044         (iconv, iconv_close): New declarations.
30045         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
30046         be defined.
30047         (iconv_open): Add special handling of conversion between UTF-8 and
30048         UTF-{16,32}{BE,LE}.
30049         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
30050         * lib/iconv_close.c: New file.
30051         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
30052         gl_FUNC_ICONV_OPEN.
30053         (gl_FUNC_ICONV_OPEN): Use it.
30054         (gl_FUNC_ICONV_OPEN_UTF): New macro.
30055         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
30056         and REPLACE_ICONV_UTF.
30057         * modules/iconv_open (Depends-on): Add c-strcase.
30058         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
30059         ICONV_CONST.
30060         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
30061
30062 2007-10-13  Albert Chin  <china@thewrittenword.com>
30063             Bruno Haible  <bruno@clisp.org>
30064
30065         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
30066         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
30067
30068 2007-10-13  Bruno Haible  <bruno@clisp.org>
30069
30070         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
30071         defined, use the ISO C99 inline semantics.
30072         * lib/argp.h (ARGP_EI): Likewise.
30073
30074 2007-10-13  Bruno Haible  <bruno@clisp.org>
30075
30076         Handle 'inline' change in gcc 4.3.0.
30077         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
30078         argp_fmtstream_write, argp_fmtstream_set_lmargin,
30079         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
30080         argp_fmtstream_point): Disable 'extern' declaration if the function
30081         definition is going to be provided inline.
30082         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
30083         semantics, not the ISO C99 inline semantics.
30084         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
30085         'extern' declaration if the function definition is going to be provided
30086         inline.
30087         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
30088         the GNU C inline semantics, not the ISO C99 inline semantics. With
30089         GCC 4.2, avoid a warning.
30090
30091 2007-10-13  Bruno Haible  <bruno@clisp.org>
30092
30093         * lib/freading.h (freading): Enable the use of __freading for
30094         glibc >= 2.7.
30095         * lib/freading.c (freading): Likewise.
30096
30097 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
30098
30099         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
30100         "warning: C99 inline functions are not supported; using GNU89".
30101
30102 2007-10-12  Bruno Haible  <bruno@clisp.org>
30103
30104         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
30105         of 2.
30106         * tests/test-ceilf2.c: New file.
30107         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
30108
30109         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
30110         * modules/ceilf-tests: Update.
30111
30112 2007-10-12  Bruno Haible  <bruno@clisp.org>
30113
30114         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
30115         of 2.
30116         * tests/test-floorf2.c: New file.
30117         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
30118
30119         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
30120         * modules/floorf-tests: Update.
30121
30122 2007-10-12  Bruno Haible  <bruno@clisp.org>
30123
30124         * tests/test-trunc2.c: New file.
30125         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
30126
30127         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
30128         * modules/trunc-tests: Update.
30129
30130 2007-10-12  Bruno Haible  <bruno@clisp.org>
30131
30132         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
30133         of 2.
30134         * tests/test-truncf2.c: New file.
30135         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
30136
30137         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
30138         * modules/truncf-tests: Update.
30139
30140 2007-10-11  Eric Blake  <ebb9@byu.net>
30141
30142         Don't claim strerror is broken on Interix.
30143         * doc/functions/strerror.texi (strerror): Known broken systems are
30144         now Solaris 8, and not Interix.
30145         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
30146         Interix on cross-compile.
30147         Reported by Martin Koeppe in
30148         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
30149
30150 2007-10-11  Bruno Haible  <bruno@clisp.org>
30151
30152         * modules/i-ring-tests: New file.
30153         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
30154         instead of assert.
30155
30156 2007-10-11  Bruno Haible  <bruno@clisp.org>
30157
30158         * modules/filenamecat-tests: New file.
30159         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
30160         * lib/filenamecat.c: Remove test code.
30161
30162 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
30163
30164         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
30165
30166         * lib/strerror.c: Include <string.h> always, to test interface,
30167         and to remove the need for the dummy.
30168         Include intprops.h to compute width instead of doing it ourselves
30169         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
30170         (strerror): Define it to return NULL if there's no system strerror.
30171         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
30172         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
30173         ancient pre-strerror Unix systems well any more.  Saying "unknown
30174         system error" is enough.
30175         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
30176         simpler strerror.c implementation.
30177         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
30178         Simplify the tests to reflect the simpler strerror implementation.
30179         * modules/strerror (Depends-on): Add intprops.
30180
30181 2007-10-09  Eric Blake  <ebb9@byu.net>
30182
30183         Silence test-fpending.
30184         * modules/fpending-tests (Files): Add wrapper script.
30185         * tests/test-fpending.sh: New file.
30186
30187 2007-10-09  Bruno Haible  <bruno@clisp.org>
30188
30189         * MODULES.html.sh (func_module): Don't create a hyperlink for
30190         function names like 'printf_frexp'.
30191         (Misc): Add crc, memxor.
30192         (Characteristics of floating types): New section.
30193         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
30194         isnanf-nolibm, signbit, trunc, truncf, truncl.
30195         (Enhancements for ISO C 99 functions): New subsection Input/output.
30196         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
30197         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
30198         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
30199         (Compatibility checks for POSIX:2001 functions): Add clock-time.
30200         (Enhancements for POSIX:2001 functions): Add chdir-long.
30201         (File system functions): Add areadlink, chdir-safer, read-file.
30202         Remove cycle-check.
30203         (File system as inode set): New section.
30204         (Date and time): Add gethrxtime.
30205         (Multithreading): Add openmp.
30206         (Internationalization functions): Add localename.
30207         (Unicode string functions): Add unistr/u*-mbsnlen.
30208         (Support for maintaining and releasing projects): Add git-version-gen.
30209         (Lone files): Remove directories.
30210
30211 2007-10-08  Ben Pfaff  <blp@gnu.org>
30212
30213         * lib/xmalloca.h: Fix typo in comment.
30214
30215 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
30216
30217         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
30218         when avoiding problems with integer overflow.  Use a portable test
30219         instead.
30220
30221 2007-10-08  Simon Josefsson  <simon@josefsson.org>
30222
30223         * modules/dummy (License): Change to LGPLv2+.
30224         * modules/float (License): Likewise
30225         * modules/realloc (License): Likewise
30226         * modules/stdlib (License): Likewise
30227
30228 2007-10-07  Bruno Haible  <bruno@clisp.org>
30229
30230         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
30231         * floor.c (TWO_MANT_DIG): Likewise.
30232         * ceil.c (TWO_MANT_DIG): Likewise.
30233         Reported by Ben Pfaff.
30234
30235 2007-10-07  Bruno Haible  <bruno@clisp.org>
30236
30237         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
30238         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
30239         * lib/frexp.c (FUNC): Likewise.
30240         * lib/printf-frexp.h (printf_frexp): Likewise.
30241         * lib/printf-frexpl.h (printf_frexpl): Likewise.
30242         * lib/printf-frexp.c (FUNC): Likewise.
30243         Suggested by Jim Meyering.
30244
30245 2007-10-07  Jim Meyering  <meyering@redhat.com>
30246
30247         Make xnanosleep's integer overflow test more robust.
30248         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
30249         so that gcc-4.3.0 doesn't optimize away this test for overflow.
30250
30251 2007-10-07  Bruno Haible  <bruno@clisp.org>
30252
30253         * NEWS: Mention the license change.
30254
30255         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
30256         abbreviations in the modules files.
30257
30258         Change copyright notice from GPLv2+ to GPLv3+.
30259         * README: Change copyright notice.
30260         * MODULES.html.sh: Likewise.
30261         * build-aux/bootstrap.conf: Likewise.
30262         * build-aux/config.libpath: Likewise.
30263         * build-aux/csharpcomp.sh.in: Likewise.
30264         * build-aux/csharpexec.sh.in: Likewise.
30265         * build-aux/install-reloc: Likewise.
30266         * build-aux/javacomp.sh.in: Likewise.
30267         * build-aux/javaexec.sh.in: Likewise.
30268         * build-aux/ldd.sh.in: Likewise.
30269         * build-aux/reloc-ldflags: Likewise.
30270         * build-aux/relocatable.sh.in: Likewise.
30271         * build-aux/x-to-1.in: Likewise.
30272         * check-module: Likewise.
30273         * config/srclistvars.sh: Likewise.
30274         * gnulib-tool: Likewise.
30275         * lib/acl-internal.h: Likewise.
30276         * lib/acl.c: Likewise.
30277         * lib/acl.h: Likewise.
30278         * lib/acl_entries.c: Likewise.
30279         * lib/areadlink-with-size.c: Likewise.
30280         * lib/areadlink.c: Likewise.
30281         * lib/areadlink.h: Likewise.
30282         * lib/argmatch.c: Likewise.
30283         * lib/argmatch.h: Likewise.
30284         * lib/argp-ba.c: Likewise.
30285         * lib/argp-eexst.c: Likewise.
30286         * lib/argp-fmtstream.c: Likewise.
30287         * lib/argp-fmtstream.h: Likewise.
30288         * lib/argp-fs-xinl.c: Likewise.
30289         * lib/argp-help.c: Likewise.
30290         * lib/argp-namefrob.h: Likewise.
30291         * lib/argp-parse.c: Likewise.
30292         * lib/argp-pin.c: Likewise.
30293         * lib/argp-pv.c: Likewise.
30294         * lib/argp-pvh.c: Likewise.
30295         * lib/argp-xinl.c: Likewise.
30296         * lib/argp.h: Likewise.
30297         * lib/at-func.c: Likewise.
30298         * lib/atanl.c: Likewise.
30299         * lib/backupfile.c: Likewise.
30300         * lib/backupfile.h: Likewise.
30301         * lib/basename.c: Likewise.
30302         * lib/binary-io.h: Likewise.
30303         * lib/byteswap.in.h: Likewise.
30304         * lib/c-stack.c: Likewise.
30305         * lib/c-stack.h: Likewise.
30306         * lib/c-strcasestr.c: Likewise.
30307         * lib/c-strcasestr.h: Likewise.
30308         * lib/c-strstr.c: Likewise.
30309         * lib/c-strstr.h: Likewise.
30310         * lib/c-strtod.c: Likewise.
30311         * lib/calloc.c: Likewise.
30312         * lib/canon-host.c: Likewise.
30313         * lib/canon-host.h: Likewise.
30314         * lib/canonicalize-lgpl.c: Likewise.
30315         * lib/canonicalize.c: Likewise.
30316         * lib/canonicalize.h: Likewise.
30317         * lib/ceil.c: Likewise.
30318         * lib/ceilf.c: Likewise.
30319         * lib/ceill.c: Likewise.
30320         * lib/chdir-long.c: Likewise.
30321         * lib/chdir-long.h: Likewise.
30322         * lib/chdir-safer.c: Likewise.
30323         * lib/chdir-safer.h: Likewise.
30324         * lib/chown.c: Likewise.
30325         * lib/classpath.c: Likewise.
30326         * lib/classpath.h: Likewise.
30327         * lib/clean-temp.c: Likewise.
30328         * lib/clean-temp.h: Likewise.
30329         * lib/cloexec.c: Likewise.
30330         * lib/close-stream.c: Likewise.
30331         * lib/closein.c: Likewise.
30332         * lib/closein.h: Likewise.
30333         * lib/closeout.c: Likewise.
30334         * lib/closeout.h: Likewise.
30335         * lib/concat-filename.c: Likewise.
30336         * lib/copy-file.c: Likewise.
30337         * lib/copy-file.h: Likewise.
30338         * lib/count-one-bits.h: Likewise.
30339         * lib/crc.c: Likewise.
30340         * lib/crc.h: Likewise.
30341         * lib/creat-safer.c: Likewise.
30342         * lib/csharpcomp.c: Likewise.
30343         * lib/csharpcomp.h: Likewise.
30344         * lib/csharpexec.c: Likewise.
30345         * lib/csharpexec.h: Likewise.
30346         * lib/cycle-check.c: Likewise.
30347         * lib/cycle-check.h: Likewise.
30348         * lib/diacrit.c: Likewise.
30349         * lib/diacrit.h: Likewise.
30350         * lib/diffseq.h: Likewise.
30351         * lib/dirchownmod.c: Likewise.
30352         * lib/dirent.in.h: Likewise.
30353         * lib/dirfd.c: Likewise.
30354         * lib/dirfd.h: Likewise.
30355         * lib/dirname.c: Likewise.
30356         * lib/dirname.h: Likewise.
30357         * lib/dummy.c: Likewise.
30358         * lib/dup-safer.c: Likewise.
30359         * lib/dup2.c: Likewise.
30360         * lib/eealloc.h: Likewise.
30361         * lib/error.c: Likewise.
30362         * lib/error.h: Likewise.
30363         * lib/euidaccess.c: Likewise.
30364         * lib/exclude.c: Likewise.
30365         * lib/exclude.h: Likewise.
30366         * lib/execute.c: Likewise.
30367         * lib/execute.h: Likewise.
30368         * lib/exitfail.c: Likewise.
30369         * lib/exitfail.h: Likewise.
30370         * lib/expl.c: Likewise.
30371         * lib/fatal-signal.c: Likewise.
30372         * lib/fatal-signal.h: Likewise.
30373         * lib/fbufmode.c: Likewise.
30374         * lib/fbufmode.h: Likewise.
30375         * lib/fchdir.c: Likewise.
30376         * lib/fchmodat.c: Likewise.
30377         * lib/fchownat.c: Likewise.
30378         * lib/fcntl--.h: Likewise.
30379         * lib/fcntl-safer.h: Likewise.
30380         * lib/fcntl.in.h: Likewise.
30381         * lib/fd-safer.c: Likewise.
30382         * lib/fflush.c: Likewise.
30383         * lib/file-has-acl.c: Likewise.
30384         * lib/file-set.c: Likewise.
30385         * lib/file-type.c: Likewise.
30386         * lib/file-type.h: Likewise.
30387         * lib/fileblocks.c: Likewise.
30388         * lib/filemode.c: Likewise.
30389         * lib/filemode.h: Likewise.
30390         * lib/filename.h: Likewise.
30391         * lib/filenamecat.c: Likewise.
30392         * lib/filenamecat.h: Likewise.
30393         * lib/findprog.c: Likewise.
30394         * lib/findprog.h: Likewise.
30395         * lib/float.in.h: Likewise.
30396         * lib/floor.c: Likewise.
30397         * lib/floorf.c: Likewise.
30398         * lib/floorl.c: Likewise.
30399         * lib/fopen-safer.c: Likewise.
30400         * lib/fopen.c: Likewise.
30401         * lib/fpending.c: Likewise.
30402         * lib/fpending.h: Likewise.
30403         * lib/fprintf.c: Likewise.
30404         * lib/fprintftime.h: Likewise.
30405         * lib/fpucw.h: Likewise.
30406         * lib/fpurge.c: Likewise.
30407         * lib/fpurge.h: Likewise.
30408         * lib/freadable.c: Likewise.
30409         * lib/freadable.h: Likewise.
30410         * lib/freadahead.c: Likewise.
30411         * lib/freadahead.h: Likewise.
30412         * lib/freading.c: Likewise.
30413         * lib/freading.h: Likewise.
30414         * lib/free.c: Likewise.
30415         * lib/freopen.c: Likewise.
30416         * lib/frexp.c: Likewise.
30417         * lib/frexpl.c: Likewise.
30418         * lib/fseek.c: Likewise.
30419         * lib/fseterr.c: Likewise.
30420         * lib/fseterr.h: Likewise.
30421         * lib/fstatat.c: Likewise.
30422         * lib/fstrcmp.c: Likewise.
30423         * lib/fstrcmp.h: Likewise.
30424         * lib/fsusage.c: Likewise.
30425         * lib/fsusage.h: Likewise.
30426         * lib/ftell.c: Likewise.
30427         * lib/ftello.c: Likewise.
30428         * lib/fts-cycle.c: Likewise.
30429         * lib/fts.c: Likewise.
30430         * lib/fts_.h: Likewise.
30431         * lib/full-read.c: Likewise.
30432         * lib/full-read.h: Likewise.
30433         * lib/full-write.c: Likewise.
30434         * lib/full-write.h: Likewise.
30435         * lib/fwritable.c: Likewise.
30436         * lib/fwritable.h: Likewise.
30437         * lib/fwriteerror.c: Likewise.
30438         * lib/fwriteerror.h: Likewise.
30439         * lib/fwriting.c: Likewise.
30440         * lib/fwriting.h: Likewise.
30441         * lib/gcd.c: Likewise.
30442         * lib/gcd.h: Likewise.
30443         * lib/getcwd.c: Likewise.
30444         * lib/getdate.h: Likewise.
30445         * lib/getdate.y: Likewise.
30446         * lib/getdomainname.c: Likewise.
30447         * lib/getdomainname.h: Likewise.
30448         * lib/getgroups.c: Likewise.
30449         * lib/gethostname.c: Likewise.
30450         * lib/gethrxtime.c: Likewise.
30451         * lib/gethrxtime.h: Likewise.
30452         * lib/getloadavg.c: Likewise.
30453         * lib/getndelim2.c: Likewise.
30454         * lib/getndelim2.h: Likewise.
30455         * lib/getnline.c: Likewise.
30456         * lib/getnline.h: Likewise.
30457         * lib/getopt.c: Likewise.
30458         * lib/getopt.in.h: Likewise.
30459         * lib/getopt1.c: Likewise.
30460         * lib/getopt_int.h: Likewise.
30461         * lib/getpagesize.h: Likewise.
30462         * lib/getsubopt.c: Likewise.
30463         * lib/gettime.c: Likewise.
30464         * lib/getugroups.c: Likewise.
30465         * lib/getugroups.h: Likewise.
30466         * lib/getusershell.c: Likewise.
30467         * lib/gl_anyavltree_list1.h: Likewise.
30468         * lib/gl_anyavltree_list2.h: Likewise.
30469         * lib/gl_anyhash_list1.h: Likewise.
30470         * lib/gl_anyhash_list2.h: Likewise.
30471         * lib/gl_anylinked_list1.h: Likewise.
30472         * lib/gl_anylinked_list2.h: Likewise.
30473         * lib/gl_anyrbtree_list1.h: Likewise.
30474         * lib/gl_anyrbtree_list2.h: Likewise.
30475         * lib/gl_anytree_list1.h: Likewise.
30476         * lib/gl_anytree_list2.h: Likewise.
30477         * lib/gl_anytree_oset.h: Likewise.
30478         * lib/gl_anytreehash_list1.h: Likewise.
30479         * lib/gl_anytreehash_list2.h: Likewise.
30480         * lib/gl_array_list.c: Likewise.
30481         * lib/gl_array_list.h: Likewise.
30482         * lib/gl_array_oset.c: Likewise.
30483         * lib/gl_array_oset.h: Likewise.
30484         * lib/gl_avltree_list.c: Likewise.
30485         * lib/gl_avltree_list.h: Likewise.
30486         * lib/gl_avltree_oset.c: Likewise.
30487         * lib/gl_avltree_oset.h: Likewise.
30488         * lib/gl_avltreehash_list.c: Likewise.
30489         * lib/gl_avltreehash_list.h: Likewise.
30490         * lib/gl_carray_list.c: Likewise.
30491         * lib/gl_carray_list.h: Likewise.
30492         * lib/gl_linked_list.c: Likewise.
30493         * lib/gl_linked_list.h: Likewise.
30494         * lib/gl_linkedhash_list.c: Likewise.
30495         * lib/gl_linkedhash_list.h: Likewise.
30496         * lib/gl_list.c: Likewise.
30497         * lib/gl_list.h: Likewise.
30498         * lib/gl_oset.c: Likewise.
30499         * lib/gl_oset.h: Likewise.
30500         * lib/gl_rbtree_list.c: Likewise.
30501         * lib/gl_rbtree_list.h: Likewise.
30502         * lib/gl_rbtree_oset.c: Likewise.
30503         * lib/gl_rbtree_oset.h: Likewise.
30504         * lib/gl_rbtreehash_list.c: Likewise.
30505         * lib/gl_rbtreehash_list.h: Likewise.
30506         * lib/gl_sublist.c: Likewise.
30507         * lib/gl_sublist.h: Likewise.
30508         * lib/group-member.c: Likewise.
30509         * lib/group-member.h: Likewise.
30510         * lib/hard-locale.c: Likewise.
30511         * lib/hard-locale.h: Likewise.
30512         * lib/hash-pjw.c: Likewise.
30513         * lib/hash-pjw.h: Likewise.
30514         * lib/hash-triple.c: Likewise.
30515         * lib/hash.c: Likewise.
30516         * lib/hash.h: Likewise.
30517         * lib/human.c: Likewise.
30518         * lib/human.h: Likewise.
30519         * lib/i-ring.c: Likewise.
30520         * lib/i-ring.h: Likewise.
30521         * lib/idcache.c: Likewise.
30522         * lib/imaxabs.c: Likewise.
30523         * lib/imaxdiv.c: Likewise.
30524         * lib/inet_pton.c: Likewise.
30525         * lib/inet_pton.h: Likewise.
30526         * lib/intprops.h: Likewise.
30527         * lib/inttostr.c: Likewise.
30528         * lib/inttostr.h: Likewise.
30529         * lib/inttypes.in.h: Likewise.
30530         * lib/isapipe.c: Likewise.
30531         * lib/isdir.c: Likewise.
30532         * lib/isnan.c: Likewise.
30533         * lib/isnan.h: Likewise.
30534         * lib/isnanf.c: Likewise.
30535         * lib/isnanf.h: Likewise.
30536         * lib/isnanl-nolibm.h: Likewise.
30537         * lib/isnanl.c: Likewise.
30538         * lib/isnanl.h: Likewise.
30539         * lib/javacomp.c: Likewise.
30540         * lib/javacomp.h: Likewise.
30541         * lib/javaexec.c: Likewise.
30542         * lib/javaexec.h: Likewise.
30543         * lib/javaversion.c: Likewise.
30544         * lib/javaversion.h: Likewise.
30545         * lib/javaversion.java: Likewise.
30546         * lib/lbrkprop.h: Likewise.
30547         * lib/lchmod.h: Likewise.
30548         * lib/lchown.c: Likewise.
30549         * lib/ldexpl.c: Likewise.
30550         * lib/linebreak.c: Likewise.
30551         * lib/linebreak.h: Likewise.
30552         * lib/linebuffer.c: Likewise.
30553         * lib/linebuffer.h: Likewise.
30554         * lib/locale.in.h: Likewise.
30555         * lib/logl.c: Likewise.
30556         * lib/long-options.c: Likewise.
30557         * lib/long-options.h: Likewise.
30558         * lib/lstat.c: Likewise.
30559         * lib/lstat.h: Likewise.
30560         * lib/math.in.h: Likewise.
30561         * lib/mbchar.c: Likewise.
30562         * lib/mbchar.h: Likewise.
30563         * lib/mbfile.h: Likewise.
30564         * lib/mbiter.h: Likewise.
30565         * lib/mbscasecmp.c: Likewise.
30566         * lib/mbscasestr.c: Likewise.
30567         * lib/mbschr.c: Likewise.
30568         * lib/mbscspn.c: Likewise.
30569         * lib/mbslen.c: Likewise.
30570         * lib/mbsncasecmp.c: Likewise.
30571         * lib/mbsnlen.c: Likewise.
30572         * lib/mbspbrk.c: Likewise.
30573         * lib/mbspcasecmp.c: Likewise.
30574         * lib/mbsrchr.c: Likewise.
30575         * lib/mbssep.c: Likewise.
30576         * lib/mbsspn.c: Likewise.
30577         * lib/mbsstr.c: Likewise.
30578         * lib/mbstok_r.c: Likewise.
30579         * lib/mbswidth.c: Likewise.
30580         * lib/mbswidth.h: Likewise.
30581         * lib/mbuiter.h: Likewise.
30582         * lib/memcasecmp.c: Likewise.
30583         * lib/memcasecmp.h: Likewise.
30584         * lib/memchr.c: Likewise.
30585         * lib/memcmp.c: Likewise.
30586         * lib/memcoll.c: Likewise.
30587         * lib/memcoll.h: Likewise.
30588         * lib/memcpy.c: Likewise.
30589         * lib/memrchr.c: Likewise.
30590         * lib/mkancesdirs.c: Likewise.
30591         * lib/mkdir-p.c: Likewise.
30592         * lib/mkdir-p.h: Likewise.
30593         * lib/mkdir.c: Likewise.
30594         * lib/mkdirat.c: Likewise.
30595         * lib/mkdtemp.c: Likewise.
30596         * lib/mkstemp-safer.c: Likewise.
30597         * lib/mkstemp.c: Likewise.
30598         * lib/modechange.c: Likewise.
30599         * lib/modechange.h: Likewise.
30600         * lib/mountlist.c: Likewise.
30601         * lib/mountlist.h: Likewise.
30602         * lib/mpsort.c: Likewise.
30603         * lib/nanosleep.c: Likewise.
30604         * lib/obstack.c: Likewise.
30605         * lib/obstack.h: Likewise.
30606         * lib/open-safer.c: Likewise.
30607         * lib/open.c: Likewise.
30608         * lib/openat-die.c: Likewise.
30609         * lib/openat-priv.h: Likewise.
30610         * lib/openat-proc.c: Likewise.
30611         * lib/openat.c: Likewise.
30612         * lib/openat.h: Likewise.
30613         * lib/pagealign_alloc.c: Likewise.
30614         * lib/pagealign_alloc.h: Likewise.
30615         * lib/physmem.c: Likewise.
30616         * lib/physmem.h: Likewise.
30617         * lib/pipe-safer.c: Likewise.
30618         * lib/pipe.c: Likewise.
30619         * lib/pipe.h: Likewise.
30620         * lib/posixtm.c: Likewise.
30621         * lib/posixtm.h: Likewise.
30622         * lib/posixver.c: Likewise.
30623         * lib/printf-frexp.c: Likewise.
30624         * lib/printf-frexp.h: Likewise.
30625         * lib/printf-frexpl.c: Likewise.
30626         * lib/printf-frexpl.h: Likewise.
30627         * lib/printf.c: Likewise.
30628         * lib/progname.c: Likewise.
30629         * lib/progname.h: Likewise.
30630         * lib/progreloc.c: Likewise.
30631         * lib/putenv.c: Likewise.
30632         * lib/quote.c: Likewise.
30633         * lib/quote.h: Likewise.
30634         * lib/quotearg.c: Likewise.
30635         * lib/quotearg.h: Likewise.
30636         * lib/raise.c: Likewise.
30637         * lib/readline.c: Likewise.
30638         * lib/readline.h: Likewise.
30639         * lib/readlink.c: Likewise.
30640         * lib/readtokens.c: Likewise.
30641         * lib/readtokens.h: Likewise.
30642         * lib/readtokens0.c: Likewise.
30643         * lib/readtokens0.h: Likewise.
30644         * lib/readutmp.c: Likewise.
30645         * lib/readutmp.h: Likewise.
30646         * lib/realloc.c: Likewise.
30647         * lib/relocwrapper.c: Likewise.
30648         * lib/rename-dest-slash.c: Likewise.
30649         * lib/rename.c: Likewise.
30650         * lib/rmdir.c: Likewise.
30651         * lib/rpmatch.c: Likewise.
30652         * lib/safe-read.c: Likewise.
30653         * lib/safe-read.h: Likewise.
30654         * lib/safe-write.c: Likewise.
30655         * lib/safe-write.h: Likewise.
30656         * lib/same-inode.h: Likewise.
30657         * lib/same.c: Likewise.
30658         * lib/same.h: Likewise.
30659         * lib/save-cwd.c: Likewise.
30660         * lib/save-cwd.h: Likewise.
30661         * lib/savedir.c: Likewise.
30662         * lib/savedir.h: Likewise.
30663         * lib/savewd.c: Likewise.
30664         * lib/savewd.h: Likewise.
30665         * lib/search.in.h: Likewise.
30666         * lib/setenv.c: Likewise.
30667         * lib/setenv.h: Likewise.
30668         * lib/settime.c: Likewise.
30669         * lib/sh-quote.c: Likewise.
30670         * lib/sh-quote.h: Likewise.
30671         * lib/sig2str.c: Likewise.
30672         * lib/sig2str.h: Likewise.
30673         * lib/signal.in.h: Likewise.
30674         * lib/signbitd.c: Likewise.
30675         * lib/signbitf.c: Likewise.
30676         * lib/signbitl.c: Likewise.
30677         * lib/sigprocmask.c: Likewise.
30678         * lib/sincosl.c: Likewise.
30679         * lib/sleep.c: Likewise.
30680         * lib/sprintf.c: Likewise.
30681         * lib/sqrtl.c: Likewise.
30682         * lib/stat-time.h: Likewise.
30683         * lib/stdio--.h: Likewise.
30684         * lib/stdio-safer.h: Likewise.
30685         * lib/stdlib--.h: Likewise.
30686         * lib/stdlib-safer.h: Likewise.
30687         * lib/stdlib.in.h: Likewise.
30688         * lib/stpcpy.c: Likewise.
30689         * lib/stpncpy.c: Likewise.
30690         * lib/strchrnul.c: Likewise.
30691         * lib/strcspn.c: Likewise.
30692         * lib/strerror.c: Likewise.
30693         * lib/strftime.c: Likewise.
30694         * lib/strftime.h: Likewise.
30695         * lib/striconveh.c: Likewise.
30696         * lib/striconveh.h: Likewise.
30697         * lib/striconveha.c: Likewise.
30698         * lib/striconveha.h: Likewise.
30699         * lib/stripslash.c: Likewise.
30700         * lib/strnlen1.c: Likewise.
30701         * lib/strnlen1.h: Likewise.
30702         * lib/strtod.c: Likewise.
30703         * lib/strtoimax.c: Likewise.
30704         * lib/strtok_r.c: Likewise.
30705         * lib/strtol.c: Likewise.
30706         * lib/strtoll.c: Likewise.
30707         * lib/strtoul.c: Likewise.
30708         * lib/strtoull.c: Likewise.
30709         * lib/sysexits.in.h: Likewise.
30710         * lib/tempname.c: Likewise.
30711         * lib/tempname.h: Likewise.
30712         * lib/timespec.h: Likewise.
30713         * lib/tls.c: Likewise.
30714         * lib/tls.h: Likewise.
30715         * lib/tmpdir.c: Likewise.
30716         * lib/tmpdir.h: Likewise.
30717         * lib/tmpfile-safer.c: Likewise.
30718         * lib/tmpfile.c: Likewise.
30719         * lib/trigl.c: Likewise.
30720         * lib/trigl.h: Likewise.
30721         * lib/trim.c: Likewise.
30722         * lib/trim.h: Likewise.
30723         * lib/trunc.c: Likewise.
30724         * lib/truncf.c: Likewise.
30725         * lib/truncl.c: Likewise.
30726         * lib/tsearch.c: Likewise.
30727         * lib/unicodeio.c: Likewise.
30728         * lib/unicodeio.h: Likewise.
30729         * lib/unistd--.h: Likewise.
30730         * lib/unistd-safer.h: Likewise.
30731         * lib/unistdio/ulc-fprintf.c: Likewise.
30732         * lib/unistdio/ulc-vfprintf.c: Likewise.
30733         * lib/unlinkdir.c: Likewise.
30734         * lib/unlinkdir.h: Likewise.
30735         * lib/unlocked-io.h: Likewise.
30736         * lib/unsetenv.c: Likewise.
30737         * lib/userspec.c: Likewise.
30738         * lib/utime.c: Likewise.
30739         * lib/utimecmp.c: Likewise.
30740         * lib/utimecmp.h: Likewise.
30741         * lib/utimens.c: Likewise.
30742         * lib/verify.h: Likewise.
30743         * lib/verror.c: Likewise.
30744         * lib/verror.h: Likewise.
30745         * lib/version-etc-fsf.c: Likewise.
30746         * lib/version-etc.c: Likewise.
30747         * lib/version-etc.h: Likewise.
30748         * lib/vfprintf.c: Likewise.
30749         * lib/vprintf.c: Likewise.
30750         * lib/vsprintf.c: Likewise.
30751         * lib/w32spawn.h: Likewise.
30752         * lib/wait-process.c: Likewise.
30753         * lib/wait-process.h: Likewise.
30754         * lib/wcwidth.c: Likewise.
30755         * lib/write-any-file.c: Likewise.
30756         * lib/xalloc-die.c: Likewise.
30757         * lib/xalloc.h: Likewise.
30758         * lib/xasprintf.c: Likewise.
30759         * lib/xgetcwd.c: Likewise.
30760         * lib/xgetcwd.h: Likewise.
30761         * lib/xgetdomainname.c: Likewise.
30762         * lib/xgetdomainname.h: Likewise.
30763         * lib/xgethostname.c: Likewise.
30764         * lib/xmalloc.c: Likewise.
30765         * lib/xmalloca.c: Likewise.
30766         * lib/xmalloca.h: Likewise.
30767         * lib/xmemcoll.c: Likewise.
30768         * lib/xnanosleep.c: Likewise.
30769         * lib/xreadlink.c: Likewise.
30770         * lib/xreadlink.h: Likewise.
30771         * lib/xsetenv.c: Likewise.
30772         * lib/xsetenv.h: Likewise.
30773         * lib/xstriconv.c: Likewise.
30774         * lib/xstriconv.h: Likewise.
30775         * lib/xstrndup.c: Likewise.
30776         * lib/xstrndup.h: Likewise.
30777         * lib/xstrtod.c: Likewise.
30778         * lib/xstrtod.h: Likewise.
30779         * lib/xstrtol-error.c: Likewise.
30780         * lib/xstrtol.c: Likewise.
30781         * lib/xstrtol.h: Likewise.
30782         * lib/xtime.h: Likewise.
30783         * lib/xvasprintf.c: Likewise.
30784         * lib/xvasprintf.h: Likewise.
30785         * lib/yesno.c: Likewise.
30786         * lib/yesno.h: Likewise.
30787         * posix-modules: Likewise.
30788         * tests/test-alloca-opt.c: Likewise.
30789         * tests/test-arcfour.c: Likewise.
30790         * tests/test-arctwo.c: Likewise.
30791         * tests/test-argmatch.c: Likewise.
30792         * tests/test-argp-2.sh: Likewise.
30793         * tests/test-argp.c: Likewise.
30794         * tests/test-arpa_inet.c: Likewise.
30795         * tests/test-array_list.c: Likewise.
30796         * tests/test-array_oset.c: Likewise.
30797         * tests/test-atexit.c: Likewise.
30798         * tests/test-avltree_list.c: Likewise.
30799         * tests/test-avltree_oset.c: Likewise.
30800         * tests/test-avltreehash_list.c: Likewise.
30801         * tests/test-base64.c: Likewise.
30802         * tests/test-binary-io.c: Likewise.
30803         * tests/test-byteswap.c: Likewise.
30804         * tests/test-c-ctype.c: Likewise.
30805         * tests/test-c-strcasecmp.c: Likewise.
30806         * tests/test-c-strcasestr.c: Likewise.
30807         * tests/test-c-strncasecmp.c: Likewise.
30808         * tests/test-c-strstr.c: Likewise.
30809         * tests/test-canonicalize-lgpl.c: Likewise.
30810         * tests/test-canonicalize.c: Likewise.
30811         * tests/test-carray_list.c: Likewise.
30812         * tests/test-ceilf.c: Likewise.
30813         * tests/test-ceill.c: Likewise.
30814         * tests/test-count-one-bits.c: Likewise.
30815         * tests/test-crc.c: Likewise.
30816         * tests/test-dirname.c: Likewise.
30817         * tests/test-fbufmode.c: Likewise.
30818         * tests/test-fcntl.c: Likewise.
30819         * tests/test-fflush.c: Likewise.
30820         * tests/test-floorf.c: Likewise.
30821         * tests/test-floorl.c: Likewise.
30822         * tests/test-fopen.c: Likewise.
30823         * tests/test-fprintf-posix.c: Likewise.
30824         * tests/test-fprintf-posix.h: Likewise.
30825         * tests/test-fpurge.c: Likewise.
30826         * tests/test-freadable.c: Likewise.
30827         * tests/test-freadahead.c: Likewise.
30828         * tests/test-freading.c: Likewise.
30829         * tests/test-freopen.c: Likewise.
30830         * tests/test-frexp.c: Likewise.
30831         * tests/test-frexpl.c: Likewise.
30832         * tests/test-fseek.c: Likewise.
30833         * tests/test-fseeko.c: Likewise.
30834         * tests/test-fseterr.c: Likewise.
30835         * tests/test-fstrcmp.c: Likewise.
30836         * tests/test-ftell.c: Likewise.
30837         * tests/test-ftello.c: Likewise.
30838         * tests/test-fwritable.c: Likewise.
30839         * tests/test-fwriting.c: Likewise.
30840         * tests/test-getaddrinfo.c: Likewise.
30841         * tests/test-getpass.c: Likewise.
30842         * tests/test-gettimeofday.c: Likewise.
30843         * tests/test-hmac-md5.c: Likewise.
30844         * tests/test-hmac-sha1.c: Likewise.
30845         * tests/test-iconv.c: Likewise.
30846         * tests/test-iconvme.c: Likewise.
30847         * tests/test-inttypes.c: Likewise.
30848         * tests/test-isnan.c: Likewise.
30849         * tests/test-isnanf.c: Likewise.
30850         * tests/test-isnanl-nolibm.c: Likewise.
30851         * tests/test-isnanl.c: Likewise.
30852         * tests/test-isnanl.h: Likewise.
30853         * tests/test-ldexpl.c: Likewise.
30854         * tests/test-linked_list.c: Likewise.
30855         * tests/test-linkedhash_list.c: Likewise.
30856         * tests/test-locale.c: Likewise.
30857         * tests/test-localename.c: Likewise.
30858         * tests/test-lock.c: Likewise.
30859         * tests/test-lseek.c: Likewise.
30860         * tests/test-malloca.c: Likewise.
30861         * tests/test-math.c: Likewise.
30862         * tests/test-mbscasecmp.c: Likewise.
30863         * tests/test-mbscasestr1.c: Likewise.
30864         * tests/test-mbscasestr2.c: Likewise.
30865         * tests/test-mbscasestr3.c: Likewise.
30866         * tests/test-mbscasestr4.c: Likewise.
30867         * tests/test-mbschr.c: Likewise.
30868         * tests/test-mbscspn.c: Likewise.
30869         * tests/test-mbsncasecmp.c: Likewise.
30870         * tests/test-mbspbrk.c: Likewise.
30871         * tests/test-mbspcasecmp.c: Likewise.
30872         * tests/test-mbsrchr.c: Likewise.
30873         * tests/test-mbsspn.c: Likewise.
30874         * tests/test-mbsstr1.c: Likewise.
30875         * tests/test-mbsstr2.c: Likewise.
30876         * tests/test-mbsstr3.c: Likewise.
30877         * tests/test-md5.c: Likewise.
30878         * tests/test-memmem.c: Likewise.
30879         * tests/test-netinet_in.c: Likewise.
30880         * tests/test-open.c: Likewise.
30881         * tests/test-printf-frexp.c: Likewise.
30882         * tests/test-printf-frexpl.c: Likewise.
30883         * tests/test-printf-posix.c: Likewise.
30884         * tests/test-printf-posix.h: Likewise.
30885         * tests/test-rbtree_list.c: Likewise.
30886         * tests/test-rbtree_oset.c: Likewise.
30887         * tests/test-rbtreehash_list.c: Likewise.
30888         * tests/test-read-file.c: Likewise.
30889         * tests/test-rijndael.c: Likewise.
30890         * tests/test-search.c: Likewise.
30891         * tests/test-signbit.c: Likewise.
30892         * tests/test-sleep.c: Likewise.
30893         * tests/test-snprintf-posix.c: Likewise.
30894         * tests/test-snprintf-posix.h: Likewise.
30895         * tests/test-snprintf.c: Likewise.
30896         * tests/test-sprintf-posix.c: Likewise.
30897         * tests/test-sprintf-posix.h: Likewise.
30898         * tests/test-stat-time.c: Likewise.
30899         * tests/test-stdbool.c: Likewise.
30900         * tests/test-stdint.c: Likewise.
30901         * tests/test-stdio.c: Likewise.
30902         * tests/test-stdlib.c: Likewise.
30903         * tests/test-stpncpy.c: Likewise.
30904         * tests/test-strcasestr.c: Likewise.
30905         * tests/test-striconv.c: Likewise.
30906         * tests/test-striconveh.c: Likewise.
30907         * tests/test-striconveha.c: Likewise.
30908         * tests/test-string.c: Likewise.
30909         * tests/test-sys_select.c: Likewise.
30910         * tests/test-sys_socket.c: Likewise.
30911         * tests/test-sys_stat.c: Likewise.
30912         * tests/test-sys_time.c: Likewise.
30913         * tests/test-sysexits.c: Likewise.
30914         * tests/test-time.c: Likewise.
30915         * tests/test-tls.c: Likewise.
30916         * tests/test-trunc.c: Likewise.
30917         * tests/test-truncf.c: Likewise.
30918         * tests/test-truncl.c: Likewise.
30919         * tests/test-unistd.c: Likewise.
30920         * tests/test-vasnprintf-posix.c: Likewise.
30921         * tests/test-vasnprintf-posix2.c: Likewise.
30922         * tests/test-vasnprintf.c: Likewise.
30923         * tests/test-vasprintf-posix.c: Likewise.
30924         * tests/test-vasprintf.c: Likewise.
30925         * tests/test-verify.c: Likewise.
30926         * tests/test-vfprintf-posix.c: Likewise.
30927         * tests/test-vprintf-posix.c: Likewise.
30928         * tests/test-vsnprintf-posix.c: Likewise.
30929         * tests/test-vsnprintf.c: Likewise.
30930         * tests/test-vsprintf-posix.c: Likewise.
30931         * tests/test-wchar.c: Likewise.
30932         * tests/test-wctype.c: Likewise.
30933         * tests/test-wcwidth.c: Likewise.
30934         * tests/test-xstrtol.c: Likewise.
30935         * tests/test-xvasprintf.c: Likewise.
30936         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
30937         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
30938         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
30939         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
30940         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
30941         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
30942         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
30943         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
30944         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
30945         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
30946         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
30947         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
30948         * tests/uniname/test-uninames.c: Likewise.
30949         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
30950         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
30951         * tests/unistdio/test-u16-printf1.h: Likewise.
30952         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
30953         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
30954         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
30955         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
30956         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
30957         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
30958         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
30959         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
30960         * tests/unistdio/test-u32-printf1.h: Likewise.
30961         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
30962         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
30963         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
30964         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
30965         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
30966         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
30967         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
30968         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
30969         * tests/unistdio/test-u8-printf1.h: Likewise.
30970         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
30971         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
30972         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
30973         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
30974         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
30975         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
30976         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
30977         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
30978         * tests/unistdio/test-ulc-printf1.h: Likewise.
30979         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
30980         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
30981         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
30982         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
30983         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
30984         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
30985         * tests/uniwidth/test-u16-strwidth.c: Likewise.
30986         * tests/uniwidth/test-u16-width.c: Likewise.
30987         * tests/uniwidth/test-u32-strwidth.c: Likewise.
30988         * tests/uniwidth/test-u32-width.c: Likewise.
30989         * tests/uniwidth/test-u8-strwidth.c: Likewise.
30990         * tests/uniwidth/test-u8-width.c: Likewise.
30991         * tests/uniwidth/test-uc_width.c: Likewise.
30992         * config/srclist-update: Likewise.
30993         (fixlicense): Update to GPLv3+.
30994
30995         Change copyright notice from LGPLv2.1+ to LGPLv3+.
30996         * tests/test-tsearch.c: Change copyright notice.
30997
30998         Change copyright notice from LGPLv2.0+ to LGPLv3+.
30999         * lib/c-strcaseeq.h: Change copyright notice.
31000         * lib/streq.h: Likewise.
31001         * lib/uniconv.h: Likewise.
31002         * lib/uniconv/u-conv-from-enc.h: Likewise.
31003         * lib/uniconv/u-conv-to-enc.h: Likewise.
31004         * lib/uniconv/u-strconv-from-enc.h: Likewise.
31005         * lib/uniconv/u-strconv-to-enc.h: Likewise.
31006         * lib/uniconv/u16-conv-from-enc.c: Likewise.
31007         * lib/uniconv/u16-conv-to-enc.c: Likewise.
31008         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
31009         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
31010         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
31011         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
31012         * lib/uniconv/u32-conv-from-enc.c: Likewise.
31013         * lib/uniconv/u32-conv-to-enc.c: Likewise.
31014         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
31015         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
31016         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
31017         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
31018         * lib/uniconv/u8-conv-from-enc.c: Likewise.
31019         * lib/uniconv/u8-conv-to-enc.c: Likewise.
31020         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
31021         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
31022         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
31023         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
31024         * lib/uniname.h: Likewise.
31025         * lib/uniname/uniname.c: Likewise.
31026         * lib/unistdio.h: Likewise.
31027         * lib/unistdio/u-asnprintf.h: Likewise.
31028         * lib/unistdio/u-asprintf.h: Likewise.
31029         * lib/unistdio/u-printf-args.c: Likewise.
31030         * lib/unistdio/u-printf-args.h: Likewise.
31031         * lib/unistdio/u-printf-parse.h: Likewise.
31032         * lib/unistdio/u-snprintf.h: Likewise.
31033         * lib/unistdio/u-sprintf.h: Likewise.
31034         * lib/unistdio/u-vasprintf.h: Likewise.
31035         * lib/unistdio/u-vsnprintf.h: Likewise.
31036         * lib/unistdio/u-vsprintf.h: Likewise.
31037         * lib/unistdio/u16-asnprintf.c: Likewise.
31038         * lib/unistdio/u16-asprintf.c: Likewise.
31039         * lib/unistdio/u16-printf-parse.c: Likewise.
31040         * lib/unistdio/u16-snprintf.c: Likewise.
31041         * lib/unistdio/u16-sprintf.c: Likewise.
31042         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
31043         * lib/unistdio/u16-u16-asprintf.c: Likewise.
31044         * lib/unistdio/u16-u16-snprintf.c: Likewise.
31045         * lib/unistdio/u16-u16-sprintf.c: Likewise.
31046         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
31047         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
31048         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
31049         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
31050         * lib/unistdio/u16-vasnprintf.c: Likewise.
31051         * lib/unistdio/u16-vasprintf.c: Likewise.
31052         * lib/unistdio/u16-vsnprintf.c: Likewise.
31053         * lib/unistdio/u16-vsprintf.c: Likewise.
31054         * lib/unistdio/u32-asnprintf.c: Likewise.
31055         * lib/unistdio/u32-asprintf.c: Likewise.
31056         * lib/unistdio/u32-printf-parse.c: Likewise.
31057         * lib/unistdio/u32-snprintf.c: Likewise.
31058         * lib/unistdio/u32-sprintf.c: Likewise.
31059         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
31060         * lib/unistdio/u32-u32-asprintf.c: Likewise.
31061         * lib/unistdio/u32-u32-snprintf.c: Likewise.
31062         * lib/unistdio/u32-u32-sprintf.c: Likewise.
31063         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
31064         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
31065         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
31066         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
31067         * lib/unistdio/u32-vasnprintf.c: Likewise.
31068         * lib/unistdio/u32-vasprintf.c: Likewise.
31069         * lib/unistdio/u32-vsnprintf.c: Likewise.
31070         * lib/unistdio/u32-vsprintf.c: Likewise.
31071         * lib/unistdio/u8-asnprintf.c: Likewise.
31072         * lib/unistdio/u8-asprintf.c: Likewise.
31073         * lib/unistdio/u8-printf-parse.c: Likewise.
31074         * lib/unistdio/u8-snprintf.c: Likewise.
31075         * lib/unistdio/u8-sprintf.c: Likewise.
31076         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
31077         * lib/unistdio/u8-u8-asprintf.c: Likewise.
31078         * lib/unistdio/u8-u8-snprintf.c: Likewise.
31079         * lib/unistdio/u8-u8-sprintf.c: Likewise.
31080         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
31081         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
31082         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
31083         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
31084         * lib/unistdio/u8-vasnprintf.c: Likewise.
31085         * lib/unistdio/u8-vasprintf.c: Likewise.
31086         * lib/unistdio/u8-vsnprintf.c: Likewise.
31087         * lib/unistdio/u8-vsprintf.c: Likewise.
31088         * lib/unistdio/ulc-asnprintf.c: Likewise.
31089         * lib/unistdio/ulc-asprintf.c: Likewise.
31090         * lib/unistdio/ulc-printf-parse.c: Likewise.
31091         * lib/unistdio/ulc-snprintf.c: Likewise.
31092         * lib/unistdio/ulc-sprintf.c: Likewise.
31093         * lib/unistdio/ulc-vasnprintf.c: Likewise.
31094         * lib/unistdio/ulc-vasprintf.c: Likewise.
31095         * lib/unistdio/ulc-vsnprintf.c: Likewise.
31096         * lib/unistdio/ulc-vsprintf.c: Likewise.
31097         * lib/unistr.h: Likewise.
31098         * lib/unistr/u-cpy-alloc.h: Likewise.
31099         * lib/unistr/u-cpy.h: Likewise.
31100         * lib/unistr/u-endswith.h: Likewise.
31101         * lib/unistr/u-move.h: Likewise.
31102         * lib/unistr/u-set.h: Likewise.
31103         * lib/unistr/u-startswith.h: Likewise.
31104         * lib/unistr/u-stpcpy.h: Likewise.
31105         * lib/unistr/u-stpncpy.h: Likewise.
31106         * lib/unistr/u-strcat.h: Likewise.
31107         * lib/unistr/u-strcpy.h: Likewise.
31108         * lib/unistr/u-strcspn.h: Likewise.
31109         * lib/unistr/u-strdup.h: Likewise.
31110         * lib/unistr/u-strlen.h: Likewise.
31111         * lib/unistr/u-strncat.h: Likewise.
31112         * lib/unistr/u-strncpy.h: Likewise.
31113         * lib/unistr/u-strnlen.h: Likewise.
31114         * lib/unistr/u-strpbrk.h: Likewise.
31115         * lib/unistr/u-strspn.h: Likewise.
31116         * lib/unistr/u-strstr.h: Likewise.
31117         * lib/unistr/u-strtok.h: Likewise.
31118         * lib/unistr/u16-check.c: Likewise.
31119         * lib/unistr/u16-chr.c: Likewise.
31120         * lib/unistr/u16-cmp.c: Likewise.
31121         * lib/unistr/u16-cpy-alloc.c: Likewise.
31122         * lib/unistr/u16-cpy.c: Likewise.
31123         * lib/unistr/u16-endswith.c: Likewise.
31124         * lib/unistr/u16-mblen.c: Likewise.
31125         * lib/unistr/u16-mbsnlen.c: Likewise.
31126         * lib/unistr/u16-mbtouc-aux.c: Likewise.
31127         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
31128         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
31129         * lib/unistr/u16-mbtouc.c: Likewise.
31130         * lib/unistr/u16-mbtoucr.c: Likewise.
31131         * lib/unistr/u16-move.c: Likewise.
31132         * lib/unistr/u16-next.c: Likewise.
31133         * lib/unistr/u16-prev.c: Likewise.
31134         * lib/unistr/u16-set.c: Likewise.
31135         * lib/unistr/u16-startswith.c: Likewise.
31136         * lib/unistr/u16-stpcpy.c: Likewise.
31137         * lib/unistr/u16-stpncpy.c: Likewise.
31138         * lib/unistr/u16-strcat.c: Likewise.
31139         * lib/unistr/u16-strchr.c: Likewise.
31140         * lib/unistr/u16-strcmp.c: Likewise.
31141         * lib/unistr/u16-strcpy.c: Likewise.
31142         * lib/unistr/u16-strcspn.c: Likewise.
31143         * lib/unistr/u16-strdup.c: Likewise.
31144         * lib/unistr/u16-strlen.c: Likewise.
31145         * lib/unistr/u16-strmblen.c: Likewise.
31146         * lib/unistr/u16-strmbtouc.c: Likewise.
31147         * lib/unistr/u16-strncat.c: Likewise.
31148         * lib/unistr/u16-strncmp.c: Likewise.
31149         * lib/unistr/u16-strncpy.c: Likewise.
31150         * lib/unistr/u16-strnlen.c: Likewise.
31151         * lib/unistr/u16-strpbrk.c: Likewise.
31152         * lib/unistr/u16-strrchr.c: Likewise.
31153         * lib/unistr/u16-strspn.c: Likewise.
31154         * lib/unistr/u16-strstr.c: Likewise.
31155         * lib/unistr/u16-strtok.c: Likewise.
31156         * lib/unistr/u16-to-u32.c: Likewise.
31157         * lib/unistr/u16-to-u8.c: Likewise.
31158         * lib/unistr/u16-uctomb-aux.c: Likewise.
31159         * lib/unistr/u16-uctomb.c: Likewise.
31160         * lib/unistr/u32-check.c: Likewise.
31161         * lib/unistr/u32-chr.c: Likewise.
31162         * lib/unistr/u32-cmp.c: Likewise.
31163         * lib/unistr/u32-cpy-alloc.c: Likewise.
31164         * lib/unistr/u32-cpy.c: Likewise.
31165         * lib/unistr/u32-endswith.c: Likewise.
31166         * lib/unistr/u32-mblen.c: Likewise.
31167         * lib/unistr/u32-mbsnlen.c: Likewise.
31168         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
31169         * lib/unistr/u32-mbtouc.c: Likewise.
31170         * lib/unistr/u32-mbtoucr.c: Likewise.
31171         * lib/unistr/u32-move.c: Likewise.
31172         * lib/unistr/u32-next.c: Likewise.
31173         * lib/unistr/u32-prev.c: Likewise.
31174         * lib/unistr/u32-set.c: Likewise.
31175         * lib/unistr/u32-startswith.c: Likewise.
31176         * lib/unistr/u32-stpcpy.c: Likewise.
31177         * lib/unistr/u32-stpncpy.c: Likewise.
31178         * lib/unistr/u32-strcat.c: Likewise.
31179         * lib/unistr/u32-strchr.c: Likewise.
31180         * lib/unistr/u32-strcmp.c: Likewise.
31181         * lib/unistr/u32-strcpy.c: Likewise.
31182         * lib/unistr/u32-strcspn.c: Likewise.
31183         * lib/unistr/u32-strdup.c: Likewise.
31184         * lib/unistr/u32-strlen.c: Likewise.
31185         * lib/unistr/u32-strmblen.c: Likewise.
31186         * lib/unistr/u32-strmbtouc.c: Likewise.
31187         * lib/unistr/u32-strncat.c: Likewise.
31188         * lib/unistr/u32-strncmp.c: Likewise.
31189         * lib/unistr/u32-strncpy.c: Likewise.
31190         * lib/unistr/u32-strnlen.c: Likewise.
31191         * lib/unistr/u32-strpbrk.c: Likewise.
31192         * lib/unistr/u32-strrchr.c: Likewise.
31193         * lib/unistr/u32-strspn.c: Likewise.
31194         * lib/unistr/u32-strstr.c: Likewise.
31195         * lib/unistr/u32-strtok.c: Likewise.
31196         * lib/unistr/u32-to-u16.c: Likewise.
31197         * lib/unistr/u32-to-u8.c: Likewise.
31198         * lib/unistr/u32-uctomb.c: Likewise.
31199         * lib/unistr/u8-check.c: Likewise.
31200         * lib/unistr/u8-chr.c: Likewise.
31201         * lib/unistr/u8-cmp.c: Likewise.
31202         * lib/unistr/u8-cpy-alloc.c: Likewise.
31203         * lib/unistr/u8-cpy.c: Likewise.
31204         * lib/unistr/u8-endswith.c: Likewise.
31205         * lib/unistr/u8-mblen.c: Likewise.
31206         * lib/unistr/u8-mbsnlen.c: Likewise.
31207         * lib/unistr/u8-mbtouc-aux.c: Likewise.
31208         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
31209         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
31210         * lib/unistr/u8-mbtouc.c: Likewise.
31211         * lib/unistr/u8-mbtoucr.c: Likewise.
31212         * lib/unistr/u8-move.c: Likewise.
31213         * lib/unistr/u8-next.c: Likewise.
31214         * lib/unistr/u8-prev.c: Likewise.
31215         * lib/unistr/u8-set.c: Likewise.
31216         * lib/unistr/u8-startswith.c: Likewise.
31217         * lib/unistr/u8-stpcpy.c: Likewise.
31218         * lib/unistr/u8-stpncpy.c: Likewise.
31219         * lib/unistr/u8-strcat.c: Likewise.
31220         * lib/unistr/u8-strchr.c: Likewise.
31221         * lib/unistr/u8-strcmp.c: Likewise.
31222         * lib/unistr/u8-strcpy.c: Likewise.
31223         * lib/unistr/u8-strcspn.c: Likewise.
31224         * lib/unistr/u8-strdup.c: Likewise.
31225         * lib/unistr/u8-strlen.c: Likewise.
31226         * lib/unistr/u8-strmblen.c: Likewise.
31227         * lib/unistr/u8-strmbtouc.c: Likewise.
31228         * lib/unistr/u8-strncat.c: Likewise.
31229         * lib/unistr/u8-strncmp.c: Likewise.
31230         * lib/unistr/u8-strncpy.c: Likewise.
31231         * lib/unistr/u8-strnlen.c: Likewise.
31232         * lib/unistr/u8-strpbrk.c: Likewise.
31233         * lib/unistr/u8-strrchr.c: Likewise.
31234         * lib/unistr/u8-strspn.c: Likewise.
31235         * lib/unistr/u8-strstr.c: Likewise.
31236         * lib/unistr/u8-strtok.c: Likewise.
31237         * lib/unistr/u8-to-u16.c: Likewise.
31238         * lib/unistr/u8-to-u32.c: Likewise.
31239         * lib/unistr/u8-uctomb-aux.c: Likewise.
31240         * lib/unistr/u8-uctomb.c: Likewise.
31241         * lib/unitypes.h: Likewise.
31242         * lib/uniwidth.h: Likewise.
31243         * lib/uniwidth/cjk.h: Likewise.
31244         * lib/uniwidth/u16-strwidth.c: Likewise.
31245         * lib/uniwidth/u16-width.c: Likewise.
31246         * lib/uniwidth/u32-strwidth.c: Likewise.
31247         * lib/uniwidth/u32-width.c: Likewise.
31248         * lib/uniwidth/u8-strwidth.c: Likewise.
31249         * lib/uniwidth/u8-width.c: Likewise.
31250         * lib/uniwidth/width.c: Likewise.
31251
31252 2007-10-07  Bruno Haible  <bruno@clisp.org>
31253
31254         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
31255         The file is still under LGPL (see modules/inttypes).
31256
31257 2007-10-06  Bruno Haible  <bruno@clisp.org>
31258
31259         * modules/trunc (Dependencies): Add 'extensions'.
31260         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
31261         Reported by Ben Pfaff <blp@gnu.org>.
31262
31263 2007-10-06  Bruno Haible  <bruno@clisp.org>
31264
31265         * modules/freopen-tests: New file.
31266         * tests/test-freopen.c: New file.
31267
31268         * modules/fopen-tests: New file.
31269         * tests/test-fopen.c: New file.
31270
31271         * modules/fopen: New file.
31272         * lib/fopen.c: New file.
31273         * m4/fopen.m4: New file.
31274         * modules/freopen: New file.
31275         * lib/freopen.c: New file.
31276         * m4/freopen.m4: New file.
31277         * lib/stdio.in.h (fopen, freopen): New declarations.
31278         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
31279         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31280         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
31281         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31282         * doc/functions/fopen.texi: Mention the 'fopen' module.
31283         * doc/functions/freopen.texi: Mention the 'freopen' module.
31284
31285 2007-10-06  Bruno Haible  <bruno@clisp.org>
31286
31287         * modules/open-tests: New file.
31288         * tests/test-open.c: New file.
31289
31290         * modules/open: New file.
31291         * lib/open.c: New file.
31292         * m4/open.m4: New file.
31293         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
31294         lib/open.c does.
31295         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
31296         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
31297         macros.
31298         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
31299         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
31300         REPLACE_OPEN.
31301         * doc/functions/open.texi: Mention the 'open' module.
31302
31303 2007-10-04  Bruno Haible  <bruno@clisp.org>
31304
31305         * modules/ceill-tests: New file.
31306         * tests/test-ceill.c: New file.
31307
31308         * modules/ceill: New file.
31309         * lib/ceill.c: Replace entire file.
31310         * m4/ceill.m4: New file.
31311         * lib/math.in.h (ceill): Replace declaration.
31312         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
31313         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
31314         * doc/functions/ceill.texi: Mention the 'ceill' module.
31315         * modules/mathl (Files): Remove lib/ceill.c.
31316         (Depends-on): Add ceill.
31317
31318 2007-10-04  Bruno Haible  <bruno@clisp.org>
31319
31320         * modules/ceilf-tests: New file.
31321         * tests/test-ceilf.c: New file.
31322
31323         * modules/ceilf: New file.
31324         * lib/ceil.c: New file.
31325         * lib/ceilf.c: New file.
31326         * m4/ceilf.m4: New file.
31327         * lib/math.in.h (ceilf): New declaration.
31328         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
31329         HAVE_DECL_CEILF.
31330         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
31331         HAVE_DECL_CEILF.
31332         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
31333
31334 2007-10-04  Bruno Haible  <bruno@clisp.org>
31335
31336         * modules/floorl-tests: New file.
31337         * tests/test-floorl.c: New file.
31338
31339         * modules/floorl: New file.
31340         * lib/floorl.c: Replace entire file.
31341         * m4/floorl.m4: New file.
31342         * lib/math.in.h (floorl): Replace declaration.
31343         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
31344         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
31345         * doc/functions/floorl.texi: Mention the 'floorl' module.
31346         * modules/mathl (Files): Remove lib/floorl.c.
31347         (Depends-on): Add floorl.
31348
31349 2007-10-04  Bruno Haible  <bruno@clisp.org>
31350
31351         * modules/floorf-tests: New file.
31352         * tests/test-floorf.c: New file.
31353
31354         * modules/floorf: New file.
31355         * lib/floor.c: New file.
31356         * lib/floorf.c: New file.
31357         * m4/floorf.m4: New file.
31358         * lib/math.in.h (floorf): New declaration.
31359         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
31360         HAVE_DECL_FLOORF.
31361         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
31362         HAVE_DECL_FLOORF.
31363         * doc/functions/floorf.texi: Mention the 'floorf' module.
31364
31365 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
31366             Bruno Haible  <bruno@clisp.org>
31367
31368         Advertise for the Git server instead of the CVS server.
31369         * doc/gnulib-intro.texi (Steady Development): Mention the Git
31370         repository instead of the CVS one.
31371         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
31372         about all VCS systems generically.
31373         * doc/gnulib.texi (Introduction): Capitalize `Git'.
31374
31375 2007-10-04  Bruno Haible  <bruno@clisp.org>
31376
31377         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
31378         means.
31379         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
31380
31381 2007-10-04  Bruno Haible  <bruno@clisp.org>
31382
31383         * modules/truncl-tests: New file.
31384         * tests/test-truncl.c: New file.
31385
31386         * modules/truncl: New file.
31387         * lib/truncl.c: New file.
31388         * m4/truncl.m4: New file.
31389         * lib/math.in.h (truncl): New declaration.
31390         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
31391         HAVE_DECL_TRUNCL.
31392         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
31393         HAVE_DECL_TRUNCL.
31394         * doc/functions/truncl.texi: Mention the 'truncl' module.
31395
31396 2007-10-04  Bruno Haible  <bruno@clisp.org>
31397
31398         * modules/truncf-tests: New file.
31399         * tests/test-truncf.c: New file.
31400
31401         * modules/truncf: New file.
31402         * lib/trunc.c: Make paramerizable through USE_* macros.
31403         * lib/truncf.c: New file.
31404         * m4/truncf.m4: New file.
31405         * lib/math.in.h (truncf): New declaration.
31406         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
31407         HAVE_DECL_TRUNCF.
31408         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
31409         HAVE_DECL_TRUNCF.
31410         * doc/functions/truncf.texi: Mention the 'truncf' module.
31411
31412 2007-10-03  Bruno Haible  <bruno@clisp.org>
31413
31414         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
31415         augmentation also for tests modules.
31416         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
31417         * modules/atexit-tests (Makefile.am): Likewise.
31418         * modules/binary-io-tests (Makefile.am): Likewise.
31419         * modules/c-strcase-tests (Makefile.am): Likewise.
31420         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
31421         * modules/canonicalize-tests (Makefile.am): Likewise.
31422         * modules/closein-tests (Makefile.am): Likewise.
31423         * modules/fprintf-posix-tests (Makefile.am): Likewise.
31424         * modules/freadahead-tests (Makefile.am): Likewise.
31425         * modules/fseek-tests (Makefile.am): Likewise.
31426         * modules/fseeko-tests (Makefile.am): Likewise.
31427         * modules/ftell-tests (Makefile.am): Likewise.
31428         * modules/ftello-tests (Makefile.am): Likewise.
31429         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
31430         * modules/isnanl-tests (Makefile.am): Likewise.
31431         * modules/lseek-tests (Makefile.am): Likewise.
31432         * modules/mbscasecmp-tests (Makefile.am): Likewise.
31433         * modules/mbscasestr-tests (Makefile.am): Likewise.
31434         * modules/mbschr-tests (Makefile.am): Likewise.
31435         * modules/mbscspn-tests (Makefile.am): Likewise.
31436         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
31437         * modules/mbspbrk-tests (Makefile.am): Likewise.
31438         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
31439         * modules/mbsrchr-tests (Makefile.am): Likewise.
31440         * modules/mbsspn-tests (Makefile.am): Likewise.
31441         * modules/mbsstr-tests (Makefile.am): Likewise.
31442         * modules/printf-posix-tests (Makefile.am): Likewise.
31443         * modules/snprintf-posix-tests (Makefile.am): Likewise.
31444         * modules/sprintf-posix-tests (Makefile.am): Likewise.
31445         * modules/tsearch-tests (Makefile.am): Likewise.
31446         * modules/uniname/uniname-tests (Makefile.am): Likewise.
31447         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
31448         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
31449         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
31450         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
31451         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
31452         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
31453         * modules/vprintf-posix-tests (Makefile.am): Likewise.
31454         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
31455         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
31456         * modules/xstrtoimax-tests (Makefile.am): Likewise.
31457         * modules/xstrtol-tests (Makefile.am): Likewise.
31458         * modules/xstrtoumax-tests (Makefile.am): Likewise.
31459         * modules/yesno-tests (Makefile.am): Likewise.
31460
31461 2007-10-03  Bruno Haible  <bruno@clisp.org>
31462
31463         * modules/trunc-tests: New file.
31464         * tests/test-trunc.c: New file.
31465
31466         * modules/trunc: New file.
31467         * lib/trunc.c: New file.
31468         * m4/trunc.m4: New file.
31469         * lib/math.in.h (trunc): New declaration.
31470         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
31471         HAVE_DECL_TRUNC.
31472         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
31473         HAVE_DECL_TRUNC.
31474         * doc/functions/trunc.texi: Mention the 'trunc' module.
31475
31476 2007-10-03  Bruno Haible  <bruno@clisp.org>
31477
31478         * tests/test-fpending.c: New file, mostly copied
31479         from coreutils/lib/t-fpending.c.
31480         * modules/fpending-tests: New file.
31481
31482 2007-10-03  Bruno Haible  <bruno@clisp.org>
31483
31484         Port the stdio extensions to QNX (untested).
31485         * lib/fseterr.c (fseterr): Add support for QNX.
31486         * lib/fbufmode.c (fbufmode): Likewise.
31487         * lib/freadable.c (freadable): Likewise.
31488         * lib/fwritable.c (fwritable): Likewise.
31489         * lib/freading.c (freading): Likewise.
31490         * lib/fwriting.c (fwriting): Likewise.
31491         * lib/freadahead.c (freadahed): Likewise.
31492         * lib/fpurge.c (fpurge): Likewise.
31493         * lib/fseeko.c (rpl_fseeko): Likewise.
31494
31495 2007-10-03  Bruno Haible  <bruno@clisp.org>
31496             Jim Meyering  <jim@meyering.net>
31497             Eric Blake  <ebb9@byu.net>
31498
31499         * doc/relocatable.texi: Use @command instead of @program.
31500
31501 2007-10-02  Jim Meyering  <jim@meyering.net>
31502
31503         Perform one more "_.h" -> ".in.h" substitution.
31504         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
31505         instead of unistd_.h here, too.
31506
31507 2007-10-01  Bruno Haible  <bruno@clisp.org>
31508
31509         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
31510         Needed for the alloca-opt module.
31511
31512 2007-09-30  Bruno Haible  <bruno@clisp.org>
31513
31514         * lib/alloca.in.h: Renamed from lib/alloca_.h.
31515         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
31516         alloca_.h.
31517         * lib/argz.in.h: Renamed from lib/argz_.h.
31518         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
31519         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
31520         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
31521         byteswap_.h.
31522         * lib/dirent.in.h: Renamed from lib/dirent_.h.
31523         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
31524         dirent_.h.
31525         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
31526         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
31527         fcntl_.h.
31528         * lib/float.in.h: Renamed from lib/float_.h.
31529         * modules/float (Files, Makefile.am): Use float.in.h instead of
31530         float_.h.
31531         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
31532         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
31533         fnmatch_.h.
31534         * lib/getopt.in.h: Renamed from lib/getopt_.h.
31535         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
31536         getopt_.h.
31537         * lib/glob.in.h: Renamed from lib/glob_.h.
31538         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
31539         * lib/iconv.in.h: Renamed from lib/iconv_.h.
31540         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
31541         iconv_.h.
31542         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
31543         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
31544         inttypes_.h.
31545         * lib/locale.in.h: Renamed from lib/locale_.h.
31546         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
31547         locale_.h.
31548         * lib/math.in.h: Renamed from lib/math_.h.
31549         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
31550         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
31551         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
31552         of netinet_in_.h. Add dependency.
31553         * lib/poll.in.h: Renamed from lib/poll_.h.
31554         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
31555         * lib/search.in.h: Renamed from lib/search_.h.
31556         * modules/search (Files, Makefile.am): Use search.in.h instead of
31557         search_.h.
31558         * lib/signal.in.h: Renamed from lib/signal_.h.
31559         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
31560         _signal.h.
31561         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
31562         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
31563         stdbool_.h.
31564         * lib/stdint.in.h: Renamed from lib/stdint_.h.
31565         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
31566         stdint_.h.
31567         * lib/stdio.in.h: Renamed from lib/stdio_.h.
31568         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
31569         stdio_.h.
31570         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
31571         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
31572         stdlib_.h.
31573         * lib/string.in.h: Renamed from lib/string_.h.
31574         * modules/string (Files, Makefile.am): Use string.in.h instead of
31575         string_.h.
31576         * doc/gnulib-tool.texi (Initial import): Update.
31577         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
31578         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
31579         of sys_select_.h. Add dependency.
31580         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
31581         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
31582         of sys_socket_.h.
31583         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
31584         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
31585         sys_stat_.h.
31586         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
31587         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
31588         sys_time_.h.
31589         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
31590         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
31591         sysexits_.h.
31592         * lib/time.in.h: Renamed from lib/time_.h.
31593         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
31594         * lib/unistd.in.h: Renamed from lib/unistd_.h.
31595         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
31596         unistd_.h.
31597         * lib/wchar.in.h: Renamed from lib/wchar_.h.
31598         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
31599         wchar_.h.
31600         * lib/wctype.in.h: Renamed from lib/wctype_.h.
31601         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
31602         wctype_.h.
31603         * build-aux/bootstrap (slurp): Update.
31604         * lib/.cppi-disable: Update.
31605
31606 2007-09-30  Bruno Haible  <bruno@clisp.org>
31607
31608         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
31609         Needed on BeOS.
31610
31611 2007-09-30  Bruno Haible  <bruno@clisp.org>
31612
31613         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
31614
31615 2007-09-29  Bruno Haible  <bruno@clisp.org>
31616
31617         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
31618
31619 2007-09-29  Bruno Haible  <bruno@clisp.org>
31620
31621         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
31622         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
31623         * build-aux/install-reloc: Compile also areadlink.c.
31624         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
31625
31626 2007-09-29  Bruno Haible  <bruno@clisp.org>
31627
31628         * gnulib-tool (func_emit_initmacro_done): Indentation.
31629
31630 2007-09-29  Bruno Haible  <bruno@clisp.org>
31631
31632         * README: Add CVS checkout update instructions.
31633         Info from Bob Proulx <bob@proulx.com>.
31634
31635 2007-09-28  Eric Blake  <ebb9@byu.net>
31636
31637         Provide move-if-change.
31638         * build-aux/move-if-change: New file, based on best practice
31639         rather than any canonical upstream location.
31640
31641 2007-09-28  Jim Meyering  <jim@meyering.net>
31642
31643         Fix canonicalize loop-detection corner case.
31644         Do not attempt to stat the symlink values stored via seen_triple.
31645         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
31646         on linux-2.6.18, (but not 2.6.22).
31647         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
31648         triple_compare.  The former compares dev,ino,filename, while the latter
31649         would actually stat dirname(filename) when dev and ino were equal.
31650         * lib/hash-triple.c: Install <string.h>.
31651         (STREQ): Define.
31652         (triple_compare_ino_str): New function.
31653         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
31654
31655 2007-09-28  Eric Blake  <ebb9@byu.net>
31656
31657         Enforce that AC_REPLACE_FUNCS files exist.
31658         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
31659         override check for typos.
31660
31661         Fix test-closein on Solaris 10.
31662         * tests/test-closein.c (main): Don't assume stdin can be inherited
31663         closed on all systems.
31664         * tests/test-closein.sh: Likewise.
31665         Reported by Piotr Tarnowski.
31666
31667 2007-09-28  Jim Meyering  <jim@meyering.net>
31668
31669         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
31670
31671 2007-09-27  Jim Meyering  <jim@meyering.net>
31672
31673         canonicalize: Avoid a false-positive cycle failure.
31674         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
31675         Sort.  Remove cycle-check.
31676         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
31677         not cycle-check.h.
31678         (seen_triple): New function.
31679         (canonicalize_filename_mode): Use it instead of cycle-check.
31680         * tests/test-canonicalize.c: Add a test for this bug.
31681         * tests/test-canonicalize.sh: Set up and run the test.
31682
31683         New module, file-set, from coreutils.
31684         * modules/file-set: Define it.
31685         * lib/file-set.c, lib/file-set.h: Implement.
31686
31687         New module, hash-triple, from coreutils.
31688         * modules/hash-triple: Define it.
31689         * lib/hash-triple.c, lib/hash-triple.h: Implement.
31690
31691 2007-09-25  Eric Blake  <ebb9@byu.net>
31692
31693         Fix strerror on Interix.
31694         * lib/string_.h (strerror): Declare replacement.
31695         * doc/functions/strerror.texi (strerror): Document the Interix
31696         shortcoming.
31697         * modules/string (Makefile.am): Support new hooks.
31698         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
31699         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
31700         gl_FUNC_STRERROR_SEPARATE.
31701         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
31702         * lib/strerror.c (rpl_strerror): Provide replacement.
31703         * modules/strerror (Depends-on): Add string.
31704         (configure.ac): Detect use of module.
31705         * tests/test-strerror.c: New file.
31706         * modules/strerror-tests: New test module.
31707         * modules/argp (Depends-on): Add strerror.
31708         * modules/error (Depends-on): Likewise.
31709         Reported by Martin Koeppe.
31710
31711 2007-09-24  Bruno Haible  <bruno@clisp.org>
31712
31713         * README: Update git instructions.
31714
31715 2007-09-24  Eric Blake  <ebb9@byu.net>
31716
31717         Revert fpending breakage from 2007-09-08.
31718         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
31719         __fpending.c.
31720
31721 2007-09-24  Jim Meyering  <jim@meyering.net>
31722
31723         filenamecat.c: Add a test.
31724         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
31725         showing how the function works when DIR is the empty string.
31726
31727 2007-09-21  Simon Josefsson  <simon@josefsson.org>
31728
31729         * tests/test-canonicalize.sh: Turn on executable bit.
31730
31731 2007-09-19  Eric Blake  <ebb9@byu.net>
31732
31733         * README: Update CVS instructions.
31734
31735 2007-09-18  Bruno Haible  <bruno@clisp.org>
31736
31737         * modules/areadlink: New file.
31738         * lib/areadlink.h (areadlink): New declaration.
31739         * lib/areadlink.c: New file, based on lib/xreadlink.c.
31740
31741 2007-09-17  Jim Meyering  <jim@meyering.net>
31742
31743         * lib/savewd.c (ESTALE) [!defined]: Define.
31744         Reported to be required on Interix by Martin Koeppe.
31745
31746 2007-09-17  Bruno Haible  <bruno@clisp.org>
31747
31748         * gnulib-tool (func_version): Use $version.
31749
31750 2007-09-16  Bruno Haible  <bruno@clisp.org>
31751
31752         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
31753         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
31754         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
31755         Reported by Greg Schafer <gschafer@zip.com.au>.
31756
31757 2007-09-15  Bruno Haible  <bruno@clisp.org>
31758
31759         * gnulib-tool (sed): Try a little harder to make bash understand the
31760         alias.
31761         Reported by Bruce Korb <bruce.korb@gmail.com>.
31762
31763 2007-09-13  Eric Blake  <ebb9@byu.net>
31764
31765         * ChangeLog: Remove conflict markers.
31766
31767 2007-09-13  Simon Josefsson  <simon@josefsson.org>
31768
31769         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
31770         Reported by Bruno Haible <bruno@clisp.org>.
31771
31772 2007-09-12  Bruno Haible  <bruno@clisp.org>
31773
31774         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
31775         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
31776         is not defined.
31777
31778 2007-09-12  Eric Blake  <ebb9@byu.net>
31779
31780         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
31781         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
31782         Autoconf definition.
31783         * modules/euidaccess (Depends-on): Add extensions, for
31784         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
31785         * modules/fnmatch (Depends-on): Likewise.
31786         * modules/getaddrinfo (Depends-on): Likewise.
31787         * modules/getdelim (Depends-on): Likewise.
31788         * modules/getline (Depends-on): Likewise.
31789         * modules/getsubopt (Depends-on): Likewise.
31790         * modules/gettext (Depends-on): Likewise.
31791         * modules/group-member (Depends-on): Likewise.
31792         * modules/mbchar (Depends-on): Likewise.
31793         * modules/memmem (Depends-on): Likewise.
31794         * modules/mempcpy (Depends-on): Likewise.
31795         * modules/memrchr (Depends-on): Likewise.
31796         * modules/pagealign_alloc (Depends-on): Likewise.
31797         * modules/readutmp (Depends-on): Likewise.
31798         * modules/stpcpy (Depends-on): Likewise.
31799         * modules/stpncpy (Depends-on): Likewise.
31800         * modules/strchrnul (Depends-on): Likewise.
31801         * modules/strndup (Depends-on): Likewise.
31802         * modules/strsep (Depends-on): Likewise.
31803         * modules/strverscmp (Depends-on): Likewise.
31804         * modules/vasprintf (Depends-on): Likewise.
31805         * modules/wcwidth (Depends-on): Likewise.
31806         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
31807         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
31808         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
31809         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
31810         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
31811         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
31812         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
31813         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
31814         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
31815         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
31816         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
31817         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
31818         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
31819         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
31820         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
31821         * m4/readutmp.m4 (gl_READUTMP): Likewise.
31822         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
31823         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
31824         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
31825         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
31826         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
31827         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
31828         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
31829         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
31830         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
31831         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
31832         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
31833         so that lock.m4 can be used in gettext without extensions module.
31834
31835 2007-09-11  Bruno Haible  <bruno@clisp.org>
31836
31837         * m4/isc-posix.m4: Remove file.
31838         Suggested by Eric Blake.
31839
31840 2007-09-11  Eric Blake  <ebb9@byu.net>
31841
31842         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
31843
31844 2007-09-10  Bruno Haible  <bruno@clisp.org>
31845
31846         * posix-modules: Fix typo in error message.
31847         Reported by Matt <mkraai@beckman.com>.
31848
31849 2007-09-09  Bruno Haible  <bruno@clisp.org>
31850
31851         * doc/functions/getdelim.texi: Update list of platforms lacking the
31852         function.
31853         * doc/functions/getline.texi: Likewise.
31854
31855 2007-09-09  Jim Meyering  <jim@meyering.net>
31856
31857         * lib/hash.c (hash_initialize): Detect calloc failure.
31858         Reported by Bruno Haible.
31859
31860 2007-09-09  Bruno Haible  <bruno@clisp.org>
31861
31862         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
31863         malloc or realloc fails.
31864
31865 2007-09-09  Bruno Haible  <bruno@clisp.org>
31866
31867         * modules/getcwd (Depends-on): Add malloc-posix.
31868         * modules/glob (Depends-on): Likewise.
31869         * modules/putenv (Depends-on): Likewise.
31870         * modules/strdup (Depends-on): Likewise.
31871         * modules/getdelim (Depends-on): Add realloc-posix.
31872         * modules/read-file (Depends-on): Likewise.
31873
31874 2007-09-09  Bruno Haible  <bruno@clisp.org>
31875
31876         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
31877         (gl_FUNC_MALLOC_POSIX): Require it.
31878         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
31879         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
31880         * modules/realloc (Files): Add m4/malloc.m4.
31881         * modules/calloc (Files): Likewise.
31882
31883 2007-09-09  Bruno Haible  <bruno@clisp.org>
31884
31885         * modules/malloc-posix: New file.
31886         * modules/malloc (Depends-on): Add malloc-posix.
31887         * lib/malloc.c: Include errno.h.
31888         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
31889         and a POSIX-compatible malloc into a single function. Set ENOMEM
31890         when returning NULL.
31891         * m4/malloc.m4: New file.
31892         * doc/functions/malloc.texi: Mention the malloc-posix module.
31893         * lib/stdlib_.h (malloc): New declaration.
31894         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
31895         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
31896         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
31897         and HAVE_MALLOC_POSIX.
31898
31899 2007-09-09  Bruno Haible  <bruno@clisp.org>
31900
31901         * modules/realloc-posix: New file.
31902         * modules/realloc (Depends-on): Add realloc-posix.
31903         * lib/realloc.c: Include errno.h.
31904         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
31905         and a POSIX-compatible realloc into a single function. Set ENOMEM
31906         when returning NULL.
31907         * m4/realloc.m4: New file.
31908         * doc/functions/realloc.texi: Mention the realloc-posix module.
31909         * lib/stdlib_.h (realloc): New declaration.
31910         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
31911         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
31912         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
31913         and HAVE_REALLOC_POSIX.
31914
31915 2007-09-09  Bruno Haible  <bruno@clisp.org>
31916
31917         * modules/calloc-posix: New file.
31918         * modules/calloc (Depends-on): Add calloc-posix.
31919         * lib/calloc.c: Include errno.h.
31920         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
31921         and a POSIX-compatible calloc into a single function. Set ENOMEM
31922         when returning NULL.
31923         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
31924         * doc/functions/calloc.texi: Mention the calloc-posix module.
31925         * lib/stdlib_.h (calloc): New declaration.
31926         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
31927         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
31928         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
31929         and HAVE_CALLOC_POSIX.
31930
31931 2007-09-09  Bruno Haible  <bruno@clisp.org>
31932
31933         Allow for modules to show an arbitrary notice.
31934         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
31935         * gnulib-tool: New option --extract-notice.
31936         (func_usage): Document it.
31937         (sed_extract_prog): Update.
31938         (func_get_notice): New function.
31939         (func_modules_notice): New function.
31940         (func_import, func_create_testdir): Invoke it.
31941         Suggested by Jim Meyering.
31942
31943 2007-09-09  Bruno Haible  <bruno@clisp.org>
31944
31945         * gnulib-tool: New options --verbose, --quiet.
31946         (func_usage): Document them.
31947         (verbose): New variable.
31948         (func_execute_command): New function.
31949         (func_import): Don't show the module list and the file list if
31950         $verbose < 0.
31951         (func_create_testdir): Likewise. Use func_execute_command.
31952         (func_create_megatestdir): Use func_execute_command.
31953
31954 2007-09-08  Bruno Haible  <bruno@clisp.org>
31955
31956         * gnulib-tool (func_import): Prefer rsync over wget when available,
31957         for fetching the PO files.
31958
31959 2007-09-08  Bruno Haible  <bruno@clisp.org>
31960
31961         * posix-modules: New file. Portions copied from gnulib-tool.
31962         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
31963
31964 2007-09-08  Jim Meyering  <jim@meyering.net>
31965
31966         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
31967         * lib/fpending.h: Rename from __fpending.h.
31968         * lib/fpending.c: Rename from __fpending.c.
31969         Include "fpending.h", not "__fpending.h".
31970         * lib/__fpending.h, lib/__fpending.c: Remove files.
31971         * modules/fpending (Files): Reflect new file names.
31972         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
31973
31974 2007-09-08  Bruno Haible  <bruno@clisp.org>
31975
31976         * m4/inttypes-h.m4: Remove stub file.
31977
31978 2007-09-07  Simon Josefsson  <simon@josefsson.org>
31979
31980         * doc/headers/stdint.texi: Discuss #include_next issue.
31981
31982 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
31983
31984         * build-aux/bootstrap: Remove obsolete comment about wget --help.
31985
31986 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31987
31988         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
31989         in variable name.
31990
31991 2007-09-03  Jim Meyering  <jim@meyering.net>
31992
31993         New module: git-version-gen.
31994         * modules/git-version-gen: New file.
31995
31996         Import changes from coreutils for bootstrap script.
31997
31998         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
31999
32000         bootstrap: uses rsync to download the .po files
32001         * build-aux/bootstrap (po_download_command_format): New global.
32002         (download_po_files): Use rsync.
32003         (update_po_files): Don't remove .po files after download,
32004         so future rsync runs can take advantage of the copies.
32005
32006         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
32007
32008         Solve the unnecessary-.po-file-regeneration problem once and for all.
32009         * build-aux/bootstrap (download_po_files): New function, renamed from
32010         get_translations.  Now, downloads, but doesn't update LINGUAS.
32011         (update_po_files): New function.
32012
32013         bootstrap: Ignore more.
32014         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
32015         uniwidth to e.g., lib/.gitignore.
32016         (slurp): Handle the sys_stat_.h -> sys mapping, too.
32017
32018         * build-aux/bootstrap: New setting: vc_ignore.
32019         (insert_sorted_if_absent): Create $file if absent.
32020         Adapt to new, possibly empty, list: $vc_ignore.
32021
32022         bootstrap: generate more ignorable names
32023         * build-aux/bootstrap (slurp): When generating ignorable names,
32024         also map .sin to .sed, .gperf to .c, and .y to .c.
32025
32026 2007-09-03  Jim Meyering  <jim@meyering.net>
32027
32028         * build-aux/git-version-gen: New file, from coreutils.  For details, see
32029         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
32030
32031 2007-09-02  Bruno Haible  <bruno@clisp.org>
32032
32033         Fix mis-recognition of 'mcs' on QNX 6.
32034         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
32035         output contains the string "Mono".
32036         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
32037         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
32038
32039 2007-09-01  Bruno Haible  <bruno@clisp.org>
32040
32041         Fix collision between uniwidth/* and linebreak modules.
32042         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
32043         u32_width): Remove declarations.
32044         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
32045         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
32046         streq3, streq2, streq1, streq0): Remove functions.
32047         (STREQ): Remove macro.
32048         (is_cjk_encoding): Remove function.
32049         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
32050         (uc_width, u8_width, u16_width, u32_width): Remove functions.
32051         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
32052         * NEWS: Document the change.
32053
32054 2007-09-01  Bruno Haible  <bruno@clisp.org>
32055
32056         * lib/streq.h: Add double-inclusion guard.
32057
32058 2007-09-01  Karl Berry  <karl@gnu.org>
32059
32060         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
32061
32062 2007-08-28  Jim Meyering  <jim@meyering.net>
32063
32064         Rename mreadlink_with_size to areadlink_with_size.
32065         * NEWS: Document the change.
32066         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
32067         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
32068         * lib/mreadlink.h: Rename this to...
32069         * lib/areadlink.h: ...this.
32070         * modules/mreadlink-with-size: Rename this to...
32071         * modules/areadlink-with-size: ...this.
32072         * lib/canonicalize.c: Reflect the renaming.
32073         * modules/canonicalize: Likewise.
32074
32075 2007-08-26  Bruno Haible  <bruno@clisp.org>
32076
32077         * gnulib-tool (func_import): When deciding which files to remove,
32078         consider also dangling symbolic links.
32079         Reported by Eric Blake.
32080
32081 2007-08-26  Bruno Haible  <bruno@clisp.org>
32082
32083         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
32084
32085 2007-08-23  Simon Josefsson  <simon@josefsson.org>
32086
32087         * lib/readline.c: Don't include getline.h, the prototype is now
32088         found in stdio.h.
32089
32090 2007-08-23  Jim Meyering  <jim@meyering.net>
32091
32092         Getdelim touchup.
32093         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
32094         around the funlockfile call, since funlockfile never sets errno.
32095         Don't set errno upon failed realloc.
32096
32097 2007-08-22  Eric Blake  <ebb9@byu.net>
32098
32099         Getline touchups.
32100         * lib/getdelim.c (getdelim): Revert regression that required *n to
32101         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
32102         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
32103         getdelim, rather than whether implementation is missing.
32104         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
32105         * lib/stdio_.h (getline): Also declare if replacement is
32106         required.
32107         * doc/functions/getdelim.texi: New file.
32108         * doc/functions/getline.texi: Likewise.
32109         * doc/gnulib.texi (Function Substitutes): Add new files.
32110         Reported by Bruno Haible.
32111
32112 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
32113
32114         * users.txt: Add Guile.
32115
32116 2007-08-22  Eric Blake  <ebb9@byu.net>
32117
32118         * tests/test-getdelim.c (main): Use remove, not unlink.
32119         * tests/test-getline.c (main): Likewise.
32120
32121         Move getline and getdelim into stdio.h, per POSIX 200x.
32122         * modules/getline (Files): Remove getline.h.
32123         (Depends-on): Add stdio.
32124         (configure.ac): Add module indicator.
32125         * modules/getdelim (Files): Remove getdelim.h.
32126         (Depends-on): Add stdio.
32127         (configure.ac): Add module indicator.
32128         * modules/stdio (Makefile.am): Work with new indicators.
32129         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
32130         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
32131         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32132         * lib/getdelim.h: Delete.
32133         * lib/getline.h: Delete.
32134         * lib/stdio_.h (getdelim, getline): Declare.
32135         * modules/getdelim-tests: New module.
32136         * modules/getline-tests: Likewise.
32137         * tests/test-getdelim.c: New file.
32138         * tests/test-getline.c: Likewise.
32139         * NEWS: Document the change.
32140         * lib/getline.c: Update choice of header.
32141         * lib/csharpcomp.c: Likewise.
32142         * lib/getpass.c: Likewise.
32143         * lib/javacomp.c: Likewise.
32144         * lib/javaversion.c: Likewise.
32145         * lib/yesno.c: Likewise.
32146         * lib/getdelim.c: Likewise.
32147         (getdelim): Set errno on failure, and avoid memory leak.
32148
32149 2007-08-19  Bruno Haible  <bruno@clisp.org>
32150
32151         * modules/closein (Depends-on): Add freadahead.
32152         * lib/closein.c: Include freadahead.h.
32153         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
32154         is zero.
32155
32156 2007-08-19  Bruno Haible  <bruno@clisp.org>
32157
32158         * modules/freadahead-tests: New file.
32159         * tests/test-freadahead.sh: New file.
32160         * tests/test-freadahead.c: New file.
32161
32162         * modules/freadahead: New file.
32163         * lib/freadahead.h: New file.
32164         * lib/freadahead.c: New file.
32165         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
32166         fbufmode, fpurge, freadable, fwritable.
32167
32168 2007-08-19  Eric Blake  <ebb9@byu.net>
32169
32170         Test yesno in combination with closein.
32171         * lib/yesno.c (yesno): Document use of stdin.
32172         * modules/yesno-tests (Files): New module.
32173         * tests/test-yesno.c (main): New file.
32174         * tests/test-yesno.sh: Likewise.
32175
32176 2007-08-19  Bruno Haible  <bruno@clisp.org>
32177
32178         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
32179         * lib/fseeko.c (rpl_fseeko): Likewise.
32180         * lib/fseterr.c (fseterr): Likewise.
32181
32182 2007-08-19  Bruno Haible  <bruno@clisp.org>
32183
32184         * tests/test-lseek.c (main): Disable a test for BeOS.
32185         * doc/functions/lseek.texi: Document the BeOS bug.
32186
32187 2007-08-19  Bruno Haible  <bruno@clisp.org>
32188             Eric Blake  <ebb9@byu.net>
32189
32190         * lib/lseek.c: Include <sys/stat.h>.
32191         (rpl_lseek): Add workaround code also for Unix platforms.
32192         Needed for BeOS.
32193         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
32194         * doc/functions/lseek.texi: Document BeOS definiency.
32195
32196 2007-08-18  Bruno Haible  <bruno@clisp.org>
32197
32198         * modules/fstrcmp-tests: New file.
32199         * tests/test-fstrcmp.c: New file.
32200
32201 2007-08-18  Bruno Haible  <bruno@clisp.org>
32202
32203         * modules/fstrcmp: New file, from GNU gettext with modifications.
32204         * lib/fstrcmp.h: New file, from GNU gettext.
32205         * lib/fstrcmp.c: New file, from GNU gettext.
32206         * MODULES.html.sh (String handling): Add fstrcmp.
32207
32208 2007-08-18  Bruno Haible  <bruno@clisp.org>
32209
32210         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
32211         'bool'.
32212         (diag, compareseq): Remove const from the ctxt argument.
32213         (USE_HEURISTIC): Undefine at the end.
32214
32215 2007-08-18  Jim Meyering  <jim@meyering.net>
32216
32217         New file: lib/idcache.h
32218         * NEWS: Mention the addition.
32219         * modules/idcache (Files): Add lib/idcache.h
32220         * lib/idcache.c: Include "idcache.h".
32221         Don't include <sys/types.h>.
32222         Add a FIXME comment.
32223         Move file-scoped "static" declarations to the top.
32224         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
32225
32226 2007-08-17  Bruno Haible  <bruno@clisp.org>
32227         and Paul Eggert  <eggert@cs.ucla.edu>
32228
32229         * MODULES.html.sh: Add diffseq.
32230         * modules/diffseq: New file.
32231         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
32232         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
32233
32234 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32235
32236         Import changes from coreutils for bootstrap script.
32237
32238         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
32239
32240         * build-aux/bootstrap (slurp): Work even in environments where
32241         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
32242         current code does not slurp files whose names start with ".", and
32243         this looks like it might be a troublesome area.
32244
32245         2007-07-11  Jim Meyering  <jim@meyering.net>
32246
32247         If there's a GPL vN copyright comment, require that N == 3.
32248
32249         2007-07-08  Jim Meyering  <jim@meyering.net>
32250
32251         Run the coreutils-specific code only if tests/Makefile.am.in exists.
32252         * build-aux/bootstrap (mam_template): Move definition out of loop.
32253
32254         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
32255
32256         * build-aux/bootstrap (symlink_to_dir): Rename function from
32257         symlink_to_gnulib.  Add a directory parameter.  Update all
32258         callers.
32259         (cp_mark_as_generated): Also check for -- and link to -- files in
32260         gl/.
32261
32262         2007-07-08  Jim Meyering  <jim@meyering.net>
32263
32264         Adapt to deeper hierarchy in gnulib.
32265         * build-aux/bootstrap (symlink_to_dir): If the destination
32266         directory doesn't exist, create it. This is required at least for
32267         "lib/uniwidth/cjk.h".
32268
32269         2007-05-15  Jim Meyering  <jim@meyering.net>
32270
32271         * build-aux/bootstrap: Now that generated Makefile.am files
32272         are no longer under version control, they must be created at
32273         bootstrap time.
32274
32275 2007-08-14  Ben Pfaff  <blp@gnu.org>
32276
32277         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
32278
32279 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
32280
32281         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
32282         given the changes below.
32283         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
32284         even on hosts that have padding bits beyond the supported 64.
32285
32286 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
32287
32288         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
32289         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
32290         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
32291         depends on it.
32292         (xstrtol_error): Remove.
32293         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
32294         but with a different signature.
32295         (ATTRIBUTE_NORETURN, __attribute__): New macros.
32296         * lib/xstrtol-error.c: Include exitfail.h.
32297         (xstrtol_fatal): New function, with a different signature from the
32298         old xstrtol_error, so that the caller need not worry about passing
32299         in an exit status, or about storage management of the option argument.
32300         (xstrtol_error): Now a static function.  Redo signature to
32301         implement xstrtol_fatal.  Output the correct number of hyphens in
32302         front of the option so that the caller need not worry about
32303         storage management.
32304         (N_): New macro.
32305         (_): Remove; not used now.
32306         * modules/xstrtol: Depend on getopt.
32307         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
32308         of old STRTOL_FATAL_ERROR macro.
32309         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
32310         of test program.
32311         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
32312         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
32313
32314 2007-08-08  Eric Blake  <ebb9@byu.net>
32315
32316         * lib/xstrtol-error.c: Add missing include.
32317
32318         Move xstrtol messages into gnulib domain, when --pobase is used.
32319         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
32320         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
32321         * modules/xstrtol (Files): Distribute new file.
32322         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
32323         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
32324         * tests/test-xstrtol.c: ...into new file.
32325         * tests/test-xstrtoul.c: Also test xstrtoul.
32326         * tests/test-xstrtoimax.c: Also test xstrtoimax.
32327         * tests/test-xstrtoumax.c: Also test xstrtoumax.
32328         * tests/test-xstrtol.sh: Drive the tests.
32329         * tests/test-xstrtoimax.sh: Likewise.
32330         * tests/test-xstrtoumax.sh: Likewise.
32331         * modules/xstrtol-tests: New module.
32332         * modules/xstrtoimax-tests: Likewise.
32333         * modules/xstrtoumax-tests: Likewise.
32334
32335 2007-08-08  Jim Meyering  <jim@meyering.net>
32336
32337         New function: mfile_name_concat.
32338         * lib/filenamecat.c (mfile_name_concat): New function, just like
32339         file_name_concat, but return NULL upon failure rather than exiting
32340         with a diagnostic.
32341         * lib/filenamecat.h: Declare it.
32342
32343 2007-08-07  Bruno Haible  <bruno@clisp.org>
32344
32345         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
32346         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
32347         warning from gcc.
32348         Reported by Eric Blake.
32349
32350 2007-08-07  Simon Josefsson  <simon@josefsson.org>
32351
32352         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
32353         * modules/crypto/arcfour (License): Likewise.
32354         * modules/crypto/des-tests (License): Likewise.
32355         * modules/crypto/gc-arctwo-tests (License): Likewise.
32356         * modules/crypto/gc-des-tests (License): Likewise.
32357         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
32358         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
32359         * modules/crypto/gc-md2-tests (License): Likewise.
32360         * modules/crypto/gc-md4-tests (License): Likewise.
32361         * modules/crypto/gc-md5-tests (License): Likewise.
32362         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
32363         * modules/crypto/gc-rijndael-tests (License): Likewise.
32364         * modules/crypto/gc-sha1-tests (License): Likewise.
32365         * modules/crypto/gc-tests (License): Likewise.
32366         * modules/crypto/hmac-md5 (License): Likewise.
32367         * modules/crypto/hmac-sha1 (License): Likewise.
32368         * modules/crypto/md2-tests (License): Likewise.
32369         * modules/crypto/md4-tests (License): Likewise.
32370         * modules/crypto/md5 (License): Likewise.
32371         * modules/crypto/rijndael (License): Likewise.
32372         * modules/crypto/sha1 (License): Likewise.
32373         * modules/memxor (License): Likewise.
32374
32375 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
32376         and Bruno Haible  <bruno@clisp.org>
32377
32378         * NEWS: Describe interface changes to human, xstrtol.
32379         * lib/human.h: Include <xstrtol.h>.
32380         (human_options): Return enum strtol_error, not int.  Remove
32381         bool arg; take int * instead.
32382         * lib/human.c: Don't include "gettext.h".
32383         (_): Remove; no longer used.
32384         Don't include <xstrtol.h>, since human.h does it.
32385         (human_options): Adjust to abovementioned interface changes.
32386         Do not report error to stderr; that's now the caller's
32387         responsibility.
32388         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
32389         interface change.
32390         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
32391         Str, Argument_type_string.  All uses changed.  Put " argument"
32392         in diagnostics to make them clearer.  Change wording of suffix
32393         message for clarity.
32394         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
32395         Argument_type_string.
32396         (STRTOL_FATAL_WARN): Remove; no longer used.
32397         * modules/human (Depends-on): Remove gettext-h.
32398
32399 2007-08-06  Simon Josefsson  <simon@josefsson.org>
32400
32401         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
32402
32403 2007-07-31  Bruno Haible  <bruno@clisp.org>
32404
32405         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
32406         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
32407         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
32408
32409 2007-07-31  Bruno Haible  <bruno@clisp.org>
32410
32411         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
32412         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
32413
32414 2007-07-30  Bruno Haible  <bruno@clisp.org>
32415
32416         * modules/base64 (License): Use the synonymous term "LGPLv2+".
32417         * modules/c-ctype (License): Likewise.
32418         * modules/c-strcase (License): Likewise.
32419         * modules/check-version (License): Likewise.
32420         * modules/iconv (License): Likewise.
32421         * modules/iconv_open (License): Likewise.
32422         * modules/read-file (License): Likewise.
32423         * modules/striconv (License): Likewise.
32424         * modules/strverscmp (License): Likewise.
32425         * modules/vasprintf (License): Likewise.
32426         * modules/crypto/des (License): Likewise.
32427         * modules/crypto/gc (License): Likewise.
32428         * modules/crypto/gc-arcfour (License): Likewise.
32429         * modules/crypto/gc-arctwo (License): Likewise.
32430         * modules/crypto/gc-des (License): Likewise.
32431         * modules/crypto/gc-hmac-md5 (License): Likewise.
32432         * modules/crypto/gc-hmac-sha1 (License): Likewise.
32433         * modules/crypto/gc-md2 (License): Likewise.
32434         * modules/crypto/gc-md4 (License): Likewise.
32435         * modules/crypto/gc-md5 (License): Likewise.
32436         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
32437         * modules/crypto/gc-random (License): Likewise.
32438         * modules/crypto/gc-rijndael (License): Likewise.
32439         * modules/crypto/gc-sha1 (License): Likewise.
32440         * modules/crypto/md2 (License): Likewise.
32441         * modules/crypto/md4 (License): Likewise.
32442
32443 2007-07-30  Jim Meyering  <jim@meyering.net>
32444
32445         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
32446         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
32447         it has valid stat data.  This bug would cause du not to count the
32448         sizes of inaccessible directories.
32449         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
32450         in <http://bugzilla.redhat.com/250077>.
32451
32452 2007-07-25  Peter O'Gorman  <peter@pogma.com>
32453             Bruno Haible  <bruno@clisp.org>
32454
32455         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
32456         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
32457         #include_next, gives a diagnostic about it, but reports no error in
32458         the exit code.
32459         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
32460
32461 2007-07-24  Ben Pfaff  <blp@gnu.org>
32462
32463         Improve name: "count-one-bits" is better than "popcount".
32464         * MODULES.html.sh: Update name.
32465         * lib/popcount.h: Renamed lib/count-one-bits.h.
32466         (popcount): Renamed count_one_bits.
32467         (popcountl): Renamed count_one_bits_l.
32468         (popcountll): Renamed count_one_bits_ll.
32469         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
32470         * modules/popcount: Renamed module/count-one-bits.
32471         * modules/popcount-tests: Renamed module/count-one-bits-tests.
32472         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
32473
32474 2007-07-23  Ben Pfaff  <blp@gnu.org>
32475
32476         * lib/popcount.h (popcount32): Reduce size of constants, to allow
32477         better code generation, and add U to large constants to avoid
32478         warnings, in non-GCC case.
32479         Suggested by Bruno Haible.
32480
32481 2007-07-23  Ben Pfaff  <blp@gnu.org>
32482
32483         * lib/popcount.h: Use verify_true instead of if...abort.
32484         * modules/popcount: Depend on verify module.
32485         Suggested by Jim Meyering.
32486
32487 2007-07-23  Bruno Haible  <bruno@clisp.org>
32488
32489         * gnulib-tool (func_import): Create a .cvsignore file also when the
32490         directory is not yet in CVS but the toplevel directory is. When
32491         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
32492         Reported by Karl Berry.
32493
32494 2007-07-22  Ben Pfaff  <blp@gnu.org>
32495
32496         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
32497         case.
32498         Suggested by Eric Blake.
32499
32500 2007-07-22  Ben Pfaff  <blp@gnu.org>
32501
32502         New module: popcount.
32503         * MODULES.html.sh: Add popcount.
32504         * modules/popcount: New file.
32505         * modules/popcount-tests: New file.
32506         * tests/test-popcount.c: New file.
32507         * lib/popcount.h: New file.
32508         * m4/popcount.m4: New file.
32509
32510 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
32511
32512         * build-aux/announce-gen: Update to GPLv3.
32513
32514         * build-aux/config.guess: Update from config.
32515
32516 2007-07-21  Bruno Haible  <bruno@clisp.org>
32517
32518         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
32519         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
32520
32521 2007-07-20  Jim Meyering  <jim@meyering.net>
32522
32523         * check-module: Diagnose a self-dependency.
32524
32525 2007-07-19  Bruno Haible  <bruno@clisp.org>
32526
32527         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
32528         empty.
32529         Reported by Eric Blake.
32530
32531 2007-07-18  Bruno Haible  <bruno@clisp.org>
32532
32533         * gnulib-tool: New options --po-base, --po-domain.
32534         (func_usage): Document them.
32535         (pobase, po_domain): New variables.
32536         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
32537         DEFAULT_TEXT_DOMAIN.
32538         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
32539         (func_import): Consider pobase and po_domain. Create a po/ directory.
32540         (func_create_testdir): Set pobase and po_domain to empty.
32541         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
32542         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
32543
32544 2007-07-18  Bruno Haible  <bruno@clisp.org>
32545
32546         * gnulib-tool (func_get_automake_snippet): Synthesize also an
32547         EXTRA_DIST augmentation for files in build-aux/.
32548
32549 2007-07-16  Bruno Haible  <bruno@clisp.org>
32550
32551         * modules/lseek (License): Use the synonymous term "LGPLv2+".
32552         * modules/getdelim (License): Likewise.
32553
32554 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32555
32556         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
32557         * modules/d-type (License): Likewise.
32558         * modules/extensions (License): Likewise.
32559         * modules/fnmatch (License): Likewise.
32560         * modules/fseeko (License): Likewise.
32561         * modules/getaddrinfo (License): Likewise.
32562         * modules/getline (License): Likewise.
32563         * modules/getlogin_r (License): Likewise.
32564         * modules/getpass (License): Likewise.
32565         * modules/gettimeofday (License): Likewise.
32566         * modules/glob (License): Likewise.
32567         * modules/inet_ntop (License): Likewise.
32568         * modules/malloc (License): Likewise.
32569         * modules/malloca (License): Likewise.
32570         * modules/memmem (License): Likewise.
32571         * modules/mempcpy (License): Likewise.
32572         * modules/memset (License): Likewise.
32573         * modules/minmax (License): Likewise.
32574         * modules/mktime (License): Likewise.
32575         * modules/netinet_in (License): Likewise.
32576         * modules/pathmax (License): Likewise.
32577         * modules/poll (License): Likewise.
32578         * modules/regex (License): Likewise.
32579         * modules/snprintf (License): Likewise.
32580         * modules/stdbool (License): Likewise.
32581         * modules/stdint (License): Likewise.
32582         * modules/stdio (License): Likewise.
32583         * modules/strcase (License): Likewise.
32584         * modules/strcasestr (License): Likewise.
32585         * modules/strdup (License): Likewise.
32586         * modules/string (License): Likewise.
32587         * modules/strndup (License): Likewise.
32588         * modules/strnlen (License): Likewise.
32589         * modules/strpbrk (License): Likewise.
32590         * modules/strptime (License): Likewise.
32591         * modules/strsep (License): Likewise.
32592         * modules/sys_select (License): Likewise.
32593         * modules/sys_socket (License): Likewise.
32594         * modules/sys_stat (License): Likewise.
32595         * modules/sys_time (License): Likewise.
32596         * modules/time (License): Likewise.
32597         * modules/time_r (License): Likewise.
32598         * modules/timegm (License): Likewise.
32599         * modules/unistd (License): Likewise.
32600         * modules/vsnprintf (License): Likewise.
32601         * modules/wctype (License): Likewise.
32602
32603 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32604
32605         * modules/argz (License): LGPLv2+.
32606
32607 2007-07-15  Karl Berry  <karl@gnu.org>
32608
32609         * doc/gnulib.texi: revise node structure per new fdl.texi.
32610
32611 2007-07-14  Bruno Haible  <bruno@clisp.org>
32612
32613         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
32614         the output file.
32615         * lib/uniname/uninames.h: Regenerated.
32616
32617 2007-07-14  Karl Berry  <karl@gnu.org>
32618
32619         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
32620         omitting sectioning and index commands.
32621
32622 2007-07-13  Bruno Haible  <bruno@clisp.org>
32623
32624         New gnulib-tool option --more-symlinks.
32625         * gnulib-tool (func_usage): Document --more-symlinks.
32626         (do_copyrights): New variable.
32627         Recognize option --more-symlinks.
32628         (func_import): Don't add a copyright notice transform to
32629         sed_transform_lib_file if do_copyrights is empty.
32630
32631 2007-07-13  Bruno Haible  <bruno@clisp.org>
32632
32633         * lib/vasnprintf.c (decimal_point_char): Define also if
32634         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
32635         && !NEED_PRINTF_DIRECTIVE_A.
32636         Reported by Clemens Koller <clemens.koller@anagramm.de> via
32637         Gary V. Vaughan <gary@gnu.org>.
32638
32639 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
32640
32641         * lib/inttypes_.h: Undo previous change, since it was fixed
32642         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
32643
32644 2007-07-13  Bruno Haible  <bruno@clisp.org>
32645
32646         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
32647         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
32648
32649 2007-07-13  Jim Meyering  <jim@meyering.net>
32650
32651         df: Don't fail for Tru64's "file-on-file mount".
32652         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
32653         so we fall through and use statfs instead.  Details here:
32654         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
32655         Reported by Albert Chin.
32656
32657 2007-07-13  Bruno Haible  <bruno@clisp.org>
32658
32659         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
32660         * modules/configmake (License): Likewise.
32661         * modules/gettext (License): Likewise.
32662         * modules/gettext-h (License): Likewise.
32663         * modules/include_next (License): Likewise.
32664         * modules/link-warning (License): Likewise.
32665         * modules/localcharset (License): Likewise.
32666         * modules/localename (License): Likewise.
32667         * modules/lock (License): Likewise.
32668         * modules/relocatable-lib-lgpl (License): Likewise.
32669         * modules/size_max (License): Likewise.
32670         * modules/vasnprintf (License): Likewise.
32671         * modules/wchar (License): Likewise.
32672         * modules/xsize (License): Likewise.
32673
32674 2007-07-13  Bruno Haible  <bruno@clisp.org>
32675
32676         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
32677         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
32678
32679 2007-07-12  Bruno Haible  <bruno@clisp.org>
32680
32681         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
32682         in the modules files.
32683
32684 2007-07-11  Karl Berry  <karl@gnu.org>
32685
32686         * MODULES.html.sh (func_module): use
32687          sed -e '\|^'"${includefile}"'$|d'
32688          instead of /.../d, to avoid errors on $includefile's containing /.
32689
32690 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
32691
32692         * gnulib-tool (func_import): Avoid duplication of --avoid
32693         statements
32694         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
32695         names to `_' in variable names.
32696
32697 2007-07-10  Eric Blake  <ebb9@byu.net>
32698
32699         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
32700         * NEWS: Document this change.
32701
32702 2007-07-08  Bruno Haible  <bruno@clisp.org>
32703
32704         Update to Unicode 5.0.
32705         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
32706         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
32707         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
32708         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
32709         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
32710         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
32711         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
32712         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
32713         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
32714         U+10A3F, U+1D242..U+1D244.
32715         (nonspacing_table_ind): Update.
32716         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
32717         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
32718
32719 2007-07-08  Bruno Haible  <bruno@clisp.org>
32720
32721         Update to Unicode 5.0.
32722         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
32723         code transform. Extend the name index field of unicode_name_to_code and
32724         unicode_code_to_name from 16 to 24 bits.
32725         * lib/uniname/uniname.c (unicode_character_name,
32726         unicode_name_character): Add the range 0x12xxx to the code transform.
32727         * lib/uniname/uninames.h: Regenerated.
32728         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
32729
32730 2007-07-07  Bruno Haible  <bruno@clisp.org>
32731
32732         * modules/wcwidth-tests: New file.
32733         * tests/test-wcwidth.c: New file.
32734
32735         Work around MacOS X wcwidth() bug.
32736         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
32737         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
32738         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
32739         original wcwidth in non-UTF-8 locales.
32740         * modules/wcwidth (Depends-on): Add localcharset, streq,
32741         uniwidth/width.
32742         * doc/functions/wcwidth.texi: Update.
32743
32744 2007-07-07  Bruno Haible  <bruno@clisp.org>
32745
32746         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
32747         (wcwidth): New declaration.
32748         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
32749         macros.
32750         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
32751         here. Prepare for creating <wchar.h> unconditionally.
32752         * modules/wchar (Depends-on): Add link-warning.
32753         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
32754         REPLACE_WCWIDTH, and GL_LINK_WARNING.
32755         * lib/wcwidth.h: Remove file.
32756         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
32757         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
32758         * modules/wcwidth (Files): Remove lib/wcwidth.h.
32759         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
32760         (Include): Replace wcwidth.h with <wchar.h>.
32761         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
32762         * lib/mbchar.h: Don't include wcwidth.h.
32763         * lib/mbswidth.c: Likewise.
32764         * NEWS: Mention the change.
32765
32766 2007-07-07  Bruno Haible  <bruno@clisp.org>
32767
32768         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
32769         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
32770         definition with an external declaration.
32771         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
32772         defined as a function. Remove AC_C_INLINE requirement.
32773         * modules/wcwidth (Files): Add lib/wcwidth.c.
32774         (Makefile.am): Remove redundant statement.
32775
32776 2007-07-07  Bruno Haible  <bruno@clisp.org>
32777
32778         * MODULES.html.sh (Unicode string functions): Add the new modules.
32779
32780         * tests/uniwidth/test-u32-strwidth.c: New file.
32781         * modules/uniwidth/u32-strwidth-tests: New file.
32782
32783         * lib/uniwidth/u32-strwidth.c: New file.
32784         * modules/uniwidth/u32-strwidth: New file.
32785
32786         * tests/uniwidth/test-u16-strwidth.c: New file.
32787         * modules/uniwidth/u16-strwidth-tests: New file.
32788
32789         * lib/uniwidth/u16-strwidth.c: New file.
32790         * modules/uniwidth/u16-strwidth: New file.
32791
32792         * tests/uniwidth/test-u8-strwidth.c: New file.
32793         * modules/uniwidth/u8-strwidth-tests: New file.
32794
32795         * lib/uniwidth/u8-strwidth.c: New file.
32796         * modules/uniwidth/u8-strwidth: New file.
32797
32798         * tests/uniwidth/test-u32-width.c: New file.
32799         * modules/uniwidth/u32-width-tests: New file.
32800
32801         * lib/uniwidth/u32-width.c: New file.
32802         * modules/uniwidth/u32-width: New file.
32803
32804         * tests/uniwidth/test-u16-width.c: New file.
32805         * modules/uniwidth/u16-width-tests: New file.
32806
32807         * lib/uniwidth/u16-width.c: New file.
32808         * modules/uniwidth/u16-width: New file.
32809
32810         * tests/uniwidth/test-u8-width.c: New file.
32811         * modules/uniwidth/u8-width-tests: New file.
32812
32813         * lib/uniwidth/u8-width.c: New file.
32814         * modules/uniwidth/u8-width: New file.
32815
32816         * tests/uniwidth/test-uc_width.c: New file.
32817         * modules/uniwidth/width-tests: New file.
32818
32819         * lib/uniwidth/width.c: New file, from GNU libiconv.
32820         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
32821         * modules/uniwidth/width: New file.
32822
32823         * lib/uniwidth.h: New file, from GNU libiconv.
32824         * modules/uniwidth/base: New file.
32825
32826 2007-07-07  Bruno Haible  <bruno@clisp.org>
32827
32828         * lib/uniname.h: New file, from GNU gettext.
32829         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
32830         * lib/uniname/uninames.h: New file, from GNU gettext.
32831         * lib/uniname/uniname.c: New file, from GNU gettext.
32832         * tests/uniname/test-uninames.sh: New file.
32833         * tests/uniname/test-uninames.c: New file, from GNU gettext.
32834         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
32835         * modules/uniname/base: New file.
32836         * modules/uniname/uniname: New file.
32837         * modules/uniname/uniname-tests: New file.
32838         * MODULES.html.sh (Unicode string functions): Add the new modules.
32839
32840 2007-07-06  Bruno Haible  <bruno@clisp.org>
32841
32842         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
32843
32844 2007-07-06  Bruno Haible  <bruno@clisp.org>
32845
32846         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
32847         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
32848         includes <cygwin/sys_time.h> which includes <sys/select.h> which
32849         include <sys/time.h>.
32850         Reported by Eric Blake.
32851
32852 2007-07-06  Eric Blake  <ebb9@byu.net>
32853
32854         Fix testing canonicalize on cygwin.
32855         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
32856         Revert patch from 2007-06-19.
32857         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
32858         canonicalize module is also in use.
32859         * tests/test-canonicalize.c: New file.
32860         * tests/test-canonicalize.sh: Likewise.
32861         * modules/canonicalize-tests: Likewise.
32862
32863 2007-07-06  Jim Meyering  <jim@meyering.net>
32864
32865         * lib/getugroups.c (getugroups): Detect getgrent failure.
32866         Adjust comment to reflect reality: this function may return -1.
32867
32868 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
32869
32870         * build-aux/bootstrap (TP_URL,get_translations): Update to use
32871         the new TP address.
32872         (usage): Fix typo
32873         (gnulib_mk): New variable.
32874
32875 2007-07-05  Jim Meyering  <jim@meyering.net>
32876
32877         Don't let endgrent clobber errno, no matter how improbable.
32878         * lib/getugroups.c (getugroups): Save and restore errno around
32879         endgrent call.
32880
32881         Close the group DB even when failing with 2^31 or more members.
32882         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
32883
32884 2007-07-04  Jim Meyering  <jim@meyering.net>
32885
32886         * lib/getugroups.h: New file.
32887         * lib/getugroups.c: Include "getugroups.h".
32888         Remove uses of "register" keyword.
32889         Move local variable, "cp", down into scope where used.
32890         Give "username" parameter the "const" attribute.
32891         * modules/getugroups (Files): Add lib/getugroups.h
32892
32893 2007-07-04  Karl Berry  <karl@gnu.org>
32894
32895         * MODULES.html.sh (func_all_modules): Complete rename of
32896         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
32897
32898 2007-07-02  Bruno Haible  <bruno@clisp.org>
32899
32900         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
32901         mode, when inttypes.h comes from gnulib.
32902         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
32903
32904 2007-07-02  Simon Josefsson  <simon@josefsson.org>
32905
32906         * NEWS: Mention lgpl module name change.
32907
32908         * modules/lgpl-2.1: Renamed from lgpl.
32909
32910         * NEWS: Mention gpl module name change.
32911
32912         * modules/gpl-3.0: New file, based on gpl-2.0.
32913
32914         * modules/gpl-2.0: Renamed from gpl.
32915
32916         * modules/gpl: Fix filename, doc/gpl.texi is now found at
32917         doc/gpl-2.0.texi.
32918
32919 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
32920
32921         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
32922         #define __STDC_LIMIT_MACROS temporarily while including
32923         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
32924         Problem reported by Joel E. Denny in
32925         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
32926
32927 2007-07-01  Bruno Haible  <bruno@clisp.org>
32928
32929         * lib/unistdio.h: New file.
32930         * lib/unistdio/u-asnprintf.h: New file.
32931         * lib/unistdio/u-asprintf.h: New file.
32932         * lib/unistdio/u-printf-args.c: New file.
32933         * lib/unistdio/u-printf-args.h: New file.
32934         * lib/unistdio/u-printf-parse.h: New file.
32935         * lib/unistdio/u-snprintf.h: New file.
32936         * lib/unistdio/u-sprintf.h: New file.
32937         * lib/unistdio/u-vasprintf.h: New file.
32938         * lib/unistdio/u-vsnprintf.h: New file.
32939         * lib/unistdio/u-vsprintf.h: New file.
32940         * lib/unistdio/ulc-asnprintf.c: New file.
32941         * lib/unistdio/ulc-asprintf.c: New file.
32942         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
32943         * lib/unistdio/ulc-printf-parse.c: New file.
32944         * lib/unistdio/ulc-snprintf.c: New file.
32945         * lib/unistdio/ulc-sprintf.c: New file.
32946         * lib/unistdio/ulc-vasnprintf.c: New file.
32947         * lib/unistdio/ulc-vasprintf.c: New file.
32948         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
32949         * lib/unistdio/ulc-vsnprintf.c: New file.
32950         * lib/unistdio/ulc-vsprintf.c: New file.
32951         * lib/unistdio/u8-asnprintf.c: New file.
32952         * lib/unistdio/u8-asprintf.c: New file.
32953         * lib/unistdio/u8-printf-parse.c: New file.
32954         * lib/unistdio/u8-snprintf.c: New file.
32955         * lib/unistdio/u8-sprintf.c: New file.
32956         * lib/unistdio/u8-vasnprintf.c: New file.
32957         * lib/unistdio/u8-vasprintf.c: New file.
32958         * lib/unistdio/u8-vsnprintf.c: New file.
32959         * lib/unistdio/u8-vsprintf.c: New file.
32960         * lib/unistdio/u8-u8-asnprintf.c: New file.
32961         * lib/unistdio/u8-u8-asprintf.c: New file.
32962         * lib/unistdio/u8-u8-snprintf.c: New file.
32963         * lib/unistdio/u8-u8-sprintf.c: New file.
32964         * lib/unistdio/u8-u8-vasnprintf.c: New file.
32965         * lib/unistdio/u8-u8-vasprintf.c: New file.
32966         * lib/unistdio/u8-u8-vsnprintf.c: New file.
32967         * lib/unistdio/u8-u8-vsprintf.c: New file.
32968         * lib/unistdio/u16-asnprintf.c: New file.
32969         * lib/unistdio/u16-asprintf.c: New file.
32970         * lib/unistdio/u16-printf-parse.c: New file.
32971         * lib/unistdio/u16-snprintf.c: New file.
32972         * lib/unistdio/u16-sprintf.c: New file.
32973         * lib/unistdio/u16-vasnprintf.c: New file.
32974         * lib/unistdio/u16-vasprintf.c: New file.
32975         * lib/unistdio/u16-vsnprintf.c: New file.
32976         * lib/unistdio/u16-vsprintf.c: New file.
32977         * lib/unistdio/u16-u16-asnprintf.c: New file.
32978         * lib/unistdio/u16-u16-asprintf.c: New file.
32979         * lib/unistdio/u16-u16-snprintf.c: New file.
32980         * lib/unistdio/u16-u16-sprintf.c: New file.
32981         * lib/unistdio/u16-u16-vasnprintf.c: New file.
32982         * lib/unistdio/u16-u16-vasprintf.c: New file.
32983         * lib/unistdio/u16-u16-vsnprintf.c: New file.
32984         * lib/unistdio/u16-u16-vsprintf.c: New file.
32985         * lib/unistdio/u32-asnprintf.c: New file.
32986         * lib/unistdio/u32-asprintf.c: New file.
32987         * lib/unistdio/u32-printf-parse.c: New file.
32988         * lib/unistdio/u32-snprintf.c: New file.
32989         * lib/unistdio/u32-sprintf.c: New file.
32990         * lib/unistdio/u32-vasnprintf.c: New file.
32991         * lib/unistdio/u32-vasprintf.c: New file.
32992         * lib/unistdio/u32-vsnprintf.c: New file.
32993         * lib/unistdio/u32-vsprintf.c: New file.
32994         * lib/unistdio/u32-u32-asnprintf.c: New file.
32995         * lib/unistdio/u32-u32-asprintf.c: New file.
32996         * lib/unistdio/u32-u32-snprintf.c: New file.
32997         * lib/unistdio/u32-u32-sprintf.c: New file.
32998         * lib/unistdio/u32-u32-vasnprintf.c: New file.
32999         * lib/unistdio/u32-u32-vasprintf.c: New file.
33000         * lib/unistdio/u32-u32-vsnprintf.c: New file.
33001         * lib/unistdio/u32-u32-vsprintf.c: New file.
33002         * tests/unistdio/test-ulc-asnprintf1.c: New file.
33003         * tests/unistdio/test-ulc-asnprintf1.h: New file.
33004         * tests/unistdio/test-ulc-printf1.h: New file.
33005         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
33006         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
33007         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
33008         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
33009         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
33010         * tests/unistdio/test-ulc-vasprintf1.c: New file.
33011         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
33012         * tests/unistdio/test-ulc-vsprintf1.c: New file.
33013         * tests/unistdio/test-u8-asnprintf1.c: New file.
33014         * tests/unistdio/test-u8-asnprintf1.h: New file.
33015         * tests/unistdio/test-u8-printf1.h: New file.
33016         * tests/unistdio/test-u8-vasnprintf1.c: New file.
33017         * tests/unistdio/test-u8-vasnprintf2.c: New file.
33018         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
33019         * tests/unistdio/test-u8-vasnprintf3.c: New file.
33020         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
33021         * tests/unistdio/test-u8-vasprintf1.c: New file.
33022         * tests/unistdio/test-u8-vsnprintf1.c: New file.
33023         * tests/unistdio/test-u8-vsprintf1.c: New file.
33024         * tests/unistdio/test-u16-asnprintf1.c: New file.
33025         * tests/unistdio/test-u16-asnprintf1.h: New file.
33026         * tests/unistdio/test-u16-printf1.h: New file.
33027         * tests/unistdio/test-u16-vasnprintf1.c: New file.
33028         * tests/unistdio/test-u16-vasnprintf2.c: New file.
33029         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
33030         * tests/unistdio/test-u16-vasnprintf3.c: New file.
33031         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
33032         * tests/unistdio/test-u16-vasprintf1.c: New file.
33033         * tests/unistdio/test-u16-vsnprintf1.c: New file.
33034         * tests/unistdio/test-u16-vsprintf1.c: New file.
33035         * tests/unistdio/test-u32-asnprintf1.c: New file.
33036         * tests/unistdio/test-u32-asnprintf1.h: New file.
33037         * tests/unistdio/test-u32-printf1.h: New file.
33038         * tests/unistdio/test-u32-vasnprintf1.c: New file.
33039         * tests/unistdio/test-u32-vasnprintf2.c: New file.
33040         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
33041         * tests/unistdio/test-u32-vasnprintf3.c: New file.
33042         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
33043         * tests/unistdio/test-u32-vasprintf1.c: New file.
33044         * tests/unistdio/test-u32-vsnprintf1.c: New file.
33045         * tests/unistdio/test-u32-vsprintf1.c: New file.
33046         * modules/unistdio/base: New file.
33047         * modules/unistdio/u-printf-args: New file.
33048         * modules/unistdio/ulc-asnprintf: New file.
33049         * modules/unistdio/ulc-asprintf: New file.
33050         * modules/unistdio/ulc-fprintf: New file.
33051         * modules/unistdio/ulc-printf-parse: New file.
33052         * modules/unistdio/ulc-snprintf: New file.
33053         * modules/unistdio/ulc-sprintf: New file.
33054         * modules/unistdio/ulc-vasnprintf: New file.
33055         * modules/unistdio/ulc-vasprintf: New file.
33056         * modules/unistdio/ulc-vfprintf: New file.
33057         * modules/unistdio/ulc-vsnprintf: New file.
33058         * modules/unistdio/ulc-vsprintf: New file.
33059         * modules/unistdio/u8-asnprintf: New file.
33060         * modules/unistdio/u8-asprintf: New file.
33061         * modules/unistdio/u8-printf-parse: New file.
33062         * modules/unistdio/u8-snprintf: New file.
33063         * modules/unistdio/u8-sprintf: New file.
33064         * modules/unistdio/u8-vasnprintf: New file.
33065         * modules/unistdio/u8-vasprintf: New file.
33066         * modules/unistdio/u8-vsnprintf: New file.
33067         * modules/unistdio/u8-vsprintf: New file.
33068         * modules/unistdio/u8-u8-asnprintf: New file.
33069         * modules/unistdio/u8-u8-asprintf: New file.
33070         * modules/unistdio/u8-u8-snprintf: New file.
33071         * modules/unistdio/u8-u8-sprintf: New file.
33072         * modules/unistdio/u8-u8-vasnprintf: New file.
33073         * modules/unistdio/u8-u8-vasprintf: New file.
33074         * modules/unistdio/u8-u8-vsnprintf: New file.
33075         * modules/unistdio/u8-u8-vsprintf: New file.
33076         * modules/unistdio/u16-asnprintf: New file.
33077         * modules/unistdio/u16-asprintf: New file.
33078         * modules/unistdio/u16-printf-parse: New file.
33079         * modules/unistdio/u16-snprintf: New file.
33080         * modules/unistdio/u16-sprintf: New file.
33081         * modules/unistdio/u16-vasnprintf: New file.
33082         * modules/unistdio/u16-vasprintf: New file.
33083         * modules/unistdio/u16-vsnprintf: New file.
33084         * modules/unistdio/u16-vsprintf: New file.
33085         * modules/unistdio/u16-u16-asnprintf: New file.
33086         * modules/unistdio/u16-u16-asprintf: New file.
33087         * modules/unistdio/u16-u16-snprintf: New file.
33088         * modules/unistdio/u16-u16-sprintf: New file.
33089         * modules/unistdio/u16-u16-vasnprintf: New file.
33090         * modules/unistdio/u16-u16-vasprintf: New file.
33091         * modules/unistdio/u16-u16-vsnprintf: New file.
33092         * modules/unistdio/u16-u16-vsprintf: New file.
33093         * modules/unistdio/u32-asnprintf: New file.
33094         * modules/unistdio/u32-asprintf: New file.
33095         * modules/unistdio/u32-printf-parse: New file.
33096         * modules/unistdio/u32-snprintf: New file.
33097         * modules/unistdio/u32-sprintf: New file.
33098         * modules/unistdio/u32-vasnprintf: New file.
33099         * modules/unistdio/u32-vasprintf: New file.
33100         * modules/unistdio/u32-vsnprintf: New file.
33101         * modules/unistdio/u32-vsprintf: New file.
33102         * modules/unistdio/u32-u32-asnprintf: New file.
33103         * modules/unistdio/u32-u32-asprintf: New file.
33104         * modules/unistdio/u32-u32-snprintf: New file.
33105         * modules/unistdio/u32-u32-sprintf: New file.
33106         * modules/unistdio/u32-u32-vasnprintf: New file.
33107         * modules/unistdio/u32-u32-vasprintf: New file.
33108         * modules/unistdio/u32-u32-vsnprintf: New file.
33109         * modules/unistdio/u32-u32-vsprintf: New file.
33110         * modules/unistdio/ulc-asnprintf-tests: New file.
33111         * modules/unistdio/ulc-vasnprintf-tests: New file.
33112         * modules/unistdio/ulc-vasprintf-tests: New file.
33113         * modules/unistdio/ulc-vsnprintf-tests: New file.
33114         * modules/unistdio/ulc-vsprintf-tests: New file.
33115         * modules/unistdio/u8-asnprintf-tests: New file.
33116         * modules/unistdio/u8-vasnprintf-tests: New file.
33117         * modules/unistdio/u8-vasprintf-tests: New file.
33118         * modules/unistdio/u8-vsnprintf-tests: New file.
33119         * modules/unistdio/u8-vsprintf-tests: New file.
33120         * modules/unistdio/u16-asnprintf-tests: New file.
33121         * modules/unistdio/u16-vasnprintf-tests: New file.
33122         * modules/unistdio/u16-vasprintf-tests: New file.
33123         * modules/unistdio/u16-vsnprintf-tests: New file.
33124         * modules/unistdio/u16-vsprintf-tests: New file.
33125         * modules/unistdio/u32-asnprintf-tests: New file.
33126         * modules/unistdio/u32-vasnprintf-tests: New file.
33127         * modules/unistdio/u32-vasprintf-tests: New file.
33128         * modules/unistdio/u32-vsnprintf-tests: New file.
33129         * modules/unistdio/u32-vsprintf-tests: New file.
33130         * MODULES.html.sh (Unicode string functions): Add the new modules.
33131
33132 2007-07-01  Bruno Haible  <bruno@clisp.org>
33133
33134         * lib/sprintf.c (sprintf): Limit the available length estimation,
33135         to avoid address wraparound.
33136         * lib/vsprintf.c (vsprintf): Likewise.
33137         * modules/sprintf-posix (Dependencies): Add stdint.
33138         * modules/vsprintf-posix (Dependencies): Likewise.
33139
33140 2007-07-01  Bruno Haible  <bruno@clisp.org>
33141
33142         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
33143         Windows PATH as well. Conservative double-quoting. Comments.
33144
33145 2007-07-01  Bruno Haible  <bruno@clisp.org>
33146             Eric Blake  <ebb9@byu.net>
33147             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33148
33149         * gnulib-tool (self_abspathname): Fix algorithm to cope with
33150         empty components in $PATH, denoting '.'.
33151
33152 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33153
33154         * gnulib-tool: Fix indentation.
33155         (func_create_megatestdir): Likewise.
33156         Report by Bruno Haible.
33157
33158 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33159
33160         Sync from Automake.
33161         * build-aux/gnupload: Fix shell portability issues with for loops.
33162         Report by Karl Berry.
33163
33164 2007-06-29  Simon Josefsson  <simon@josefsson.org>
33165
33166         * build-aux/maint.mk (POURL): Use translationproject.org.
33167
33168 2007-06-27  Simon Josefsson  <simon@josefsson.org>
33169             Bruno Haible  <bruno@clisp.org>
33170
33171         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
33172         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
33173         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
33174         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
33175         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
33176
33177 2007-06-27  Bruno Haible  <bruno@clisp.org>
33178
33179         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
33180         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
33181
33182 2007-06-26  Karl Berry  <karl@gnu.org>
33183
33184         * MODULES.html.sh: remove xreadlink-with-size.
33185
33186 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33187
33188         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
33189         method that I hope also handles the double-include problem noted
33190         by Bruno Haible in
33191         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
33192
33193 2007-06-23  Bruno Haible  <bruno@clisp.org>
33194
33195         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33196         Don't let the 'mostlyclean' target fail if the last subdirectory could
33197         not be removed.
33198         Reported by Karl Berry.
33199
33200 2007-06-23  Bruno Haible  <bruno@clisp.org>
33201
33202         * gnulib-tool (echo): Add a speedier workaround for ksh.
33203         * tests/test-echo.sh: Likewise.
33204
33205 2007-06-23  Bruno Haible  <bruno@clisp.org>
33206
33207         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
33208         * tests/test-echo.sh: Likewise.
33209
33210 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33211
33212         * gnulib-tool (IFS): Initialize early, so we don't set it to
33213         empty later.
33214         (self_abspathname): Rewrite algorithm to set it, reindent.
33215         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
33216         (func_create_megatestdir): Merge some sed scripts.
33217
33218 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33219
33220         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
33221         exposed by Sun Studio 11 cc on Solaris 8.
33222
33223 2007-06-22  Bruno Haible  <bruno@clisp.org>
33224
33225         * gnulib-tool (echo): Ensure the echo primitive does not interpret
33226         backslashes.
33227         * tests/test-echo.sh: New file.
33228
33229 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33230
33231         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
33232         simplify `sed_replace_build_aux' scripts, they are portable but
33233         echoing them with `echo' is not.
33234         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
33235
33236 2007-06-21  Karl Berry  <karl@gnu.org>
33237
33238         * config/srclist.txt: guess we can't handle the licenses via
33239         srclist at the moment.
33240
33241 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
33242
33243         * MODULES.html.sh: Add include_next.
33244         * modules/include_next: New file.
33245
33246 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
33247
33248         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
33249         INCLUDE_NEXT.
33250         (gl_CHECK_NEXT_HEADERS): New macro.
33251         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
33252         the obsolescent gl_ABSOLUTE_HEADER.
33253         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
33254         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
33255         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
33256         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
33257         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
33258         * m4/math_h.m4 (gl_MATH_H): Likewise.
33259         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
33260         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
33261         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
33262         * m4/stdint.m4 (gl_STDINT_H): Likewise.
33263         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
33264         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
33265         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
33266         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
33267         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
33268         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
33269         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
33270         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
33271         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
33272         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
33273         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
33274         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
33275         * m4/inttypes.m4 (gl_INTTYPES_H): Define
33276         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
33277         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
33278         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
33279         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
33280         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
33281         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
33282         * lib/float_.h: Likewise.
33283         * lib/inttypes_.h: Likewise.
33284         * lib/math_.h: Likewise.
33285         * lib/search_.h: Likewise.
33286         * lib/signal_.h: Likewise.
33287         * lib/stdint_.h: Likewise.
33288         * lib/stdio_.h: Likewise.
33289         * lib/stdlib_.h: Likewise.
33290         * lib/string_.h: Likewise.
33291         * lib/sys_stat_.h: Likewise.
33292         * lib/sys_time_.h: Likewise.
33293         * lib/time_.h: Likewise.
33294         * lib/unistd_.h: Likewise.
33295         * lib/wchar_.h: Likewise.
33296         * lib/wctype_.h: Likewise.
33297         * lib/dirent_.h: Likewise.
33298         * lib/iconv_.h: Likewise.
33299         * lib/locale_.h: Likewise.
33300         * lib/netinet_in_.h: Likewise.
33301         * lib/sys_select_.h: Likewise.
33302         * lib/sys_socket_.h: Likewise.
33303         * lib/sysexits_.h: Likewise.
33304         * modules/fcntl (Depends-on): Depend on include_next, not
33305         absolute_header.
33306         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
33307         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
33308         * modules/fchdir: Likewise.
33309         * modules/float: Likewise.
33310         * modules/iconv_open: Likewise.
33311         * modules/inttypes: Likewise.
33312         * modules/locale: Likewise.
33313         * modules/math: Likewise.
33314         * modules/netinet_in: Likewise.
33315         * modules/search: Likewise.
33316         * modules/signal: Likewise.
33317         * modules/stdint: Likewise.
33318         * modules/stdio: Likewise.
33319         * modules/stdlib: Likewise.
33320         * modules/string: Likewise.
33321         * modules/sys_select: Likewise.
33322         * modules/sys_socket: Likewise.
33323         * modules/sys_stat: Likewise.
33324         * modules/sys_time: Likewise.
33325         * modules/sysexits: Likewise.
33326         * modules/time: Likewise.
33327         * modules/unistd: Likewise.
33328         * modules/wchar: Likewise.
33329         * modules/wctype: Likewise.
33330         * modules/sys_stat: Change maintainer to "all".
33331         * modules/unistd: Likewise.
33332
33333 2007-06-20  Karl Berry  <karl@gnu.org>
33334
33335         * config/srclist.txt: track www changes in license files.
33336
33337 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
33338
33339         * build-aux/bootstrap: Remove stray dot.
33340         Make sure build_aux settings are honored when linking
33341         gnulib_extra_files.
33342
33343 2007-06-19  Eric Blake  <ebb9@byu.net>
33344
33345         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33346         Allow compilation on cygwin.
33347
33348 2007-06-19  Jim Meyering  <jim@meyering.net>
33349
33350         xreadlink-with-size: Remove module.  No longer used.
33351         Ex-callers now use xreadlink or mreadlink-with-size.
33352         * modules/xreadlink-with-size: Remove module.
33353         * lib/xreadlink-with-size.c: Remove file.
33354         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
33355         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
33356         just before the function definition *is* accurate.
33357
33358         Eliminate one way canonicalize_filename_mode could exit.
33359         * lib/canonicalize.c (canonicalize_filename_mode):
33360         Use mreadlink_with_size, not xreadlink_with_size.
33361
33362 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
33363
33364         Detect porting problems to FreeBSD/arm, which has time_t wider than
33365         long int.  Original problem reported for GNU diff by Xin Li in
33366         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
33367         * modules/getdate (Depends-on): Add intprops, verify.
33368         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
33369         is an integer type no wider than long int.
33370
33371 2007-06-18  Jim Meyering  <jim@meyering.net>
33372
33373         New module: mreadlink-with-size.
33374         * MODULES.html.sh: Add mreadlink-with-size.
33375         * modules/mreadlink-with-size: New module
33376         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
33377         not xreadlink-with-size.
33378         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
33379
33380 2007-06-16  Bruno Haible  <bruno@clisp.org>
33381
33382         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
33383         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
33384         Reported by Gary V. Vaughan <gary@gnu.org>.
33385
33386 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
33387
33388         Revamp lchown so that it lives in unistd.h where it belongs.
33389         * lib/lchown.h: Remove.
33390         * lib/dirchownmod.c: Don't include lib/lchown.h.
33391         * lib/fchownat.c: Likewise.
33392         * lib/openat.c: Likewise.
33393         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
33394         does not follow symlinks.
33395         (EOPNOTSUPP): Define if not defined.
33396         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
33397         is defined to 0.
33398         (lchown): New decl.
33399         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
33400         Do not check for lchown decl.
33401         Set REPLACE_LCHOWN.
33402         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
33403         REPLACE_LCHOWN.
33404         * modules/chown: Make it clear it follows symlinks.
33405         * modules/lchown: Make it clear it doesn't follow symlinks.
33406         (Files): Remove lib/lchown.h
33407         (Depends-on): Add unistd.
33408         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
33409         (Include): Include <unistd.h>, not "lchown.h".
33410         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
33411         REPLACE_LCHOWN.
33412
33413 2007-06-15  Jim Meyering  <jim@meyering.net>
33414
33415         Change license (GPL to LGPL) of fsusage and dependents.
33416         * modules/fsusage (License): Change to LGPL.
33417         * modules/full-read (License): Likewise.
33418         * modules/full-write (License): Likewise.
33419         * modules/safe-read (License): Likewise.
33420         * modules/safe-write (License): Likewise.
33421
33422 2007-06-14  Ben Pfaff  <blp@gnu.org>
33423
33424         Missing part of allocsa -> malloca transition.
33425         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
33426         gl_MALLOCA.
33427
33428 2007-06-12  Bruno Haible  <bruno@clisp.org>
33429
33430         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
33431         to ia64, x86_64, i386.
33432         Reported by Eric Blake.
33433
33434 2007-06-12  Bruno Haible  <bruno@clisp.org>
33435
33436         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
33437         cross-compiling to x86_64.
33438
33439 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
33440
33441         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
33442         glitch reported by Ralf Wildenhues in
33443         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
33444
33445         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
33446         Vin Shelton.
33447
33448 2007-06-11  Bruno Haible  <bruno@clisp.org>
33449
33450         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
33451         replacement string.
33452         Reported by Eric Blake.
33453
33454 2007-06-10  Bruno Haible  <bruno@clisp.org>
33455
33456         Prepare vasnprintf code for use with Unicode strings.
33457         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
33458         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
33459         TYPE_U32_STRING.
33460         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
33461         a_u32_string variants.
33462         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
33463         * lib/printf-args.c: Don't include config.h and the specification
33464         header if PRINTF_FETCHARGS is already defined.
33465         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
33466         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
33467         TYPE_U16_STRING, TYPE_U32_STRING.
33468         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
33469         u16_directive, u16_directives, u32_directive, u32_directives): New
33470         types.
33471         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
33472         New declarations.
33473         * lib/printf-parse.c: Don't include config.h and the specification
33474         header if PRINTF_PARSE is already defined. Eliminate the set of
33475         parameters for WIDE_CHAR_VERSION; the user of this file must provide
33476         them now. Include c-ctype.h.
33477         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
33478         directive and CHAR_T_ONLY_ASCII.
33479         * lib/vasnprintf.c: Don't include config.h and the specification header
33480         if VASNPRINTF is already defined.
33481         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
33482         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
33483         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
33484         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
33485         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
33486         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
33487         code accordingly.
33488         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
33489         pad_ourselves also in this case, with the 'c' and 's' directives, and
33490         with a different notion of "width".
33491         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
33492
33493 2007-06-10  Bruno Haible  <bruno@clisp.org>
33494
33495         * modules/unistr/u32-mbsnlen: New file.
33496         * lib/unistr/u32-mbsnlen.c: New file.
33497
33498         * modules/unistr/u16-mbsnlen: New file.
33499         * lib/unistr/u16-mbsnlen.c: New file.
33500
33501         * modules/unistr/u8-mbsnlen: New file.
33502         * lib/unistr/u8-mbsnlen.c: New file.
33503
33504         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
33505         declarations.
33506
33507 2007-06-10  Bruno Haible  <bruno@clisp.org>
33508
33509         * lib/string_.h (mbsnlen): New declaration.
33510         * lib/mbsnlen.c: New file.
33511         * m4/mbsnlen.m4: New file.
33512         * modules/mbsnlen: New file.
33513         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
33514         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
33515         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
33516
33517 2007-06-10  Bruno Haible  <bruno@clisp.org>
33518
33519         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
33520
33521 2007-06-10  Bruno Haible  <bruno@clisp.org>
33522
33523         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
33524         * lib/mbuiter.h: Likewise.
33525
33526 2007-06-10  Bruno Haible  <bruno@clisp.org>
33527
33528         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
33529         declaration.
33530
33531 2007-06-10  Karl Berry  <karl@gnu.org>
33532
33533         * config/srclist.txt: remove gettext entries, Bruno prefers
33534         to update individually.
33535
33536 2007-06-10  Bruno Haible  <bruno@clisp.org>
33537
33538         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
33539         'maxlen'. Ensure only length + width bytes are allocated, not
33540         length + 1 + width.
33541
33542 2007-06-09  Bruno Haible  <bruno@clisp.org>
33543
33544         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
33545         (CHAR_T): Remove macro.
33546         (VASNPRINTF): Update.
33547
33548 2007-06-09  Bruno Haible  <bruno@clisp.org>
33549
33550         * MODULES.html.sh (Unicode string functions): Add the new modules.
33551
33552         * modules/uniconv/u32-conv-to-enc: New file.
33553         * lib/uniconv/u32-conv-to-enc.c: New file.
33554         * modules/uniconv/u32-conv-to-enc-tests: New file.
33555         * tests/uniconv/test-u32-conv-to-enc.c: New file.
33556
33557         * modules/uniconv/u16-conv-to-enc: New file.
33558         * lib/uniconv/u16-conv-to-enc.c: New file.
33559         * lib/uniconv/u-conv-to-enc.h: New file.
33560         * modules/uniconv/u16-conv-to-enc-tests: New file.
33561         * tests/uniconv/test-u16-conv-to-enc.c: New file.
33562
33563         * modules/uniconv/u8-conv-to-enc: New file.
33564         * lib/uniconv/u8-conv-to-enc.c: New file.
33565         * modules/uniconv/u8-conv-to-enc-tests: New file.
33566         * tests/uniconv/test-u8-conv-to-enc.c: New file.
33567
33568         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
33569         u32_conv_to_encoding): New declarations.
33570
33571 2007-06-09  Bruno Haible  <bruno@clisp.org>
33572
33573         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
33574
33575 2007-06-09  Bruno Haible  <bruno@clisp.org>
33576
33577         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
33578         * modules/malloca: Renamed from modules/allocsa, updated.
33579         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
33580         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
33581         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
33582         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
33583         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
33584         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
33585         * modules/xmalloca: Renamed from modules/xallocsa, updated.
33586         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
33587         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
33588         * modules/c-strcasestr (Depends-on): Update.
33589         * lib/c-strcasestr.c: Update.
33590         * modules/c-strstr (Depends-on): Update.
33591         * lib/c-strstr.c: Update.
33592         * modules/canonicalize-lgpl (Depends-on): Update.
33593         * lib/canonicalize-lgpl.c: Update.
33594         * modules/clean-temp (Depends-on): Update.
33595         * lib/clean-temp.c: Update.
33596         * modules/csharpcomp (Depends-on): Update.
33597         * lib/csharpcomp.c: Update.
33598         * modules/csharpexec (Depends-on): Update.
33599         * lib/csharpexec.c: Update.
33600         * modules/javacomp (Depends-on): Update.
33601         * lib/javacomp.c: Update.
33602         * modules/javaexec (Depends-on): Update.
33603         * lib/javaexec.c: Update.
33604         * modules/mbscasestr (Depends-on): Update.
33605         * lib/mbscasestr.c: Update.
33606         * modules/mbsstr (Depends-on): Update.
33607         * lib/mbsstr.c: Update.
33608         * modules/setenv (Depends-on): Update.
33609         * lib/setenv.c: Update.
33610         * modules/strcasestr (Depends-on): Update.
33611         * lib/strcasestr.c: Update.
33612         * modules/striconveha (Depends-on): Update.
33613         * lib/striconveha.c: Update.
33614         * modules/relocatable-prog-wrapper (Files): Update.
33615         * lib/relocwrapper.c: Update.
33616         * build-aux/install-reloc: Update.
33617         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
33618
33619 2007-06-08  Bruno Haible  <bruno@clisp.org>
33620
33621         Port to uClibc.
33622         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
33623         * lib/fpurge.c (fpurge): Likewise.
33624         * lib/freading.c (freading): Likewise.
33625         * lib/fseeko.c (rpl_fseeko): Likewise.
33626         * lib/fseterr.c (fseterr): Likewise.
33627         * lib/fwriting.c (fwriting): Likewise.
33628         * tests/test-fflush.c (main): Avoid a failure on uClibc.
33629
33630 2007-06-08  Bruno Haible  <bruno@clisp.org>
33631
33632         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
33633         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
33634         * modules/gettext (Files): Add m4/intlmacosx.m4.
33635
33636 2007-06-07  Bruno Haible  <bruno@clisp.org>
33637
33638         * modules/localename-tests: New file.
33639         * tests/test-localename.c: New file.
33640
33641         New module 'localename'.
33642         * lib/localename.h: New file.
33643         * lib/localename.c: New file, from GNU gettext.
33644         * m4/localename.m4: New file.
33645         * modules/localename: New file.
33646
33647 2007-06-07  Bruno Haible  <bruno@clisp.org>
33648
33649         Work around the lack of <wchar.h> on some builds of uClibc.
33650         * doc/headers/wchar.texi: Update.
33651         * lib/wchar_.h: Include <wchar.h> only if it exists.
33652         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
33653         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
33654         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
33655         doesn't exist.
33656         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
33657         * modules/mbfile (Depends-on): Add wchar.
33658         * modules/mbiter (Depends-on): Likewise.
33659         * modules/mbuiter (Depends-on): Likewise.
33660         Reported by Simon Josefsson.
33661
33662 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
33663
33664         Work around problem reported by Steven M. Schweda in
33665         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
33666         Tru64 5.1B with the Compaq compiler environment installed declares
33667         an 'isblank' function but does not define it in the C library.
33668         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
33669         * lib/regex_internal.h (isblank): Likewise.
33670         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
33671         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
33672
33673 2007-06-05  Bruno Haible  <bruno@clisp.org>
33674
33675         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
33676         ia64.
33677         * modules/printf-safe: New file.
33678         * modules/fprintf-posix (Depends-on): Add printf-safe.
33679         * modules/printf-posix (Depends-on): Likewise.
33680         * modules/snprintf-posix (Depends-on): Likewise.
33681         * modules/sprintf-posix (Depends-on): Likewise.
33682         * modules/vasnprintf-posix (Depends-on): Likewise.
33683         * modules/vasprintf-posix (Depends-on): Likewise.
33684         * modules/vfprintf-posix (Depends-on): Likewise.
33685         * modules/vprintf-posix (Depends-on): Likewise.
33686         * modules/vsnprintf-posix (Depends-on): Likewise.
33687         * modules/vsprintf-posix (Depends-on): Likewise.
33688         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
33689         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
33690         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
33691         "no" on i386, x86_64, ia64.
33692         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
33693         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
33694         on i386, x86_64, ia64.
33695         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
33696         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
33697         on i386, x86_64, ia64.
33698         * tests/test-vasnprintf-posix.c: Include float.h.
33699         (LDBL80_WORDS): New macro.
33700         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
33701         on i386, x86_64, ia64.
33702         * tests/test-vasprintf-posix.c: Include float.h.
33703         (LDBL80_WORDS): New macro.
33704         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
33705         on i386, x86_64, ia64.
33706         * tests/test-snprintf-posix.c: Include float.h.
33707         * tests/test-sprintf-posix.c: Likewise.
33708         * tests/test-vsnprintf-posix.c: Likewise.
33709         * tests/test-vsprintf-posix.c: Likewise.
33710
33711 2007-06-05  Bruno Haible  <bruno@clisp.org>
33712
33713         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
33714         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
33715         non-IEEE numbers on i386, x86_64, ia64.
33716         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
33717         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
33718         * tests/test-isnanl.h: Include float.h.
33719         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
33720
33721 2007-06-05  Bruno Haible  <bruno@clisp.org>
33722
33723         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
33724         also the %a / %A. Handle the %a / %A code before this extra handling.
33725
33726 2007-06-05  Bruno Haible  <bruno@clisp.org>
33727
33728         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
33729         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
33730
33731 2007-06-05  Bruno Haible  <bruno@clisp.org>
33732
33733         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
33734         typo in variable name.
33735
33736 2007-06-05  Eric Blake  <ebb9@byu.net>
33737
33738         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
33739         Reported by Simon Josefsson.
33740
33741 2007-06-04  Bruno Haible  <bruno@clisp.org>
33742
33743         Avoid test failures on some PowerPC platforms.
33744         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
33745         Define differently for PowerPC.
33746         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
33747         Reported by Gary V. Vaughan <gary@gnu.org>.
33748
33749 2007-06-02  Bruno Haible  <bruno@clisp.org>
33750
33751         Fix test-stdint failure on FreeBSD/ia64.
33752         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
33753         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
33754         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
33755         * doc/headers/stdint.texi: Update.
33756
33757 2007-06-01  Bruno Haible  <bruno@clisp.org>
33758
33759         * tests/test-binary-io.c (main): Pass a third argument to open().
33760         Reported by Gary V. Vaughan <gary@gnu.org>.
33761
33762 2007-06-01  Bruno Haible  <bruno@clisp.org>
33763
33764         * doc/functions/frexpl.texi: Update for mingw.
33765
33766 2007-06-01  Bruno Haible  <bruno@clisp.org>
33767
33768         * tests/test-lseek.c (main): Disable test of errno for invalid third
33769         argument.
33770         * doc/functions/lseek.texi: Update.
33771         Reported by Gary V. Vaughan <gary@gnu.org>.
33772
33773 2007-05-28  Bruno Haible  <bruno@clisp.org>
33774
33775         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
33776
33777 2007-05-31  Eric Blake  <ebb9@byu.net>
33778
33779         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
33780         cross compiling.
33781
33782 2007-05-30  Eric Blake  <ebb9@byu.net>
33783         and Bruno Haible  <bruno@clisp.org>
33784
33785         Work around mingw test failures exposed by m4-1.4.9b.
33786         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
33787         * tests/test-unistd.c: Disable uid_t and git_t tests for the
33788         moment.
33789
33790 2007-05-30  Bruno Haible  <bruno@clisp.org>
33791
33792         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
33793         assuming that they are closed. Needed on HP-UX 11.
33794
33795 2007-05-29  Bruno Haible  <bruno@clisp.org>
33796
33797         Fix a problem with #include_next.
33798         * lib/dirent_.h: Split the double-inclusion guard.
33799         * lib/fcntl_.h: Likewise.
33800         * lib/float_.h: Likewise.
33801         * lib/iconv_.h: Likewise.
33802         * lib/inttypes_.h: Likewise.
33803         * lib/locale_.h: Likewise.
33804         * lib/math_.h: Likewise.
33805         * lib/netinet_in_.h: Likewise.
33806         * lib/search_.h: Likewise.
33807         * lib/signal_.h: Likewise.
33808         * lib/stdint_.h: Likewise.
33809         * lib/stdio_.h: Likewise.
33810         * lib/stdlib_.h: Likewise.
33811         * lib/string_.h: Likewise.
33812         * lib/sys_select_.h: Likewise.
33813         * lib/sys_socket_.h: Likewise.
33814         * lib/sys_stat_.h: Likewise.
33815         * lib/sys_time_.h: Likewise.
33816         * lib/sysexits_.h: Likewise.
33817         * lib/time_.h: Likewise.
33818         * lib/unistd_.h: Likewise.
33819         * lib/wchar_.h: Likewise.
33820         * lib/wctype_.h: Likewise.
33821
33822 2007-05-29  Bruno Haible  <bruno@clisp.org>
33823
33824         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
33825         for the moment.
33826
33827 2007-05-29  Bruno Haible  <bruno@clisp.org>
33828
33829         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
33830         invocation.
33831         Reported by Eric Blake.
33832
33833 2007-05-29  Bruno Haible  <bruno@clisp.org>
33834
33835         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
33836         compiling case.
33837
33838 2007-05-29  Eric Blake  <ebb9@byu.net>
33839             Bruno Haible  <bruno@clisp.org>
33840
33841         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
33842         cross compiles.
33843
33844 2007-05-28  Eric Blake  <ebb9@byu.net>
33845
33846         * modules/closein-tests (test_closein_LDADD): Support test on
33847         cygwin with libtool.
33848
33849 2007-05-28  Bruno Haible  <bruno@clisp.org>
33850
33851         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
33852         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
33853         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
33854         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
33855         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
33856         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
33857         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
33858         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
33859         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
33860
33861 2007-05-28  Eric Blake  <ebb9@byu.net>
33862
33863         Unconditionally include <config.h> in unit tests.
33864         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
33865         * tests/test-allocsa.c, tests/test-arcfour.c,
33866         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
33867         tests/test-array_list.c, tests/test-array_oset.c,
33868         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
33869         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
33870         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
33871         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
33872         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
33873         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
33874         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
33875         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
33876         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
33877         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
33878         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
33879         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
33880         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
33881         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
33882         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
33883         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
33884         test-md5.c, test-memmem.c, test-printf-posix.c,
33885         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
33886         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
33887         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
33888         test-strcasestr.c, test-striconv.c, test-striconveh.c,
33889         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
33890         test-vasnprintf-posix2.c, test-vasnprintf.c,
33891         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
33892         test-vfprintf-posix.c, test-vprintf-posix.c,
33893         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
33894         test-xvasprintf.c: Likewise.
33895
33896 2007-05-28  Bruno Haible  <bruno@clisp.org>
33897
33898         * gnulib-tool (func_import): Remember the --with-tests command-line
33899         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
33900         Reported by Eric Blake.
33901
33902 2007-05-28  Bruno Haible  <bruno@clisp.org>
33903
33904         * modules/ftell-tests: New file.
33905         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
33906         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
33907
33908         * lib/ftell.c: New file.
33909         * modules/ftell: New file.
33910         * m4/ftell.m4: New file.
33911         * doc/functions/ftell.texi: Update.
33912         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
33913         REPLACE_FTELL.
33914         * lib/stdio_.h (rpl_ftell): New declaration.
33915         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
33916         REPLACE_FTELL.
33917
33918 2007-05-28  Eric Blake  <ebb9@byu.net>
33919
33920         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
33921
33922 2007-05-28  Bruno Haible  <bruno@clisp.org>
33923
33924         * modules/fseek-tests: New file.
33925         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
33926         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
33927
33928         * lib/fseek.c: New file.
33929         * modules/fseek: New file.
33930         * m4/fseek.m4: New file.
33931         * doc/functions/fseek.texi: Update.
33932         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
33933         REPLACE_FSEEK.
33934         * lib/stdio_.h (rpl_fseek): New declaration.
33935         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
33936         REPLACE_FSEEK.
33937
33938 2007-05-28  Bruno Haible  <bruno@clisp.org>
33939
33940         * lib/stdio_.h (fflush): More comments.
33941
33942 2007-05-28  Bruno Haible  <bruno@clisp.org>
33943
33944         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
33945         runtime test.
33946
33947 2007-05-28  Eric Blake  <ebb9@byu.net>
33948
33949         Improve lseek module.
33950         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
33951         * lib/unistd_.h (lseek): Scale back link warning message.
33952         * tests/test-lseek.c: Beef up test.
33953         * tests/test-lseek.sh: Exercise more facets of lseek.
33954         Reported by Bruno Haible.
33955
33956 2007-05-28  Bruno Haible  <bruno@clisp.org>
33957
33958         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
33959         to define.
33960
33961 2007-05-27  Bruno Haible  <bruno@clisp.org>
33962
33963         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
33964
33965 2007-05-27  Bruno Haible  <bruno@clisp.org>
33966
33967         * modules/openmp: New file.
33968         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
33969         Noah Misch.
33970
33971 2007-05-26  Bruno Haible  <bruno@clisp.org>
33972
33973         * modules/chdir-long (Depends-on): Add fchdir.
33974         * modules/chdir-safer (Depends-on): Likewise.
33975         * modules/fts (Depends-on): Likewise.
33976         * modules/fts-lgpl (Depends-on): Likewise.
33977         * modules/openat (Depends-on): Likewise.
33978         * modules/savewd (Depends-on): Likewise.
33979
33980 2007-05-24  Eric Blake  <ebb9@byu.net>
33981
33982         Fix lseek on mingw.
33983         * modules/lseek: New module.
33984         * m4/lseek.m4: New file.
33985         * lib/lseek.c: New file.
33986         * modules/lseek-tests: New file.
33987         * tests/test-lseek.c: New file.
33988         * tests/test-lseek.sh: New file.
33989         * MODULES.html.sh: Document lseek module.
33990         * modules/fflush (Depends-on): Add lseek, fseeko.
33991         * modules/fseeko (Depends-on): Likewise.
33992         * modules/ftello (Depends-on): Likewise.
33993         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
33994         broken.
33995         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
33996         broken.
33997         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
33998         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
33999         * lib/ftello.c (rpl_ftello): Likewise.
34000         * tests/test-fseeko.c (main): Test this.
34001         * tests/test-fseeko.sh: Likewise.
34002         * tests/test-ftello.c (main): Likewise.
34003         * tests/test-ftello.sh: Likewise.
34004         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
34005         implies replacing fseek.
34006         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
34007         HAVE_FTELLO.
34008         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
34009         * modules/unistd (Makefile.am): Likewise.
34010         * lib/unistd_.h (lseek): Declare a replacement.
34011         * doc/functions/lseek.texi (lseek): Document this fix.
34012         * doc/functions/fseek.texi (fseek): Likewise.
34013         * doc/functions/ftell.texi (ftell): Likewise.
34014
34015 2007-05-24  Bruno Haible  <bruno@clisp.org>
34016
34017         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
34018         in the printed representation of a NaN.
34019         * tests/test-vasprintf-posix.c (test_function): Likewise.
34020         * tests/test-snprintf-posix.h (test_function): Likewise.
34021         * tests/test-sprintf-posix.h (test_function): Likewise.
34022         Reported by Eric Blake.
34023
34024 2007-05-23  Eric Blake  <ebb9@byu.net>
34025
34026         Fix fseeko/ftello on cygwin 1.5.24.
34027         * doc/functions/fseeko.texi (fseeko): Document the fix.
34028         * doc/functions/ftello.texi (ftello): Document the fix.
34029         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
34030         * doc/functions/stdout.text (stdout): New file.
34031         * doc/functions/stderr.text (stderr): New file.
34032         * doc/gnulib.texi (Function Substitutes): Use new files.
34033         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
34034         prior to 1.7.0.
34035         * tests/test-ftello.c (main): Likewise for ftello.
34036         * tests/test-fseeko.sh: New file.
34037         * tests/test-ftello.sh: New file.
34038         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
34039         with seekable stdin.
34040         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
34041         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
34042         (gl_REPLACE_FSEEKO): New macro.
34043         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
34044         * modules/fseeko (Files): Distribute fseeko.c.
34045         * modules/ftello (Files): Distribute ftello.c.
34046         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
34047         mode.
34048         * lib/ftello.c (rpl_ftello): New file.
34049         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
34050         fseeko, ftello.
34051         (gl_STDIN_LARGE_OFFSET): New macro.
34052         * modules/stdio (Makefile.am): Perform the replacement.
34053         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
34054
34055 2007-05-23  Bruno Haible  <bruno@clisp.org>
34056
34057         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
34058         GNULIB_POSIXCHECK is defined.
34059
34060 2007-05-21  Bruno Haible  <bruno@clisp.org>
34061
34062         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
34063         Check also the output for NaN arguments. When cross-compiling, guess
34064         no on IRIX.
34065         * lib/vasnprintf.c: Update comments.
34066         * tests/test-vasnprintf-posix.c (strisnan): New function.
34067         (test_function): Use it.
34068         * tests/test-vasprintf-posix.c (strisnan): New function.
34069         (test_function): Use it.
34070         * tests/test-snprintf-posix.h (strisnan): New function.
34071         (test_function): Use it.
34072         * tests/test-sprintf-posix.h (strisnan): New function.
34073         (test_function): Use it.
34074         Reported by Eric Blake.
34075
34076 2007-05-20  Bruno Haible  <bruno@clisp.org>
34077
34078         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
34079         numbers that fails on BeOS.
34080         * doc/functions/frexpl.texi: Update.
34081
34082 2007-05-20  Jim Meyering  <jim@meyering.net>
34083
34084         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
34085         forced upon us by glibc-2.6.
34086
34087 2007-05-20  Bruno Haible  <bruno@clisp.org>
34088
34089         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
34090         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
34091         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
34092         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
34093         NEED_PRINTF_INFINITE.
34094         (is_infinitel): New function.
34095         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
34096         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
34097         gl_PREREQ_VASNPRINTF_INFINITE.
34098         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
34099         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34100         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
34101         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
34102         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
34103         gl_PREREQ_VASNPRINTF_INFINITE.
34104         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34105         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34106         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34107         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34108         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34109         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34110         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34111         * doc/functions/fprintf.texi: Update.
34112         * doc/functions/printf.texi: Update.
34113         * doc/functions/snprintf.texi: Update.
34114         * doc/functions/sprintf.texi: Update.
34115         * doc/functions/vfprintf.texi: Update.
34116         * doc/functions/vprintf.texi: Update.
34117         * doc/functions/vsnprintf.texi: Update.
34118         * doc/functions/vsprintf.texi: Update.
34119
34120 2007-05-20  Bruno Haible  <bruno@clisp.org>
34121
34122         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
34123         was not found in libc.
34124         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
34125
34126 2007-05-20  Bruno Haible  <bruno@clisp.org>
34127
34128         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34129         printed as "-nan" instead of "nan".
34130         * tests/test-vasprintf-posix.c (test_function): Likewise.
34131         * tests/test-snprintf-posix.h (test_function): Likewise.
34132         * tests/test-sprintf-posix.h (test_function): Likewise.
34133         Needed for HP-UX 11.
34134
34135 2007-05-20  Jim Meyering  <jim@meyering.net>
34136
34137         Fix buggy test for the fchownat-deref bug.
34138         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
34139         symlink required for the run-test.  Without it, this test would
34140         always declare that fchownat doesn't work, and client code would
34141         unnecessarily use the replacement function with fixed libc.
34142         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
34143         Reported by Greg Schafer.
34144
34145 2007-05-19  Bruno Haible  <bruno@clisp.org>
34146
34147         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
34148         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
34149         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
34150         Needed for IRIX 6.5 and Solaris 2.5.1.
34151
34152 2007-05-19  Bruno Haible  <bruno@clisp.org>
34153
34154         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
34155         (test_function): Skip tests involving -0.0 on platforms where
34156         -0.0 = 0.0.
34157         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
34158         (test_function): Skip tests involving -0.0 on platforms where
34159         -0.0 = 0.0.
34160         * tests/test-snprintf-posix.h (have_minus_zero): New function.
34161         (test_function): Skip tests involving -0.0 on platforms where
34162         -0.0 = 0.0.
34163         * tests/test-sprintf-posix.h (have_minus_zero): New function.
34164         (test_function): Skip tests involving -0.0 on platforms where
34165         -0.0 = 0.0.
34166         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
34167         tests.
34168         * tests/test-printf-posix.h (test_function): Likewise.
34169         * tests/test-printf-posix.output: Remove all -0.0 related results.
34170         Needed for IRIX 6.5.
34171
34172 2007-05-19  Bruno Haible  <bruno@clisp.org>
34173
34174         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34175         printed as "nan0x7fffffff" instead of "nan".
34176         * tests/test-vasprintf-posix.c (test_function): Likewise.
34177         * tests/test-snprintf-posix.h (test_function): Likewise.
34178         * tests/test-sprintf-posix.h (test_function): Likewise.
34179         * tests/test-fprintf-posix.h (NaN): Remove macro.
34180         (test_function): Remove all NaN related tests.
34181         * tests/test-printf-posix.h (NaN): Remove macro.
34182         (test_function): Remove all NaN related tests.
34183         * tests/test-printf-posix.output: Remove all NaN related results.
34184         Needed for IRIX 6.5.
34185
34186 2007-05-19  Bruno Haible  <bruno@clisp.org>
34187
34188         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
34189         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
34190
34191 2007-05-19  Bruno Haible  <bruno@clisp.org>
34192
34193         * lib/float_.h: New file.
34194         * m4/float_h.m4: New file.
34195         * modules/float: New file.
34196         * modules/isnanl (Dependencies): Add float.
34197         * modules/isnanl-nolibm (Dependencies): Likewise.
34198         * modules/mathl (Dependencies): Likewise.
34199         * modules/printf-frexpl (Dependencies): Likewise.
34200         * modules/signbit (Dependencies): Likewise.
34201         * modules/vasnprintf (Dependencies): Likewise.
34202         * doc/headers/float.texi: Update.
34203
34204 2007-05-19  Jim Meyering  <jim@meyering.net>
34205
34206         * lib/utimens.c (gl_futimens): Rename from futimens,
34207         now that glibc-2.6 declares futimens.
34208         * lib/utimens.h: Likewise.
34209
34210 2007-05-19  Bruno Haible  <bruno@clisp.org>
34211
34212         Avoid test failures on mingw.
34213         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
34214         * tests/test-printf-posix.sh: Likewise.
34215         * tests/test-vfprintf-posix.sh: Likewise.
34216         * tests/test-vprintf-posix.sh: Likewise.
34217
34218 2007-05-19  Bruno Haible  <bruno@clisp.org>
34219
34220         Fix *printf result for NaN, Inf, -0.0 on mingw.
34221         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
34222         * lib/vasnprintf.c: Include math.h and isnan.h.
34223         (is_infinite_or_zero): New function.
34224         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
34225         values in the %f, %F, %e, %E, %g, %G directives.
34226         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
34227         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34228         gl_PRINTF_INFINITE and test its result. Invoke
34229         gl_PREREQ_VASNPRINTF_INFINITE.
34230         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34231         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34232         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34233         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34234         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34235         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34236         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34237         * doc/functions/fprintf.texi: Update.
34238         * doc/functions/printf.texi: Update.
34239         * doc/functions/snprintf.texi: Update.
34240         * doc/functions/sprintf.texi: Update.
34241         * doc/functions/vfprintf.texi: Update.
34242         * doc/functions/vprintf.texi: Update.
34243         * doc/functions/vsnprintf.texi: Update.
34244         * doc/functions/vsprintf.texi: Update.
34245
34246 2007-05-19  Bruno Haible  <bruno@clisp.org>
34247
34248         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
34249         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
34250         Instead of multiplying with 10^k, set extra_zeroes to k.
34251         (scale10_round_long_double): Remove function.
34252
34253 2007-05-18  Bruno Haible  <bruno@clisp.org>
34254
34255         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
34256         introduced on 2007-05-06.
34257
34258 2007-05-18  Bruno Haible  <bruno@clisp.org>
34259
34260         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
34261         %g directives.
34262         * tests/test-vasprintf-posix.c (test_function): Likewise.
34263         * tests/test-snprintf-posix.h (test_function): Likewise.
34264         * tests/test-sprintf-posix.h (test_function): Likewise.
34265
34266 2007-05-18  Bruno Haible  <bruno@clisp.org>
34267
34268         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
34269         (strmatch): New function.
34270         (test_function): Test the %f directive on numbers of various exponents.
34271         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
34272         (strmatch): New function.
34273         (test_function): Test the %f directive on numbers of various exponents.
34274         * tests/test-snprintf-posix.h (strmatch): New function.
34275         (test_function): Test the %f directive on numbers of various exponents.
34276         * tests/test-sprintf-posix.h (strmatch): New function.
34277         (test_function): Test the %f directive on numbers of various exponents.
34278         * tests/test-snprintf-posix.c (SIZEOF): New macro.
34279         * tests/test-sprintf-posix.c (SIZEOF): New macro.
34280         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
34281         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
34282
34283 2007-05-18  Bruno Haible  <bruno@clisp.org>
34284
34285         Add support for 'long double' number output.
34286         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
34287         * lib/vasnprintf.c: Include math.h and float+.h.
34288         (mp_limb_t): New type.
34289         (GMP_LIMB_BITS): New macro.
34290         (mp_twolimb_t): New type.
34291         (GMP_TWOLIMB_BITS): New macro.
34292         (mpn_t): New type.
34293         (multiply, divide, convert_to_decimal, decode_long_double,
34294         scale10_round_long_double, scale10_round_decimal_long_double,
34295         floorlog10l): New functions.
34296         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
34297         for the %f, %F, %e, %E, %g, %G directives.
34298         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
34299         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34300         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
34301         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
34302         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34303         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34304         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34305         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34306         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34307         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34308         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34309         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
34310         * modules/snprintf-posix (Depends-on): Likewise.
34311         * modules/sprintf-posix (Depends-on): Likewise.
34312         * modules/vasnprintf-posix (Depends-on): Likewise.
34313         * modules/vasprintf-posix (Depends-on): Likewise.
34314         * modules/vfprintf-posix (Depends-on): Likewise.
34315         * modules/vsnprintf-posix (Depends-on): Likewise.
34316         * modules/vsprintf-posix (Depends-on): Likewise.
34317         * modules/vasnprintf (Files): Add lib/float+.h.
34318         * doc/functions/fprintf.texi: Update.
34319         * doc/functions/printf.texi: Update.
34320         * doc/functions/snprintf.texi: Update.
34321         * doc/functions/sprintf.texi: Update.
34322         * doc/functions/vfprintf.texi: Update.
34323         * doc/functions/vprintf.texi: Update.
34324         * doc/functions/vsnprintf.texi: Update.
34325         * doc/functions/vsprintf.texi: Update.
34326
34327 2007-05-18  Bruno Haible  <bruno@clisp.org>
34328
34329         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
34330
34331 2007-05-18  Bruno Haible  <bruno@clisp.org>
34332
34333         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
34334         for printing 64-bit integers. Needed for mingw.
34335
34336 2007-05-18  Bruno Haible  <bruno@clisp.org>
34337
34338         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
34339         gl_FUNC_FREXPL_WORKS.
34340         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
34341
34342 2007-05-18  Bruno Haible  <bruno@clisp.org>
34343
34344         * modules/frexpl-nolibm-tests: New file.
34345
34346         * modules/frexpl-nolibm: New file.
34347         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
34348
34349 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
34350
34351         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
34352         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34353         GCC 4.2, which otherwise issues a lot of warnings.
34354         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
34355         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
34356         Likewise.
34357         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
34358         * modules/iconv_open (iconv.h): Likewise.
34359         * modules/locale (locale.h): Likewise.
34360         * modules/netinet_in (netinet/in.h): Likewise.
34361         * modules/sys_select (sys_select.h): Likewise.
34362         * modules/sys_socket (sys/socket.h): Likewise.
34363         * modules/sys_stat (sys/stat.h): Likewise.
34364         * modules/sysexits (sysexits.h): Likewise.
34365         * modules/unistd (unistd.h): Likewise.
34366
34367 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34368
34369         * modules/closein-tests (Makefile.am): Distribute
34370         `test-closein.sh'.
34371
34372 2007-05-17  Bruno Haible  <bruno@clisp.org>
34373
34374         * tests/test-printf-posix.output: Renamed from
34375         tests/test-fprintf-posix.out.
34376         * modules/fprintf-posix-tests: Update.
34377         * modules/printf-posix-tests: Update.
34378         * modules/vfprintf-posix-tests: Update.
34379         * modules/vprintf-posix-tests: Update.
34380         * tests/test-fprintf-posix.sh: Update.
34381         * tests/test-printf-posix.sh: Update.
34382         * tests/test-vfprintf-posix.sh: Update.
34383         * tests/test-vprintf-posix.sh: Update.
34384         Reported by Ralf Wildenhues.
34385
34386 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
34387
34388         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
34389         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34390         GCC 4.2, which otherwise issues a lot of warnings.
34391         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
34392         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
34393         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
34394         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
34395         it should no longer be needed.
34396         * lib/string_.h: Likewise.
34397         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
34398         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
34399         * modules/inttypes (inttypes.h): Likewise.
34400         * modules/math (math.h): Likewise.
34401         * modules/search (search.h): Likewise.
34402         * modules/signal (signal.h): Likewise.
34403         * modules/stdint (stdint.h): Likewise.
34404         * modules/stdio (stdio.h): Likewise.
34405         * modules/stdlib (stdlib.h): Likewise.
34406         * modules/string (string.h): Likewise.
34407         * modules/sys_time (sys/time.h): Likewise.
34408         * modules/time (time.h): Likewise.
34409         * modules/wchar (wchar.h): Likewise.
34410         * modules/wctype (wtype.h): Likewise.
34411
34412 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
34413
34414         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
34415
34416 2007-05-13  Bruno Haible  <bruno@clisp.org>
34417
34418         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
34419         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
34420         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
34421         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
34422         (gl_PREREQ_STRTOK_R): Don't require it here.
34423
34424 2007-05-13  Bruno Haible  <bruno@clisp.org>
34425
34426         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
34427         when used in C++ mode.
34428
34429 2007-05-12  Bruno Haible  <bruno@clisp.org>
34430
34431         * lib/linebuffer.h: Tweak doc.
34432         * lib/linebuffer.c: Likewise.
34433
34434 2007-05-12  James Youngman  <jay@gnu.org>
34435
34436         * lib/linebuffer.c (readlinebuffer_delim): New function,
34437         like readlinebuffer, but use a caller-specified delimiter.
34438         (readlinebuffer): Just call readlinebuffer_delim with '\n'
34439         as the delimiter.
34440         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
34441
34442 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
34443
34444         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
34445         * modules/openat (Files): Remove openat-die.c.
34446         (Depends-on): Add openat-die.
34447         * modules/openat-die: New module.
34448
34449 2007-05-06  Bruno Haible  <bruno@clisp.org>
34450
34451         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
34452         Update with info about Cygwin.
34453         * doc/functions/fprintf.texi: Update.
34454         * doc/functions/printf.texi: Update.
34455         * doc/functions/snprintf.texi: Update.
34456         * doc/functions/sprintf.texi: Update.
34457         * doc/functions/vfprintf.texi: Update.
34458         * doc/functions/vprintf.texi: Update.
34459         * doc/functions/vsnprintf.texi: Update.
34460         * doc/functions/vsprintf.texi: Update.
34461         Reported by Eric Blake.
34462
34463 2007-05-06  Bruno Haible  <bruno@clisp.org>
34464
34465         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
34466         padding ourselves for the floating-point directives.
34467         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
34468         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
34469         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34470         gl_PRINTF_FLAG_ZERO and test its result. Invoke
34471         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
34472         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34473         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
34474         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34475         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34476         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34477         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34478         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34479         * tests/test-snprintf-posix.h (test_function): Also check the width
34480         and some flags in the %f directive.
34481         * tests/test-sprintf-posix.h (test_function): Likewise.
34482         * tests/test-vasnprintf-posix.c (test_function): Likewise.
34483         * tests/test-vasprintf-posix.c (test_function): Likewise.
34484         * doc/functions/fprintf.texi: Update.
34485         * doc/functions/printf.texi: Update.
34486         * doc/functions/snprintf.texi: Update.
34487         * doc/functions/sprintf.texi: Update.
34488         * doc/functions/vfprintf.texi: Update.
34489         * doc/functions/vprintf.texi: Update.
34490         * doc/functions/vsnprintf.texi: Update.
34491         * doc/functions/vsprintf.texi: Update.
34492
34493 2007-05-06  Bruno Haible  <bruno@clisp.org>
34494
34495         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
34496         pass the ' flag character to sprintf or snprintf.
34497         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
34498         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
34499         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34500         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
34501         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
34502         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34503         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
34504         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34505         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34506         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34507         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34508         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34509         * tests/test-snprintf-posix.h (test_function): Also check the grouping
34510         flag.
34511         * tests/test-sprintf-posix.h (test_function): Likewise.
34512         * tests/test-vasnprintf-posix.c (test_function): Likewise.
34513         * tests/test-vasprintf-posix.c (test_function): Likewise.
34514         * doc/functions/fprintf.texi: Update.
34515         * doc/functions/printf.texi: Update.
34516         * doc/functions/snprintf.texi: Update.
34517         * doc/functions/sprintf.texi: Update.
34518         * doc/functions/vfprintf.texi: Update.
34519         * doc/functions/vprintf.texi: Update.
34520         * doc/functions/vsnprintf.texi: Update.
34521         * doc/functions/vsprintf.texi: Update.
34522
34523 2007-05-01  Bruno Haible  <bruno@clisp.org>
34524
34525         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
34526
34527 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
34528
34529         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
34530         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
34531
34532 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
34533
34534         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
34535         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
34536         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
34537
34538 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
34539
34540         * lib/argp-help.c (struct hol_entry): New member `ord'.
34541         (HOL_ENTRY_PTRCMP): Use ord for comparison
34542         (hol_sort): Initialize ord.
34543
34544 2007-05-01  Bruno Haible  <bruno@clisp.org>
34545
34546         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
34547         Reported by Eric Blake.
34548         * doc/gnulib.texi (Function Substitutes): Update.
34549
34550 2007-05-01  Bruno Haible  <bruno@clisp.org>
34551
34552         * doc/functions.texi: Remove file, now redundant through
34553         doc/functions/*.texi.
34554
34555 2007-05-01  Bruno Haible  <bruno@clisp.org>
34556
34557         * modules/argp (Depends-on): Add sleep.
34558
34559 2007-05-01  Bruno Haible  <bruno@clisp.org>
34560
34561         * modules/sleep-tests: New file.
34562         * tests/test-sleep.c: New file.
34563
34564         * modules/sleep: New file.
34565         * lib/sleep.c: New file.
34566         * m4/sleep.m4: New file.
34567         * lib/unistd_.h (sleep): New declaration.
34568         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
34569         HAVE_SLEEP.
34570         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
34571         * doc/functions/sleep.texi: Document the sleep module.
34572
34573 2007-05-01  Bruno Haible  <bruno@clisp.org>
34574
34575         * lib/sigprocmask.h: Remove file.
34576         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
34577         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
34578         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
34579         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
34580         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
34581         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
34582         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
34583         HAVE_SIGSET_T as a shell variable.
34584         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
34585         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
34586         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
34587         (Depends-on): Add signal. Remove verify.
34588         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
34589         (Include): Mention <signal.h> instead of sigprocmask.h.
34590         * NEWS: Mention the change.
34591         * lib/fatal-signal.c: Don't include sigprocmask.h.
34592
34593 2007-05-01  Bruno Haible  <bruno@clisp.org>
34594
34595         * modules/signal: New file.
34596         * lib/signal_.h: New file.
34597         * m4/signal_h.m4: New file.
34598
34599 2007-05-01  Bruno Haible  <bruno@clisp.org>
34600
34601         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
34602         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
34603         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
34604         HAVE_WCTYPE_CTMP_BUG into wctype.h.
34605
34606 2007-05-01  Bruno Haible  <bruno@clisp.org>
34607
34608         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
34609         configure time.
34610         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
34611         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
34612         * modules/sys_stat (Makefile.am): Substitute their values into
34613         sys/stat.h.
34614
34615 2007-05-01  Bruno Haible  <bruno@clisp.org>
34616
34617         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
34618         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
34619         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
34620
34621 2007-05-01  Bruno Haible  <bruno@clisp.org>
34622
34623         * doc/header/assert.texi: Undo last change: don't mention the gnulib
34624         'assert' module here.
34625
34626 2007-05-01  Bruno Haible  <bruno@clisp.org>
34627
34628         * doc/functions/*.texi: New files.
34629         * doc/functions/google-ranking.txt: New file.
34630         * doc/gnulib.texi (Function Substitutes): New chapter.
34631         (ctime, inet_ntoa): Remove sections.
34632         * doc/ctime.texi: Remove file.
34633         * doc/inet_ntoa.texi: Remove file.
34634         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
34635         dependencies.
34636         (%.info): New rule, specifying a --reference-limit.
34637
34638 2007-05-01  Bruno Haible  <bruno@clisp.org>
34639
34640         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
34641
34642 2007-05-01  Bruno Haible  <bruno@clisp.org>
34643
34644         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
34645         the portability of 'mkdir' to mingw systems.
34646
34647 2007-05-01  Bruno Haible  <bruno@clisp.org>
34648
34649         * doc/headers/google-ranking.txt: New file.
34650
34651 2007-04-30  Eric Blake  <ebb9@byu.net>
34652
34653         Prefer fseeko to fseek.
34654         * modules/getpass (Depends-on): Add fseeko.
34655         * lib/getpass.c (getpass): Use fseeko, not fseek.
34656
34657 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
34658
34659         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
34660         assumes the sorting is stable, while most qsort implementations
34661         are not.  Use argument addresses to ensure they never compare as
34662         equal.
34663
34664         * tests/test-argp-2.sh (usage-indent test): Fix output
34665         (func_compare): Restore diff options
34666         * tests/test-argp.c: Restore #include "progname.h"
34667
34668 2007-04-29  Bruno Haible  <bruno@clisp.org>
34669
34670         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
34671         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34672         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
34673         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34674         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
34675         (configure.ac): Define CHECK_SNPRINTF_POSIX.
34676         (TESTS, check_PROGRAMS): Add test-snprintf.
34677         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
34678         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
34679         (TESTS, check_PROGRAMS): Add test-vsnprintf.
34680         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
34681         assertions that fail on HP-UX, OSF/1, or IRIX.
34682         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
34683
34684 2007-04-29  Bruno Haible  <bruno@clisp.org>
34685
34686         * MODULES.html.sh (posix_functions): Remove 'contents'.
34687
34688 2007-04-29  Karl Berry  <karl@gnu.org>
34689
34690         * config/srclist.txt (gendocs_template_min): new entry.
34691
34692 2007-04-29  Bruno Haible  <bruno@clisp.org>
34693
34694         Work around fpurge bug on BSD systems.
34695         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
34696         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
34697         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
34698         fpurge to rpl_fpurge if the system already has this function.
34699         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
34700         the case where the system already has this function. Correct invariants
34701         on BSD systems.
34702         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
34703         BSD systems.
34704
34705 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
34706
34707         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
34708         proposed by Sven Verdoolaege.
34709
34710         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
34711         options.
34712         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
34713         (usage and help tests): Update
34714
34715 2007-04-29  Bruno Haible  <bruno@clisp.org>
34716
34717         * tests/test-fflush.c (main): Use a file of size 17, not 10.
34718         Print more information in case of failure. Disable a test on BeOS.
34719
34720 2007-04-29  Bruno Haible  <bruno@clisp.org>
34721
34722         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
34723         This helps debugging on systems on which no gdb is available.
34724
34725 2007-04-29  Bruno Haible  <bruno@clisp.org>
34726
34727         * lib/freading.h: Improve comments.
34728         * lib/fwriting.h: Likewise.
34729         * tests/test-freading.c (main): Don't check freading immediately after
34730         repositioning. Needed for glibc.
34731
34732 2007-04-29  Bruno Haible  <bruno@clisp.org>
34733
34734         * lib/freading.c (freading): Trivial simplification.
34735
34736 2007-04-28  Bruno Haible  <bruno@clisp.org>
34737
34738         * tests/test-fwriting.c (main): Also test the interaction between
34739         fflush and fwriting.
34740         * modules/fwriting-tests (Depends-on): Add fflush.
34741
34742         * tests/test-freading.c (main): Also test the interaction between
34743         fflush and freading.
34744         * modules/freading-tests (Depends-on): Add fflush.
34745
34746 2007-04-28  Bruno Haible  <bruno@clisp.org>
34747
34748         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
34749         fseeko and ftello.
34750         Suggested by Eric Blake.
34751
34752 2007-04-28  Jim Meyering  <jim@meyering.net>
34753
34754         Avoid false-negative in gl_STDINT_H's C99 conformance test.
34755         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
34756         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
34757
34758 2007-04-27  Eric Blake  <ebb9@byu.net>
34759
34760         * doc/headers/assert.texi (assert.h): Document assert module use.
34761
34762 2007-04-27  Bruno Haible  <bruno@clisp.org>
34763
34764         * doc/headers/*.texi: New files.
34765         * doc/gnulib.texi (Header File Substitutes): New chapter.
34766         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
34767         dependencies.
34768         (standards.info ,standards.html, standards.dvi): Update dependencies.
34769         (mostlyclean, clean): New targets.
34770
34771 2007-04-27  Bruno Haible  <bruno@clisp.org>
34772
34773         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
34774         * modules/sysexits (Files, Makefile.am): Update.
34775
34776         * lib/sys_socket_.h: Renamed from lib/socket_.h.
34777         * modules/sys_socket (Files, Makefile.am): Update.
34778
34779         * lib/sys_stat_.h: Renamed from lib/stat_.h.
34780         * modules/sys_stat (Files, Makefile.am): Update.
34781
34782 2007-04-27  Eric Blake  <ebb9@byu.net>
34783
34784         * lib/freading.h: Improve comments.
34785         * lib/fwriting.h: Likewise.
34786         * lib/fflush.c: Likewise.
34787
34788         Fix closein for mingw.
34789         * modules/closein-tests: Add tests for closein.
34790         * tests/test-closein.c: New file.
34791         * tests/test-closein.sh: Likewise.
34792         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
34793         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
34794
34795 2007-04-27  Bruno Haible  <bruno@clisp.org>
34796
34797         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
34798         version is < 6.
34799         * lib/math_.h [__DECC]: Likewise.
34800         * lib/stdio_.h [__DECC]: Likewise.
34801         * lib/stdlib_.h [__DECC]: Likewise.
34802         * lib/string_.h [__DECC]: Likewise.
34803         * lib/time_.h [__DECC]: Likewise.
34804         * lib/wchar_.h [__DECC]: Likewise.
34805         * lib/wctype_.h [__DECC]: Likewise.
34806
34807 2007-04-27  Bruno Haible  <bruno@clisp.org>
34808
34809         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
34810
34811 2007-04-27  Bruno Haible  <bruno@clisp.org>
34812
34813         * lib/fflush.c: Add comments.
34814         * modules/fpurge-tests (Depends-on): Add fflush.
34815         * modules/freadable-tests (Depends-on): Likewise.
34816         * modules/fwritable-tests (Depends-on): Likewise.
34817
34818 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
34819
34820         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
34821         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
34822         Report by Bruno Haible <bruno@clisp.org>.
34823
34824 2007-04-26  Eric Blake  <ebb9@byu.net>
34825
34826         Fix fflush on mingw.
34827         * modules/fflush (Depends-on): Add freading.
34828         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
34829         but unread data.
34830
34831 2007-04-26  Eric Blake  <ebb9@byu.net>
34832         and Bruno Haible  <bruno@clisp.org>
34833
34834         Implement freading and fwriting.
34835         * lib/freading.c: New file.
34836         * lib/freading.h: Likewise.
34837         * m4/freading.m4: Likewise.
34838         * modules/freading: Likewise.
34839         * modules/freading-tests: Likewise.
34840         * tests/test-freading.c: Likewise.
34841         * lib/fwriting.c: New file.
34842         * lib/fwriting.h: Likewise.
34843         * m4/fwriting.m4: Likewise.
34844         * modules/fwriting: Likewise.
34845         * modules/fwriting-tests: Likewise.
34846         * tests/test-fwriting.c: Likewise.
34847         * MODULES.html.sh (File stream based Input/Output): Mention them.
34848
34849 2007-04-26  Bruno Haible  <bruno@clisp.org>
34850
34851         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
34852         'long' when we assume it.
34853         Suggested by Eric Blake.
34854
34855 2007-04-26  Bruno Haible  <bruno@clisp.org>
34856
34857         Ensure fseeko, ftello are declared on glibc systems.
34858         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
34859         * modules/fseeko (configure.ac-early): Likewise.
34860         * modules/ftello (configure.ac-early): Likewise.
34861         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
34862         AC_FUNC_FSEEKO for this.
34863         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
34864         (gl_CHECK_FSEEKO): Remove macro.
34865
34866 2007-04-26  Bruno Haible  <bruno@clisp.org>
34867
34868         * tests/test-fflush.c (main): Also check the ftell result after
34869         fflush and fseek/fseeko.
34870         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
34871         file descriptor position cache in the stream.
34872         * lib/fseeko.c (rpl_fseeko): Likewise.
34873
34874 2007-04-26  Bruno Haible  <bruno@clisp.org>
34875
34876         * modules/fflush-tests (Depends-on): Add fseeko.
34877
34878 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
34879             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34880
34881         * lib/argz_.h: ensure error_t definition is obtained in same
34882         mechanism system argz.h would have.
34883         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
34884         argz facilities are known bad.  Err on the side of caution if
34885         cross-compiling.
34886
34887 2007-04-25  Eric Blake  <ebb9@byu.net>
34888
34889         * lib/fpurge.c (includes): Use stdlib.h for free.
34890         * tests/test-fflush.c (main): Also test fflush-fseeko.
34891
34892 2007-04-25  Bruno Haible  <bruno@clisp.org>
34893
34894         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
34895         * lib/fseeko.c: New file.
34896         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
34897         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
34898         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
34899         gl_FUNC_FSEEKO.
34900         (gl_FUNC_FSEEKO): Invoke it.
34901         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
34902         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
34903         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
34904
34905 2007-04-25  Bruno Haible  <bruno@clisp.org>
34906
34907         * modules/fflush (Depends-on): Add ftello.
34908
34909 2007-04-25  Bruno Haible  <bruno@clisp.org>
34910
34911         * modules/ftello-tests: New file.
34912         * tests/test-ftello.c: New file.
34913
34914         * modules/ftello: New file.
34915         * m4/ftello.m4: New file.
34916         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
34917         HAVE_FTELLO.
34918         * lib/stdio_.h (ftello): New declaration.
34919         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
34920         HAVE_FTELLO.
34921
34922 2007-04-25  Bruno Haible  <bruno@clisp.org>
34923
34924         * modules/fseeko-tests: New file.
34925         * tests/test-fseeko.c: New file.
34926
34927         * modules/fseeko: New file.
34928         * m4/fseeko.m4: New file.
34929         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
34930         HAVE_FSEEKO.
34931         * lib/stdio_.h (fseeko): New declaration.
34932         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
34933         HAVE_FSEEKO.
34934
34935 2007-04-25  Bruno Haible  <bruno@clisp.org>
34936
34937         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
34938
34939 2007-04-25  Bruno Haible  <bruno@clisp.org>
34940
34941         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
34942         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
34943         * tests/test-unistd.c: Likewise.
34944         * tests/test-fcntl.c: Likewise.
34945
34946 2007-04-23  Eric Blake  <ebb9@byu.net>
34947
34948         * lib/fflush.c: Fix missing include.
34949         Reported by Bruno Haible.
34950
34951 2007-04-23  Bruno Haible  <bruno@clisp.org>
34952
34953         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
34954         Reported by Eric Blake.
34955
34956 2007-04-23  Bruno Haible  <bruno@clisp.org>
34957
34958         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
34959
34960 2007-04-23  Bruno Haible  <bruno@clisp.org>
34961
34962         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
34963
34964 2007-04-23  Bruno Haible  <bruno@clisp.org>
34965
34966         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
34967         Needed on HP-UX 11.
34968
34969 2007-04-16  Eric Blake  <ebb9@byu.net>
34970
34971         Make fflush rely on fpurge.
34972         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
34973         open coding all variants.
34974         * modules/fflush (Depends-on): Add fpurge and unistd.
34975         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
34976         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
34977
34978         Fix --with-tests compilation on cygwin.
34979         * modules/argmatch-tests (Makefile.am): List gnulib library first
34980         in LDADD.
34981         * modules/argp-tests (Makefile.am): Likewise.
34982         * modules/array-list-tests (Makefile.am): Likewise.
34983         * modules/array-oset-tests (Makefile.am): Likewise.
34984         * modules/avltree-list-tests (Makefile.am): Likewise.
34985         * modules/avltree-oset-tests (Makefile.am): Likewise.
34986         * modules/avltreehash-list-tests (Makefile.am): Likewise.
34987         * modules/carray-list-tests (Makefile.am): Likewise.
34988         * modules/dirname-tests (Makefile.am): Likewise.
34989         * modules/frexp-tests (Makefile.am): Likewise.
34990         * modules/isnanl-tests (Makefile.am): Likewise.
34991         * modules/linked-list-tests (Makefile.am): Likewise.
34992         * modules/linkedhash-list-tests (Makefile.am): Likewise.
34993         * modules/lock-tests (Makefile.am): Likewise.
34994         * modules/rbtree-list-tests (Makefile.am): Likewise.
34995         * modules/rbtree-oset-tests (Makefile.am): Likewise.
34996         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
34997         * modules/tls-tests (Makefile.am): Likewise.
34998         * modules/tsearch-tests (Makefile.am): Likewise.
34999         * modules/xvasprintf-tests (Makefile.am): Likewise.
35000
35001         Fix fpurge for cygwin.
35002         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
35003         value.
35004         * modules/fpurge-tests (Depends-on): Clean up trash.
35005
35006 2007-04-16  Simon Josefsson  <simon@josefsson.org>
35007
35008         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
35009
35010         * m4/autobuild.m4: Re-indent.
35011
35012 2007-04-13  Bruno Haible  <bruno@clisp.org>
35013
35014         * modules/fpurge-tests: New file.
35015         * tests/test-fpurge.c: New file.
35016
35017         * modules/fpurge: New file.
35018         * lib/fpurge.h: New file.
35019         * lib/fpurge.c: New file.
35020         * m4/fpurge.m4: New file.
35021
35022 2007-04-13  Bruno Haible  <bruno@clisp.org>
35023
35024         * modules/fbufmode-tests: New file.
35025         * tests/test-fbufmode.c: New file.
35026
35027         * modules/fbufmode: New file.
35028         * lib/fbufmode.h: New file.
35029         * lib/fbufmode.c: New file.
35030         * m4/fbufmode.m4: New file.
35031
35032 2007-04-13  Bruno Haible  <bruno@clisp.org>
35033
35034         * modules/fwritable-tests: New file.
35035         * tests/test-fwritable.c: New file.
35036
35037         * modules/fwritable: New file.
35038         * lib/fwritable.h: New file.
35039         * lib/fwritable.c: New file.
35040         * m4/fwritable.m4: New file.
35041
35042 2007-04-13  Bruno Haible  <bruno@clisp.org>
35043
35044         * modules/freadable-tests: New file.
35045         * tests/test-freadable.c: New file.
35046
35047         * modules/freadable: New file.
35048         * lib/freadable.h: New file.
35049         * lib/freadable.c: New file.
35050         * m4/freadable.m4: New file.
35051
35052 2007-04-13  Bruno Haible  <bruno@clisp.org>
35053
35054         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
35055         MOSTLYCLEANFILES.
35056
35057 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
35058
35059         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
35060         gzip bootstrap.conf to avoid dragging in i18n machinery.
35061         (gnulib_tool_option): Use it.
35062
35063 2007-04-13  Bruno Haible  <bruno@clisp.org>
35064
35065         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
35066         %F directives.
35067         * tests/test-vasprintf-posix.c (test_function): Likewise.
35068         * tests/test-snprintf-posix.h (test_function): Likewise.
35069         * tests/test-sprintf-posix.h (test_function): Likewise.
35070         * tests/test-fprintf-posix.h (test_function): Likewise.
35071         * tests/test-printf-posix.h (test_function): Likewise.
35072         * tests/test-fprintf-posix.out: Likewise.
35073
35074 2007-04-13  Bruno Haible  <bruno@clisp.org>
35075
35076         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
35077         * modules/tls-tests (configure.ac): Likewise.
35078         Reported by Arto C. Nirkko <anirkko@insel.ch>.
35079
35080 2007-04-13  Bruno Haible  <bruno@clisp.org>
35081
35082         * lib/tls.c (glthread_tls_get): Fix return type.
35083         Patch by Arto C. Nirkko <anirkko@insel.ch>.
35084
35085 2007-04-12  Eric Blake  <ebb9@byu.net>
35086
35087         * modules/gettime (Depends-on): Remove gettime.
35088         Reported by Dmitry V. Levin.
35089
35090 2007-04-12  Bruno Haible  <bruno@clisp.org>
35091
35092         * modules/fflush (Include): Mention <stdio.h>.
35093         * modules/strtoimax (Include): Mention <inttypes.h>.
35094         * modules/strtoumax (Include): Likewise.
35095
35096 2007-04-12  Eric Blake  <ebb9@byu.net>
35097
35098         * .cvsignore: New file.
35099         * .gitignore: Likewise.
35100
35101 2007-04-12  Bruno Haible  <bruno@clisp.org>
35102
35103         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
35104         not before, since $(LDADD) often contains libgnu.a.
35105         * modules/striconv-tests (test_striconv_LDADD): Likewise.
35106         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
35107         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
35108         Needed on Cygwin.
35109
35110 2007-04-12  Eric Blake  <ebb9@byu.net>
35111
35112         Work around glibc's failure to flush stdin on fclose.
35113         * lib/closein.c (close_stdin): Flush stdin before closing.
35114
35115         Work around glibc's failure to reset seekable stdin on exit.
35116         * modules/closein: New module.
35117         * lib/closein.c: New file.
35118         * lib/closein.h: Likewise.
35119         * m4/closein.m4: Likewise.
35120         * MODULES.html.sh (File stream based Input/Output): Document it.
35121
35122 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35123
35124         * gnulib-tool: Rename generated 'autobuild' script to
35125         'do-autobuild' in --create-megatestdir output.
35126
35127         * doc/gnulib.texi (Build robot for gnulib): Fix.
35128
35129 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35130
35131         * modules/sysexits (Depends-on): Add absolute-header.
35132
35133 2007-04-12  Eric Blake  <ebb9@byu.net>
35134
35135         No need to preserve errno on success.
35136         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
35137         Reported by Bruno Haible.
35138
35139 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35140
35141         * MODULES.html.sh (Support for maintaining and releasing
35142         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
35143
35144 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35145
35146         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
35147
35148 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35149
35150         * modules/autobuild: New module.
35151
35152         * m4/autobuild.m4: New file.
35153
35154 2007-04-11  Bruno Haible  <bruno@clisp.org>
35155
35156         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
35157         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
35158         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
35159         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
35160         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35161         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35162         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35163         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35164         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35165         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35166         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
35167         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35168         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35169         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
35170         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35171         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35172         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
35173         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35174         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35175         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
35176         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35177         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35178         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
35179         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35180         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35181         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
35182         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35183         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35184         Reported by Eric Blake.
35185
35186 2007-04-11  Bruno Haible  <bruno@clisp.org>
35187
35188         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
35189
35190 2007-04-10  Bruno Haible  <bruno@clisp.org>
35191
35192         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
35193         for NaN and Infinity. Needed on FreeBSD 6.1.
35194         * tests/test-vasnprintf-posix.c (test_function): Undo last change
35195         regarding results for "%010a" of Infinity and NaN.
35196         * tests/test-vasprintf-posix.c (test_function): Likewise.
35197         * tests/test-snprintf-posix.h (test_function): Likewise.
35198         * tests/test-sprintf-posix.h (test_function): Likewise.
35199         * tests/test-fprintf-posix.h (test_function): Likewise.
35200         * tests/test-printf-posix.h (test_function): Likewise.
35201         * tests/test-fprintf-posix.out: Likewise.
35202
35203 2007-04-10  Bruno Haible  <bruno@clisp.org>
35204
35205         * modules/locale-tests: New file.
35206         * tests/test-locale.c: New file.
35207
35208         * modules/locale: New file.
35209         * lib/locale_.h: New file.
35210         * m4/locale_h.m4: New file.
35211
35212 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
35213             Bruno Haible  <bruno@clisp.org>
35214
35215         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
35216         be determined, test for availability of the copysignf, copysign,
35217         copysignl functions.
35218         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
35219         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
35220         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
35221
35222 2007-04-09  Eric Blake  <ebb9@byu.net>
35223
35224         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
35225         * modules/stdio (Makefile.am): Support fflush.
35226         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
35227         * modules/fflush: New file.
35228         * lib/fflush.c: Likewise.
35229         * m4/fflush.m4: Likewise.
35230         * modules/fflush-tests: New test.
35231         * tests/test-fflush.c: Likewise.
35232         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
35233
35234 2007-04-06  Bruno Haible  <bruno@clisp.org>
35235
35236         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
35237         (VASNPRINTF): Use signbit for faster determination whether to print a
35238         minus sign.
35239         * modules/vasnprintf (Files): Remove lib/float+.h.
35240         * modules/fprintf-posix (Depends-on): Add signbit.
35241         * modules/snprintf-posix (Depends-on): Likewise.
35242         * modules/sprintf-posix (Depends-on): Likewise.
35243         * modules/vasnprintf-posix (Depends-on): Likewise.
35244         * modules/vasprintf-posix (Depends-on): Likewise.
35245         * modules/vfprintf-posix (Depends-on): Likewise.
35246         * modules/vsnprintf-posix (Depends-on): Likewise.
35247         * modules/vsprintf-posix (Depends-on): Likewise.
35248
35249 2007-04-06  Bruno Haible  <bruno@clisp.org>
35250
35251         * tests/test-frexp.c (main): Test also the sign bit of zero results.
35252         * tests/test-frexpl.c (main): Likewise.
35253         * tests/test-ldexpl.c (main): Likewise.
35254         * modules/frexp-tests (Depends-on): Add signbit.
35255         * modules/frexpl-tests (Depdends-on): Likewise.
35256         * modules/ldexpl-tests (Depdends-on): Likewise.
35257
35258 2007-04-06  Bruno Haible  <bruno@clisp.org>
35259
35260         * modules/signbit-tests: New file.
35261         * tests/test-signbit.c: New file.
35262
35263         * modules/signbit: New file.
35264         * lib/signbitf.c: New file.
35265         * lib/signbitd.c: New file.
35266         * lib/signbitl.c: New file.
35267         * m4/signbit.m4: New file.
35268         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
35269         (signbit): New macro.
35270         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
35271         REPLACE_SIGNBIT.
35272         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
35273         REPLACE_FREXPL into math.h.
35274
35275 2007-04-06  Bruno Haible  <bruno@clisp.org>
35276
35277         * modules/isnanf-nolibm-tests: New file.
35278         * tests/test-isnanf.c: New file.
35279
35280         * modules/isnanf-nolibm: New file.
35281         * lib/isnanf.h: New file.
35282         * lib/isnanf.c: New file.
35283         * lib/isnan.c: Consider the USE_FLOAT macro.
35284         * m4/isnanf.m4: New file.
35285
35286 2007-04-06  Bruno Haible  <bruno@clisp.org>
35287
35288         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
35289         (Link): New section.
35290
35291         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
35292
35293 2007-04-06  Bruno Haible  <bruno@clisp.org>
35294
35295         Assume the 'long double' type.
35296         * m4/longdouble.m4: Remove file.
35297         * config/srclist.txt: Don't mention longdouble.m4.
35298         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
35299         * lib/float+.h: Likewise.
35300         * lib/frexp.c: Likewise.
35301         * lib/printf-args.h: Likewise.
35302         * lib/printf-args.c: Likewise.
35303         * lib/printf-frexp.c: Likewise.
35304         * lib/printf-parse.c: Likewise.
35305         * lib/vasnprintf.c: Likewise.
35306         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
35307         * m4/intl.m4: Likewise.
35308         * m4/isnanl.m4: Likewise.
35309         * m4/printf.m4: Likewise.
35310         * m4/printf-frexpl.m4: Likewise.
35311         * m4/vasnprintf.m4: Likewise.
35312         * modules/allocsa (Files): Remove m4/longdouble.m4.
35313         * modules/gettext (Files): Likewise.
35314         * modules/relocatable-prog-wrapper (Files): Likewise.
35315         * modules/vasnprintf (Files): Likewise.
35316         * modules/isnanl (Files): Likewise.
35317         (Include): Simplify.
35318         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
35319         (Include): Simplify.
35320         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
35321         (Include): Simplify.
35322         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
35323         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35324         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
35325         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35326         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35327         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35328         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
35329         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35330         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35331         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35332         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
35333         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35334         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
35335         * tests/test-isnanl.c: Likewise.
35336         * tests/test-snprintf-posix.h: Likewise.
35337         * tests/test-sprintf-posix.h: Likewise.
35338         * tests/test-vasnprintf-posix.c: Likewise.
35339         * tests/test-vasnprintf-posix2.c: Likewise.
35340         * tests/test-vasprintf-posix.c: Likewise.
35341
35342 2007-04-06  Bruno Haible  <bruno@clisp.org>
35343
35344         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
35345         * lib/math_.h [__DECC]: Include the overridden include file through
35346         #include_next, outside the double-inclusion guard.
35347         * lib/stdio_.h [__DECC]: Likewise.
35348         * lib/stdlib_.h [__DECC]: Likewise.
35349         * lib/string_.h [__DECC]: Likewise.
35350         * lib/time_.h [__DECC]: Likewise.
35351         * lib/wchar_.h [__DECC]: Likewise.
35352         * lib/wctype_.h [__DECC]: Likewise.
35353         * lib/inttypes_.h [__DECC]: Likewise.
35354         Reported by Albert Chin <china@thewrittenword.com> in
35355         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
35356
35357 2007-04-04  Eric Blake  <ebb9@byu.net>
35358
35359         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
35360         1.5.x.
35361
35362 2007-04-04  Bruno Haible  <bruno@clisp.org>
35363
35364         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
35365         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
35366
35367 2007-04-04  Bruno Haible  <bruno@clisp.org>
35368
35369         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
35370         results for "%010a" of Infinity and NaN.
35371         * tests/test-vasprintf-posix.c (test_function): Likewise.
35372         * tests/test-snprintf-posix.h (test_function): Likewise.
35373         * tests/test-sprintf-posix.h (test_function): Likewise.
35374         * tests/test-fprintf-posix.h (test_function): Remove these tests.
35375         * tests/test-printf-posix.h (test_function): Likewise.
35376         * tests/test-fprintf-posix.out: Update.
35377         Needed for FreeBSD 6.1.
35378
35379 2007-04-04  Bruno Haible  <bruno@clisp.org>
35380
35381         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
35382         directly used by the gnulib modules nor by gnulib-tool.
35383
35384 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
35385
35386         * DEPENDENCIES: Give overall description of version dependency
35387         desirability.  Use more-typical names for apps.
35388         Add shell, coreutils, diffutils, grep, tar, gzip.
35389
35390 2007-04-04  Simon Josefsson  <simon@josefsson.org>
35391
35392         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
35393
35394 2007-04-04  Karl Berry  <karl@gnu.org>
35395
35396         * MODULES.html.sh (func_module): missing '.
35397
35398 2007-04-03  Bruno Haible  <bruno@clisp.org>
35399
35400         * modules/argmatch-tests (Makefile.am): New variable
35401         test_argmatch_LDADD.
35402         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
35403         * modules/array-list-tests (Makefile.am): New variable
35404         test_array_list_LDADD.
35405         * modules/array-oset-tests (Makefile.am): New variable
35406         test_array_oset_LDADD.
35407         * modules/avltree-list-tests (Makefile.am): New variable
35408         test_avltree_list_LDADD.
35409         * modules/avltree-oset-tests (Makefile.am): New variable
35410         test_avltree_oset_LDADD.
35411         * modules/avltreehash-list-tests (Makefile.am): New variable
35412         test_avltreehash_list_LDADD.
35413         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
35414         test_canonicalize_lgpl_LDADD.
35415         * modules/carray-list-tests (Makefile.am): New variable
35416         test_carray_list_LDADD.
35417         * modules/dirname-tests (Makefile.am): New variable
35418         test_dirname_LDADD.
35419         * modules/linked-list-tests (Makefile.am): New variable
35420         test_linked_list_LDADD.
35421         * modules/linkedhash-list-tests (Makefile.am): New variable
35422         test_linkedhash_list_LDADD.
35423         * modules/rbtree-list-tests (Makefile.am): New variable
35424         test_rbtree_list_LDADD.
35425         * modules/rbtree-oset-tests (Makefile.am): New variable
35426         test_rbtree_oset_LDADD.
35427         * modules/rbtreehash-list-tests (Makefile.am): New variable
35428         test_rbtreehash_list_LDADD.
35429         * modules/xvasprintf-tests (Makefile.am): New variable
35430         test_xvasprintf_LDADD.
35431         Reported by Eric Blake.
35432
35433 2007-04-03  Eric Blake  <ebb9@byu.net>
35434
35435         * DEPENDENCIES: Weaken m4 requirements.
35436
35437 2007-04-03  Bruno Haible  <bruno@clisp.org>
35438
35439         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
35440         * modules/isnanl-tests (configure.ac): Likewise.
35441
35442 2007-04-03  Ben Pfaff  <blp@gnu.org>
35443
35444         * modules/iconv_open: Add $(srcdir)/ to source directory
35445         references in Makefile fragments that call gperf, to fix VPATH
35446         builds.
35447
35448 2007-04-03  Bruno Haible  <bruno@clisp.org>
35449
35450         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
35451         * lib/ldexpl.c: Undo last change.
35452
35453 2007-04-03  Bruno Haible  <bruno@clisp.org>
35454
35455         * modules/printf-frexpl (Depends-on): Undo last change.
35456         (Files): Add m4/ldexpl.m4.
35457
35458 2007-04-03  Bruno Haible  <bruno@clisp.org>
35459
35460         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
35461         * modules/isnanl (Link): New section.
35462
35463         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
35464         * modules/frexp (Link): New section.
35465
35466         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
35467         * modules/frexpl (Link): New section.
35468
35469         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
35470         * modules/ldexpl (Link): New section.
35471
35472 2007-04-03  Bruno Haible  <bruno@clisp.org>
35473
35474         * modules/TEMPLATE-EXTENDED: New file.
35475         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
35476
35477 2007-04-03  Bruno Haible  <bruno@clisp.org>
35478
35479         * DEPENDENCIES: New file.
35480         Suggested by Simon Josefsson.
35481
35482 2007-04-03  Bruno Haible  <bruno@clisp.org>
35483
35484         * doc/gnulib.texi: Escape @.
35485
35486 2007-04-03  James Youngman  <jay@gnu.org>
35487         and Paul Eggert  <eggert@cs.ucla.edu>
35488
35489         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
35490         birthtime on all systems that have birthtime, not just those which
35491         use st_birthtimensec rather than st_birthtim.  Putting zero in
35492         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
35493         that the birth time is not available for files on an NFS mount.
35494
35495 2007-04-03  Simon Josefsson  <simon@josefsson.org>
35496
35497         * modules/memxor: Move back from crypto/, suggested by Bruno.
35498         * modules/crypto/hmac-sha1: Fix memxor dependency.
35499
35500         * modules/crypto/gc: Moved from ../.
35501
35502 2007-04-02  Eric Blake  <ebb9@byu.net>
35503
35504         * lib/ldexpl.c (includes): Avoid libm.
35505
35506         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
35507
35508 2007-04-02  Bruno Haible  <bruno@clisp.org>
35509
35510         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
35511         on IRIX.
35512
35513 2007-04-02  Bruno Haible  <bruno@clisp.org>
35514
35515         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
35516         x86 or x86_64 platforms running MacOS X.
35517         Reported by Ryan Schmidt <@ryandesign.com>.
35518
35519 2007-04-02  Bruno Haible  <bruno@clisp.org>
35520
35521         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
35522         i386.
35523
35524 2007-04-01  Simon Josefsson  <simon@josefsson.org>
35525
35526         * modules/crypto/arcfour: Moved from ../.
35527         * modules/crypto/arcfour-tests: Moved from ../.
35528         * modules/crypto/arctwo: Moved from ../.
35529         * modules/crypto/arctwo-tests: Moved from ../.
35530         * modules/crypto/des: Moved from ../.
35531         * modules/crypto/des-tests: Moved from ../.
35532         * modules/crypto/gc-arcfour: Moved from ../.
35533         * modules/crypto/gc-arcfour-tests: Moved from ../.
35534         * modules/crypto/gc-arctwo: Moved from ../.
35535         * modules/crypto/gc-arctwo-tests: Moved from ../.
35536         * modules/crypto/gc-des: Moved from ../.
35537         * modules/crypto/gc-des-tests: Moved from ../.
35538         * modules/crypto/gc-hmac-md5: Moved from ../.
35539         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
35540         * modules/crypto/gc-hmac-sha1: Moved from ../.
35541         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
35542         * modules/crypto/gc-md2: Moved from ../.
35543         * modules/crypto/gc-md2-tests: Moved from ../.
35544         * modules/crypto/gc-md4: Moved from ../.
35545         * modules/crypto/gc-md4-tests: Moved from ../.
35546         * modules/crypto/gc-md5: Moved from ../.
35547         * modules/crypto/gc-md5-tests: Moved from ../.
35548         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
35549         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
35550         * modules/crypto/gc-random: Moved from ../.
35551         * modules/crypto/gc-rijndael: Moved from ../.
35552         * modules/crypto/gc-rijndael-tests: Moved from ../.
35553         * modules/crypto/gc-sha1: Moved from ../.
35554         * modules/crypto/gc-sha1-tests: Moved from ../.
35555         * modules/crypto/gc-tests: Moved from ../.
35556         * modules/crypto/hmac-md5: Moved from ../.
35557         * modules/crypto/hmac-md5-tests: Moved from ../.
35558         * modules/crypto/hmac-sha1: Moved from ../.
35559         * modules/crypto/hmac-sha1-tests: Moved from ../.
35560         * modules/crypto/md2: Moved from ../.
35561         * modules/crypto/md2-tests: Moved from ../.
35562         * modules/crypto/md4: Moved from ../.
35563         * modules/crypto/md4-tests: Moved from ../.
35564         * modules/crypto/md5: Moved from ../.
35565         * modules/crypto/md5-tests: Moved from ../.
35566         * modules/crypto/memxor: Moved from ../.
35567         * modules/crypto/rijndael: Moved from ../.
35568         * modules/crypto/rijndael-tests: Moved from ../.
35569         * modules/crypto/sha1: Moved from ../.
35570
35571 2007-03-30  James Youngman  <jay@gnu.org>
35572
35573         * tests/test-stat-time.c (prepare_test): use chmod() rather than
35574         rename() to change the ctime of a file (because ctime is unaffected
35575         by rename on jfs2 on AIX 5.1).
35576         (main): Start by doing cleanup, in case a previous run failed leaving
35577         test files behind.
35578
35579 2007-03-31  Bruno Haible  <bruno@clisp.org>
35580
35581         Support old proprietary implementations of iconv.
35582         * modules/iconv_open: New file.
35583         * lib/iconv_.h: New file.
35584         * m4/iconv_h.m4: New file.
35585         * lib/iconv_open.c: New file.
35586         * lib/iconv_open-aix.gperf: New file.
35587         * lib/iconv_open-hpux.gperf: New file.
35588         * lib/iconv_open-irix.gperf: New file.
35589         * lib/iconv_open-osf.gperf: New file.
35590         * m4/iconv_open.m4: New file.
35591         * modules/linebreak (Depends-on): Add iconv_open.
35592         * modules/striconv (Depends-on): Likewise.
35593         * modules/striconveh (Depends-on): Likewise.
35594         * modules/unicodeio (Depends-on): Likewise.
35595         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
35596         (iconv_t)(-1).
35597         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
35598         conversion if cd is (iconv_t)(-1).
35599         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
35600         is not possible.
35601
35602 2007-03-31  Bruno Haible  <bruno@clisp.org>
35603
35604         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
35605         work on Solaris either. Protect also second use of "autodetect_jp".
35606
35607 2007-03-31  Bruno Haible  <bruno@clisp.org>
35608
35609         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
35610         the function is not present.
35611
35612 2007-03-31  Bruno Haible  <bruno@clisp.org>
35613
35614         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
35615         the function is not present.
35616
35617 2007-03-31  Bruno Haible  <bruno@clisp.org>
35618
35619         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
35620         a bug in HP-UX iconv_open().
35621
35622 2007-03-31  Bruno Haible  <bruno@clisp.org>
35623
35624         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
35625         (Mathematics <math.h>): New section, add fpieee.
35626         (Input/output <stdio.h>): Add fseterr.
35627         (Mathematics <math.h>): New section, add printf-frexp.
35628         (Container data structures): Add sublist.
35629         (Core language properties): Add fpucw, inline.
35630         (Functions for greatest-width integer types <inttypes.h>): Add
35631         imaxabs, imaxdiv, inttypes.
35632         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
35633         isnanl-nolibm, ldexp.
35634         (Mathematics <math.h>): New section, add printf-frexpl.
35635         (Support for systems lacking POSIX:2001): Add fprintf-posix,
35636         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
35637         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
35638         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
35639         (Unicode string functions): Add unistr/u*-mbtoucr.
35640         (Java): Add javacomp-script, javaexec-script.
35641         (C#): Add csharpcomp-script, csharpexec-script.
35642         (Support for building libraries and executables): Add havelib,
35643         relocatable-*.
35644         (Support for maintaining and releasing projects): Renamed from
35645         'Support for maintaining and release projects'. Add announce-gen.
35646
35647 2007-03-31  Bruno Haible  <bruno@clisp.org>
35648
35649         * README: Talk primarily about git.
35650         (git and CVS): Renamed from CVS.
35651         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
35652         gnulib is available through git.
35653         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
35654
35655 2007-03-30  Bruno Haible  <bruno@clisp.org>
35656
35657         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
35658         * lib/poll_.h: Likewise.
35659         * lib/stat_.h: Likewise.
35660         * lib/sys_time_.h: Likewise.
35661         * lib/sysexit_.h: Likewise.
35662         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
35663         * lib/stdbool_.h: Likewise.
35664         * lib/byteswap_.h: Add double-inclusion guard.
35665
35666 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
35667
35668         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
35669
35670 2007-03-30  Karl Berry  <karl@gnu.org>
35671
35672         * config/srclist-update: double space after USA in the license
35673         substitution, since that's how it's usually (?) written.
35674
35675 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
35676
35677         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
35678         reported by Bruno Haible.
35679
35680 2007-03-29  Bruno Haible  <bruno@clisp.org>
35681
35682         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
35683         a bug in AIX iconv().
35684
35685 2007-03-29  Bruno Haible  <bruno@clisp.org>
35686
35687         * modules/ldexpl-tests: New file.
35688         * tests/test-ldexpl.c: New file.
35689
35690 2007-03-29  Bruno Haible  <bruno@clisp.org>
35691
35692         * lib/ldexpl.c: Include fpucw.h.
35693         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
35694         multiplication.
35695         * modules/ldexpl (Depends-on): Add fpucw.
35696
35697 2007-03-29  Bruno Haible  <bruno@clisp.org>
35698
35699         * modules/ldexpl: New file.
35700         * m4/ldexpl.m4: New file.
35701         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
35702         set.
35703         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
35704         REPLACE_LDEXPL.
35705         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
35706         REPLACE_LDEXPL.
35707         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
35708         gl_FUNC_LDEXPL_WORKS.
35709         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
35710         * modules/mathl (Files): Remove lib/ldexpl.c.
35711         (Depends-on): Add ldexpl.
35712
35713 2007-03-29  Bruno Haible  <bruno@clisp.org>
35714
35715         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
35716
35717 2007-03-29  Bruno Haible  <bruno@clisp.org>
35718
35719         * tests/test-striconveh.c (main): Don't assume that a direct conversion
35720         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
35721         and possibly also HP-UX.
35722         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
35723         work on AIX, IRIX, HP-UX, OSF/1.
35724         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
35725         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
35726         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
35727         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
35728         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
35729         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
35730
35731 2007-03-29  Bruno Haible  <bruno@clisp.org>
35732
35733         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
35734
35735 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
35736
35737         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
35738         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
35739
35740 2007-03-29  Eric Blake  <ebb9@byu.net>
35741
35742         * lib/acl-internal.h: Remove redundant include.
35743         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
35744         Cygwin when a file is locked.
35745
35746 2007-03-29  Bruno Haible  <bruno@clisp.org>
35747
35748         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
35749         file.
35750         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
35751
35752 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
35753
35754         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
35755         try to remove a parent directory if the child couldn't be removed
35756         (except for the first rmdir, which could fail because the child
35757         doesn't exist).  Problem reported by Jeff Blaine in
35758         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
35759
35760 2007-03-28  Bruno Haible  <bruno@clisp.org>
35761
35762         * lib/striconveh.c (utf8conv_carefully): New function.
35763         (mem_cd_iconveh_internal): Invoke it.
35764
35765 2007-03-28  Bruno Haible  <bruno@clisp.org>
35766
35767         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
35768         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
35769         input.
35770         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
35771         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
35772         unistr/u8-uctomb.
35773
35774 2007-03-28  Bruno Haible  <bruno@clisp.org>
35775
35776         * modules/unistr/u8-mbtoucr: New file.
35777         * lib/unistr/u8-mbtoucr.c: New file.
35778         * modules/unistr/u16-mbtoucr: New file.
35779         * lib/unistr/u16-mbtoucr.c: New file.
35780         * modules/unistr/u16-mbtoucr: New file.
35781         * lib/unistr/u16-mbtoucr.c: New file.
35782         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
35783
35784 2007-03-27  Simon Josefsson  <simon@josefsson.org>
35785             Bruno Haible  <bruno@clisp.org>
35786
35787         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
35788         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
35789         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
35790
35791         * m4/stdio_h.m4: Add stubs for vasprintf too.
35792
35793         * modules/stdio: Support vasprintf in sed command.
35794
35795         * modules/vasprintf: Depend on stdio for prototypes.  Remove
35796         vasprintf.h.  Add stdio module indicator.
35797
35798         * lib/stdio_.h: Declare asprintf and vasprintf, based on
35799         vasprintf.h.
35800
35801         * lib/vasprintf.h: File removed.
35802
35803         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
35804         * lib/vasprintf.c: Ditto.
35805         * lib/xvasprintf.c: Ditto.
35806         * tests/test-vasprintf-posix.c: Ditto.
35807         * tests/test-vasprintf.c: Ditto.
35808
35809 2007-03-27  Bruno Haible  <bruno@clisp.org>
35810
35811         Make vasnprintf multithread-safe.
35812         * lib/vasnprintf.c (decimal_point_char): New function.
35813         (VASNPRINTF): Use it.
35814         Suggested by Simon Josefsson.
35815
35816 2007-03-27  Eric Blake  <ebb9@byu.net>
35817
35818         Support sub-second birthtime on cygwin.
35819         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
35820         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
35821         (get_stat_birthtime): Also work with st_birthtim.
35822
35823 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
35824
35825         * lib/stat-time.h (USE_BIRTHTIME): Remove.
35826         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
35827         (get_stat_birthtime_ns): Do not try to use "spare" fields.
35828         (get_stat_birthtime_ns): Simplify compile-time tests.
35829         (get_stat_birthtime): Change the API to look like
35830         get_stat_mtime etc., except return a negative tv_nsec on error.
35831         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
35832         Don't check for "spare" fields.
35833         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
35834         or for struct stat.st_birthtime, as these tests aren't used.
35835         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
35836
35837 2007-03-27  Bruno Haible  <bruno@clisp.org>
35838
35839         * lib/stat-time.h: Include <sys/stat.h>.
35840
35841 2007-03-27  James Youngman  <jay@gnu.org>
35842
35843         * lib/stat-time.h (get_stat_birthtime): New function for
35844           retrieving st_birthtime as provided by UFS2 (hence *BSD).
35845         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
35846           and its variants.
35847         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
35848         * modules/stat-time-test: New file.
35849         * tests/test-stat-time.c: New test, devised by Bruno Haible.
35850
35851 2007-03-26  Bruno Haible  <bruno@clisp.org>
35852
35853         Better support of signalling NaNs.
35854         * lib/atanl.c: Include isnanl.h.
35855         (atanl): Perform test for NaN at the beginning of the function and
35856         through a call to isnanl.
35857         * lib/cosl.c: Include isnanl.h.
35858         (cosl): Perform test for NaN at the beginning of the function and
35859         through a call to isnanl.
35860         * lib/ldexpl.c: Include isnanl.h.
35861         (ldexpl): Perform test for NaN through a call to isnanl.
35862         * lib/logl.c: Include isnanl.h.
35863         (logl): Perform test for NaN at the beginning of the function and
35864         through a call to isnanl.
35865         * lib/sinl.c: Include isnanl.h.
35866         (sinl): Perform test for NaN at the beginning of the function and
35867         through a call to isnanl.
35868         * lib/sqrtl.c: Include isnanl.h.
35869         (sqrtl): Perform test for NaN at the beginning of the function and
35870         through a call to isnanl.
35871         * lib/tanl.c: Include isnanl.h.
35872         (tanl): Perform test for NaN at the beginning of the function and
35873         through a call to isnanl.
35874         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
35875         * modules/mathl (Depends-on): Add isnanl.
35876
35877 2007-03-26  Eric Blake  <ebb9@byu.net>
35878
35879         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
35880         regression in logic sense of previous patch.
35881
35882 2007-03-26  Bruno Haible  <bruno@clisp.org>
35883
35884         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
35885         unportable shell command "if ! ...".
35886         Reported by Ralf Wildenhues.
35887
35888 2007-03-25  Bruno Haible  <bruno@clisp.org>
35889
35890         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
35891         <sysexits.h> file, and only add EX_CONFIG.
35892         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
35893         absolute file name and whether it is sufficient. Substitute also
35894         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
35895         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
35896         ABSOLUTE_SYSEXITS_H into sysexits.h.
35897
35898 2007-03-25  Bruno Haible  <bruno@clisp.org>
35899
35900         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
35901         hints is NULL.
35902
35903 2007-03-25  Bruno Haible  <bruno@clisp.org>
35904
35905         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
35906         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
35907
35908 2007-03-25  Bruno Haible  <bruno@clisp.org>
35909
35910         * lib/vasnprintf.c: Include langinfo.h.
35911         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
35912         multithread-safe.
35913         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
35914         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
35915         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
35916         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35917         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35918         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35919         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35920         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
35921         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35922         Reported by Simon Josefsson.
35923
35924 2007-03-25  Bruno Haible  <bruno@clisp.org>
35925
35926         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
35927         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
35928         * modules/vasnprintf (Depends-on): Add stdint.
35929
35930 2007-03-25  Bruno Haible  <bruno@clisp.org>
35931
35932         * modules/fpieee: New file.
35933         * m4/fpieee.m4: New file.
35934         * modules/isnan-nolibm (Depends-on): Add fpieee.
35935         * modules/isnanl-nolibm (Depends-on): Add fpieee.
35936         * modules/isnanl (Depends-on): Add fpieee.
35937
35938 2007-03-25  Bruno Haible  <bruno@clisp.org>
35939
35940         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
35941
35942 2007-03-25  Bruno Haible  <bruno@clisp.org>
35943
35944         Avoid test failures on IRIX 6.5.
35945         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
35946         (main): Use it.
35947         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
35948         macros.
35949         (main): Use them.
35950
35951 2007-03-25  Bruno Haible  <bruno@clisp.org>
35952
35953         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
35954         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
35955         exists but doesn't work.
35956         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
35957         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
35958         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
35959         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
35960
35961 2007-03-25  Bruno Haible  <bruno@clisp.org>
35962
35963         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
35964         returns inf. Needed on IRIX 6.5.
35965
35966 2007-03-25  Bruno Haible  <bruno@clisp.org>
35967
35968         * tests/test-frexpl.c: Include isnanl-nolibm.h.
35969         (main): Use isnanl instead of x != x idiom.
35970         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
35971
35972         * tests/test-frexp.c: Include isnan.h.
35973         (main): Use isnan instead of x != x idiom.
35974         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
35975
35976 2007-03-25  Bruno Haible  <bruno@clisp.org>
35977
35978         * tests/test-frexp.c (NaN): New function/macro.
35979         (main): Use it instead of 0.0 / 0.0.
35980         * tests/test-isnan.c (NaN): New function/macro.
35981         (main): Use it instead of 0.0 / 0.0.
35982         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
35983         (test_function): Use it instead of 0.0 / 0.0.
35984         * tests/test-vasprintf-posix.c (NaN): New function/macro.
35985         (test_function): Use it instead of 0.0 / 0.0.
35986         * tests/test-snprintf-posix.h (NaN): New function/macro.
35987         (test_function): Use it instead of 0.0 / 0.0.
35988         * tests/test-sprintf-posix.h (NaN): New function/macro.
35989         (test_function): Use it instead of 0.0 / 0.0.
35990         * tests/test-fprintf-posix.h (NaN): New function/macro.
35991         (test_function): Use it instead of 0.0 / 0.0.
35992         * tests/test-printf-posix.h (NaN): New function/macro.
35993         (test_function): Use it instead of 0.0 / 0.0.
35994
35995         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
35996
35997 2007-03-25  Bruno Haible  <bruno@clisp.org>
35998
35999         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
36000
36001 2007-03-25  Bruno Haible  <bruno@clisp.org>
36002
36003         * lib/regexec.c (merge_state_with_log): Make static.
36004
36005 2007-03-25  Bruno Haible  <bruno@clisp.org>
36006
36007         * lib/trigl.c (kernel_rem_pio2): Make static.
36008
36009 2007-03-25  Bruno Haible  <bruno@clisp.org>
36010
36011         * lib/sincosl.c (sincosl_table): Make static.
36012
36013 2007-03-25  Bruno Haible  <bruno@clisp.org>
36014
36015         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
36016         if the compiler does not support C99.
36017
36018 2007-03-25  Bruno Haible  <bruno@clisp.org>
36019
36020         * modules/time (Makefile.am): Ensure all rule action lines start with a
36021         tab.
36022
36023 2007-03-24  Bruno Haible  <bruno@clisp.org>
36024
36025         * modules/tsearch-tests: New file.
36026         * tests/test-tsearch.sh: New file.
36027         * tests/test-tsearch.c: New file, mostly copied from glibc.
36028
36029         * modules/search-tests: New file.
36030         * tests/test-search.c: New file.
36031
36032         * modules/search: New file.
36033         * lib/search_.h: New file, incorporating lib/tsearch.h.
36034         * m4/search_h.m4: New file.
36035         * lib/tsearch.h: Remove file.
36036         * lib/tsearch.c: Include search.h instead of tsearch.h.
36037         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
36038         HAVE_TSEARCH.
36039         * modules/tsearch (Files): Remove lib/tsearch.h.
36040         (Depends-on): Add search.
36041         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
36042         (Include): Change tsearch.h into search.h.
36043
36044 2007-03-24  Bruno Haible  <bruno@clisp.org>
36045
36046         * modules/fpucw: New file.
36047         * lib/fpucw.h: New file.
36048         * lib/frexp.c: Include fpucw.h.
36049         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36050         (FUNC): Use them.
36051         * lib/printf-frexp.c: Include fpucw.h.
36052         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36053         (FUNC): Use them.
36054         * lib/vasnprintf.c: Include fpucw.h.
36055         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
36056         'long double' calculations.
36057         * tests/test-frexpl.c: Include fpucw.h.
36058         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36059         * tests/test-printf-frexpl.c: Include fpucw.h.
36060         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36061         * modules/frexpl (Depends-on): Add fpucw.
36062         * modules/printf-frexpl (Depends-on): Likewise.
36063         * modules/fprintf-posix (Depends-on): Likewise.
36064         * modules/snprintf-posix (Depends-on): Likewise.
36065         * modules/sprintf-posix (Depends-on): Likewise.
36066         * modules/vasnprintf-posix (Depends-on): Likewise.
36067         * modules/vasprintf-posix (Depends-on): Likewise.
36068         * modules/vfprintf-posix (Depends-on): Likewise.
36069         * modules/vsnprintf-posix (Depends-on): Likewise.
36070         * modules/vsprintf-posix (Depends-on): Likewise.
36071         * modules/frexpl-tests (Depends-on): Likewise.
36072         * modules/printf-frexpl-tests (Depends-on): Likewise.
36073
36074 2007-03-24  Bruno Haible  <bruno@clisp.org>
36075
36076         * lib/float+.h: New file.
36077         * lib/isnan.c: Include float+.h.
36078         (SIZE): New macro.
36079         (FUNC): Compare only SIZE bytes of the value.
36080         * lib/vasnprintf.c: Include float+.h.
36081         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
36082         SIZEOF_LDBL or SIZEOF_DBL bytes.
36083         * modules/isnan-nolibm (Files): Add lib/float+.h.
36084         * modules/isnanl-nolibm (Files): Add lib/float+.h.
36085         * modules/isnanl (Files): Add lib/float+.h.
36086         * modules/vasnprintf (Files): Add lib/float+.h.
36087
36088 2007-03-24  Bruno Haible  <bruno@clisp.org>
36089
36090         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
36091         include isnanl-nolibm.h.
36092
36093 2007-03-24  Bruno Haible  <bruno@clisp.org>
36094
36095         * tests/test-read-file.c (main): Don't produce spurious output for
36096         expected situations. Make the test fail if it encountered unexpected
36097         results.
36098
36099 2007-03-24  Bruno Haible  <bruno@clisp.org>
36100
36101         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
36102         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
36103
36104 2007-03-24  Bruno Haible  <bruno@clisp.org>
36105
36106         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
36107
36108 2007-03-24  Bruno Haible  <bruno@clisp.org>
36109
36110         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
36111         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
36112
36113         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
36114         * modules/utf8-ucs4: Turn into a symbolic link to module
36115         unistr/u8-mbtouc.
36116
36117         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
36118         utf8-ucs4-unsafe.
36119         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
36120         unistr/u8-mbtouc-unsafe.
36121
36122         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
36123         * modules/utf16-ucs4: Turn into a symbolic link to module
36124         unistr/u16-mbtouc.
36125
36126         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
36127         utf16-ucs4-unsafe.
36128         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
36129         unistr/u16-mbtouc-unsafe.
36130
36131         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
36132         * modules/ucs4-utf8: Turn into a symbolic link to module
36133         unistr/u8-ubtomb.
36134
36135         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
36136         * modules/ucs4-utf16: Turn into a symbolic link to module
36137         unistr/u16-ubtomb.
36138
36139 2007-03-24  Bruno Haible  <bruno@clisp.org>
36140
36141         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
36142         Enable the function only if HAVE_INLINE.
36143         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
36144         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36145         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
36146         Enable the function only if HAVE_INLINE.
36147         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
36148         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36149         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
36150         Enable the function only if HAVE_INLINE.
36151         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
36152         Enable the function only if HAVE_INLINE.
36153         * modules/utf8-ucs4: Update.
36154         * modules/utf8-ucs4-unsafe: Update.
36155         * modules/utf16-ucs4: Update.
36156         * modules/utf16-ucs4-unsafe: Update.
36157         * modules/ucs4-utf8: Update.
36158         * modules/ucs4-utf16: Update.
36159
36160 2007-03-24  Bruno Haible  <bruno@clisp.org>
36161
36162         * lib/utf8-ucs4.h: Remove file.
36163         * lib/utf8-ucs4-unsafe.h: Remove file.
36164         * lib/utf16-ucs4.h: Remove file.
36165         * lib/utf16-ucs4-unsafe.h: Remove file.
36166         * lib/ucs4-utf8.h: Remove file.
36167         * lib/ucs4-utf16.h: Remove file.
36168         * lib/unistr.h: Include their previous contents.
36169         * m4/utf-ucs4.m4: Remove file.
36170         * m4/ucs4-utf.m4: Remove file.
36171         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
36172         (Depends-on): Add unistr/base.
36173         (configure.ac): Remove gl_UTF_UCS4.
36174         (Makefile.am): Update.
36175         (Include): Change to unistr.h.
36176         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
36177         (Depends-on): Add unistr/base.
36178         (configure.ac): Remove gl_UTF_UCS4.
36179         (Makefile.am): Update.
36180         (Include): Change to unistr.h.
36181         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
36182         (Depends-on): Add unistr/base.
36183         (configure.ac): Remove gl_UTF_UCS4.
36184         (Makefile.am): Update.
36185         (Include): Change to unistr.h.
36186         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
36187         (Depends-on): Add unistr/base.
36188         (configure.ac): Remove gl_UTF_UCS4.
36189         (Makefile.am): Update.
36190         (Include): Change to unistr.h.
36191         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
36192         (Depends-on): Add unistr/base.
36193         (configure.ac): Remove gl_UCS4_UTF.
36194         (Makefile.am): Update.
36195         (Include): Change to unistr.h.
36196         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
36197         (Depends-on): Add unistr/base.
36198         (configure.ac): Remove gl_UCS4_UTF.
36199         (Makefile.am): Update.
36200         (Include): Change to unistr.h.
36201         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
36202         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
36203         utf8-ucs4-unsafe.h.
36204         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
36205         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
36206         utf16-ucs4-unsafe.h.
36207         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
36208         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
36209         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
36210         * lib/unistr/u8-strchr.c: Likewise.
36211         * lib/unistr/u8-strrchr.c: Likewise.
36212         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
36213         * lib/unistr/u16-strchr.c: Likewise.
36214         * lib/unistr/u16-strrchr.c: Likewise.
36215         * lib/striconveh.c: Update.
36216         * lib/linebreak.c: Update.
36217
36218 2007-03-24  Bruno Haible  <bruno@clisp.org>
36219
36220         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
36221         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
36222
36223 2007-03-22  Bruno Haible  <bruno@clisp.org>
36224
36225         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
36226
36227 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
36228
36229         * MODULES.html.sh (File system functions): New module write-any-file.
36230         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
36231         * m4/write-any-file.m4: New files.
36232
36233 2007-03-23  Eric Blake  <ebb9@byu.net>
36234
36235         * gnulib-tool: Rearrange space-tab sequences, since some editors
36236         like to eat them.
36237
36238 2007-03-23  Eric Blake  <ebb9@byu.net>
36239
36240         * lib/version-etc.c (version_etc_va): Update license wording to
36241         be more concise.  Recommended by Richard Stallman.
36242
36243 2007-03-22  Bruno Haible  <bruno@clisp.org>
36244
36245         * lib/poll.c (MSG_PEEK): New fallback definition.
36246
36247 2007-03-22  Bruno Haible  <bruno@clisp.org>
36248
36249         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
36250         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
36251         (main): Update.
36252         Fixes a compilation error on BeOS.
36253
36254 2007-03-22  Bruno Haible  <bruno@clisp.org>
36255
36256         * modules/frexpl-tests: New file.
36257         * tests/test-frexpl.c: New file.
36258
36259         * modules/frexpl: New file.
36260         * m4/frexpl.m4: New file.
36261         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
36262         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
36263         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
36264         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
36265         (Depends-on): Add frexpl. Remove isnanl-nolibm.
36266         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
36267
36268 2007-03-22  Bruno Haible  <bruno@clisp.org>
36269
36270         * lib/frexpl.c: Share code with lib/frexp.c.
36271         * modules/mathl (Files): Add lib/frexp.c.
36272         (Depends-on): Add isnanl-nolibm.
36273
36274 2007-03-22  Bruno Haible  <bruno@clisp.org>
36275
36276         * modules/printf-frexp (Files): Add m4/frexp.m4.
36277         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
36278         only if the found frexp function actually works.
36279
36280 2007-03-22  Bruno Haible  <bruno@clisp.org>
36281
36282         * lib/frexp.c: Remove older implementation that uses divisions.
36283
36284 2007-03-21  Bruno Haible  <bruno@clisp.org>
36285
36286         * modules/frexp-tests: New file.
36287         * tests/test-frexp.c: New file.
36288
36289         * modules/frexp: New file.
36290         * lib/frexp.c: New file.
36291         * m4/frexp.m4: New file.
36292         * lib/math_.h (frexp): New declaration.
36293         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
36294         REPLACE_FREXP.
36295         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
36296
36297 2007-03-21  Bruno Haible  <bruno@clisp.org>
36298
36299         * modules/isnanl-tests: New file.
36300         * tests/test-isnanl.c: New file.
36301
36302         * modules/isnanl: New file.
36303         * lib/isnanl.h: New file.
36304         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
36305         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
36306         gl_FUNC_ISNANL_WORKS.
36307         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
36308         New macros.
36309
36310 2007-03-21  Bruno Haible  <bruno@clisp.org>
36311
36312         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
36313         lib/isnanl.h.
36314         (Include): Update.
36315         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
36316         * lib/vasnprintf.c: Update.
36317         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
36318         tests/test-isnanl.h, remove tests/test-isnanl.c.
36319         (Makefile.am): Update.
36320         * tests/test-isnanl-nolibm.c: New file.
36321         * tests/test-isnanl.h: New file.
36322         * tests/test-isnanl.c: Remove file.
36323
36324 2007-03-21  Jim Meyering  <jim@meyering.net>
36325
36326         When trying to open ".", treat ESTALE like EACCES.
36327         * lib/savewd.c (savewd_save): Resort to forking not just upon
36328         failure with EACCES, but also when errno is ESTALE.
36329
36330 2007-03-20  Bruno Haible  <bruno@clisp.org>
36331
36332         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
36333         Needed on AIX 5.1. Reported by Matthew Woehlke.
36334
36335 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36336
36337         Suggestions by Bruno Haible:
36338         * lib/acl-internal.h: Include "gettext.h" rather than rolling
36339         our own.
36340         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
36341         * modules/acl (Depends-on): Add gettext.
36342
36343 2007-03-19  Bruno Haible  <bruno@clisp.org>
36344
36345         * modules/iconvme: Remove file.
36346         * lib/iconvme.h: Remove file.
36347         * lib/iconvme.c: Remove file.
36348         * m4/iconvme.m4: Remove file.
36349
36350 2007-03-19  Bruno Haible  <bruno@clisp.org>
36351
36352         * doc/relocatable-maint.texi: Break long shell script line.
36353         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36354
36355 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36356
36357         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
36358         handle file_has_acl.
36359         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
36360         * lib/acl.c: Move header inclusions and related macro defns into
36361         lib/acl-internal.h.
36362         (S_ISLNK): Remove defn, since that's now done for us.
36363         (file_has_acl): Move to lib/file-has-acl.c.
36364         Call acl_trivial if available.  This is the crucial part of the fix.
36365         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
36366         shared within the library.  Rewrite a bit, partly to make it compatible
36367         with the GNU coding style.
36368         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
36369         Remove unnecessary double-quotes.
36370         Don't test for acl_to_text; the build will catch that.
36371         Replace acl_entries if it doesn't exist and it is needed.
36372         Check for -lsec and acl_trivial (as used on Solaris 10).
36373         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
36374         lib/file-has-acl.c.
36375         (Depends-on): Add sys_stat, for S_ISLNK.
36376
36377 2007-03-19  Ben Pfaff  <blp@gnu.org>
36378
36379         * doc/gnulib.texi: Fix typos.
36380         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36381
36382 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36383
36384         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
36385         If size is zero here, buf must be zero.
36386
36387 2007-03-19  Simon Josefsson  <simon@josefsson.org>
36388
36389         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
36390         <bruno@clisp.org>.
36391
36392 2007-03-18  Bruno Haible  <bruno@clisp.org>
36393
36394         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
36395         Suggested by Eric Blake.
36396
36397 2007-03-18  Ben Pfaff  <blp@gnu.org>
36398
36399         * doc/relocatable.texi: Recommend using as prefix a directory
36400         that does not exist and will never be created.  Based on
36401         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
36402         and others.
36403
36404 2007-03-17  Bruno Haible  <bruno@clisp.org>
36405
36406         * lib/fchownat.c: Include lchown.h.
36407
36408 2007-03-17  Bruno Haible  <bruno@clisp.org>
36409
36410         Fix endless loop when the given allocated size was > INT_MAX.
36411         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
36412         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
36413         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
36414         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
36415         * lib/sprintf.c (sprintf): Likewise.
36416
36417 2007-03-17  Bruno Haible  <bruno@clisp.org>
36418
36419         * tests/test-argp-2.sh (func_compare): Output a context diff.
36420
36421 2007-03-17  Bruno Haible  <bruno@clisp.org>
36422
36423         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
36424         locale's decimal-point character.
36425
36426 2007-03-17  Bruno Haible  <bruno@clisp.org>
36427
36428         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
36429         before comparing it. Needed because on some platforms (e.g. x86) a
36430         'long double' occupies less bytes than sizeof (long double).
36431
36432 2007-03-17  Bruno Haible  <bruno@clisp.org>
36433
36434         * tests/test-crc.c (main): Make printf statements 64-bit clean.
36435         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
36436         * tests/test-getaddrinfo.c (simple): Likewise.
36437         * tests/test-read-file.c (main): Likewise.
36438
36439 2007-03-17  Bruno Haible  <bruno@clisp.org>
36440
36441         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
36442
36443 2007-03-17  Bruno Haible  <bruno@clisp.org>
36444
36445         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
36446         unused variable.
36447
36448 2007-03-17  Bruno Haible  <bruno@clisp.org>
36449
36450         * tests/test-c-strcasecmp.c: Include c-strcase.h.
36451         * tests/test-c-strncasecmp.c: Likewise.
36452
36453 2007-03-17  Bruno Haible  <bruno@clisp.org>
36454
36455         * modules/stdlib (Depends-on): Add unistd.
36456         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
36457         Needed for MacOS X 10.3.
36458
36459 2007-03-17  Bruno Haible  <bruno@clisp.org>
36460
36461         * lib/unistr/u-strdup.h: Include <stdlib.h>.
36462
36463 2007-03-17  Bruno Haible  <bruno@clisp.org>
36464
36465         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
36466
36467 2007-03-17  Bruno Haible  <bruno@clisp.org>
36468
36469         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
36470         to reflect files copied from gnulib (with or without modifications).
36471         Suggested by Jim Meyering.
36472
36473 2007-03-17  Eric Blake  <ebb9@byu.net>
36474
36475         * NEWS: Document stdlib change from 2007-02-18.
36476
36477 2007-03-17  Jim Meyering  <jim@meyering.net>
36478
36479         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
36480         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
36481         someone uses a name containing shell meta-characters.
36482         Reported by Alfred M. Szmidt.
36483
36484         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
36485
36486 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
36487
36488         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
36489         and copy gettext configuration files only if configure.ac contains
36490         a use of AM_GNU_GETTEXT_VERSION.
36491
36492 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
36493
36494         * build-aux/bootstrap (gnulib_name): New variable.
36495         (gnulib_tool_options): Use it.
36496
36497 2007-03-13  Simon Josefsson  <simon@josefsson.org>
36498
36499         * tests/test-des.c: Use new namespace.
36500
36501 2007-03-15  Bruno Haible  <bruno@clisp.org>
36502
36503         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
36504         Reported by James Youngman <jay@gnu.org>.
36505
36506 2007-03-15  Bruno Haible  <bruno@clisp.org>
36507
36508         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
36509         declared prototype. Needed with cc on OSF/1 5.1.
36510
36511 2007-03-15  Bruno Haible  <bruno@clisp.org>
36512
36513         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
36514         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
36515         (struct gl_list_implementation): Add dispose_fn argument to the
36516         'create_empty', 'create' methods.
36517         (struct gl_list_impl_base): Add field 'dispose_fn'.
36518         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
36519         argument.
36520         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
36521         dispose_fn argument.
36522         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
36523         dispose_fn on the dropped values.
36524         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
36525         dispose_fn argument.
36526         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
36527         dropped values.
36528         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
36529         (gl_tree_remove_node): Call dispose_fn on the dropped value.
36530         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
36531         (gl_tree_remove_node): Call dispose_fn on the dropped value.
36532         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
36533         argument.
36534         (gl_tree_list_free): Call dispose_fn on the dropped values.
36535         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
36536         the dropped values.
36537         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
36538         Add dispose_fn argument.
36539         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
36540         Call dispose_fn on the dropped values.
36541         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
36542         Add dispose_fn argument.
36543         (gl_sublist_create): Initialize the 'dispose_fn' field.
36544         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
36545         * tests/test-array_list.c (main): Update.
36546         * tests/test-carray_list.c (main): Update.
36547         * tests/test-avltree_list.c (main): Update.
36548         * tests/test-rbtree_list.c (main): Update.
36549         * tests/test-avltreehash_list.c (main): Update.
36550         * tests/test-rbtreehash_list.c (main): Update.
36551         * tests/test-linked_list.c (main): Update.
36552         * tests/test-linkedhash_list.c (main): Update.
36553         * tests/test-array_oset.c (main): Update.
36554
36555 2007-03-15  Bruno Haible  <bruno@clisp.org>
36556
36557         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
36558         (gl_oset_create_empty): Add dispose_fn argument.
36559         (struct gl_oset_implementation): Add dispose_fn argument to
36560         'create_empty' method.
36561         (struct gl_oset_impl_base): Add dispose_fn field.
36562         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
36563         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
36564         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
36565         values.
36566         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
36567         (gl_tree_oset_free): Call dispose_fn on the dropped values.
36568         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
36569         dropped value.
36570         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
36571         dropped value.
36572         * tests/test-array_oset.c (main): Update.
36573         * tests/test-avltree_oset.c (main): Update.
36574         * tests/test-rbtree_oset.c (main): Update.
36575         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
36576
36577 2007-03-13  Bruno Haible  <bruno@clisp.org>
36578
36579         * tests/test-stdbool.c (i): Update after last patch.
36580
36581 2007-03-12  Bruno Haible  <bruno@clisp.org>
36582
36583         * lib/quotearg.c: Include <wctype.h> early, before the definition of
36584         the iswprint macro. Needed on Solaris 2.5.1.
36585
36586 2007-03-12  Bruno Haible  <bruno@clisp.org>
36587
36588         * tests/test-printf-frexp.c (main): Declare x as volatile.
36589
36590 2007-03-12  Simon Josefsson  <simon@josefsson.org>
36591
36592         * doc/gnulib.texi (Build robot for gnulib): New section.
36593
36594 2007-03-12  Jim Meyering  <jim@meyering.net>
36595
36596         * build-aux/bootstrap: New file.
36597         * build-aux/bootstrap.conf: New file, from coreutils.
36598
36599 2007-03-11  Bruno Haible  <bruno@clisp.org>
36600
36601         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
36602
36603 2007-03-12  Simon Josefsson  <simon@josefsson.org>
36604
36605         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
36606         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
36607         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
36608
36609 2007-03-11  Bruno Haible  <bruno@clisp.org>
36610
36611         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
36612         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
36613
36614 2007-03-11  Bruno Haible  <bruno@clisp.org>
36615
36616         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
36617         formula. Needed for SunPRO C 5.0.
36618
36619 2007-03-11  Bruno Haible  <bruno@clisp.org>
36620
36621         * modules/long-options (Depends-on): Add getopt.
36622
36623 2007-03-11  Bruno Haible  <bruno@clisp.org>
36624
36625         * modules/modechange (Depends-on): Add stdbool.
36626
36627 2007-03-11  Bruno Haible  <bruno@clisp.org>
36628
36629         * modules/i-ring (Depends-on): Add stdbool.
36630
36631 2007-03-11  Bruno Haible  <bruno@clisp.org>
36632
36633         * modules/gc-des (Depends-on): Add stdbool.
36634
36635 2007-03-11  Bruno Haible  <bruno@clisp.org>
36636
36637         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
36638
36639 2007-03-11  Bruno Haible  <bruno@clisp.org>
36640
36641         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
36642
36643 2007-03-11  Bruno Haible  <bruno@clisp.org>
36644
36645         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
36646
36647 2007-03-11  Bruno Haible  <bruno@clisp.org>
36648
36649         * lib/vasnprintf.c (sprintf): Undefine.
36650
36651 2007-03-11  Bruno Haible  <bruno@clisp.org>
36652
36653         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
36654         initializers in SunPRO C and Compaq C compilers.
36655
36656 2007-03-11  Bruno Haible  <bruno@clisp.org>
36657
36658         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
36659         decrementing code ANSI C compliant.
36660
36661 2007-03-11  Bruno Haible  <bruno@clisp.org>
36662
36663         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
36664         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
36665
36666 2007-03-11  Bruno Haible  <bruno@clisp.org>
36667
36668         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
36669         <stdbool.h> substitute doesn't pass.
36670
36671 2007-03-11  Bruno Haible  <bruno@clisp.org>
36672
36673         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
36674
36675 2007-03-11  Bruno Haible  <bruno@clisp.org>
36676
36677         * gnulib-tool (func_create_megatestdir): Create also an autobuild
36678         script, for submission to autobuild.josefsson.org.
36679
36680 2007-03-10  Bruno Haible  <bruno@clisp.org>
36681
36682         * modules/canonicalize-lgpl-tests: New file.
36683         * tests/test-canonicalize-lgpl.sh: New file.
36684         * tests/test-canonicalize-lgpl.c: New file.
36685
36686         * modules/c-strcase-tests: New file.
36687         * tests/test-c-strcase.sh: New file.
36688         * tests/test-c-strcasecmp.c: New file.
36689         * tests/test-c-strncasecmp.c: New file.
36690
36691         * modules/atexit-tests: New file.
36692         * tests/test-atexit.sh: New file.
36693         * tests/test-atexit.c: New file.
36694
36695 2007-03-10  Bruno Haible  <bruno@clisp.org>
36696
36697         * tests/test-binary-io.sh: Use temporary filenames that are not so
36698         likely to clash with those of other tests (in a parallel make).
36699         * tests/test-binary-io.c: Likewise.
36700
36701 2007-03-10  Bruno Haible  <bruno@clisp.org>
36702
36703         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
36704         fallback; use #error instead.
36705         Suggested by Simon Josefsson.
36706
36707 2007-03-10  Bruno Haible  <bruno@clisp.org>
36708
36709         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
36710         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
36711         first and the last.
36712
36713 2007-03-10  Bruno Haible  <bruno@clisp.org>
36714
36715         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
36716
36717 2007-03-10  Bruno Haible  <bruno@clisp.org>
36718
36719         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
36720         "make distcheck".
36721         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
36722         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
36723         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
36724
36725 2007-03-10  Bruno Haible  <bruno@clisp.org>
36726
36727         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
36728         variable.
36729         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
36730         variable.
36731
36732 2007-03-09  Eric Blake  <ebb9@byu.net>
36733         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
36734
36735         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
36736         types are not being provided by gnulib.
36737         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
36738         types are supported.
36739
36740 2007-03-10  Bruno Haible  <bruno@clisp.org>
36741
36742         * lib/stdio_.h (__attribute__): New macro.
36743         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
36744         vsprintf): Specify __attribute__ __format__ for GCC.
36745         Suggested by Eric Blake.
36746
36747 2007-03-09  Bruno Haible  <bruno@clisp.org>
36748
36749         * modules/printf-posix-tests: New file.
36750         * tests/test-printf-posix.sh: New file.
36751         * tests/test-printf-posix.c: New file.
36752
36753         * modules/printf-posix: New file.
36754         * lib/printf.c: New file.
36755         * m4/printf-posix-rpl.m4: New file.
36756         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
36757         REPLACE_PRINTF.
36758         * lib/stdio_.h (printf): New declaration.
36759         (format, __format__, ____printf____, ____scanf____, ____strftime____,
36760         ____strfmon____): New macros.
36761         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
36762         REPLACE_PRINTF.
36763
36764 2007-03-09  Bruno Haible  <bruno@clisp.org>
36765
36766         * tests/test-vasnprintf-posix2.sh: New file.
36767         * tests/test-vasnprintf-posix2.c: New file.
36768         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
36769         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
36770         (Makefile.am): Activate test-vasnprintf-posix2.sh.
36771
36772         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
36773         a locale dependent decimal point, rather than always '.'.
36774
36775 2007-03-09  Eric Blake  <ebb9@byu.net>
36776
36777         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
36778         spite of platforms like Tandem/NSK that define it to -1.
36779
36780 2007-03-08  Bruno Haible  <bruno@clisp.org>
36781
36782         * modules/vprintf-posix-tests: New file.
36783         * tests/test-vprintf-posix.sh: New file.
36784         * tests/test-vprintf-posix.c: New file.
36785         * tests/test-printf-posix.h: New file.
36786
36787         * modules/vprintf-posix: New file.
36788         * lib/vprintf.c: New file.
36789         * m4/vprintf-posix.m4: New file.
36790         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
36791         REPLACE_VPRINTF.
36792         * lib/stdio_.h (vprintf): New declaration.
36793         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
36794         REPLACE_VPRINTF.
36795
36796 2007-03-08  Bruno Haible  <bruno@clisp.org>
36797
36798         * modules/fprintf-posix-tests: New file.
36799         * tests/test-fprintf-posix.sh: New file.
36800         * tests/test-fprintf-posix.c: New file.
36801
36802         * modules/fprintf-posix: New file.
36803         * lib/fprintf.c: New file.
36804         * m4/fprintf-posix.m4: New file.
36805         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
36806         REPLACE_FPRINTF.
36807         * lib/stdio_.h (fprintf): New declaration.
36808         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
36809         REPLACE_FPRINTF.
36810
36811 2007-03-08  Bruno Haible  <bruno@clisp.org>
36812
36813         * modules/vfprintf-posix-tests: New file.
36814         * tests/test-vfprintf-posix.sh: New file.
36815         * tests/test-vfprintf-posix.c: New file.
36816         * tests/test-fprintf-posix.h: New file.
36817         * tests/test-fprintf-posix.out: New file.
36818
36819         * modules/vfprintf-posix: New file.
36820         * lib/vfprintf.c: New file.
36821         * m4/vfprintf-posix.m4: New file.
36822         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
36823         REPLACE_VFPRINTF.
36824         * lib/stdio_.h (vfprintf): New declaration.
36825         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
36826         REPLACE_VFPRINTF.
36827
36828 2007-03-08  Bruno Haible  <bruno@clisp.org>
36829
36830         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
36831
36832 2007-03-08  Bruno Haible  <bruno@clisp.org>
36833
36834         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
36835         instead of 'expr' invocations.
36836         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
36837         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
36838         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
36839         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
36840         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
36841         Suggested by Paul Eggert.
36842
36843 2007-03-08  Bruno Haible  <bruno@clisp.org>
36844
36845         * modules/fseterr-tests: New file.
36846         * tests/test-fseterr.c: New file.
36847
36848         * modules/fseterr: New file.
36849         * lib/fseterr.h: New file.
36850         * lib/fseterr.c: New file.
36851
36852 2007-03-08  Bruno Haible  <bruno@clisp.org>
36853
36854         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
36855         * lib/getopt_.h: Likewise.
36856         * lib/mbswidth.h: Likewise.
36857         * lib/setenv.h: Likewise.
36858         * lib/vasnprintf.h: Likewise.
36859         * lib/vasprintf.h: Likewise.
36860         * lib/verror.h: Likewise.
36861         * lib/xsetenv.h: Likewise.
36862         * lib/xvasprintf.h: Likewise.
36863
36864 2007-03-08  Jim Meyering  <jim@meyering.net>
36865
36866         * users.txt: Add parted.
36867
36868         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
36869
36870 2007-03-07  Bruno Haible  <bruno@clisp.org>
36871
36872         * m4/printf.m4: Make the shell script snippets copy&pastable.
36873
36874 2007-03-02  Bruno Haible  <bruno@clisp.org>
36875
36876         * lib/netinet_in_.h: New file.
36877         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
36878         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
36879         * modules/netinet_in (Files): Add lib/netinet_in_.h.
36880         (Depends-on): Add absolute-header.
36881         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
36882         into netinet/in.h.
36883
36884 2007-03-03  Bruno Haible  <bruno@clisp.org>
36885
36886         * lib/sys_select_.h: New file.
36887         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
36888         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
36889         * modules/sys_select (Files): Add lib/sys_select_.h.
36890         (Depends-on): Add absolute-header.
36891         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
36892         into sys/select.h.
36893
36894 2007-03-02  Bruno Haible  <bruno@clisp.org>
36895
36896         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
36897         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
36898         values.
36899         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
36900         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
36901         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
36902         * modules/sys_socket (Depends-on): Add absolute-header.
36903         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
36904         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
36905         (Include): Remove requirement of inclusion of <sys/types.h>.
36906
36907 2007-03-02  Bruno Haible  <bruno@clisp.org>
36908
36909         * lib/byteswap_.h (bswap_32): Fix formula.
36910
36911 2007-03-06  Bruno Haible  <bruno@clisp.org>
36912
36913         * modules/sprintf-posix-tests: New file.
36914         * tests/test-sprintf-posix.c: New file.
36915
36916         * modules/sprintf-posix: New file.
36917         * lib/sprintf.c: New file.
36918         * m4/sprintf-posix.m4: New file.
36919         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
36920         REPLACE_SPRINTF.
36921         * lib/stdio_.h (sprintf): New declaration.
36922         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
36923         REPLACE_SPRINTF.
36924
36925 2007-03-06  Bruno Haible  <bruno@clisp.org>
36926
36927         * modules/vsprintf-posix-tests: New file.
36928         * tests/test-vsprintf-posix.c: New file.
36929         * tests/test-sprintf-posix.h: New file.
36930
36931         * modules/vsprintf-posix: New file.
36932         * lib/vsprintf.c: New file.
36933         * m4/vsprintf-posix.m4: New file.
36934         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
36935         REPLACE_VSPRINTF.
36936         * lib/stdio_.h (vsprintf): New declaration.
36937         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
36938         REPLACE_VSPRINTF.
36939
36940 2007-03-06  Bruno Haible  <bruno@clisp.org>
36941
36942         * modules/vsnprintf (Depend-on): Remove minmax.
36943
36944 2007-03-06  Bruno Haible  <bruno@clisp.org>
36945
36946         * modules/snprintf-posix-tests: New file.
36947         * tests/test-snprintf-posix.c: New file.
36948
36949         * modules/snprintf-posix: New file.
36950         * m4/snprintf-posix.m4: New file.
36951         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
36952         gl_FUNC_SNPRINTF.
36953         (gl_FUNC_SNPRINTF): Invoke it.
36954         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
36955         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
36956         is set.
36957         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
36958
36959 2007-03-06  Bruno Haible  <bruno@clisp.org>
36960
36961         * modules/vsnprintf-posix-tests: New file.
36962         * tests/test-vsnprintf-posix.c: New file.
36963         * tests/test-snprintf-posix.h: New file.
36964
36965         * modules/vsnprintf-posix: New file.
36966         * m4/vsnprintf-posix.m4: New file.
36967         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
36968         gl_FUNC_VSNPRINTF.
36969         (gl_FUNC_VSNPRINTF): Invoke it.
36970         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
36971         * lib/stdio_.h (vsnprintf): Define as a replacement if
36972         REPLACE_VSNPRINTF is set.
36973         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
36974
36975 2007-03-06  Bruno Haible  <bruno@clisp.org>
36976
36977         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
36978         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
36979
36980 2007-03-06  Bruno Haible  <bruno@clisp.org>
36981
36982         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
36983         (asinl): Declare also if HAVE_DECL_ASINL is set.
36984         (atanl): Declare also if HAVE_DECL_ATANL is set.
36985         (ceill): Declare also if HAVE_DECL_CEILL is set.
36986         (cosl): Declare also if HAVE_DECL_COSL is set.
36987         (expl): Declare also if HAVE_DECL_EXPL is set.
36988         (floorl): Declare also if HAVE_DECL_FLOORL is set.
36989         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
36990         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
36991         (logl): Declare also if HAVE_DECL_LOGL is set.
36992         (sinl): Declare also if HAVE_DECL_SINL is set.
36993         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
36994         (tanl): Declare also if HAVE_DECL_TANL is set.
36995         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
36996         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
36997         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
36998         declaration of frexpl, ldexpl.
36999         * modules/printf-frexpl (Depends-on): Add math.
37000         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
37001
37002 2007-03-05  Bruno Haible  <bruno@clisp.org>
37003
37004         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
37005         frexpl and ldexpl are declared.
37006         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
37007
37008 2007-03-05  Bruno Haible  <bruno@clisp.org>
37009
37010         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
37011         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
37012
37013 2007-03-05  Bruno Haible  <bruno@clisp.org>
37014
37015         * lib/stdio_.h: Include <stddef.h>.
37016
37017 2007-03-05  Bruno Haible  <bruno@clisp.org>
37018
37019         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
37020
37021 2007-03-05  Bruno Haible  <bruno@clisp.org>
37022
37023         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
37024         NetBSD 4, from Ralf Wildenhues.
37025
37026 2007-03-04  Bruno Haible  <bruno@clisp.org>
37027
37028         * lib/vasprintf.h: Update #if logic for the case when the functions
37029         exist but are overridden.
37030
37031 2007-03-04  Bruno Haible  <bruno@clisp.org>
37032
37033         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
37034         implementations: glibc-2.4 and MacOS X 10.3.
37035         * tests/test-vasnprintf-posix.c (test_function): Test also the case
37036         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
37037         * tests/test-vasprintf-posix.c (test_function): Likewise.
37038
37039 2007-03-04  Bruno Haible  <bruno@clisp.org>
37040
37041         * modules/vasprintf-posix-tests: New file.
37042         * tests/test-vasprintf-posix.c: New file.
37043
37044         * modules/vasprintf-posix: New file.
37045         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
37046         defined.
37047         * m4/vasprintf-posix.m4: New file.
37048         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
37049         gl_FUNC_VASPRINTF.
37050         (gl_FUNC_VASPRINTF): Invoke it.
37051         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
37052         here.
37053         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
37054
37055 2007-03-04  Bruno Haible  <bruno@clisp.org>
37056
37057         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
37058         REPLACE_GETTIMEOFDAY.
37059         * modules/sys_time (Makefile.am): Likewise.
37060         * m4/sys_time_h.m4: Likewise.
37061         * m4/gettimeofday.m4: Likewise.
37062
37063 2007-03-04  Bruno Haible  <bruno@clisp.org>
37064
37065         * modules/vasnprintf-posix-tests: New file.
37066         * tests/test-vasnprintf-posix.c: New file.
37067
37068         * modules/vasnprintf-posix: New file.
37069         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
37070         printf-frexpl.h.
37071         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
37072         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
37073         REPLACE_VASNPRINTF is defined.
37074         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
37075         gl_FUNC_VASNPRINTF.
37076         (gl_FUNC_VASNPRINTF): Invoke it.
37077         * m4/vasnprintf-posix.m4: New file.
37078         * m4/printf.m4: New file.
37079
37080 2007-03-04  Bruno Haible  <bruno@clisp.org>
37081
37082         Compile progreloc.c only if --enable-relocatable is specified.
37083         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
37084         if --enable-relocatable was specified.
37085         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
37086         lib_SOURCES.
37087
37088 2007-03-04  Jim Meyering  <jim@meyering.net>
37089
37090         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
37091         Use it consistently, rather than enumerating errno constants.
37092
37093 2007-03-04  Bruno Haible  <bruno@clisp.org>
37094
37095         * modules/xvasprintf-tests: New file.
37096         * tests/test-xvasprintf.c: New file.
37097
37098         * modules/vasprintf-tests: New file.
37099         * tests/test-vasprintf.c: New file.
37100
37101         * modules/vasnprintf-tests: New file.
37102         * tests/test-vasnprintf.c: New file.
37103
37104         * modules/vsnprintf-tests: New file.
37105         * tests/test-vsnprintf.c: New file.
37106
37107         * modules/snprintf-tests: New file.
37108         * tests/test-snprintf.c: New file.
37109
37110 2007-03-04  Bruno Haible  <bruno@clisp.org>
37111
37112         Compile relocatable.c only if --enable-relocatable is specified.
37113         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
37114         gl_RELOCATABLE_LIBRARY.
37115         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
37116         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
37117         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
37118         gl_RELOCATABLE_LIBRARY.
37119         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
37120         (Makefile.am): Remove lib_SOURCES.
37121         * modules/relocatable-lib-lgpl (configure.ac): Invoke
37122         gl_RELOCATABLE_LIBRARY.
37123         (Makefile.am): Remove lib_SOURCES.
37124         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
37125         always.
37126         * modules/relocatable-prog-wrapper (configure.ac): Invoke
37127         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
37128
37129 2007-03-04  Bruno Haible  <bruno@clisp.org>
37130
37131         * modules/argmatch-tests: New file.
37132         * tests/test-argmatch.c: New file.
37133
37134         * tests/test-allocsa.c (main): Halve the number of loop runs.
37135
37136         * modules/alloca-opt-tests: New file.
37137         * tests/test-alloca-opt.c: New file.
37138
37139 2007-03-04  Jim Meyering  <jim@meyering.net>
37140
37141         Work around difference between Linux ACLs and Solaris 10 ZFS.
37142         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
37143         for EINVAL.
37144
37145 2007-03-03  Bruno Haible  <bruno@clisp.org>
37146
37147         * modules/relocatable-prog (Depends-on): Add back progreloc's
37148         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
37149
37150 2007-03-03  Bruno Haible  <bruno@clisp.org>
37151
37152         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
37153         * modules/relocatable-lib: New file.
37154
37155 2007-03-03  Bruno Haible  <bruno@clisp.org>
37156
37157         * modules/relocatable-prog: Renamed from modules/relocatable.
37158         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
37159
37160 2007-03-03  Bruno Haible  <bruno@clisp.org>
37161
37162         * modules/relocatable-script (Files): Add doc/relocatable.texi,
37163         m4/relocatable-lib.m4.
37164         (Depends-on): Remove 'relocatable'.
37165         (configure.ac): Add gl_RELOCATABLE_NOP.
37166
37167 2007-03-03  Bruno Haible  <bruno@clisp.org>
37168
37169         * modules/relocatable-prog-wrapper: New file.
37170         * modules/relocatable (Depends-on): Add it. Remove all other
37171         dependencies except progname.
37172         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
37173
37174         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
37175         (gl_FUNC_STRERROR): Nop.
37176         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
37177
37178         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
37179         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
37180
37181         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
37182         (gl_FUNC_READLINK): Update.
37183
37184         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
37185
37186 2007-03-03  Bruno Haible  <bruno@clisp.org>
37187
37188         * lib/xreadlink.c: Include <unistd.h> unconditionally.
37189         * modules/xreadlink (Depends-on): Add unistd.
37190         * modules/xreadlink-with-size (Depends-on): Likewise.
37191
37192 2007-03-03  Bruno Haible  <bruno@clisp.org>
37193
37194         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
37195         extracted from gt_FUNC_SETENV.
37196         (gt_FUNC_SETENV): Remove macro.
37197         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
37198         remove gt_FUNC_SETENV.
37199
37200 2007-03-03  Bruno Haible  <bruno@clisp.org>
37201
37202         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
37203         ENABLE_RELOCATABLE here.
37204         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
37205
37206 2007-03-03  Bruno Haible  <bruno@clisp.org>
37207
37208         * modules/rbtreehash-list-tests (Depends-on): Add progname.
37209         * tests/test-rbtreehash_list.c: Include progname.h.
37210         (main): Call set_program_name.
37211
37212         * modules/rbtree-oset-tests (Depends-on): Add progname.
37213         * tests/test-rbtree_oset.c: Include progname.h.
37214         (main): Call set_program_name.
37215
37216         * modules/rbtree-list-tests (Depends-on): Add progname.
37217         * tests/test-rbtree_list.c: Include progname.h.
37218         (main): Call set_program_name.
37219
37220         * modules/linked-list-tests (Depends-on): Add progname.
37221         * tests/test-linked_list.c: Include progname.h.
37222         (main): Call set_program_name.
37223
37224 2007-03-03  Bruno Haible  <bruno@clisp.org>
37225
37226         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
37227         All uses of __restrict changed to _Restrict_.
37228         * lib/glob_.h (__restrict): Remove macro.
37229
37230 2007-03-02  Bruno Haible  <bruno@clisp.org>
37231
37232         * modules/gettext (configure.ac): Require gettext infrastructure
37233         from version 0.16.1.
37234
37235 2007-03-02  Bruno Haible  <bruno@clisp.org>
37236
37237         * modules/linkedhash-list-tests (Depends-on): Add progname.
37238         * tests/test-linkedhash_list.c: Include progname.h.
37239         (main): Call set_program_name.
37240
37241         * modules/carray-list-tests (Depends-on): Add progname.
37242         * tests/test-carray_list.c: Include progname.h.
37243         (main): Call set_program_name.
37244
37245         * modules/avltreehash-list-tests (Depends-on): Add progname.
37246         * tests/test-avltreehash_list.c: Include progname.h.
37247         (main): Call set_program_name.
37248
37249         * modules/avltree-oset-tests (Depends-on): Add progname.
37250         * tests/test-avltree_oset.c: Include progname.h.
37251         (main): Call set_program_name.
37252
37253         * modules/avltree-list-tests (Depends-on): Add progname.
37254         * tests/test-avltree_list.c: Include progname.h.
37255         (main): Call set_program_name.
37256
37257         * modules/array-oset-tests (Depends-on): Add progname.
37258         * tests/test-array_oset.c: Include progname.h.
37259         (main): Call set_program_name.
37260
37261         * modules/array-list-tests (Depends-on): Add progname.
37262         * tests/test-array_list.c: Include progname.h.
37263         (main): Call set_program_name.
37264
37265         * modules/argp-tests (Depends-on): Add progname.
37266         * tests/test-argp.c: Include argp.h first. Include progname.h.
37267         (main): Call set_program_name.
37268
37269 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
37270
37271         * doc/gnulib-tool.texi (Initial import): Reword description of
37272         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
37273         limited effect even if defined after the first system include.
37274
37275 2007-03-01  Bruno Haible  <bruno@clisp.org>
37276
37277         * build-aux/config.libpath: Update to libtool-1.5.22.
37278         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
37279
37280 2007-03-01  Bruno Haible  <bruno@clisp.org>
37281
37282         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
37283         foo_CFLAGS.
37284         Reported by Ralf Wildenhues.
37285
37286 2007-03-01  Bruno Haible  <bruno@clisp.org>
37287
37288         * build-aux/install-reloc: Remove object files left over by some
37289         compilers.
37290         Reported by Ralf Wildenhues.
37291
37292 2007-03-01  Bruno Haible  <bruno@clisp.org>
37293
37294         * build-aux/install-reloc: Break long lines.
37295
37296 2007-03-01  Bruno Haible  <bruno@clisp.org>
37297
37298         * doc/relocatable.texi: Document that it may not work on OpenBSD.
37299         Reported by Ralf Wildenhues.
37300
37301 2007-03-01  Bruno Haible  <bruno@clisp.org>
37302
37303         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
37304         include ordering constraints.
37305
37306 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
37307
37308         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
37309         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
37310         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
37311         as another example.
37312         * lib/time_.h: Fix misspelling.
37313         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
37314         Require gl_HEADER_TIME_H_DEFAULTS.
37315         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
37316         * m4/time_r.m4 (gl_TIME_R): Likewise.
37317         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
37318
37319 2007-03-01  Bruno Haible  <bruno@clisp.org>
37320
37321         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
37322         * m4/utimens.m4 (gl_UTIMENS): Likewise.
37323
37324 2007-03-01  Jim Meyering  <jim@meyering.net>
37325
37326         * modules/xreadlink (Maintainer): Add my name.
37327         * modules/xreadlink-with-size (Depends-on): Alphabetize.
37328
37329 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
37330             Bruno Haible  <bruno@clisp.org>
37331
37332         * build-aux/install-reloc: Compile also c-ctype.c.
37333         * build-aux/relocatable.sh.in: New file.
37334         * doc/relocatable.texi: New file.
37335         * doc/relocatable-maint.texi: New file.
37336         * doc/gnulib.texi: Include relocatable-maint.texi.
37337         * lib/progreloc.c: Include unistd.h unconditionally.
37338         * lib/relocwrapper.c: Include unistd.h unconditionally.
37339         Include c-ctype.h.
37340         (add_dotbin): Use c_tolower.
37341         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
37342         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
37343         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
37344         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
37345         to m4/relocatable-lib.m4.
37346         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
37347         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
37348         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
37349         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
37350         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
37351         * modules/relocatable: New file.
37352         * modules/relocatable-lib: New file.
37353         * modules/relocatable-script: New file.
37354
37355 2007-02-28  Bruno Haible  <bruno@clisp.org>
37356
37357         Import --enable-relocatable infrastructure.
37358         * build-aux/config.libpath: New file, from GNU gettext.
37359         * build-aux/install-reloc: New file, from GNU gettext.
37360         * build-aux/reloc-ldflags: New file, from GNU gettext.
37361         * lib/relocatable.h: New file, from GNU gettext.
37362         * lib/relocatable.c: New file, from GNU gettext.
37363         * lib/relocwrapper.c: New file, from GNU gettext.
37364         * m4/relocatable.m4: New file, from GNU gettext.
37365
37366 2007-02-28  Bruno Haible  <bruno@clisp.org>
37367
37368         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
37369
37370         * modules/xreadlink: New file, from GNU gettext with modifications.
37371         * lib/xreadlink.c: New file, from GNU gettext.
37372         * lib/xreadlink.h: Add comments.
37373         (xreadlink): New declaration.
37374
37375         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
37376         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
37377         lib/xreadlink-with-size.c.
37378         (configure.ac): Remove gl_XREADLINK invocation.
37379         (Makefile.am): Augment lib_SOURCES.
37380         * m4/xreadlink.m4: Remove file.
37381         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
37382         (xreadlink_with_size): Renamed from xreadink.
37383         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
37384         * modules/canonicalize (Depends-on): Replace xreadlink with
37385         xreadlink-with-size.
37386         * lib/canonicalize.c (canonicalize_filename_mode): Update.
37387
37388 2007-02-25  Jim Meyering  <jim@meyering.net>
37389
37390         * build-aux/announce-gen: When complaining about excess arguments,
37391         list them.
37392
37393 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
37394
37395         * README: Document signed integer overflow situation more
37396         accurately.
37397
37398 2007-02-25  Bruno Haible  <bruno@clisp.org>
37399
37400         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
37401         'a' or 'A' conversion.
37402
37403 2007-02-25  Bruno Haible  <bruno@clisp.org>
37404
37405         * modules/filename: Renamed from modules/pathname.
37406         (Files): Replace lib/pathname.h with lib/filename.h. Replace
37407         lib/concatpath.c with lib/concat-filename.c.
37408         (Makefile.am): Update.
37409         (Include): Replace pathname.h with filename.h.
37410         * lib/filename.h: Renamed from lib/pathname.h.
37411         (concatenated_filename): Renamed from concatenated_pathname.
37412         * lib/concat-filename.c: Renamed from lib/concatpath.c.
37413         (concatenated_filename): Renamed from concatenated_pathname.
37414         * lib/findprog.c: Include filename.h instead of pathname.h.
37415         (find_in_path): Update.
37416         * lib/javacomp.c: Include filename.h instead of pathname.h.
37417         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
37418         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
37419         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
37420         is_oldgcj_14_13_usable, is_javac_usable): Update.
37421         * lib/javaexec.c: Include filename.h instead of pathname.h.
37422         (execute_java_class): Update.
37423         * modules/findprog: Update.
37424         * modules/javacomp: Update.
37425         * modules/javaexec: Update.
37426         * MODULES.html.sh (File system functions): Add 'filename', remove
37427         'pathname'.
37428
37429 2007-02-25  Bruno Haible  <bruno@clisp.org>
37430
37431         * modules/printf-frexpl-tests: New file.
37432         * tests/test-printf-frexpl.c: New file.
37433
37434         * modules/printf-frexpl: New file.
37435         * lib/printf-frexpl.h: New file.
37436         * lib/printf-frexpl.c: New file.
37437         * m4/printf-frexpl.m4: New file.
37438
37439 2007-02-25  Bruno Haible  <bruno@clisp.org>
37440
37441         * modules/printf-frexp-tests: New file.
37442         * tests/test-printf-frexp.c: New file.
37443
37444         * modules/printf-frexp: New file.
37445         * lib/printf-frexp.h: New file.
37446         * lib/printf-frexp.c: New file.
37447         * m4/printf-frexp.m4: New file.
37448
37449 2007-02-25  Bruno Haible  <bruno@clisp.org>
37450
37451         Assume automake >= 1.10 for the tests.
37452         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
37453         * modules/arctwo-tests: Likewise.
37454         * modules/argp-tests: Likewise.
37455         * modules/avltree-list-tests: Likewise.
37456         * modules/avltree-oset-tests: Likewise.
37457         * modules/avltreehash-list-tests: Likewise.
37458         * modules/carray-list-tests: Likewise.
37459         * modules/crc-tests: Likewise.
37460         * modules/des-tests: Likewise.
37461         * modules/gc-arcfour-tests: Likewise.
37462         * modules/gc-arctwo-tests: Likewise.
37463         * modules/gc-des-tests: Likewise.
37464         * modules/gc-hmac-md5-tests: Likewise.
37465         * modules/gc-hmac-sha1-tests: Likewise.
37466         * modules/gc-md2-tests: Likewise.
37467         * modules/gc-md4-tests: Likewise.
37468         * modules/gc-md5-tests: Likewise.
37469         * modules/gc-pbkdf2-sha1-tests: Likewise.
37470         * modules/gc-rijndael-tests: Likewise.
37471         * modules/gc-sha1-tests: Likewise.
37472         * modules/gc-tests: Likewise.
37473         * modules/getaddrinfo-tests: Likewise.
37474         * modules/hmac-md5-tests: Likewise.
37475         * modules/hmac-sha1-tests: Likewise.
37476         * modules/linked-list-tests: Likewise.
37477         * modules/linkedhash-list-tests: Likewise.
37478         * modules/lock-tests: Likewise.
37479         * modules/md2-tests: Likewise.
37480         * modules/md4-tests: Likewise.
37481         * modules/md5-tests: Likewise.
37482         * modules/rbtree-list-tests: Likewise.
37483         * modules/rbtree-oset-tests: Likewise.
37484         * modules/rbtreehash-list-tests: Likewise.
37485         * modules/read-file-tests: Likewise.
37486         * modules/rijndael-tests: Likewise.
37487         * modules/stdint-tests: Likewise.
37488         * modules/tls-tests: Likewise.
37489
37490 2007-02-24  Bruno Haible  <bruno@clisp.org>
37491
37492         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
37493         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
37494         function; instead check whether isnan with a double argument links.
37495         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
37496         function; instead check whether isnan with a 'long double' argument
37497         links.
37498         Reported by Eric Blake <ebb9@byu.net>.
37499
37500 2007-02-24  Bruno Haible  <bruno@clisp.org>
37501
37502         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
37503         defined.
37504         * lib/isnanl.c: Remove all code. Just include isnan.c.
37505         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
37506
37507 2007-02-25  Jim Meyering  <jim@meyering.net>
37508
37509         Avoid conflicting types for 'unsetenv' on FreeBSD.
37510         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
37511         conflicting with FreeBSD's (5.0 and 6.1) function declaration
37512         in stdlib.h.
37513
37514 2007-02-24  Bruno Haible  <bruno@clisp.org>
37515
37516         * modules/isnanl-nolibm-tests: New file.
37517         * tests/test-isnanl.c: New file.
37518
37519         * modules/isnanl-nolibm: New file.
37520         * lib/isnanl.h: New file.
37521         * lib/isnanl.c: New file.
37522         * m4/isnanl.m4: New file.
37523
37524 2007-02-24  Bruno Haible  <bruno@clisp.org>
37525
37526         * modules/isnan-nolibm-tests: New file.
37527         * tests/test-isnan.c: New file.
37528
37529         * modules/isnan-nolibm: New file.
37530         * lib/isnan.h: New file.
37531         * lib/isnan.c: New file.
37532         * m4/isnan.m4: New file.
37533
37534 2007-02-24  Bruno Haible  <bruno@clisp.org>
37535
37536         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
37537         assume that an exponent fits in 20 bits.
37538
37539 2007-02-24  Jim Meyering  <jim@meyering.net>
37540
37541         * m4/regex.m4: Update the description of the configure-time option,
37542         --without-included-regex, to state accurately what the defaults are,
37543         and perhaps to give people an idea why using this option is risky.
37544
37545 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
37546
37547         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
37548         loops on small arguments.  This attempts to avoid the problem
37549         Bruno Haible reported for AIX 4.3.2 in
37550         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
37551
37552 2007-02-23  Bruno Haible  <bruno@clisp.org>
37553
37554         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
37555         Needed for help2man.
37556
37557 2007-02-23  Karl Berry  <karl@gnu.org>
37558
37559         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
37560         exists, foo.h should be cvs-ignored, not committed.
37561
37562 2007-02-23  Eric Blake  <ebb9@byu.net>
37563
37564         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
37565         * lib/stat-time.h (includes): Likewise.
37566         * lib/utimecmp.c (includes): Likewise.
37567         * lib/utimens.h (includes): Likewise.
37568         * lib/getdate.y (includes): Also include "timespec.h" for use
37569         internal to the module.
37570         * modules/utimens (Depends-on): Revert yesterday's patch.
37571         * modules/nanosleep (Depends-on): Add missing dependency.
37572
37573 2007-02-22  Bruno Haible  <bruno@clisp.org>
37574
37575         * lib/glob.c: Don't include getlogin_r.h.
37576
37577 2007-02-22  Jim Meyering  <jim@meyering.net>
37578
37579         * modules/utimens (Depends-on): Add timespec, required for
37580         utimens.h's inclusion of timespec.h.
37581
37582 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
37583
37584         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
37585         long unreadable paths in GNU/Linux.  Problem reported by Andreas
37586         Schwab in
37587         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
37588         I'll try to think of a better way to fix the Solaris problem.
37589
37590         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
37591         like glibc; on Solaris 10, it fails with errno == EINVAL.
37592         POSIX says the behavior is unspecified if the first argument is NULL,
37593         so play it safe and never pass NULL to the system getcwd.
37594
37595 2007-02-21  Jim Meyering  <jim@meyering.net>
37596
37597         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
37598         of gettimeofday.  It would conflict with the one now always
37599         provided via sys_time_.h.  Reported by Matthew Woehlke, as
37600         an IRIX 6.5 build failure.
37601
37602 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
37603
37604         Minor fixups to port to Solaris 10 with Sun C 5.8.
37605         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
37606         * modules/getcwd (Depends-on): Add dirfd.
37607         * lib/putenv.c (putenv): #undef it.
37608         (rpl_putenv): New decl.
37609         (malloc, free): Include <stdlib.h> rather than prototyping separately.
37610
37611 2007-02-20  Bruno Haible  <bruno@clisp.org>
37612
37613         * modules/stdio-tests: New file.
37614         * tests/test-stdio.c: New file.
37615
37616         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
37617         (Depends-on): Add stdio.
37618         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
37619         (Include): Use <stdio.h> instead of vsnprintf.h.
37620         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
37621         HAVE_DECL_VSNPRINTF.
37622         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
37623
37624         * modules/snprintf (Files): Remove lib/snprintf.h.
37625         (Depends-on): Add stdio.
37626         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
37627         (Include): Use <stdio.h> instead of snprintf.h.
37628         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
37629         HAVE_DECL_SNPRINTF.
37630         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
37631         * lib/getaddrinfo.c: Likewise.
37632
37633         * modules/stdio: New file.
37634         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
37635         * lib/snprintf.h: Remove file.
37636         * lib/vsnprintf.h: Remove file.
37637         * lib/.cppi-disable: Remove snprintf.h.
37638         * m4/stdio_h.m4: New file.
37639         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
37640
37641 2007-02-20  Jim Meyering  <jim@meyering.net>
37642
37643         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
37644         used by e.g., mingw.  From Bruno Haible.
37645
37646 2007-02-19  Bruno Haible  <bruno@clisp.org>
37647
37648         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
37649         warnings.
37650         Reported by Ben Pfaff <blp@cs.stanford.edu>.
37651
37652 2007-02-19  Bruno Haible  <bruno@clisp.org>
37653
37654         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
37655         from mingw users.
37656
37657 2007-02-19  Bruno Haible  <bruno@clisp.org>
37658
37659         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
37660         warnings.
37661         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
37662
37663 2007-02-19  Jim Meyering  <jim@meyering.net>
37664
37665         Don't use FD after a successful "fdopendir (fd)".
37666         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
37667         Reset it by calling dirfd on the just-obtained DIR*.
37668
37669         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
37670         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
37671
37672 2007-02-18  Bruno Haible  <bruno@clisp.org>
37673
37674         * lib/readlink.c: Include <unistd.h>.
37675         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
37676         HAVE_READLINK.
37677         * modules/readlink (Depends-on): Add unistd.
37678         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37679         (Include): Add <unistd.h>.
37680
37681         * lib/getlogin_r.h: Remove file.
37682         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
37683         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
37684         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
37685         HAVE_DECL_GETLOGIN_R.
37686         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
37687         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37688         (Include): Use <unistd.h> instead of getlogin_r.h.
37689
37690         * lib/getcwd.h: Remove file.
37691         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
37692         * lib/xgetcwd.c: Likewise.
37693         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
37694         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
37695         * modules/getcwd (Files): Remove lib/getcwd.h.
37696         (Depends-on): Add unistd.
37697         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37698         (Include): Use <unistd.h> instad of getcwd.h.
37699
37700         * lib/ftruncate.c: Include <unistd.h> first.
37701         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
37702         Set HAVE_FTRUNCATE.
37703         * modules/ftruncate (Depends-on): Add unistd.
37704         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37705
37706         * lib/fchdir.c: Include <unistd.h> first.
37707         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
37708         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
37709         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
37710         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37711         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
37712
37713         * lib/dup2.c: Include <unistd.h> first.
37714         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
37715         HAVE_DUP2.
37716         * modules/dup2 (Depends-on): Add unistd.
37717         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37718
37719         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
37720         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
37721         REPLACE_CHOWN. Don't define chown as a macro here.
37722         * modules/chown (Depends-on): Add unistd.
37723         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37724
37725         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
37726         Add definition for GL_LINK_WARNING.
37727         (chown, dup2): New declarations.
37728         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
37729         link warning.
37730         (ftruncate): New declaration.
37731         (getcwd): New declaration, taken from old getcwd.h.
37732         (getlogin_r): New declaration, taken from old getlogin_r.h.
37733         (readlink): New declaration.
37734         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
37735         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
37736         (gl_PREREQ_UNISTD): Remove macro.
37737         (gl_UNISTD_MODULE_INDICATOR): New macro.
37738         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
37739         many new variables. Don't set UNISTD_H.
37740         * modules/unistd (Description): Change.
37741         (Depends-on): Add link-warning.
37742         (configure.ac): Update.
37743         (Makefile.am): Create unistd.h always. Substitute many new variables
37744         into it.
37745
37746 2007-02-18  Bruno Haible  <bruno@clisp.org>
37747
37748         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
37749         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
37750         HAVE_GETSUBOPT.
37751         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
37752         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
37753         * lib/getsubopt.h: Remove file.
37754         * modules/getsubopt (Files): Remove lib/getsubopt.h.
37755         (Depends-on): Add stdlib.
37756         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
37757         (Includes): Use <stdlib.h> instead of getsubopt.h.
37758         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
37759         Set HAVE_GETSUBOPT.
37760         * lib/getsubopt.c: Don't include getsubopt.h.
37761
37762 2007-02-18  Bruno Haible  <bruno@clisp.org>
37763
37764         * modules/fchdir (Depends-on): Add dup2.
37765
37766 2007-02-18  Bruno Haible  <bruno@clisp.org>
37767
37768         * lib/stdlib_.h: Handle glibc's special invocation convention
37769         specially.
37770
37771 2007-02-18  Bruno Haible  <bruno@clisp.org>
37772
37773         * modules/stdlib-tests: New file.
37774         * tests/test-stdlib.c: New file.
37775
37776         * modules/mkstemp (Files): Remove lib/mkstemp.h.
37777         (Depends-on): Add stdlib.
37778         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
37779         (Includes): Use <stdlib.h> instead of mkstemp.h.
37780         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
37781         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
37782         * lib/mkstemp.c: Don't include mkstemp.h.
37783         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
37784         * lib/stdlib--.h: Don't include mkstemp.h.
37785
37786         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
37787         (Depends-on): Add stdlib.
37788         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
37789         (Includes): Use <stdlib.h> instead of mkdtemp.h.
37790         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
37791         HAVE_MKDTEMP.
37792         * lib/mkdtemp.c: Don't include mkdtemp.h.
37793         * lib/clean-temp.c: Don't include mkdtemp.h.
37794
37795         * modules/exit (Files): Remove lib/exit.h.
37796         (Depends-on): Add stdlib.
37797         (Makefile.am): Remove lib_SOURCES.
37798         (Include): Use <stdlib.h> instead of exit.h.
37799         * lib/argmatch.c: Don't include exit.h.
37800         * lib/execute.c: Likewise.
37801         * lib/pagealign_alloc.c: Likewise.
37802         * lib/pipe.c: Likewise.
37803         * lib/wait-process.c: Likewise.
37804         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
37805         * lib/exitfail.c: Likewise.
37806         * lib/savewd.c: Likewise.
37807         * lib/xsetenv.c: Likewise.
37808
37809         * modules/stdlib: New file.
37810         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
37811         and extra comments about mkstemp().
37812         * lib/exit.h: Remove file.
37813         * lib/mkdtemp.h: Remove file.
37814         * lib/mkstemp.h: Remove file.
37815         * m4/stdlib_h.m4: New file.
37816         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
37817
37818 2007-02-18  Bruno Haible  <bruno@clisp.org>
37819
37820         * modules/math-tests: New file.
37821         * tests/test-math.c: New file.
37822
37823         * modules/math: New file.
37824         * modules/mathl (Files): Remove lib/mathl.h.
37825         (Depends-on): Add math.
37826         (Makefile.am): Don't mention mathl.h.
37827         (Include): Use <math.h> instead of mathl.h.
37828         * lib/math_.h: New file.
37829         * lib/mathl.h: Remove file.
37830         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
37831         mathl.h.
37832         * lib/asinl.c: Likewise.
37833         * lib/atanl.c: Likewise.
37834         * lib/ceill.c: Likewise.
37835         * lib/cosl.c: Likewise.
37836         * lib/expl.c: Likewise.
37837         * lib/floorl.c: Likewise.
37838         * lib/frexpl.c: Likewise.
37839         * lib/ldexpl.c: Likewise.
37840         * lib/logl.c: Likewise.
37841         * lib/sincosl.c: Likewise.
37842         * lib/sinl.c: Likewise.
37843         * lib/sqrtl.c: Likewise.
37844         * lib/tanl.c: Likewise.
37845         * lib/trigl.c: Likewise.
37846         * m4/math_h.m4: New file.
37847         * MODULES.html.sh (Mathematics): Add math.
37848
37849 2007-02-17  Bruno Haible  <bruno@clisp.org>
37850
37851         * modules/wctype-tests: New file.
37852         * tests/test-wctype.c: New file.
37853
37854         * modules/wchar-tests: New file.
37855         * tests/test-wchar.c: New file.
37856
37857         * modules/unistd-tests: New file.
37858         * tests/test-unistd.c: New file.
37859
37860         * modules/time-tests: New file.
37861         * tests/test-time.c: New file.
37862
37863         * modules/sysexits-tests: New file.
37864         * tests/test-sysexits.c: New file.
37865
37866         * modules/sys_time-tests: New file.
37867         * tests/test-sys_time.c: New file.
37868
37869         * modules/sys_stat-tests: New file.
37870         * tests/test-sys_stat.c: New file.
37871
37872         * modules/sys_socket-tests: New file.
37873         * tests/test-sys_socket.c: New file.
37874
37875         * modules/sys_select-tests: New file.
37876         * tests/test-sys_select.c: New file.
37877
37878         * modules/string-tests: New file.
37879         * tests/test-string.c: New file.
37880
37881         * modules/stdbool-tests: New file.
37882         * tests/test-stdbool.c: New file.
37883
37884         * modules/netinet_in-tests: New file.
37885         * tests/test-netinet_in.c: New file.
37886
37887         * modules/inttypes-tests: New file.
37888         * tests/test-inttypes.c: New file.
37889
37890         * modules/fcntl-tests: New file.
37891         * tests/test-fcntl.c: New file.
37892
37893         * modules/byteswap-tests: New file.
37894         * tests/test-byteswap.c: New file.
37895
37896         * modules/arpa_inet-tests: New file.
37897         * tests/test-arpa_inet.c: New file.
37898
37899 2007-02-17  Bruno Haible  <bruno@clisp.org>
37900
37901         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
37902         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
37903         if the corresponding module is not enabled. Emit link warnings if
37904         the function is used nevertheless.
37905         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
37906         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
37907         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
37908         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
37909         * modules/inttypes (Depends-on): Add link-warning.
37910         (Makefile.am): Copy the contents of build-aux/link-warning.h into
37911         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
37912         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
37913         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
37914         * modules/imaxdiv (configure.ac): Likewise.
37915         * modules/strtoimax (configure.ac): Likewise.
37916         * modules/strtoumax (configure.ac): Likewise.
37917
37918 2007-02-17  Bruno Haible  <bruno@clisp.org>
37919
37920         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
37921         gl_STRING_MODULE_INDICATOR_DEFAULTS.
37922         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
37923         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
37924
37925 2007-02-17  Bruno Haible  <bruno@clisp.org>
37926
37927         * modules/link-warning: New file.
37928         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
37929         * lib/string_.h (GL_LINK_WARNING): Remove definition.
37930         * modules/string (Depends-on): Add link-warning.
37931         (Makefile.am): Copy the contents of build-aux/link-warning.h into
37932         string.h.
37933         * MODULES.html.sh (Support for building libraries and executables): Add
37934         link-warning.
37935
37936 2007-02-17  Bruno Haible  <bruno@clisp.org>
37937
37938         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
37939         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
37940         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
37941         long lines.
37942
37943 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
37944             Bruno Haible  <bruno@clisp.org>
37945
37946         * modules/tmpfile: New file.
37947         * lib/tmpfile.c: New file.
37948         * m4/tmpfile.m4: New file.
37949         * MODULES.html.sh (func_all_modules): New section "Input/output".
37950
37951 2007-02-15  Bruno Haible  <bruno@clisp.org>
37952
37953         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
37954         (supports_delete_on_close): New function.
37955         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
37956
37957 2007-02-14  Bruno Haible  <bruno@clisp.org>
37958
37959         * modules/mbspcasecmp-tests: New file.
37960         * tests/test-mbspcasecmp.sh: New file.
37961         * tests/test-mbspcasecmp.c: New file.
37962
37963         New module mbspcasecmp.
37964         * modules/mbspcasecmp: New file.
37965         * lib/mbspcasecmp.c: New file.
37966         * lib/string_.h (strncasecmp): Change warning message.
37967         (mbspcasecmp): New declaration.
37968         * m4/mbspcasecmp.m4: New file.
37969         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
37970         GNULIB_MBSPCASECMP.
37971         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
37972         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
37973
37974 2007-02-14  Bruno Haible  <bruno@clisp.org>
37975
37976         * modules/mbsncasecmp-tests: New file.
37977         * tests/test-mbsncasecmp.sh: New file.
37978         * tests/test-mbsncasecmp.c: New file.
37979
37980         New module mbsncasecmp.
37981         * modules/mbsncasecmp: New file.
37982         * lib/mbsncasecmp.c: New file.
37983         * lib/string_.h (mbsncasecmp): New declaration.
37984         * m4/mbsncasecmp.m4: New file.
37985         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
37986         GNULIB_MBSNCASECMP.
37987         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
37988         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
37989
37990 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
37991
37992         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
37993         Verify that it doesn't overlap with our flags.
37994         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
37995         do not have the desired effect in multibyte locales; instead, use
37996         mbscasecmp.
37997         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
37998         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
37999         we don't require GNU fnmatch ourselves (if our users require it, they
38000         should do so explicitly).
38001
38002         Fix regex code so it doesn't rely on strcasecmp.
38003         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
38004         Otherwise, include gnulib's langinfo.h.
38005         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
38006         undesirable behavior in non-C locales.  Instead, rely on localecharset.
38007         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
38008         * modules/regex (FILES): Remove m4/codeset.m4.
38009         (Depends-on): Add localcharset.  Remove strcase.
38010
38011 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38012
38013         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
38014         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
38015
38016 2007-02-13  Bruno Haible  <bruno@clisp.org>
38017
38018         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
38019         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38020
38021 2007-02-12  Bruno Haible  <bruno@clisp.org>
38022
38023         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
38024         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
38025         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
38026         time warning rather than a link error.
38027
38028 2007-02-12  Bruno Haible  <bruno@clisp.org>
38029
38030         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
38031         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
38032         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38033
38034 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38035
38036         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
38037         args, not 2.
38038
38039 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38040
38041         New module 'time', so that apps can include <time.h> as per
38042         POSIX and GNU instead of separate include files like time_r.h
38043         and timegm.h.  This implementation tries out a simpler approach
38044         for replacing decls in standard include files (as compared to
38045         the string module), somewhat as an experiment.
38046
38047         * config/srclist.txt: Comment out mktime.c for now.
38048         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
38049         since it doesn't apply any more.  Use generic wording instead.
38050         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
38051         'time'.
38052         * lib/time_.h, m4/time_h.m4, modules/time: New files.
38053         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
38054         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
38055         Don't include <sys/types.h>; no longer needed since we assume C89.
38056         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
38057         * lib/strftime.c: Likewise.
38058         * lib/time_r.c: Likewise.
38059         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
38060         * lib/nanosleep.c: Include <time.h> first, to check interface.
38061         * lib/strptime.c: Likewise.
38062         * lib/time_r.c: Likewise.
38063         * lib/timegm.c: Likewise.
38064         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
38065         needed.
38066         * lib/timegm.c: Don't include timegm.h; no longer needed.
38067         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
38068         time.h now handles any problems in that area.
38069         (struct timespec, nanosleep): Remove; time.h now arranges for these.
38070         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
38071         that time.h defines struct timespec.
38072         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
38073         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
38074         handles that.
38075         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
38076         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
38077         needed.  Set REPLACE_LOCALTIME.
38078         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
38079         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
38080         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
38081         nanosleep; time_h.m4 now does that.  Don't require
38082         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
38083         module handles this now.
38084         * modules/getdate (Depends-on): Remove timespec.  Add time.
38085         * modules/nanosleep (Depends-on): Likewise.
38086         * modules/stat-time (Depends-on): Likewise.
38087         * modules/nanosleep (Include): Include time.h, not timespec.h.
38088         * modules/strptime (Files): Remove lib/strptime.h.
38089         (Depends-on): Add extensions, time.
38090         (Include): Include time.h, not strptime.h.
38091         * modules/time_r (Files): Remove lib/time_r.h.
38092         (Depends-on): Add time.
38093         (Include): Include time.h, not time_r.h.
38094         * modules/timegm: Likewise.
38095         * modules/timespec (Description): Now does timespec-related decls
38096         of our own, instead of struct timespec itself.
38097         (Depends-on): Add time; remove extensions.
38098         (Maintainer): Add self.
38099         * modules/utimecmp (Depends-on): Add time; remove timespec.
38100         * modules/utimens (Depends-on): Likewise.
38101         * modules/xnanosleep (Depends-on): Likewise.
38102
38103 2007-02-11  Bruno Haible  <bruno@clisp.org>
38104
38105         * lib/c-strstr.c: Include allocsa.h.
38106         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38107         * lib/c-strcasestr.c: Include allocsa.h.
38108         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38109         * lib/strcasestr.c: Include allocsa.h.
38110         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38111         * lib/mbsstr.c: Include allocsa.h.
38112         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38113         allocsa/freesa instead of malloc/free.
38114         * lib/mbscasestr.c: Include allocsa.h.
38115         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38116         allocsa/freesa instead of malloc/free.
38117         * modules/c-strstr (Depends-on): Add allocsa.
38118         * modules/c-strcasestr (Depends-on): Likewise.
38119         * modules/strcasestr (Depends-on): Likewise.
38120         * modules/mbsstr (Depends-on): Likewise.
38121         * modules/mbscasestr (Depends-on): Likewise.
38122
38123 2007-02-11  Bruno Haible  <bruno@clisp.org>
38124
38125         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
38126
38127         * modules/mbsspn-tests: New file.
38128         * tests/test-mbsspn.sh: New file.
38129         * tests/test-mbsspn.c: New file.
38130
38131 2007-02-11  Bruno Haible  <bruno@clisp.org>
38132
38133         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
38134
38135         * modules/mbspbrk-tests: New file.
38136         * tests/test-mbspbrk.sh: New file.
38137         * tests/test-mbspbrk.c: New file.
38138
38139 2007-02-11  Bruno Haible  <bruno@clisp.org>
38140
38141         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
38142         unneeded cast.
38143
38144         * modules/mbscspn-tests: New file.
38145         * tests/test-mbscspn.sh: New file.
38146         * tests/test-mbscspn.c: New file.
38147
38148 2007-02-11  Bruno Haible  <bruno@clisp.org>
38149
38150         * modules/mbscasecmp-tests: New file.
38151         * tests/test-mbscasecmp.sh: New file.
38152         * tests/test-mbscasecmp.c: New file.
38153
38154 2007-02-11  Bruno Haible  <bruno@clisp.org>
38155
38156         Ensure O(n) worst-case complexity of mbscasestr.
38157         * lib/mbscasestr.c: Include stdbool.h.
38158         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38159         functions.
38160         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
38161         the bookkeeping indicates that it's worth it.
38162         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
38163
38164         * modules/mbscasestr-tests: New file.
38165         * tests/test-mbscasestr1.c: New file.
38166         * tests/test-mbscasestr2.sh: New file.
38167         * tests/test-mbscasestr2.c: New file.
38168         * tests/test-mbscasestr3.sh: New file.
38169         * tests/test-mbscasestr3.c: New file.
38170         * tests/test-mbscasestr4.sh: New file.
38171         * tests/test-mbscasestr4.c: New file.
38172         * m4/locale-tr.m4: New file.
38173
38174 2007-02-11  Bruno Haible  <bruno@clisp.org>
38175
38176         Ensure O(n) worst-case complexity of mbsstr.
38177         * lib/mbsstr.c: Include stdbool.h.
38178         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38179         functions.
38180         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
38181         bookkeeping indicates that it's worth it.
38182         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
38183
38184         * modules/mbsstr-tests: New file.
38185         * tests/test-mbsstr1.c: New file.
38186         * tests/test-mbsstr2.sh: New file.
38187         * tests/test-mbsstr2.c: New file.
38188         * tests/test-mbsstr3.sh: New file.
38189         * tests/test-mbsstr3.c: New file.
38190         * m4/locale-fr.m4: New file.
38191
38192 2007-02-11  Bruno Haible  <bruno@clisp.org>
38193
38194         * lib/mbsrchr.c (mbsrchr): Fix bug.
38195
38196         * modules/mbsrchr-tests: New file.
38197         * tests/test-mbsrchr.sh: New file.
38198         * tests/test-mbsrchr.c: New file.
38199
38200 2007-02-11  Bruno Haible  <bruno@clisp.org>
38201
38202         * lib/mbschr.c (mbschr): Fix bug.
38203
38204         * modules/mbschr-tests: New file.
38205         * tests/test-mbschr.sh: New file.
38206         * tests/test-mbschr.c: New file.
38207         * m4/locale-zh.m4: New file.
38208
38209 2007-02-11  Bruno Haible  <bruno@clisp.org>
38210
38211         Support for copying multibyte string iterators.
38212         * lib/mbiter.h: Include <string.h>.
38213         (mbiter_multi_copy): New function.
38214         (mbi_copy): New macro.
38215         * lib/mbuiter.h: Include <string.h>.
38216         (mbuiter_multi_copy): New function.
38217         (mbui_copy): New macro.
38218
38219 2007-02-11  Bruno Haible  <bruno@clisp.org>
38220
38221         New module mbslen.
38222         * modules/mbslen: New file.
38223         * lib/mbslen.c: New file.
38224         * lib/string_.h (mbslen): New declaration.
38225         * m4/mbslen.m4: New file.
38226         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38227         GNULIB_MBSLEN.
38228         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
38229         * MODULES.html.sh (Internationalization functions): Add mbslen.
38230
38231 2007-02-11  Bruno Haible  <bruno@clisp.org>
38232
38233         Ensure O(n) worst-case complexity of strcasestr substitute.
38234         * lib/strcasestr.c: Include stdbool.h.
38235         (knuth_morris_pratt): New function.
38236         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38237         bookkeeping indicates that it's worth it.
38238         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
38239
38240         * modules/strcasestr-tests: New file.
38241         * tests/test-strcasestr.c: New file.
38242
38243 2007-02-11  Bruno Haible  <bruno@clisp.org>
38244
38245         Ensure O(n) worst-case complexity of c_strcasestr.
38246         * lib/c-strcasestr.c: Include stdbool.h, string.h.
38247         (knuth_morris_pratt): New function.
38248         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
38249         the bookkeeping indicates that it's worth it.
38250         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
38251
38252         * modules/c-strcasestr-tests: New file.
38253         * tests/test-c-strcasestr.c: New file.
38254
38255 2007-02-11  Bruno Haible  <bruno@clisp.org>
38256
38257         Ensure O(n) worst-case complexity of c_strstr.
38258         * lib/c-strstr.c: Include stdbool.h, string.h.
38259         (knuth_morris_pratt): New function.
38260         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38261         bookkeeping indicates that it's worth it.
38262         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
38263
38264         * lib/c-strstr.c: Complete rewrite for maintainability.
38265
38266         * modules/c-strstr-tests: New file.
38267         * tests/test-c-strstr.c: New file.
38268
38269 2007-02-11  Bruno Haible  <bruno@clisp.org>
38270
38271         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
38272         5.2.1 and earlier, whereby \055 was treated just like the range
38273         delimiter '-'.
38274         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
38275
38276 2007-02-08  Bruno Haible  <bruno@clisp.org>
38277
38278         * modules/regex (Depends-on): Add stdbool.
38279         Reported by Dalibor Topic <robilad@kaffe.org>.
38280
38281 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
38282
38283         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
38284         Prefer returning from main to exiting from it.
38285         Remove unnecessary parens after sizeof.
38286
38287 2007-02-05  Bruno Haible  <bruno@clisp.org>
38288
38289         New module mbssep.
38290         * modules/mbssep: New file.
38291         * lib/mbssep.c: New file.
38292         * lib/string_.h (strsep): Add a conditional link warning.
38293         (mbssep): New declaration.
38294         * m4/mbssep.m4: New file.
38295         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38296         GNULIB_MBSSEP.
38297         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
38298         * MODULES.html.sh (Internationalization functions): Add mbssep.
38299
38300 2007-02-05  Bruno Haible  <bruno@clisp.org>
38301
38302         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
38303         Optimize search in case of 1 delimiter.
38304
38305 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38306
38307         * lib/acl.h: Include sys/types.h before sys/acl.h.
38308
38309 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38310
38311         Merge upstream fix for glibc bugzilla #3957:
38312
38313         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
38314
38315         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
38316         bit for RE_HAT_LISTS_NOT_NEWLINE.
38317         (build_charclass_op): Remove bogus comment.
38318
38319 2007-02-05  Simon Josefsson  <simon@josefsson.org>
38320
38321         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
38322
38323 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
38324
38325         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
38326         * lib/memmem.c [!defined _LIBC]: Include config.h.
38327
38328 2007-02-04  Bruno Haible  <bruno@clisp.org>
38329
38330         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
38331         warning message.
38332
38333 2007-02-04  Bruno Haible  <bruno@clisp.org>
38334
38335         New module mbstok_r.
38336         * modules/mbstok_r: New file.
38337         * lib/mbstok_r.c: New file.
38338         * lib/string_.h (strtok_r): Change argument names to match the
38339         comments. Add a conditional link warning.
38340         (mbstok_r): New declaration.
38341         * m4/mbstok_r.m4: New file.
38342         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38343         GNULIB_MBSTOK_R.
38344         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
38345         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
38346
38347 2007-02-04  Bruno Haible  <bruno@clisp.org>
38348
38349         New module mbsspn.
38350         * modules/mbsspn: New file.
38351         * lib/mbsspn.c: New file.
38352         * lib/string_.h (strspn): Add a conditional link warning.
38353         (mbsspn): New declaration.
38354         * m4/mbsspn.m4: New file.
38355         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38356         GNULIB_MBSSPN.
38357         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
38358         * MODULES.html.sh (Internationalization functions): Add mbsspn.
38359
38360 2007-02-04  Bruno Haible  <bruno@clisp.org>
38361
38362         New module mbspbrk.
38363         * modules/mbspbrk: New file.
38364         * lib/mbspbrk.c: New file.
38365         * lib/string_.h (strpbrk): Add a conditional link warning.
38366         (mbspbrk): New declaration.
38367         * m4/mbspbrk.m4: New file.
38368         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38369         GNULIB_MBSPBRK.
38370         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
38371         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
38372
38373 2007-02-04  Bruno Haible  <bruno@clisp.org>
38374
38375         New module mbscspn.
38376         * modules/mbscspn: New file.
38377         * lib/mbscspn.c: New file.
38378         * lib/string_.h (strcspn): Add a conditional link warning.
38379         (mbscspn): New declaration.
38380         * m4/mbscspn.m4: New file.
38381         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38382         GNULIB_MBSCSPN.
38383         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
38384         * MODULES.html.sh (Internationalization functions): Add mbscspn.
38385
38386 2007-02-04  Bruno Haible  <bruno@clisp.org>
38387
38388         New module mbscasestr, reduced goal of strcasestr.
38389         * modules/mbscasestr: New file.
38390         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
38391         (mbscasestr): Renamed from strcasestr.
38392         * lib/strcasestr.c: Don't include mbuiter.h.
38393         (strcasestr): Remove support for multibyte locales.
38394         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
38395         Change the conditional link warning.
38396         (mbscasestr): New declaration.
38397         * m4/mbscasestr.m4: New file.
38398         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
38399         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
38400         REPLACE_STRCASESTR.
38401         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
38402         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
38403         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
38404         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
38405         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
38406         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
38407         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
38408         (Depends-on): Remove mbuiter.
38409         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
38410
38411 2007-02-04  Bruno Haible  <bruno@clisp.org>
38412
38413         Simplify handling of strncasecmp.
38414         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
38415         the conditional link warning.
38416         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
38417         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
38418         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
38419         * modules/strcase (configure.ac): Don't invoke
38420         gl_STRING_MODULE_INDICATOR.
38421         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
38422
38423 2007-02-04  Bruno Haible  <bruno@clisp.org>
38424
38425         New module mbscasecmp, reduced goal of strcasecmp.
38426         * modules/mbscasecmp: New file.
38427         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
38428         (mbscasecmp): Renamed from strcasecmp.
38429         * lib/strcasecmp.c: Don't include mbuiter.h.
38430         (strcasecmp): Remove support for multibyte locales.
38431         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
38432         Change the conditional link warning.
38433         (mbscasecmp): New declaration.
38434         * m4/mbscasecmp.m4: New file.
38435         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
38436         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
38437         REPLACE_STRCASECMP.
38438         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
38439         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38440         GNULIB_MBSCASECMP.
38441         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
38442         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
38443         * modules/strcase (Files): Remove m4/mbrtowc.m4.
38444         (Depends-on): Remove mbuiter.
38445         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
38446
38447 2007-02-04  Bruno Haible  <bruno@clisp.org>
38448
38449         New module mbsstr. Remove module strstr.
38450         * modules/mbsstr: New file.
38451         * modules/strstr: Remove file.
38452         * lib/mbsstr.c: Renamed from lib/strstr.c.
38453         (mbsstr): Renamed from strstr.
38454         * lib/string_.h (strstr): Remove declaration. Change the conditional
38455         link warning.
38456         (mbsstr): New declaration.
38457         * m4/mbsstr.m4: New file.
38458         * m4/strstr.m4: Remove file.
38459         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
38460         REPLACE_STRSTR.
38461         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
38462         Don't initialize GNULIB_STRSTR.
38463         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
38464         substitute GNULIB_STRSTR and REPLACE_STRSTR.
38465         * MODULES.html.sh (Internationalization functions): Add mbsstr.
38466         (Support for systems lacking ANSI C 89): Remove strstr.
38467
38468 2007-02-04  Bruno Haible  <bruno@clisp.org>
38469
38470         New module mbsrchr.
38471         * modules/mbsrchr: New file.
38472         * lib/mbsrchr.c: New file.
38473         * lib/string_.h (strrchr): Add a conditional link warning.
38474         (mbsrchr): New declaration.
38475         * m4/mbsrchr.m4: New file.
38476         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38477         GNULIB_MBSRCHR.
38478         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
38479         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
38480
38481 2007-02-04  Bruno Haible  <bruno@clisp.org>
38482
38483         New module mbschr.
38484         * modules/mbschr: New file.
38485         * lib/mbschr.c: New file.
38486         * lib/string_.h (strchr): Add a conditional link warning.
38487         (mbschr): New declaration.
38488         * m4/mbschr.m4: New file.
38489         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38490         GNULIB_MBSCHR.
38491         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
38492         * MODULES.html.sh (Internationalization functions): Add mbschr.
38493
38494 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
38495
38496         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
38497
38498         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
38499
38500 2007-02-04  Bruno Haible  <bruno@clisp.org>
38501
38502         New module description section 'configure.ac-early'.
38503         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
38504         (func_get_autoconf_early_snippet): New function.
38505         (func_import, func_create_testdir): Use it. Remove special cases for
38506         modules 'extensions' and 'lock'.
38507         * modules/extensions (configure.ac-early): Require
38508         gl_USE_SYSTEM_EXTENSIONS.
38509         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
38510
38511 2007-02-04  Bruno Haible  <bruno@clisp.org>
38512
38513         Make use of gcj-4.3's -fsource and -ftarget option.
38514         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
38515         and if so try the options -fsource and -ftarget.
38516         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
38517         source_version, ftarget_option, target_version arguments.
38518         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
38519         (is_envjavac_oldgcj_14_14_usable): Renamed from
38520         is_envjavac_gcj_14_14_usable.
38521         (is_envjavac_oldgcj_14_13_usable): Renamed from
38522         is_envjavac_gcj_14_13_usable.
38523         (is_gcj_present): Update.
38524         (is_gcj_43, is_gcj43_usable): New functions.
38525         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
38526         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
38527         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
38528         try the options -fsource and -ftarget.
38529
38530 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38531
38532         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
38533         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
38534         larger value.
38535
38536 2007-02-03  Jim Meyering  <jim@meyering.net>
38537
38538         Give tools a better chance to allocate space for very large buffers.
38539         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
38540
38541         Make pwd and readlink work also when run with an unreadable parent dir
38542         on systems with openat support.
38543         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
38544         provided getcwd function, even when we have openat support.
38545         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
38546
38547 2007-02-02  Bruno Haible  <bruno@clisp.org>
38548
38549         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
38550         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
38551         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
38552         portability problems if one of these functions is only used on specific
38553         platforms.
38554         Reported by Paul Eggert.
38555
38556 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
38557
38558         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
38559         is causing more trouble than it's curing.
38560         * lib/regex_internal.h (__mempcpy): Remove.
38561         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
38562         (and make the code a tad smaller to boot).
38563         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
38564
38565 2007-02-02  Jim Meyering  <jim@meyering.net>
38566
38567         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
38568         section, not in the Makefile.am: one.
38569
38570 2007-02-02  Eric Blake  <ebb9@byu.net>
38571
38572         * lib/strchrnul.c: Always include config.h first.
38573
38574         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
38575         gnulib strstr is not necessary here.
38576
38577 2007-02-02  Simon Josefsson  <simon@josefsson.org>
38578
38579         * m4/socklen.m4: Fix typo.
38580
38581 2007-02-02  Eric Blake  <ebb9@byu.net>
38582
38583         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
38584         * modules/netinet_in (Makefile.am): Likewise.
38585
38586 2007-02-01  Bruno Haible  <bruno@clisp.org>
38587
38588         * lib/string_.h (GL_LINK_WARNING): New macro.
38589         (strcasecmp, strstr, strcasestr): If provided by the system,
38590         conditionally define as a macro that leads to a warning instead of to
38591         an error.
38592         (strncasecmp): Conditionally define as a macro that leads to a warning.
38593
38594 2007-02-01  Karl Berry  <karl@gnu.org>
38595
38596         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
38597
38598 2007-02-01  Bruno Haible  <bruno@clisp.org>
38599
38600         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
38601         renamings.
38602
38603 2007-02-01  Eric Blake  <ebb9@byu.net>
38604
38605         * modules/regex (Depends-on): Revert dependence on mempcpy.
38606         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
38607         module's definition of mempcpy.
38608         Reported by Paul Eggert.
38609
38610 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
38611
38612         * lib/string_.h: If the gnulib module XYZ is not present, undefine
38613         the symbol XYZ before redefining it.  This fixes a problem with
38614         programs that don't use XYZ, when compiled on systems that define
38615         XYZ to something else.
38616
38617 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
38618
38619         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
38620         occurs when "mkdir -m foo" creates a setgid directory that is (1)
38621         writeable to group or other and (2) is intended to have a special
38622         mode bit that is set or cleared.  In such a case, the directory
38623         should be neither group- nor other-writeable until the special
38624         mode bits are right.
38625
38626 2007-01-31  Eric Blake  <ebb9@byu.net>
38627
38628         * modules/mountlist (Depends-on): Add strstr.
38629
38630         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
38631         bug.
38632         * modules/string (Makefile.am): Remove redundant replacement.
38633         * modules/regex (Depends-on): Add mempcpy.
38634
38635 2007-01-31  Bruno Haible  <bruno@clisp.org>
38636
38637         New module description field 'Link'.
38638         * gnulib-tool (func_usage): Document --extract-link-directive.
38639         (sed_extract_prog): Recognize 'Link' directive.
38640         (func_get_link_directive): New function.
38641         (func_import): Show summary of link directives.
38642         Handle --extract-link-directive option.
38643         * modules/acl (Link): New section.
38644         * modules/clock-time (Link): New section.
38645         * modules/euidaccess (Link): New section.
38646         * modules/gettext (Link): New section.
38647         * modules/iconv (Link): New section.
38648         * modules/lock (Link): New section.
38649         * modules/nanosleep (Link): New section.
38650         * modules/readline (Link): New section.
38651
38652 2007-01-27  Bruno Haible  <bruno@clisp.org>
38653
38654         Enforce the use of gnulib modules for unportable <string.h> functions.
38655         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
38656         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
38657         (gl_HEADER_STRING_H_BODY): Require it.
38658         * lib/string_.h: If the gnulib module XYZ is not present, redefine
38659         the symbol XYZ to one that gives a link error.
38660         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
38661         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
38662         * modules/mempcpy (configure.ac): Likewise.
38663         * modules/memrchr (configure.ac): Likewise.
38664         * modules/stpcpy (configure.ac): Likewise.
38665         * modules/stpncpy (configure.ac): Likewise.
38666         * modules/strcase (configure.ac): Likewise.
38667         * modules/strcasestr (configure.ac): Likewise.
38668         * modules/strchrnul (configure.ac): Likewise.
38669         * modules/strdup (configure.ac): Likewise.
38670         * modules/strndup (configure.ac): Likewise.
38671         * modules/strnlen (configure.ac): Likewise.
38672         * modules/strpbrk (configure.ac): Likewise.
38673         * modules/strsep (configure.ac): Likewise.
38674         * modules/strstr (configure.ac): Likewise.
38675         * modules/strtok_r (configure.ac): Likewise.
38676
38677 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
38678
38679         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
38680
38681 2007-01-30  Jim Meyering  <jim@meyering.net>
38682
38683         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
38684
38685 2007-01-29  Bruno Haible  <bruno@clisp.org>
38686
38687         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
38688         * lib/execute.c: Likewise.
38689         * lib/pipe.c: Likewise.
38690         * lib/printf-args.h: Likewise.
38691         * lib/printf-args.c: Likewise.
38692         * lib/printf-parse.c: Likewise.
38693         * lib/vasnprintf.c: Likewise.
38694
38695 2007-01-29  Eric Blake  <ebb9@byu.net>
38696
38697         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
38698         declaration.
38699
38700 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
38701
38702         * lib/strptime.h (strptime): Use 'restrict' for args where
38703         POSIX requires this.
38704         * lib/strptime.c (strptime): Likewise.
38705         Change license notice from LGPL to GPL, since gnulib-tool will
38706         change this as needed.
38707         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
38708         defined.
38709         Include "strptime.h" first, to check interface.
38710         Do not #undef _LIBC and _NL_CURRENT.
38711         Do not include <stdlib.h>; no longer needed.
38712         Include "time_r.h" and declare ptime_locale_status
38713         only if _LIBC is not defined.
38714         (__P): Remove unused macro.
38715         (match_string): Bring back glibc version, but use it only if _LIBC
38716         is defined.
38717         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
38718         Remove unnecessary assertion and abort() call.
38719         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
38720         * m4/strptime.m4: Fix serial number comment.
38721         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
38722         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
38723         (Depends-on): Add time_r.
38724
38725 2007-01-29  Bruno Haible  <bruno@clisp.org>
38726
38727         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
38728         strptime.
38729         * modules/strptime (Depends-on): Add stdbool.
38730         * lib/strptime.h: Include <time.h> always. Add comments.
38731
38732 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
38733
38734         * modules/strptime: New file.
38735         * lib/strptime.h: New file.
38736         * lib/strptime.c: New file.
38737         * m4/strptime.m4: New file.
38738
38739 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
38740
38741         * MODULES.html.sh: New module mpsort.
38742         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
38743
38744         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
38745         a circularity problem with HP-UX ia64 reported by Bob Proulx in
38746         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
38747         All uses changed.
38748         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
38749         All uses changed.
38750         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
38751         to _Restrict_.
38752         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
38753         the parameter matches the prototype.
38754
38755 2007-01-28  Jim Meyering  <jim@meyering.net>
38756
38757         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
38758         sys/time.h here, reverting that part of the previous patch:
38759         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
38760
38761 2007-01-28  Bruno Haible  <bruno@clisp.org>
38762
38763         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
38764         value of $(SYS_TIME_H).
38765         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
38766         remove it conditionally, too. [added by Jim Meyering]
38767         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
38768         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
38769         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
38770         GETTIMEOFDAY_REPLACEMENT to 1.
38771
38772 2007-01-28  Bruno Haible  <bruno@clisp.org>
38773
38774         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
38775         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
38776         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
38777         Set UNISTD_H instead of UNISTD_H2.
38778         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
38779
38780 2007-01-28  Bruno Haible  <bruno@clisp.org>
38781
38782         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
38783         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
38784
38785 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38786
38787         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
38788         (func_create_testdir): Ensure C locale for `grep' and `tr'
38789         character ranges.
38790         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
38791         ACLOCAL_AMFLAGS parsing state machine.
38792
38793 2007-01-27  Bruno Haible  <bruno@clisp.org>
38794
38795         * modules/unistr/base: Update.
38796
38797 2007-01-27  Bruno Haible  <bruno@clisp.org>
38798
38799         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
38800         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
38801         * modules/unistr/u32-mbtouc-unsafe: Renamed from
38802         modules/unistr/u32-mbtouc.
38803         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
38804         * lib/unistr.h: Update.
38805         * lib/linebreak.c: Update.
38806         * modules/unistr/u32-mbtouc: Renamed from
38807         modules/unistr/u32-mbtouc-safe.
38808         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
38809         * lib/unistr.h: Update.
38810         * lib/unistr/u32-to-u8.c: Update.
38811         * lib/unistr/u32-to-u16.c: Update.
38812
38813 2007-01-27  Bruno Haible  <bruno@clisp.org>
38814
38815         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
38816         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
38817         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
38818         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
38819         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
38820         * modules/unistr/u16-mbtouc-unsafe: Renamed from
38821         modules/unistr/u16-mbtouc.
38822         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
38823         * lib/unistr.h: Update.
38824         * lib/linebreak.c: Update.
38825         * modules/linebreak: Update.
38826         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
38827         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
38828         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
38829         * modules/unistr/u16-mbtouc: Renamed from
38830         modules/unistr/u16-mbtouc-safe.
38831         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
38832         * lib/unistr.h: Update.
38833         * lib/unistr/u16-to-u8.c: Update.
38834         * modules/unistr/u16-to-u8: Update.
38835         * lib/unistr/u16-to-u32.c: Update.
38836         * modules/unistr/u16-to-u32: Update.
38837
38838 2007-01-27  Bruno Haible  <bruno@clisp.org>
38839
38840         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
38841         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
38842         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
38843         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
38844         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
38845         * modules/unistr/u8-mbtouc-unsafe: Renamed from
38846         modules/unistr/u8-mbtouc.
38847         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
38848         * lib/unistr.h: Update.
38849         * lib/striconveh.c: Update.
38850         * modules/striconveh: Update.
38851         * lib/linebreak.c: Update.
38852         * modules/linebreak: Update.
38853         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
38854         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
38855         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
38856         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
38857         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
38858         * lib/unistr.h: Update.
38859         * lib/striconveh.c: Update.
38860         * modules/striconveh: Update.
38861         * lib/unistr/u8-to-u16.c: Update.
38862         * modules/unistr/u8-to-u16: Update.
38863         * lib/unistr/u8-to-u32.c: Update.
38864         * modules/unistr/u8-to-u32: Update.
38865
38866 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38867
38868         Sync from Libtool.
38869         * lib/argz.c: Do not include strings.h nor memory.h, include
38870         string.h unconditionally.  Patch by Simon Josefsson.
38871
38872 2007-01-27  Bruno Haible  <bruno@clisp.org>
38873
38874         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
38875         from gl_HEADER_STRING_H_BODY.
38876         (gl_HEADER_STRING_H_BODY): Require it.
38877         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
38878         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
38879         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
38880         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
38881         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
38882         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
38883         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
38884         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
38885         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
38886         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
38887         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
38888         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
38889         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
38890         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
38891         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
38892
38893 2007-01-27  Bruno Haible  <bruno@clisp.org>
38894
38895         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
38896         check_PROGRAMS into noinst_PROGRAMS.
38897         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
38898         check_PROGRAMS in this case.
38899         (func_import): Set for_test to false.
38900         (func_create_testdir): Set for_test to true.
38901
38902 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
38903             Bruno Haible  <bruno@clisp.org>
38904
38905         * modules/strcasestr (Files): Remove lib/strcasestr.h.
38906         (Depends-on): Add string.
38907         (Includes): Use <string.h> instead of strcasestr.h.
38908         * modules/string (Makefile.am): Also substitute the value of
38909         REPLACE_STRCASESTR.
38910         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
38911         assume strcasestr is declared in <string.h> not <strings.h>. Also
38912         set REPLACE_STRCASESTR.
38913         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
38914         REPLACE_STRCASESTR.
38915         * lib/strcasestr.h: Remove file.
38916         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
38917         * lib/string_.h (strcasestr): New declaration.
38918
38919 2007-01-27  Bruno Haible  <bruno@clisp.org>
38920
38921         * lib/string_.h: Use 'extern'.
38922
38923 2007-01-27  Jim Meyering  <jim@meyering.net>
38924
38925         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
38926         of set-but-not-used local, "q".
38927
38928         * lib/mempcpy.c: Include <config.h> before <string.h>.
38929         This fixes a compilation error on HP-UX, due to the system's
38930         "restrict"-using mempcpy prototype.
38931
38932 2007-01-26  Bruno Haible  <bruno@clisp.org>
38933
38934         Small optimization.
38935         * lib/javacomp.c: Include c-strstr.h.
38936          (is_envjavac_gcj): Use c_strstr instead of strstr.
38937         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
38938
38939 2007-01-26  Bruno Haible  <bruno@clisp.org>
38940
38941         * MODULES.html.sh (Unicode string functions): Add the new modules.
38942
38943         * modules/uniconv/u32-strconv-to-locale: New file.
38944         * lib/uniconv/u32-strconv-to-locale.c: New file.
38945
38946         * modules/uniconv/u16-strconv-to-locale: New file.
38947         * lib/uniconv/u16-strconv-to-locale.c: New file.
38948
38949         * modules/uniconv/u8-strconv-to-locale: New file.
38950         * lib/uniconv/u8-strconv-to-locale.c: New file.
38951
38952         * modules/uniconv/u32-strconv-from-locale: New file.
38953         * lib/uniconv/u32-strconv-from-locale.c: New file.
38954
38955         * modules/uniconv/u16-strconv-from-locale: New file.
38956         * lib/uniconv/u16-strconv-from-locale.c: New file.
38957
38958         * modules/uniconv/u8-strconv-from-locale: New file.
38959         * lib/uniconv/u8-strconv-from-locale.c: New file.
38960
38961         * modules/uniconv/u32-strconv-to-enc: New file.
38962         * lib/uniconv/u32-strconv-to-enc.c: New file.
38963         * modules/uniconv/u32-strconv-to-enc-tests: New file.
38964         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
38965
38966         * modules/uniconv/u16-strconv-to-enc: New file.
38967         * lib/uniconv/u16-strconv-to-enc.c: New file.
38968         * lib/uniconv/u-strconv-to-enc.h: New file.
38969         * modules/uniconv/u16-strconv-to-enc-tests: New file.
38970         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
38971
38972         * modules/uniconv/u8-strconv-to-enc: New file.
38973         * lib/uniconv/u8-strconv-to-enc.c: New file.
38974         * modules/uniconv/u8-strconv-to-enc-tests: New file.
38975         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
38976
38977         * modules/uniconv/u32-strconv-from-enc: New file.
38978         * lib/uniconv/u32-strconv-from-enc.c: New file.
38979         * modules/uniconv/u32-strconv-from-enc-tests: New file.
38980         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
38981
38982         * modules/uniconv/u16-strconv-from-enc: New file.
38983         * lib/uniconv/u16-strconv-from-enc.c: New file.
38984         * modules/uniconv/u16-strconv-from-enc-tests: New file.
38985         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
38986
38987         * modules/uniconv/u8-strconv-from-enc: New file.
38988         * lib/uniconv/u8-strconv-from-enc.c: New file.
38989         * lib/uniconv/u-strconv-from-enc.h: New file.
38990         * modules/uniconv/u8-strconv-from-enc-tests: New file.
38991         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
38992
38993         * modules/uniconv/u32-conv-from-enc: New file.
38994         * lib/uniconv/u32-conv-from-enc.c: New file.
38995         * modules/uniconv/u32-conv-from-enc-tests: New file.
38996         * tests/uniconv/test-u32-conv-from-enc.c: New file.
38997
38998         * modules/uniconv/u16-conv-from-enc: New file.
38999         * lib/uniconv/u16-conv-from-enc.c: New file.
39000         * lib/uniconv/u-conv-from-enc.h: New file.
39001         * modules/uniconv/u16-conv-from-enc-tests: New file.
39002         * tests/uniconv/test-u16-conv-from-enc.c: New file.
39003
39004         * modules/uniconv/u8-conv-from-enc: New file.
39005         * lib/uniconv/u8-conv-from-enc.c: New file.
39006         * modules/uniconv/u8-conv-from-enc-tests: New file.
39007         * tests/uniconv/test-u8-conv-from-enc.c: New file.
39008
39009         * modules/uniconv/base: New file.
39010         * lib/uniconv.h: New file.
39011
39012 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
39013
39014         * doc/gnulib-tool.texi (Initial import): Update to match current
39015         behavior with strdup module.
39016         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
39017         * lib/memmem.h: Remove; all uses removed.  This is now done
39018         by <string.h>.
39019         * lib/mempcpy.h: Likewise.
39020         * lib/memrchr.h: Likewise.
39021         * lib/stpcpy.h: Likewise.
39022         * lib/stpncpy.h: Likewise.
39023         * lib/strcase.h: Likewise.
39024         * lib/strchrnul.h: Likewise.
39025         * lib/strdup.h: Likewise.
39026         * lib/strndup.h: Likewise.
39027         * lib/strnlen.h: Likewise.
39028         * lib/strpbrk.h: Likewise.
39029         * lib/strsep.h: Likewise.
39030         * lib/strstr.h: Likewise.
39031         * lib/strtok_r.h: Likewise.
39032         * lib/string_.h: New file.
39033         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
39034         Rely on <string.h> instead.
39035         * lib/canon-host.c: Likewise.
39036         * lib/chdir-long.c: Likewise.
39037         * lib/concatpath.c: Likewise.
39038         * lib/exclude.c: Likewise.
39039         * lib/fchdir.c: Likewise.
39040         * lib/getaddrinfo.c: Likewise.
39041         * lib/getcwd.c: Likewise.
39042         * lib/getsubopt.c: Likewise.
39043         * lib/glob.c: Likewise.
39044         * lib/hard-locale.c: Likewise.
39045         * lib/iconvme.c: Likewise.
39046         * lib/javacomp.c: Likewise.
39047         * lib/mempcpy.c: Likewise.
39048         * lib/memrchr.c: Likewise.
39049         * lib/regex_internal.h: Likewise.
39050         * lib/stpncpy.c: Likewise.
39051         * lib/strcasecmp.c: Likewise.
39052         * lib/strchrnul.c: Likewise.
39053         * lib/strdup.c: Likewise.
39054         * lib/striconv.c: Likewise.
39055         * lib/striconveh.c: Likewise.
39056         * lib/striconveha.c: Likewise.
39057         * lib/strncasecmp.c: Likewise.
39058         * lib/strndup.c: Likewise.
39059         * lib/strnlen.c: Likewise.
39060         * lib/strsep.c: Likewise.
39061         * lib/strstr.c: Likewise.
39062         * lib/strtok_r.c: Likewise.
39063         * lib/userspec.c: Likewise.
39064         * lib/w32spawn.h: Likewise.
39065         * lib/xstrndup.c: Likewise.
39066         * lib/mountlist.c (strstr): Remove decl.
39067         * m4/string_h.m4: New file.
39068         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
39069         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
39070         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
39071         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
39072         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
39073         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
39074         Set REPLACE_STRCASECMP if necessary.
39075         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
39076         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
39077         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
39078         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
39079         HAVE_DECL_STRDUP if necessary.
39080         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
39081         since gl_FUNC_STRNDUP does that now.
39082         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
39083         Check for decl here...
39084         (gl_PREREQ_STRNLEN): ... not here.
39085         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
39086         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
39087         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
39088         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
39089         necessary.
39090         * modules/string: New file.
39091         * modules/memmem (Files): Remove special-purpose include file.
39092         (Depends-on): Add string.
39093         (Include): Include <string.h>, not the removed file.
39094         * modules/mempcpy: Likewise.
39095         * modules/memrchr: Likewise.
39096         * modules/stpcpy: Likewise.
39097         * modules/stpncpy: Likewise.
39098         * modules/strcase: Likewise.
39099         * modules/strchrnul: Likewise.
39100         * modules/strdup: Likewise.
39101         * modules/strndup: Likewise.
39102         * modules/strnlen: Likewise.
39103         * modules/strpbrk: Likewise.
39104         * modules/strsep: Likewise.
39105         * modules/strstr: Likewise.
39106         * modules/strtok_r: Likewise.
39107         * tests/test-dirname.c: Don't include "strdup.h", since
39108         <string.h> now suffices.
39109         * tests/test-memmem.c: Don't include "memmem.h", since
39110         <string.h> now suffices.
39111
39112 2007-01-25  Bruno Haible  <bruno@clisp.org>
39113
39114         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
39115         *resultp is 0.
39116
39117         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
39118         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
39119         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
39120         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
39121
39122         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
39123         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
39124         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
39125         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
39126         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
39127         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
39128
39129 2007-01-24  Bruno Haible  <bruno@clisp.org>
39130
39131         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
39132         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
39133         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
39134         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
39135         gl_FUNC_FTS_CORE.
39136         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
39137         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
39138         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39139         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
39140         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
39141         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
39142         gl_FUNC_FCHOWNAT.
39143         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
39144         gl_FUNC_STRFTIME.
39145         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
39146         Reported by Ralf Wildenhues.
39147
39148 2007-01-24  Bruno Haible  <bruno@clisp.org>
39149
39150         Drop AC_REQUIRE calls that are redundant with the module dependencies.
39151         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
39152         gl_GETADDRINFO.
39153         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
39154         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
39155         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
39156
39157 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
39158
39159         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
39160         Don't use 'exit'; just return from 'main'.
39161         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
39162
39163         * lib/fnmatch_.h: Readjust white space and comments to match
39164         glibc, to avoid spurious diffs.
39165
39166 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39167
39168         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
39169         2004-12-01 change by Jakub Jelinek, since this code won't compile
39170         if !LIBC.  Problem reported by Bob Proulx.
39171
39172 2007-01-23  Bruno Haible  <bruno@clisp.org>
39173
39174         * lib/striconveh.c: Include c-strcaseeq.h.
39175         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
39176         * modules/striconveh (Depends-on): Add c-strcaseeq.
39177
39178 2007-01-23  Bruno Haible  <bruno@clisp.org>
39179
39180         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
39181
39182         * modules/c-strcaseeq: New file.
39183         * lib/c-strcaseeq.h: New file.
39184
39185         * modules/streq: New file.
39186         * lib/streq.h: New file.
39187
39188 2007-01-23  Bruno Haible  <bruno@clisp.org>
39189
39190         * modules/striconveha-tests: New file.
39191         * tests/test-striconveha.c: New file.
39192
39193         * lib/striconveha.h: Include <stdbool.h>.
39194         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
39195         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
39196         (mem_iconveha_notranslit): Renamed from mem_iconveha.
39197         (mem_iconveha): New function.
39198         (str_iconveha_notranslit): Renamed from str_iconveha.
39199         (str_iconveha): New function.
39200         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
39201         c-strcase.
39202
39203 2007-01-23  Bruno Haible  <bruno@clisp.org>
39204
39205         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
39206         encodings without forgiving before trying any encoding with handler.
39207         (str_iconveha): Try all encodings without forgiving before trying any
39208         encoding with handler.
39209
39210 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39211
39212         Import the following changes from libc.
39213
39214         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
39215
39216         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
39217
39218         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
39219
39220         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
39221         normal_bracket label.
39222
39223         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
39224
39225         [BZ #361]
39226         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
39227         to normal_bracket after fetching the next character.
39228
39229 2007-01-22  Bruno Haible  <bruno@clisp.org>
39230
39231         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
39232         argument.
39233         * lib/striconveh.c (iconv_carefully_1): New function.
39234         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
39235         argument.
39236         (str_cd_iconveh): Update.
39237         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
39238         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
39239         * tests/test-striconveh.c (MAGIC): New macro.
39240         (new_offsets): New function.
39241         (main): Test call with and without offsets.
39242
39243 2007-01-22  Bruno Haible  <bruno@clisp.org>
39244
39245         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
39246         * modules/sys_select (Makefile.am): Likewise.
39247         * modules/sys_socket (Makefile.am): Likewise.
39248         * modules/sys_time (Makefile.am): Likewise.
39249
39250 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
39251
39252         * modules/gettimeofday (License): Change from GPL to LGPL, since
39253         gettimeofday is a library function.
39254
39255 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39256
39257         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
39258
39259 2007-01-21  Bruno Haible  <bruno@clisp.org>
39260
39261         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
39262
39263 2007-01-21  Bruno Haible  <bruno@clisp.org>
39264
39265         * modules/striconveha: New file.
39266         * lib/striconveha.h: New file.
39267         * lib/striconveha.c: New file.
39268         * MODULES.html.sh (Internationalization functions): Add striconveha.
39269         * lib/striconv.c (str_iconv): Optimize the case of an empty input
39270         string.
39271         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
39272
39273 2007-01-21  Bruno Haible  <bruno@clisp.org>
39274
39275         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
39276         * lib/striconveh.c (str_iconveh): Likewise.
39277
39278 2007-01-21  Bruno Haible  <bruno@clisp.org>
39279
39280         * lib/striconveh.h (mem_iconveh): New declaration.
39281         * lib/striconveh.c (mem_iconveh): New function.
39282         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
39283
39284 2007-01-21  Bruno Haible  <bruno@clisp.org>
39285
39286         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
39287
39288         * lib/striconveh.h (mem_cd_iconveh): Change specification.
39289         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
39290         original result buffer.
39291         (str_cd_iconveh): Update.
39292         * tests/test-striconveh.c (main): Update.
39293
39294         * lib/striconv.h (mem_cd_iconv): Change specification.
39295         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
39296         result buffer.
39297         (str_cd_iconv): Update.
39298         * tests/test-striconv.c (main): Update.
39299
39300 2007-01-21  Bruno Haible  <bruno@clisp.org>
39301
39302         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
39303
39304 2007-01-20  Jim Meyering  <jim@meyering.net>
39305
39306         * lib/userspec.c (parse_with_separator): If a user or group string
39307         starts with "+", skip the corresponding name-to-ID look-up, since
39308         such a look-up must fail: user and group names may not include "+".
39309
39310 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
39311
39312         * lib/poll.c: Include sys/time.h and time.h unconditionally,
39313         since we now assume the sys_time module.
39314         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
39315         check for sys/time.h; no longer needed.
39316         * modules/poll (Depends-on): Depend on sys_time.
39317
39318 2007-01-18  Bruno Haible  <bruno@clisp.org>
39319
39320         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
39321         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39322
39323         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
39324         gettimeofday.
39325
39326         * tests/test-gettimeofday.c: Include <time.h>.
39327         (dummy): Remove variable.
39328
39329         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
39330         gl_HEADER_SYS_TIME_H.
39331         (gl_HEADER_SYS_TIME_H): New macro.
39332
39333         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
39334         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39335         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
39336         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
39337         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39338         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
39339         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
39340         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39341         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
39342         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
39343         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39344
39345         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
39346         last change; it caused a compilation error when cross-compiling to
39347         Cygwin.
39348
39349 2007-01-18  Jim Meyering  <jim@meyering.net>
39350
39351         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
39352         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
39353         than the race-prone "test -d sys || mkdir sys".
39354         (configure.ac): Use AC_PROG_MKDIR_P.
39355         * modules/sys_select: Likewise.
39356         * modules/sys_socket: Likewise.
39357         * modules/sys_time: Likewise.
39358
39359 2007-01-18  Eric Blake  <ebb9@byu.net>
39360
39361         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
39362         replace gettimeofday.
39363         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
39364         name, to avoid infinite recursion.
39365
39366 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
39367
39368         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
39369         module sys_time.
39370         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
39371         assume timespec.h defines struct timeval.
39372         * lib/settime.c: Likewise.
39373         * lib/utimens.c: Likewise.
39374         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
39375         since we now assume the gettimeofday module.
39376         * lib/tempname.c (__gen_tempname): Likewise.
39377         * lib/gettimeofday.h: Remove.
39378         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
39379         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
39380         Include <time.h>, for 'time()'.
39381         (localtime_buffer_addr): Also use this workaround if
39382         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
39383         to simplify the uses.  All uses changed.
39384         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
39385         that #undef is inside {}, and 'const' follows type name consistently.
39386         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
39387         (gettimeofday): Do not use the maximum possible value for
39388         tv->tv_usec, since that might break usages other than ls.c.
39389         Instead, we'll leave ls.c alone.  This undoes today's patch
39390         by Bruno.  Add a compile-time warning for 1s-clock resolution;
39391         we've never observed the problem but might as well keep the
39392         canary.
39393         * lib/nanosleep.c: Include timespec.h first, for interface check.
39394         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
39395         now assume the sys_time module.
39396         * lib/tempname.c: Likewise.
39397         * lib/timespec.h: Likewise.
39398         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
39399         needed.
39400         * lib/strftime.c: Likewise.
39401         * lib/timespec.h: Likewise.
39402         * lib/posixtm.c: Include posixtm.h first, for interface check.
39403         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
39404         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
39405         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
39406         * lib/sys_time_.h: New file.
39407         * lib/timespec.h (struct timespec): Use long int, not long.
39408         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
39409         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
39410         Remove obsolescent call to AC_HEADER_TIME.
39411         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
39412         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
39413         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39414         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
39415         Likewise.
39416         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
39417         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
39418         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
39419         into the sys_time module.  Check for gettimeofday just once.
39420         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
39421         for gettimeofday signature to just check the signature.  Merely
39422         compile it, since linking doesn't test signature.  Improve test for
39423         whether gettimeofday.o is actually needed.
39424         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
39425         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
39426         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
39427         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39428         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
39429         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
39430         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
39431         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
39432         than worrying about sys/time.h.
39433         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
39434         Don't bother worrying about TIME_WITH_SYS_TIME.
39435         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
39436         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
39437         * m4/sys_time_h.m4: New file.
39438         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
39439         Don't include sys/time.h.  Return from main rather than exiting.
39440         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
39441         all uses changed.
39442         * modules/gethrxtime (Depends-on): Add sys_time.
39443         * modules/gettime (Depends-on): Likewise.
39444         * modules/gettimeofday (Depends-on): Likewise.
39445         * modules/nanosleep (Depends-on): Likewise.
39446         * modules/settime (Depends-on): Likewise.
39447         * modules/tempname (Depends-on): Likewise.
39448         * modules/utimens (Depends-on): Likewise.
39449         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
39450         (Include:) Change back to <sys/time.h>.
39451         (Maintainer:) Add self.
39452         * modules/sys_time: New file.
39453         * modules/tempname (Depends-on): Add gettimeofday.
39454         * tests/test-gettimeofday.c: Include <sys/time.h>
39455         rather than gettimeofday.h.
39456
39457 2007-01-17  Bruno Haible  <bruno@clisp.org>
39458
39459         * gnulib-tool (func_get_license): Revert last patch. Instead, let
39460         the license default to GPL.
39461         (func_create_testdir): Don't complain if a module is LGPL and its
39462         tests module depends on GPLed modules.
39463
39464 2007-01-17  Bruno Haible  <bruno@clisp.org>
39465
39466         * lib/gettimeofday.c (gettimeofday): Add code for the case
39467         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
39468         maximum possible value for tv->tv_usec, rather than the minimum one.
39469
39470 2005-10-08  Martin Lambers  <marlam@marlam.de>
39471 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
39472 2007-01-16  Bruno Haible  <bruno@clisp.org>
39473
39474         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
39475         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
39476         gl_FUNC_GETTIMEOFDAY.
39477         (Include): Add gettimeofday.h.
39478         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
39479         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
39480         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
39481         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
39482         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
39483         * lib/gettimeofday.h: New file.
39484         * lib/gettimeofday.c: Include <sys/timeb.h>.
39485         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
39486         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39487         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
39488         fall back on time().
39489
39490         * tests/test-gettimeofday.c: New file.
39491         * modules/gettimeofday-tests: New file.
39492
39493 2007-01-16  Eric Blake  <ebb9@byu.net>
39494
39495         * modules/fnmatch (Depends-on): Depend on wchar.
39496         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
39497         * m4/fnmatch.m4: Likewise.
39498         * modules/mbchar (Makefile.am): Assume <wchar.h>.
39499         * m4/mbchar.m4: Likewise.
39500         * modules/mbswidth (Depends-on): Depend on wchar.
39501         * lib/mbswidth.c: Assume <wchar.h>.
39502         * m4/mbswidth.m4: Likewise.
39503         * modules/quotearg (Depends-on): Depend on wchar.
39504         * lib/quotearg.c: Assume <wchar.h>.
39505         * m4/quotearg.m4: Likewise.
39506         * modules/regex (Depends-on): Depend on wchar.
39507         * lib/regex_internal.h: Assume <wchar.h>.
39508         * m4/regex.m4: Likewise.
39509         * modules/stdint (Depends-on): Depend on wchar.
39510         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
39511         * m4/stdint.m4: Likewise.
39512         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
39513         * modules/strftime (Depends-on): Depend on wchar.
39514         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
39515         * modules/strtol (Depends-on): Depend on wchar.
39516         * lib/strtol.c: Assume <wchar.h>.
39517         * modules/wcwidth (Depends-on): Depend on wchar.
39518         * lib/wcwidth.h: Assume <wchar.h>.
39519         * m4/wcwidth.m4: Likewise.
39520
39521 2007-01-16  Bruno Haible  <bruno@clisp.org>
39522
39523         * modules/csharpexec-script: New, created from...
39524         * modules/csharpexec: ... this.
39525
39526 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
39527
39528         * modules/javaexec-script: New, created from...
39529         * modules/javaexec: ... this.
39530
39531 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39532
39533         * modules/poll (Dependencies): Add sys_select.
39534
39535 2007-01-15  Jim Meyering  <jim@meyering.net>
39536
39537         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
39538         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
39539         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
39540         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
39541
39542 2007-01-15  Bruno Haible  <bruno@clisp.org>
39543
39544         * modules/striconveh: New file.
39545         * lib/striconveh.h: New file.
39546         * lib/striconveh.c: New file.
39547         * MODULES.html.sh (Internationalization functions): Add striconveh.
39548
39549         * modules/striconveh-tests: New file.
39550         * tests/test-striconveh.c: New file.
39551
39552 2007-01-15  Bruno Haible  <bruno@clisp.org>
39553
39554         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
39555         not from GNU libiconv or GNU libc.
39556
39557 2007-01-15  Bruno Haible  <bruno@clisp.org>
39558
39559         * doc/gnulib-intro.texi (Copyright): Explain the different license
39560         terms for module descriptions, autoconf macros, tests, documentation.
39561
39562 2007-01-14  Bruno Haible  <bruno@clisp.org>
39563
39564         * modules/striconv-tests: New file.
39565         * tests/test-striconv.c: New file.
39566
39567 2007-01-14  Bruno Haible  <bruno@clisp.org>
39568
39569         * modules/iconv-tests: New file.
39570         * tests/test-iconv.c: New file.
39571
39572 2007-01-14  Bruno Haible  <bruno@clisp.org>
39573
39574         * gnulib-tool (func_get_license): For test modules, use the license of
39575         the main module.
39576
39577 2007-01-14  Bruno Haible  <bruno@clisp.org>
39578
39579         * modules/iconv (Include): Clarify that <iconv.h> can only be included
39580         if iconv is found to exist.
39581
39582 2007-01-14  Bruno Haible  <bruno@clisp.org>
39583
39584         * modules/c-ctype-tests: New file.
39585         * tests/test-c-ctype.c: New file.
39586
39587 2007-01-14  Bruno Haible  <bruno@clisp.org>
39588
39589         * modules/binary-io-tests: New file.
39590         * tests/test-binary-io.sh: New file.
39591         * tests/test-binary-io.c: New file.
39592
39593 2007-01-14  Bruno Haible  <bruno@clisp.org>
39594
39595         * modules/array-oset-tests: New file.
39596         * tests/test-array_oset.c: New file.
39597
39598 2007-01-14  Bruno Haible  <bruno@clisp.org>
39599
39600         * modules/array-list-tests: New file.
39601         * tests/test-array_list.c: New file.
39602
39603 2007-01-14  Bruno Haible  <bruno@clisp.org>
39604
39605         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
39606         and make.
39607         Reported by Simon Josefsson in
39608         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
39609
39610 2007-01-14  Bruno Haible  <bruno@clisp.org>
39611
39612         * modules/allocsa-tests: New file.
39613         * tests/test-allocsa.c: New file.
39614
39615 2007-01-14  Bruno Haible  <bruno@clisp.org>
39616
39617         * modules/fchdir (Depends-on): Add absolute-header.
39618         * modules/unistd (Depends-on): Likewise.
39619
39620 2006-12-30  Bruno Haible  <bruno@clisp.org>
39621
39622         * modules/fchdir: New file.
39623         * modules/unistd (Files): Add lib/unistd_.h.
39624         (Makefile.am): Generate unistd.h from unistd_.h.
39625         * lib/fchdir.c: New file.
39626         * lib/dirent_.h: New file.
39627         * lib/unistd_.h: New file.
39628         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
39629         * m4/fchdir.m4: New file.
39630         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
39631         (gl_HEADER_UNISTD): Invoke it.
39632         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
39633         function.
39634         * lib/backupfile.c (opendir, closedir): Undefine.
39635         * lib/chown.c (open, close): Undefine.
39636         * lib/clean-temp.c (open, close): Undefine.
39637         * lib/copy-file.c (open, close): Undefine.
39638         * lib/execute.c (open, close): Undefine.
39639         * lib/fsusage.c (open, close): Undefine.
39640         * lib/gc-gnulib.c (open, close): Undefine.
39641         * lib/getcwd.c (opendir, closedir): Undefine.
39642         * lib/glob.c (opendir, closedir): Undefine.
39643         * lib/javacomp.c (open, close): Undefine.
39644         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
39645         * lib/openat-proc.c (open, close): Undefine.
39646         * lib/pagealign_alloc.c (open, close): Undefine.
39647         * lib/pipe.c (open, close): Undefine.
39648         * lib/progreloc.c (open, close): Undefine.
39649         * lib/savedir.c (opendir, closedir): Undefine.
39650         * lib/utime.c (open, close): Undefine.
39651         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
39652
39653 2007-01-10  Bruno Haible  <bruno@clisp.org>
39654
39655         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
39656
39657 2007-01-12  Eric Blake  <ebb9@byu.net>
39658
39659         Provide a robust <wchar.h>.  Further simplifications are now
39660         possible in other modules, but not included here.
39661         * modules/wchar: New module.
39662         * m4/wchar.m4: New file.
39663         * lib/wchar_.h: Likewise.
39664         * modules/mbchar (Depends-on): Depend on wchar, as the first use
39665         of the new module.
39666         * MODULES.html.sh (Extended multibyte and wide character utilities):
39667         New section.
39668
39669 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
39670
39671         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
39672         to a reasonable default for memory allocation.
39673         (xreadlink): Don't allocate a huge buffer, to work around a buggy
39674         file system that reports garbage st_size values for symlinks.
39675         Problem reported by Liyang Hu.
39676
39677 2007-01-11  Simon Josefsson  <simon@josefsson.org>
39678
39679         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
39680         Emacs .#* auto-save files).
39681
39682 2007-01-11  Bruno Haible  <bruno@clisp.org>
39683
39684         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
39685         directory.
39686
39687 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
39688
39689         Use @...@ consistently in lib/wctype_.h.
39690         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
39691         on it being set to 1 or 0.
39692         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
39693         go back to AC_SUBSTing it.
39694         * modules/wctype (Makefile.am): Undo previous change.
39695
39696 2007-01-10  Eric Blake  <ebb9@byu.net>
39697
39698         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
39699         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
39700         * modules/wctype (Makefile.am): Likewise.
39701         Reported by Chris McGuire.
39702
39703 2007-01-10  Jim Meyering  <jim@meyering.net>
39704
39705         fts.c: a small readability/maintainability improvement
39706         * lib/fts.c (fts_read): Make this code slightly more readable and
39707         maintainable by hoisting the "sp->fts_cur = p" assignments to
39708         immediately follow the statements that set P.  Derived from
39709         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
39710
39711 2007-01-10  Eric Blake  <ebb9@byu.net>
39712
39713         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
39714         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
39715         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
39716         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
39717         Reported by Chris McGuire.
39718
39719 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39720
39721         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
39722         in sed script.
39723
39724 2007-01-09  Bruno Haible  <bruno@clisp.org>
39725
39726         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
39727         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
39728         variables.
39729         (func_module): Use them.
39730
39731 2007-01-09  Bruno Haible  <bruno@clisp.org>
39732
39733         * modules/unistr/base: New file.
39734         * lib/unistr.h: New file.
39735
39736         * modules/unistr/u8-to-u16: New file.
39737         * lib/unistr/u8-to-u16.c: New file.
39738
39739         * modules/unistr/u8-to-u32: New file.
39740         * lib/unistr/u8-to-u32.c: New file.
39741
39742         * modules/unistr/u16-to-u8: New file.
39743         * lib/unistr/u16-to-u8.c: New file.
39744
39745         * modules/unistr/u16-to-u32: New file.
39746         * lib/unistr/u16-to-u32.c: New file.
39747
39748         * modules/unistr/u32-to-u8: New file.
39749         * lib/unistr/u32-to-u8.c: New file.
39750
39751         * modules/unistr/u32-to-u16: New file.
39752         * lib/unistr/u32-to-u16.c: New file.
39753
39754         * modules/unistr/u8-check: New file.
39755         * modules/unistr/u16-check: New file.
39756         * modules/unistr/u32-check: New file.
39757         * lib/unistr/u8-check.c: New file.
39758         * lib/unistr/u16-check.c: New file.
39759         * lib/unistr/u32-check.c: New file.
39760
39761         * modules/unistr/u8-chr: New file.
39762         * modules/unistr/u16-chr: New file.
39763         * modules/unistr/u32-chr: New file.
39764         * lib/unistr/u8-chr.c: New file.
39765         * lib/unistr/u16-chr.c: New file.
39766         * lib/unistr/u32-chr.c: New file.
39767
39768         * modules/unistr/u8-cmp: New file.
39769         * modules/unistr/u16-cmp: New file.
39770         * modules/unistr/u32-cmp: New file.
39771         * lib/unistr/u8-cmp.c: New file.
39772         * lib/unistr/u16-cmp.c: New file.
39773         * lib/unistr/u32-cmp.c: New file.
39774
39775         * modules/unistr/u8-cpy: New file.
39776         * modules/unistr/u16-cpy: New file.
39777         * modules/unistr/u32-cpy: New file.
39778         * lib/unistr/u8-cpy.c: New file.
39779         * lib/unistr/u16-cpy.c: New file.
39780         * lib/unistr/u32-cpy.c: New file.
39781         * lib/unistr/u-cpy.h: New file.
39782
39783         * modules/unistr/u8-cpy-alloc: New file.
39784         * modules/unistr/u16-cpy-alloc: New file.
39785         * modules/unistr/u32-cpy-alloc: New file.
39786         * lib/unistr/u8-cpy-alloc.c: New file.
39787         * lib/unistr/u16-cpy-alloc.c: New file.
39788         * lib/unistr/u32-cpy-alloc.c: New file.
39789         * lib/unistr/u-cpy-alloc.h: New file.
39790
39791         * modules/unistr/u8-endswith: New file.
39792         * modules/unistr/u16-endswith: New file.
39793         * modules/unistr/u32-endswith: New file.
39794         * lib/unistr/u8-endswith.c: New file.
39795         * lib/unistr/u16-endswith.c: New file.
39796         * lib/unistr/u32-endswith.c: New file.
39797         * lib/unistr/u-endswith.h: New file.
39798
39799         * modules/unistr/u8-mblen: New file.
39800         * modules/unistr/u16-mblen: New file.
39801         * modules/unistr/u32-mblen: New file.
39802         * lib/unistr/u8-mblen.c: New file.
39803         * lib/unistr/u16-mblen.c: New file.
39804         * lib/unistr/u32-mblen.c: New file.
39805
39806         * modules/unistr/u8-mbtouc: New file.
39807         * modules/unistr/u16-mbtouc: New file.
39808         * modules/unistr/u32-mbtouc: New file.
39809         * lib/unistr/u8-mbtouc.c: New file.
39810         * lib/unistr/u16-mbtouc.c: New file.
39811         * lib/unistr/u32-mbtouc.c: New file.
39812
39813         * modules/unistr/u8-mbtouc-safe: New file.
39814         * modules/unistr/u16-mbtouc-safe: New file.
39815         * modules/unistr/u32-mbtouc-safe: New file.
39816         * lib/unistr/u8-mbtouc-safe.c: New file.
39817         * lib/unistr/u16-mbtouc-safe.c: New file.
39818         * lib/unistr/u32-mbtouc-safe.c: New file.
39819
39820         * modules/unistr/u8-move: New file.
39821         * modules/unistr/u16-move: New file.
39822         * modules/unistr/u32-move: New file.
39823         * lib/unistr/u8-move.c: New file.
39824         * lib/unistr/u16-move.c: New file.
39825         * lib/unistr/u32-move.c: New file.
39826         * lib/unistr/u-move.h: New file.
39827
39828         * modules/unistr/u8-next: New file.
39829         * modules/unistr/u16-next: New file.
39830         * modules/unistr/u32-next: New file.
39831         * lib/unistr/u8-next.c: New file.
39832         * lib/unistr/u16-next.c: New file.
39833         * lib/unistr/u32-next.c: New file.
39834
39835         * modules/unistr/u8-prev: New file.
39836         * modules/unistr/u16-prev: New file.
39837         * modules/unistr/u32-prev: New file.
39838         * lib/unistr/u8-prev.c: New file.
39839         * lib/unistr/u16-prev.c: New file.
39840         * lib/unistr/u32-prev.c: New file.
39841
39842         * modules/unistr/u8-set: New file.
39843         * modules/unistr/u16-set: New file.
39844         * modules/unistr/u32-set: New file.
39845         * lib/unistr/u8-set.c: New file.
39846         * lib/unistr/u16-set.c: New file.
39847         * lib/unistr/u32-set.c: New file.
39848         * lib/unistr/u-set.h: New file.
39849
39850         * modules/unistr/u8-startswith: New file.
39851         * modules/unistr/u16-startswith: New file.
39852         * modules/unistr/u32-startswith: New file.
39853         * lib/unistr/u8-startswith.c: New file.
39854         * lib/unistr/u16-startswith.c: New file.
39855         * lib/unistr/u32-startswith.c: New file.
39856         * lib/unistr/u-startswith.h: New file.
39857
39858         * modules/unistr/u8-stpcpy: New file.
39859         * modules/unistr/u16-stpcpy: New file.
39860         * modules/unistr/u32-stpcpy: New file.
39861         * lib/unistr/u8-stpcpy.c: New file.
39862         * lib/unistr/u16-stpcpy.c: New file.
39863         * lib/unistr/u32-stpcpy.c: New file.
39864         * lib/unistr/u-stpcpy.h: New file.
39865
39866         * modules/unistr/u8-stpncpy: New file.
39867         * modules/unistr/u16-stpncpy: New file.
39868         * modules/unistr/u32-stpncpy: New file.
39869         * lib/unistr/u8-stpncpy.c: New file.
39870         * lib/unistr/u16-stpncpy.c: New file.
39871         * lib/unistr/u32-stpncpy.c: New file.
39872         * lib/unistr/u-stpncpy.h: New file.
39873
39874         * modules/unistr/u8-strcat: New file.
39875         * modules/unistr/u16-strcat: New file.
39876         * modules/unistr/u32-strcat: New file.
39877         * lib/unistr/u8-strcat.c: New file.
39878         * lib/unistr/u16-strcat.c: New file.
39879         * lib/unistr/u32-strcat.c: New file.
39880         * lib/unistr/u-strcat.h: New file.
39881
39882         * modules/unistr/u8-strchr: New file.
39883         * modules/unistr/u16-strchr: New file.
39884         * modules/unistr/u32-strchr: New file.
39885         * lib/unistr/u8-strchr.c: New file.
39886         * lib/unistr/u16-strchr.c: New file.
39887         * lib/unistr/u32-strchr.c: New file.
39888
39889         * modules/unistr/u8-strcmp: New file.
39890         * modules/unistr/u16-strcmp: New file.
39891         * modules/unistr/u32-strcmp: New file.
39892         * lib/unistr/u8-strcmp.c: New file.
39893         * lib/unistr/u16-strcmp.c: New file.
39894         * lib/unistr/u32-strcmp.c: New file.
39895
39896         * modules/unistr/u8-strcpy: New file.
39897         * modules/unistr/u16-strcpy: New file.
39898         * modules/unistr/u32-strcpy: New file.
39899         * lib/unistr/u8-strcpy.c: New file.
39900         * lib/unistr/u16-strcpy.c: New file.
39901         * lib/unistr/u32-strcpy.c: New file.
39902         * lib/unistr/u-strcpy.h: New file.
39903
39904         * modules/unistr/u8-strcspn: New file.
39905         * modules/unistr/u16-strcspn: New file.
39906         * modules/unistr/u32-strcspn: New file.
39907         * lib/unistr/u8-strcspn.c: New file.
39908         * lib/unistr/u16-strcspn.c: New file.
39909         * lib/unistr/u32-strcspn.c: New file.
39910         * lib/unistr/u-strcspn.h: New file.
39911
39912         * modules/unistr/u8-strdup: New file.
39913         * modules/unistr/u16-strdup: New file.
39914         * modules/unistr/u32-strdup: New file.
39915         * lib/unistr/u8-strdup.c: New file.
39916         * lib/unistr/u16-strdup.c: New file.
39917         * lib/unistr/u32-strdup.c: New file.
39918         * lib/unistr/u-strdup.h: New file.
39919
39920         * modules/unistr/u8-strlen: New file.
39921         * modules/unistr/u16-strlen: New file.
39922         * modules/unistr/u32-strlen: New file.
39923         * lib/unistr/u8-strlen.c: New file.
39924         * lib/unistr/u16-strlen.c: New file.
39925         * lib/unistr/u32-strlen.c: New file.
39926         * lib/unistr/u-strlen.h: New file.
39927
39928         * modules/unistr/u8-strmblen: New file.
39929         * modules/unistr/u16-strmblen: New file.
39930         * modules/unistr/u32-strmblen: New file.
39931         * lib/unistr/u8-strmblen.c: New file.
39932         * lib/unistr/u16-strmblen.c: New file.
39933         * lib/unistr/u32-strmblen.c: New file.
39934
39935         * modules/unistr/u8-strmbtouc: New file.
39936         * modules/unistr/u16-strmbtouc: New file.
39937         * modules/unistr/u32-strmbtouc: New file.
39938         * lib/unistr/u8-strmbtouc.c: New file.
39939         * lib/unistr/u16-strmbtouc.c: New file.
39940         * lib/unistr/u32-strmbtouc.c: New file.
39941
39942         * modules/unistr/u8-strncat: New file.
39943         * modules/unistr/u16-strncat: New file.
39944         * modules/unistr/u32-strncat: New file.
39945         * lib/unistr/u8-strncat.c: New file.
39946         * lib/unistr/u16-strncat.c: New file.
39947         * lib/unistr/u32-strncat.c: New file.
39948         * lib/unistr/u-strncat.h: New file.
39949
39950         * modules/unistr/u8-strncmp: New file.
39951         * modules/unistr/u16-strncmp: New file.
39952         * modules/unistr/u32-strncmp: New file.
39953         * lib/unistr/u8-strncmp.c: New file.
39954         * lib/unistr/u16-strncmp.c: New file.
39955         * lib/unistr/u32-strncmp.c: New file.
39956
39957         * modules/unistr/u8-strncpy: New file.
39958         * modules/unistr/u16-strncpy: New file.
39959         * modules/unistr/u32-strncpy: New file.
39960         * lib/unistr/u8-strncpy.c: New file.
39961         * lib/unistr/u16-strncpy.c: New file.
39962         * lib/unistr/u32-strncpy.c: New file.
39963         * lib/unistr/u-strncpy.h: New file.
39964
39965         * modules/unistr/u8-strnlen: New file.
39966         * modules/unistr/u16-strnlen: New file.
39967         * modules/unistr/u32-strnlen: New file.
39968         * lib/unistr/u8-strnlen.c: New file.
39969         * lib/unistr/u16-strnlen.c: New file.
39970         * lib/unistr/u32-strnlen.c: New file.
39971         * lib/unistr/u-strnlen.h: New file.
39972
39973         * modules/unistr/u8-strpbrk: New file.
39974         * modules/unistr/u16-strpbrk: New file.
39975         * modules/unistr/u32-strpbrk: New file.
39976         * lib/unistr/u8-strpbrk.c: New file.
39977         * lib/unistr/u16-strpbrk.c: New file.
39978         * lib/unistr/u32-strpbrk.c: New file.
39979         * lib/unistr/u-strpbrk.h: New file.
39980
39981         * modules/unistr/u8-strrchr: New file.
39982         * modules/unistr/u16-strrchr: New file.
39983         * modules/unistr/u32-strrchr: New file.
39984         * lib/unistr/u8-strrchr.c: New file.
39985         * lib/unistr/u16-strrchr.c: New file.
39986         * lib/unistr/u32-strrchr.c: New file.
39987
39988         * modules/unistr/u8-strspn: New file.
39989         * modules/unistr/u16-strspn: New file.
39990         * modules/unistr/u32-strspn: New file.
39991         * lib/unistr/u8-strspn.c: New file.
39992         * lib/unistr/u16-strspn.c: New file.
39993         * lib/unistr/u32-strspn.c: New file.
39994         * lib/unistr/u-strspn.h: New file.
39995
39996         * modules/unistr/u8-strstr: New file.
39997         * modules/unistr/u16-strstr: New file.
39998         * modules/unistr/u32-strstr: New file.
39999         * lib/unistr/u8-strstr.c: New file.
40000         * lib/unistr/u16-strstr.c: New file.
40001         * lib/unistr/u32-strstr.c: New file.
40002         * lib/unistr/u-strstr.h: New file.
40003
40004         * modules/unistr/u8-strtok: New file.
40005         * modules/unistr/u16-strtok: New file.
40006         * modules/unistr/u32-strtok: New file.
40007         * lib/unistr/u8-strtok.c: New file.
40008         * lib/unistr/u16-strtok.c: New file.
40009         * lib/unistr/u32-strtok.c: New file.
40010         * lib/unistr/u-strtok.h: New file.
40011
40012         * modules/unistr/u8-uctomb: New file.
40013         * modules/unistr/u16-uctomb: New file.
40014         * modules/unistr/u32-uctomb: New file.
40015         * lib/unistr/u8-uctomb.c: New file.
40016         * lib/unistr/u16-uctomb.c: New file.
40017         * lib/unistr/u32-uctomb.c: New file.
40018
40019         * MODULES.html.sh (Unicode string functions): Add the new modules.
40020
40021 2007-01-08  Bruno Haible  <bruno@clisp.org>
40022
40023         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
40024         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
40025         subdirectories.
40026
40027 2007-01-08  Karl Berry  <karl@gnu.org>
40028
40029         * doc/error.texi: mention that main() fns must set program_name
40030         when progname is used.
40031
40032 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
40033
40034         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
40035         WCTYPE_H is empty, for the benefit of builds from non-distclean
40036         directories.  Problem reported by Eric Blake in
40037         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
40038
40039 2007-01-08  Bruno Haible  <bruno@clisp.org>
40040
40041         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
40042         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
40043         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
40044         PROVIDE_CANONICALIZE_FILENAME_MODE.
40045         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
40046
40047 2007-01-08  Bruno Haible  <bruno@clisp.org>
40048
40049         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
40050         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
40051         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
40052         * lib/fts.c: Likewise.
40053         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
40054
40055 2006-12-25  Bruno Haible  <bruno@clisp.org>
40056
40057         * modules/utf8-ucs4-safe: New file.
40058         * lib/utf8-ucs4-safe.h: New file.
40059         * lib/unistr/utf8-ucs4-safe.c: New file.
40060
40061         * modules/utf16-ucs4-safe: New file.
40062         * lib/utf16-ucs4-safe.h: New file.
40063         * lib/unistr/utf16-ucs4-safe.c: New file.
40064
40065         * MODULES.html.sh (Unicode string functions): Add the new modules.
40066
40067 2007-01-08  Bruno Haible  <bruno@clisp.org>
40068
40069         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
40070         (Depends-on): Add unitypes.
40071         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40072         (u8_mbtouc_aux): Move out to separate file.
40073         (u8_mbtouc): Use ucs4_t, uint8_t types.
40074         * lib/unistr/utf8-ucs4.c: New file.
40075
40076         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
40077         (Depends-on): Add unitypes.
40078         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40079         (u16_mbtouc_aux): Move out to separate file.
40080         (u16_mbtouc): Use ucs4_t, uint16_t types.
40081         * lib/unistr/utf16-ucs4.c: New file.
40082
40083         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
40084         (Depends-on): Add unitypes.
40085         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
40086         (u8_uctomb_aux): Move out to separate file.
40087         (u8_uctomb): Use ucs4_t, uint8_t types.
40088         * lib/unistr/ucs4-utf8.c: New file.
40089
40090         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
40091         (Depends-on): Add unitypes.
40092         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
40093         (u16_uctomb_aux): Move out to separate file.
40094         (u16_uctomb): Use ucs4_t, uint16_t types.
40095         * lib/unistr/ucs4-utf16.c: New file.
40096
40097 2006-12-25  Bruno Haible  <bruno@clisp.org>
40098
40099         * modules/unitypes: New file.
40100         * lib/unitypes.h: New file.
40101         * MODULES.html.sh (func_all_modules): New section "Unicode string
40102         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
40103         this section. Add unitypes.
40104
40105 2007-01-08  Bruno Haible  <bruno@clisp.org>
40106
40107         Avoid variable names that conflict with those from libtool.
40108         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
40109         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
40110         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
40111         library_names_spec to acl_library_names_spec, hardcode_* to
40112         acl_hardcode_*.
40113         Reported by Ralf Wildenhues.
40114
40115 2007-01-08  Bruno Haible  <bruno@clisp.org>
40116
40117         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
40118         definition.
40119         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
40120         definition.
40121         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
40122         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
40123         definition.
40124         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
40125         definition.
40126         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
40127         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
40128         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
40129         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
40130         definition.
40131         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
40132         definition.
40133         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
40134         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
40135         GC_USE_<algorithm>.
40136         * lib/gc-libgcrypt.c: Likewise.
40137         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
40138         * modules/gc-arctwo (configure.ac): Likewise.
40139         * modules/gc-des (configure.ac): Likewise.
40140         * modules/gc-hmac-md5 (configure.ac): Likewise.
40141         * modules/gc-hmac-sha1 (configure.ac): Likewise.
40142         * modules/gc-md2 (configure.ac): Likewise.
40143         * modules/gc-md4 (configure.ac): Likewise.
40144         * modules/gc-md5 (configure.ac): Likewise.
40145         * modules/gc-random (configure.ac): Likewise.
40146         * modules/gc-rijndael (configure.ac): Likewise.
40147         * modules/gc-sha1 (configure.ac): Likewise.
40148
40149 2007-01-08  Bruno Haible  <bruno@clisp.org>
40150
40151         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
40152         macro definition.
40153         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
40154         definition.
40155         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
40156         definition.
40157         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
40158         * modules/fcntl-safer (configure.ac): Likewise.
40159         * modules/fopen-safer (configure.ac): Likewise.
40160         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
40161         GNULIB_FWRITEERROR macro definition.
40162
40163 2007-01-08  Bruno Haible  <bruno@clisp.org>
40164
40165         * m4/gnulib-common.m4: New file.
40166         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
40167         (func_get_filelist): Add m4/gnulib-common.m4.
40168
40169 2007-01-08  Bruno Haible  <bruno@clisp.org>
40170
40171         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
40172         command.
40173
40174 2007-01-08  Jim Meyering  <jim@meyering.net>
40175
40176         Use a more robust test for a "can't happen" condition.
40177         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
40178         narrowed the st_size value.  Presuming the "can't happen" condition
40179         is true, that narrowing could conceivably convert an invalid st_size
40180         value into a valid one.  Instead, use a change based on Matthew
40181         Woehlke's original patch.
40182
40183         Slight readability improvement: use an assert-like macro
40184         in place of literal "abort ()" uses.
40185         * lib/fts.c (fts_assert): Define.
40186         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
40187         Use this macro instead of a bare 'abort'.
40188
40189 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
40190
40191         Don't worry about using IRIX 5.3's wctype.h broken definitions;
40192         simply work around them.
40193         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
40194         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
40195         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
40196         declaring.
40197         Don't bother to define as macros, since the standard doesn't require it.
40198         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
40199         longer worry about IRIX 5.3.
40200         (HAVE_WCTYPE_CTMP_BUG): Remove.
40201
40202 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
40203
40204         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
40205         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
40206         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
40207         Problems reported by Georg Schwarz for IRIX 5.3.
40208
40209         * gnulib-tool (autoconf_minversion): Take the maximum version number
40210         found, not the minimum.  Problem reported by James Youngman.
40211
40212 2007-01-03  Karl Berry  <karl@gnu.org>
40213
40214         * doc/error.texi: new file, explaining interaction with progname.
40215         * doc/gnulib.texi: include it.  Update copyright.
40216
40217 2007-01-03  Simon Josefsson  <simon@josefsson.org>
40218
40219         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
40220         AC_CANONICAL_HOST, to improve autobuild outputs.
40221
40222 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
40223             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
40224
40225         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
40226         sockets, server sockets, and other file descriptors.  Count errors
40227         to compute the return value.  Reorder the code a bit to be easier
40228         to follow.  Don't set event bits that were not requested (except
40229         POLLERR and POLLHUP).
40230
40231 2007-01-01  Bruno Haible  <bruno@clisp.org>
40232
40233         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
40234
40235 2007-01-03  Jim Meyering  <jim@meyering.net>
40236
40237         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
40238
40239 2007-01-02  Bruno Haible  <bruno@clisp.org>
40240
40241         * modules/settime (Include): Require timespec.h.
40242         * modules/nanosleep (Include): Likewise.
40243
40244 2007-01-01  Bruno Haible  <bruno@clisp.org>
40245
40246         * gnulib-tool (func_emit_copyright_notice): Bump year.
40247         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
40248
40249 2007-01-01  Bruno Haible  <bruno@clisp.org>
40250
40251         Improve support for OpenBSD.
40252         * build-aux/config.rpath (libname_spec): Export.
40253         (library_names_spec): New variable. Export.
40254         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
40255         library_names_spec from the config.rpath output. Locate shared library
40256         through the name pattern in library_names_spec.
40257
40258 2007-01-01  Eric Blake  <ebb9@byu.net>
40259
40260         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
40261
40262 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
40263
40264         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
40265         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
40266         assume the C locale, and avoid an "eval" that could cause trouble.
40267         Problem with SORT reported by Bob Proulx.
40268
40269         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
40270         Define.  Trivial patch from Henning Nielsen Lund, originally
40271         sent to bug-grep@gnu.org today.
40272
40273 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
40274
40275         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
40276         struct stat.  Problem reported by Henning Nielsen Lund.
40277         * lib/acl.c: Include acl.h first, to check interface.  Don't
40278         bother to include sys/types.h and sys/stat.h again.
40279
40280 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
40281
40282         Import the following change from libc; problem reported by
40283         Sven Verdoolaege.
40284
40285         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
40286
40287         [BZ #1373]
40288         * lib/argp.h: Remove __NTH for __argp_usage inline function.
40289
40290 2006-12-28  Jim Meyering  <jim@meyering.net>
40291
40292         * build-aux/announce-gen: Do not assume that the package
40293         builds any of tar.gz, tar.bz2, and .xdelta files.
40294         Suggestion from Simon Josefsson.
40295
40296 2006-12-28  Simon Josefsson  <simon@josefsson.org>
40297
40298         * modules/announce-gen: New file.
40299
40300 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
40301
40302         * lib/mbchar.h: Just include <wctype.h>; the wctype module
40303         handles its gotchas now.
40304         * lib/mbswidth.c: Likewise.
40305         * lib/wcwidth.h: Likewise.
40306         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
40307         and iswcntrl; the wctype module does this stuff now.
40308         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
40309         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40310         * modules/mbchar (Depends-on): Add wctype.
40311         * modules/mbswidth (Depends-on): Likewise.
40312         * modules/wcwidth (Depends-on): Likewise.
40313
40314 2006-12-27  Eric Blake  <ebb9@byu.net>
40315
40316         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
40317         module uses more than what <wctype.h> is required to provide.
40318
40319 2006-12-26  Eric Blake  <ebb9@byu.net>
40320
40321         * gnulib-tool (sed_extract_prog): Avoid space-tab.
40322
40323 2006-12-26  Eric Blake  <ebb9@byu.net>
40324
40325         * modules/absolute-header: New module.
40326         * modules/fcntl (Depends-on): Depend on it.
40327         * modules/inttypes (Depends-on): Likewise.
40328         * modules/stdint (Depends-on): Likewise.
40329         * modules/sys_stat (Depends-on): Likewise.
40330         * modules/wctype (Depends-on): Likewise.
40331         * MODULES.html.sh (Support for building libraries and
40332         executables): Document it.
40333
40334 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
40335
40336         * gnulib-tool (SED): Remove, undoing previous change.
40337         The problem was that it broke coreutils on Solaris, because
40338         "sed --posix" leaked into a makefile.
40339         (sed): New alias, if 'alias' and GNU sed.
40340
40341 2006-12-24  Jim Meyering  <jim@meyering.net>
40342
40343         Work around an fchownat bug in glibc-2.4:
40344         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
40345         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
40346         in spite of the -P option.
40347         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
40348         New macros.
40349         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
40350         * modules/openat (Files): Add lib/fchownat.c.
40351         * lib/openat.c (fchownat): Don't define here.  Move to...
40352         * lib/fchownat.c: ...this new file.
40353
40354 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
40355
40356         Fix bug reported by Bruno Haible in
40357         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
40358         where quotearg.c didn't compile on Mac OS X 10.2 because it
40359         lacks <wchar.h> and wint_t.
40360         * lib/wctype_.h (__wctype_wint_t): New type.
40361         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
40362         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
40363         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
40364         Arg is now of type __wctype_wint_t, not wint_t.
40365         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
40366         substitute HAVE_WINT_T.
40367         * modules/wctype (Files): Add m4/wint_t.m4.
40368         (wctype.h): Substitute HAVE_WINT_T.
40369
40370 2006-12-23  Bruno Haible  <bruno@clisp.org>
40371
40372         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
40373
40374 2006-12-23  Bruno Haible  <bruno@clisp.org>
40375
40376         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
40377         S_ISLNK.
40378         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
40379         mingw.
40380
40381 2006-12-22  Bruno Haible  <bruno@clisp.org>
40382
40383         * lib/copy-file.c: Include acl.h.
40384         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
40385         Close the file descriptors only after being done with copy_acl.
40386         * modules/copy-file (Depends-on): Add acl.
40387
40388 2006-12-22  Bruno Haible  <bruno@clisp.org>
40389
40390         * gnulib-tool (SED): New variable.
40391         Use $SED instead of sed everywhere.
40392
40393 2006-12-22  Bruno Haible  <bruno@clisp.org>
40394
40395         * modules/no-c++: New file.
40396         * m4/no-c++.m4: New file.
40397         * MODULES.html.sh (Support for building libraries and executables):
40398         Add no-c++.
40399
40400 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
40401
40402         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
40403         Include <limits.h>, and use its INT_MAX to rewrite the
40404         j loop so that it does not overflow 'int'.  Problem reported by
40405         Ralf Wildenhues in
40406         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
40407         Play it safe by shifting left by 1 rather than multiplying by 2,
40408         as GCC is less likely to optimize this away when the value
40409         is signed (when it assumes overflow leads to undefined behavior).
40410         Also, don't assume time_t uses two's complement.
40411
40412 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
40413
40414         * MODULES.html.sh: New module wctype.
40415         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
40416         * lib/fnmatch.c: Don't bother to include <wchar.h> before
40417         <wctype.h>, since the new wctype module should fix this.
40418         * lib/quotearg.c: Include <wctype.h> unconditionally, since
40419         the wctype module should arrange for it.
40420         * lib/regex_internal.h: Likewise.
40421         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
40422         since the wctype module should handle this now.
40423         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
40424         * modules/fnmatch (Depends-on): Add wctype.
40425         * modules/quotearg (Depends-on): Likewise.
40426         * modules/regex (Depends-on): Likewise.
40427
40428 2006-12-19  Bruno Haible  <bruno@clisp.org>
40429
40430         * lib/strdup.h [C++]: Wrap definitions in extern "C".
40431         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
40432
40433 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40434
40435         * modules/savewd (Depends-on): Fix dependency on fcntl.
40436
40437 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
40438
40439         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
40440         conforms to C99, rather than relying on the user's environment
40441         setting of STDINT_H.
40442
40443 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
40444         and Eric Blake  <ebb9@byu.net>
40445
40446         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
40447         This is more consistent with the other defines here.
40448         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
40449         Port to z/OS.  Problem reported by Paul Gilmartin.
40450         Change local vars to use gl_ prefix rather than ac_.
40451         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
40452         with other defines.
40453         * modules/double-slash-root: New module.
40454         * modules/dirname (Files): Remove m4/double-slash-root.m4.
40455         (Depends-on): Add double-slash-root.
40456         * MODULES.html.sh (File system functions): Mention new module.
40457
40458 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
40459
40460         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
40461         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
40462         This is for the benefit of gzip, which doesn't do i18n.
40463
40464 2006-12-12  Jim Meyering  <jim@meyering.net>
40465
40466         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
40467         Reported by Andreas Schwab <schwab@suse.de>.
40468
40469 2006-12-12  Bruno Haible  <bruno@clisp.org>
40470
40471         Merge these changes.
40472         2006-09-05  Bruno Haible  <bruno@clisp.org>
40473         * lib/iconvme.c (iconv_string): No need to save and restore errno when
40474         iconv_alloc succeeded.
40475         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
40476         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
40477         test for " && dest " at the end - dest is always != NULL there. Call
40478         iconv with 4xNULL arguments initially, to reset the state. Call iconv
40479         with 2xNULL arguments, also to flush the state storage. Handle the
40480         IRIX iconv behaviour. Realloc the final result, to throw away unused
40481         memory.
40482
40483 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
40484
40485         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
40486         and fchmodat unconditionally, since glibc 2.4 has them.
40487         Problem reported by Arkadiusz Miskiewicz.
40488
40489 2006-12-10  Bruno Haible  <bruno@clisp.org>
40490
40491         * gnulib-tool (func_import): Show the include files only for those
40492         modules that are copied and specified.
40493         Reported by Karl Berry.
40494
40495 2006-12-08  Jim Meyering  <jim@meyering.net>
40496
40497         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
40498         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
40499
40500         * build-aux/announce-gen: Add two new options, both optional:
40501         --bootstrap-tools=TOOL_LIST
40502               a comma-separated list of tools, e.g.,
40503               autoconf,automake,bison,gnulib
40504         --gnulib-snapshot-date=DATE
40505               if gnulib is in the bootstrap tool list,
40506               then report this as the snapshot date.
40507               If not specified, use the current date/time.
40508               If you specify a date here, be sure it's UTC.
40509
40510 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40511
40512         * tests/test-argp-2.sh: Fix test to match actual output.
40513         (func_compare): Fix sed script to be portable.
40514
40515 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
40516
40517         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
40518         workaround for this case.  It is not autoconfigured now; offhand
40519         it's hard to see how to autoconfigure it.
40520
40521 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
40522
40523         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
40524         a directory that is about to be chowned.  Such a directory's
40525         initial file permissions should permit the owner only and this
40526         should not be changed until after the chown, since the group and
40527         other bits would be incorrect if they granted permission before
40528         the chown.
40529
40530         Fix porting problem for iswctype reported by Georg Schwarz in:
40531         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
40532         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
40533         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
40534         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
40535         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
40536
40537 2006-12-03  Jim Meyering  <jim@meyering.net>
40538
40539         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
40540         p->fts_statp may not yet be defined.
40541         (fts_read): Instead, set it in the caller, once p->fts_statp is
40542         sure to be defined, and corresponds to a top-level directory.
40543         This bug made du -x fail.  Here's the coreutils test case:
40544         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
40545         Reported by Mike Frysinger.
40546
40547 2006-12-01  Jim Meyering  <jim@meyering.net>
40548
40549         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
40550         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
40551         Reported by Simon Josefsson.
40552
40553 2006-11-30  Jim Meyering  <jim@meyering.net>
40554
40555         * m4/warning.m4: Use the all-permissive copyright notice
40556         recommended by RMS (rather than LGPL).
40557         * m4/vararrays.m4: Likewise.
40558         * m4/flexmember.m4: Likewise.
40559
40560 2006-11-29  Bruno Haible  <bruno@clisp.org>
40561
40562         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
40563         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
40564         using +=.
40565         Reported by Simon Josefsson <simon@josefsson.org>.
40566
40567 2006-11-28  James Youngman <jay@gnu.org>
40568
40569         * README: Advise users that they might find the bug-gnulib@gnu.org
40570         and autotools-announce@gnu.org mailing lists useful.
40571
40572 2006-11-28  Bruno Haible  <bruno@clisp.org>
40573
40574         * m4/ptrdiff_max.m4: Remove file.
40575
40576 2006-11-21  Bruno Haible  <bruno@clisp.org>
40577
40578         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
40579         _AC_COMPUTE_INT.
40580         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40581         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
40582         _AC_COMPUTE_INT.
40583         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40584         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
40585         _AC_COMPUTE_INT.
40586         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40587
40588 2006-11-28  Jim Meyering  <jim@meyering.net>
40589
40590         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
40591         warning from "gcc -Wshadow" about shadowing the builtin.
40592
40593 2006-11-27  Bruno Haible  <bruno@clisp.org>
40594
40595         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
40596         _AC_COMPUTE_INT.
40597         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40598
40599 2006-11-27  Bruno Haible  <bruno@clisp.org>
40600             Paul Eggert  <eggert@cs.ucla.edu>
40601
40602         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
40603
40604 2006-11-26  Bruno Haible  <bruno@clisp.org>
40605
40606         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
40607         noinst_LTLIBRARIES.
40608
40609 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
40610             Bruno Haible  <bruno@clisp.org>
40611
40612         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
40613         if compiling with "gcc -ansi".
40614
40615 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
40616
40617         Fix some incompatibilities with gcc -ansi -pedantic.
40618         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
40619         if compiling pedantically with GCC, unless it's C99 or later.
40620         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
40621         it mishandles gcc -ansi -pedantic as well.
40622         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
40623         if gcc -pedantic.
40624         * lib/regexec.c (check_node_accept_bytes): Don't use auto
40625         initializers for struct if -pedantic, unless it's C99 or later.
40626
40627 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
40628
40629         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
40630         Don't close an fd more than once. Identical atimes indicate
40631         success, not failure.
40632
40633 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
40634
40635         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
40636
40637 2006-11-23  Jim Meyering  <jim@meyering.net>
40638
40639         * build-aux/announce-gen: New file.  From coreutils.
40640
40641 2006-11-22  Jim Meyering  <jim@meyering.net>
40642
40643         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
40644         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
40645         (fts_read): Use a temporary to narrow the overused st_size member
40646         before using it in a switch statement.  Reported by Matthew Woehlke.
40647
40648         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
40649         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
40650
40651 2006-11-20  Bruno Haible  <bruno@clisp.org>
40652
40653         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
40654         changequote instead of pairs of brackets.
40655         Reported by Andreas Schwab <schwab@suse.de>.
40656
40657 2006-11-21  Jim Meyering  <jim@meyering.net>
40658
40659         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
40660         so as to remain compatible with older compilers.
40661         Patch from Michael Deutschmann.
40662
40663 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
40664
40665         * MODULES.html.sh (File system functions): Add openat.
40666
40667         * lib/openat.h (rpl_fstatat): New macro, if
40668         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
40669         (fstatat): Define to rpl_fstatat under the same conditions,
40670         unless COMPILING_FSTATAT.
40671         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
40672         seems to have the bug.
40673         * lib/fstatat.c: New file.
40674         * modules/openat (Files): Add it.
40675
40676 2006-11-20  Bruno Haible  <bruno@clisp.org>
40677
40678         * Makefile: New file.
40679
40680 2006-11-20  Jim Meyering  <jim@meyering.net>
40681
40682         The beginnings of syntax-related checks for gnulib.
40683         * lib/Makefile: New file.
40684         * lib/t-idcache: New script.  Ensure that the two halves of
40685         idcache.c stay in sync.
40686
40687         * lib/idcache.c: Adjust comments in user- and group- portions to
40688         be more accurate, and to be consistent with one another.
40689
40690 2006-11-20  Jim Meyering  <jim@meyering.net>
40691
40692         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
40693         continue using the flexible array member (thus, this module performs
40694         half as many malloc calls), with the addition that...
40695         (getgroup, getuser): Consistently record a non-match via an empty
40696         "name" string, and map an empty string match to a NULL return value.
40697         * modules/idcache (Depends-on): Re-add flexmember.
40698
40699         * lib/idcache.c (getuser): Remove all uses of the register keyword.
40700         (getuidbyname, getgroup, getgidbyname): Likewise.
40701
40702         Use cleaner syntax: NULL rather than 0.
40703         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
40704
40705 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
40706
40707         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
40708         It mishandled the case where the group was missing.
40709         Problem reported by Greg Schafer.
40710         * modules/idcache: Likewise.
40711
40712 2006-11-18  Jim Meyering  <jim@meyering.net>
40713
40714         * check-module (%exempt_header): Add exception for some
40715         conditionally-included headers.
40716
40717         * modules/i-ring (Depends-on): Add verify.
40718         (License): Change to LGPL.
40719
40720 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
40721
40722         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
40723         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
40724         and inttostr.h.  Use snprintf rather than uinttostr, so that
40725         LGPLed code doesn't depend on GPLed.
40726
40727 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
40728
40729         * modules/inline (License): Change from GPL to LGPL.
40730
40731 2006-11-17  Jim Meyering  <jim@meyering.net>
40732
40733         * modules/d-type (License): Switch to LGPL.
40734
40735 2006-11-15  Bruno Haible  <bruno@clisp.org>
40736
40737         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
40738
40739 2006-11-15  Eric Blake  <ebb9@byu.net>
40740
40741         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
40742         the module dependency.
40743
40744 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40745             Bruno Haible  <bruno@clisp.org>
40746
40747         * gnulib-tool (func_create_testdir): Add license consistency check.
40748
40749 2006-11-15  Eric Blake  <ebb9@byu.net>
40750
40751         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
40752         random "(cached)" in configure output.
40753
40754 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40755
40756         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
40757         test for conforming inttypes.h is both announced and cached.
40758
40759         * MODULES.html.sh (seen_modules, seen_files): New variables.
40760         (func_module): Rewrite to use a few less gnulib-tool and sed
40761         invocations.  Avoid a couple of quadratic algorithms for ...
40762         (missed_modules, missed_files): ... these, with ...
40763         (func_append, func_tmpdir): ... these new functions, from
40764         gnulib-tool.  Analogously, install traps for cleanup.
40765
40766         * tests/test-gc.c (main): Remove unused variables.
40767         * tests/test-read-file.c: Include stdlib.h, for 'free'.
40768
40769 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
40770
40771         * modules/inttostr (License): Change to LGPL.
40772
40773 2006-11-14  Eric Blake  <ebb9@byu.net>
40774
40775         * modules/tempname (License): Change to LGPL.
40776
40777 2006-11-14  Eric Blake  <ebb9@byu.net>
40778
40779         * doc/functions.texi (Function Portability): *printf functions on
40780         Cygwin now understand all POSIX size specifiers.
40781
40782 2006-11-14  Bruno Haible  <bruno@clisp.org>
40783
40784         * modules/c-ctype (License): Change to LGPL.
40785
40786 2006-11-12  Bruno Haible  <bruno@clisp.org>
40787
40788         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
40789         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
40790         for GNOME libraries, for which the include files are installed in
40791         subdirectories of $prefix/include.
40792
40793 2006-11-12  Bruno Haible  <bruno@clisp.org>
40794
40795         * m4/lib-link.m4: Require at least autoconf-2.54.
40796         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
40797         name to underscores for the --with option.
40798
40799 2006-11-13  Bruno Haible  <bruno@clisp.org>
40800
40801         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
40802         the tests directory.
40803         Reported by Ralf Wildenhues.
40804
40805 2006-11-13  Bruno Haible  <bruno@clisp.org>
40806
40807         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
40808         (func_emit_initmacro_end): Undo the override here.
40809         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
40810         Works around the famous automake error in coreutils.
40811
40812 2006-11-13  Eric Blake  <ebb9@byu.net>
40813
40814         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
40815         element, not its node.
40816
40817 2006-11-12  Bruno Haible  <bruno@clisp.org>
40818
40819         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
40820         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
40821
40822 2006-11-12  Bruno Haible  <bruno@clisp.org>
40823
40824         * gnulib-tool: New option --local-symlink.
40825         (func_usage): Document it.
40826         (lsymbolic): New variable.
40827         (func_import, func_create_testdir): If --symlink was not specified,
40828         test whether --local-symlink was specified and the file comes from
40829         the local_gnulib_dir.
40830
40831 2006-11-12  Bruno Haible  <bruno@clisp.org>
40832
40833         * gnulib-tool (func_ln): New function.
40834         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
40835
40836 2006-11-12  Bruno Haible  <bruno@clisp.org>
40837
40838         Finish support for source files in subdirectories.
40839         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
40840         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
40841         AUTOMAKE_OPTIONS.
40842         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
40843
40844 2006-11-12  Bruno Haible  <bruno@clisp.org>
40845
40846         * gnulib-tool (func_get_automake_snippet): Synthesize also an
40847         EXTRA_lib_SOURCES augmentation.
40848         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
40849
40850 2006-11-12  Jim Meyering  <jim@meyering.net>
40851
40852         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
40853         file descriptors.  This also averts a failure on systems with
40854         native openat support when a traversed directory lacks "x" access.
40855         * lib/fts_.h: Include "i-ring.h"
40856         (struct FTS) [fts_fd_ring]: New member.
40857         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
40858         (FCHDIR): Add parentheses.
40859         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
40860         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
40861         When descending, rather than simply closing the previous
40862         fts_cwd_fd value, push that file descriptor onto the ring.
40863         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
40864         (fts_open): Initialize the new fd_ring member.
40865         (fts_close): Clear the ring.
40866         (fts_safe_changedir): When possible, use our new fd_ring to skip
40867         the diropen and fstat and dev/ino comparison that would normally
40868         accompany a virtual `chdir ("..")'.
40869
40870         * modules/fts (Depends-on): Add i-ring.
40871         * modules/i-ring: New module.
40872         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
40873         * m4/i-ring.m4: New file.
40874
40875 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40876
40877         * gnulib-tool (func_create_testdir): Fix replacement of
40878         `build-aux' in configure.ac.  Run autotools in gltests
40879         subdirectory.
40880         (func_create_testdir, func_create_megatestdir, test): There is
40881         no need for '--force' in most autotool invocations in a new
40882         tree.  Actually fail the whole test if any of the tools, or the
40883         configure or make stages fail.
40884
40885         Sync from Automake.
40886         * build-aux/gnupload: Revert last change.  Add pointer to upload
40887         instructions of the GNU Maintenance Instructions.
40888         Suggestion by Karl Berry.
40889
40890 2006-11-10  Jim Meyering  <jim@meyering.net>
40891
40892         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
40893
40894 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
40895
40896         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
40897         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
40898         (bind_textdomain_codeset) [! ENABLE_NLS]:
40899         Evaluate all the arguments.  That way, callers get compatible behavior
40900         if the arguments have side effects.  Also, it avoids some GCC
40901         diagnostics in some cases; Joel E. Denny reported problems when Bison
40902         was configured with --enable-gcc-warnigs.
40903
40904 2006-11-10  Jim Meyering  <jim@meyering.net>
40905
40906         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
40907         relevant options in CFLAGS (like -O, -fno-inline) are taken into
40908         account.
40909
40910 2006-11-10  Jim Meyering  <jim@meyering.net>
40911
40912         * modules/inline: New file/module.
40913         * modules/xalloc (Files): Remove m4/inline.m4.
40914         (Depends-on): Add inline, instead.
40915         * modules/oset: Likewise.
40916         * modules/list: Likewise.
40917
40918 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
40919
40920         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
40921         Problem reported by Matthew Woehlke.
40922
40923 2006-11-09  Bruno Haible  <bruno@clisp.org>
40924
40925         * lib/tempname.c (gen_tempname): Remove variant that invokes
40926         __gen_tempname.
40927         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
40928         __gen_tempname.
40929
40930 2006-11-08  Bruno Haible  <bruno@clisp.org>
40931
40932         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
40933         to 'yes' instead of 'cross-compiling'.
40934
40935 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
40936
40937         * lib/quotearg.h (quotearg_free): New decl.
40938         * lib/quotearg.c (quotearg_free): New function.
40939         (slot0, nslots, slotvec0, slotvec):
40940         Now file-scope so that quotearg_free can get at them.
40941
40942 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40943
40944         Sync from Automake.
40945         * build-aux/gnupload: Add missing 'gnu' to example URL.
40946         Report by Karl Berry.
40947
40948 2006-11-08  Bruno Haible  <bruno@clisp.org>
40949
40950         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
40951         Suggested by Paul Eggert.
40952
40953 2006-11-08  Jim Meyering  <jim@meyering.net>
40954
40955         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
40956         It's already included if !_LIBC.
40957         (fts_safe_changedir): Add a comment.
40958
40959 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
40960
40961         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
40962         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
40963         Matthew Woehlke.
40964
40965         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
40966         definitions up, to avoid colliding with change below.
40967         (static_inline) [HAVE_INLINE]: New macro.
40968         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
40969         Provide extern decls when !HAVE_INLINE.  Do not define unless
40970         static_inline is defined, either by us or by xmalloc.c.  Use
40971         static_inline rather than static inline.
40972         (XCALLOC): Optimize sizeof(T) = 1 case.
40973         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
40974
40975 2006-11-07  Bruno Haible  <bruno@clisp.org>
40976
40977         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
40978         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
40979         AC_C_INLINE.
40980         * modules/xalloc (Files): Add m4/inline.m4.
40981
40982 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40983
40984         * README: Fix typo.
40985         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
40986         (Miscellanous Notes): ...from this.
40987
40988 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
40989
40990         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
40991         Mention that offsetof should be used instead of sizeof.
40992         From Bruno Haible.
40993
40994 2006-11-07  Bruno Haible  <bruno@clisp.org>
40995
40996         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
40997
40998 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
40999
41000         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41001         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
41002         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41003         (gl_tree_add_before, gl_tree_add_after):
41004         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
41005         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
41006         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
41007         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
41008         (gl_linked_add_after, gl_linked_add_at): Likewise.
41009         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
41010         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41011         (gl_tree_add_before, gl_tree_add_after): Likewise.
41012         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
41013         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
41014         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
41015
41016 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41017
41018         * lib/gl_oset.h: Use C comment style, not C++ comment style.
41019
41020 2006-11-06  Bruno Haible  <bruno@clisp.org>
41021
41022         * m4/inline.m4: New file.
41023         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
41024         * modules/list (Files): Add m4/inline.m4.
41025         * modules/oset (Files): Likewise.
41026
41027 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41028
41029         * lib/idcache.c: Include <stddef.h>, for offsetof.
41030         (struct userid.name): Change from char * to a flexible array member.
41031         All uses changed.
41032         * modules/idcache (Depends-on): Add flexmember.
41033
41034         * MODULES.html.sh (Core language properties): New module flexmember.
41035         * modules/flexmember, m4/flexmember.m4: New files.
41036
41037         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
41038         inline functions that are identical with the old xnmalloc_inline,
41039         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
41040         that we can avoid some unnecessary integer multiplications and
41041         divisions in the common case where the element size is known at
41042         compile time.
41043         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
41044         needed.
41045         (xnboundedmalloc): Remove.
41046         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
41047         arguments, for consistency with rest of this header.
41048         (xcharalloc): Rewrite using XNMALLOC.
41049         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
41050         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
41051         versions have been moved to lib/xalloc.h and renamed to be the
41052         non-*_inline versions.
41053         (xmalloc, xrealloc): Implement without reference to the xnmalloc
41054         and xnrealloc functions, since those functions are now inline and
41055         now call us.
41056         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
41057         renaming described above.
41058         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
41059         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
41060         captures the dependency in AC_C_INLINE.
41061
41062         New module canonicalize-lgpl, proposed by Charles Wilson in
41063         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
41064         with a few small changes afterwards.
41065         * MODULES.html.sh (File system functions): New module
41066         canonicalize-lgpl.
41067         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
41068         and canonicalize_file_name.
41069         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
41070         * modules/canonicalize-lgpl: New files.
41071
41072 2006-11-05  Bruno Haible  <bruno@clisp.org>
41073
41074         * gnulib-tool (func_import, func_create_testdir): Create directories
41075         also for files in subdirectories of lib/.
41076
41077 2006-11-05  Bruno Haible  <bruno@clisp.org>
41078
41079         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
41080         ANSI C compliant.
41081
41082 2006-11-03  Bruno Haible  <bruno@clisp.org>
41083
41084         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41085         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
41086         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
41087         (xnboundedmalloc): New inline function.
41088         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
41089         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
41090         xmalloc.
41091         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
41092         xmalloc.
41093         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
41094         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
41095         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
41096         xmalloc.
41097         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41098         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
41099         xmalloc.
41100         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
41101         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41102         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
41103         xmalloc.
41104         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41105         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
41106         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41107         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
41108         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
41109         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
41110         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
41111
41112 2006-11-03  Bruno Haible  <bruno@clisp.org>
41113
41114         * lib/c-ctype.h [C++]: Define functions without name mangling.
41115         * lib/fwriteerror.h [C++]: Likewise.
41116         * lib/gcd.h [C++]: Likewise.
41117         * lib/linebreak.h [C++]: Likewise.
41118
41119 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
41120
41121         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
41122         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
41123         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
41124         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
41125         Check for functions and headers just once.
41126         Check for declaration of canonicalize_file_name.
41127         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
41128
41129 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41130
41131         * gnulib-tool (func_import): Fix typo in actioncmd.
41132
41133 2006-11-02  Bruno Haible  <bruno@clisp.org>
41134
41135         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
41136         newline sequence in the Makefile.am snippet as a space, like "make"
41137         does.
41138         Reported by Roger Persson <perrog@gmail.com>.
41139
41140 2006-11-01  Bruno Haible  <bruno@clisp.org>
41141
41142         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
41143         already declared in <string.h>.
41144         * lib/strcase.h (strncasecmp): Don't declare it if yes.
41145
41146 2006-11-01  Bruno Haible  <bruno@clisp.org>
41147
41148         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
41149         * lib/strcase.h: Include <string.h>.
41150         (strcasecmp): Define to rpl_strcasecmp here.
41151
41152 2006-11-01  Bruno Haible  <bruno@clisp.org>
41153
41154         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
41155
41156 2006-11-01  Eric Blake  <ebb9@byu.net>
41157
41158         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
41159
41160         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
41161
41162 2006-10-29  Bruno Haible  <bruno@clisp.org>
41163
41164         Make it compile in C++ mode.
41165         * lib/full-write.c (full_rw): Add a cast.
41166
41167 2006-11-01  Bruno Haible  <bruno@clisp.org>
41168
41169         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
41170         be POSIX compliant.
41171         Reported by Roger Persson <perrog@gmail.com>.
41172
41173 2006-11-01  Eric Blake  <ebb9@byu.net>
41174
41175         * lib/getopt_.h: Fix comments.
41176
41177 2006-10-31  Eric Blake  <ebb9@byu.net>
41178
41179         * modules/tmpdir (Depends-on): Add sys_stat.
41180         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
41181         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
41182         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
41183         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
41184         tempname.
41185
41186 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
41187
41188         Avoid some C++ diagnostics reported by Bruno Haible.
41189         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
41190         xmalloc.
41191         (quotearg_alloc): Use xcharalloc rather than xmalloc.
41192         (struct slotvec): Move to top level.
41193         (quotearg_n_options): Rewrite to avoid xmalloc.
41194         * lib/xalloc.h (xcharalloc): New function.
41195         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
41196         [defined __cplusplus]: Add function template that provides result
41197         type propagation.  This part of the change is from Bruno Haible.
41198
41199 2006-10-29  Bruno Haible  <bruno@clisp.org>
41200
41201         Make it compile in C++ mode.
41202         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
41203         * lib/strnlen1.c (strnlen1): Cast memchr result.
41204         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
41205         * lib/clean-temp.c (string_equals, string_hash): Add casts.
41206         (create_temp_dir): Rename local variable 'template'.
41207         (compile_csharp_using_sscli): Add cast.
41208         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
41209         * lib/findprog.c (find_in_path): Likewise.
41210         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
41211         * lib/wait-process.c (register_slave_subprocess): Likewise.
41212
41213 2006-10-22  Bruno Haible  <bruno@clisp.org>
41214
41215         * modules/tsearch: New file.
41216         * lib/tsearch.h: New file.
41217         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
41218         * m4/tsearch.m4: New file.
41219         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
41220
41221 2006-10-29  Eric Blake  <ebb9@byu.net>
41222
41223         * lib/arcfour.c: Assume config.h.
41224         * lib/arctwo.c: Likewise.
41225         * lib/base64.c: Likewise.
41226         * lib/check-version.c: Likewise.
41227         * lib/crc.c: Likewise.
41228         * lib/des.c: Likewise.
41229         * lib/gc-gnulib.c: Likewise.
41230         * lib/gc-libgcrypt.c: Likewise.
41231         * lib/gc-pbkdf2-sha1.c: Likewise.
41232         * lib/getaddrinfo.c: Likewise.
41233         * lib/getdelim.c: Likewise.
41234         * lib/getline.c: Likewise.
41235         * lib/hmac-md5.c: Likewise.
41236         * lib/hmac-sha1.c: Likewise.
41237         * lib/iconvme.c: Likewise.
41238         * lib/md2.c: Likewise.
41239         * lib/md4.c: Likewise.
41240         * lib/memxor.c: Likewise.
41241         * lib/read-file.c: Likewise.
41242         * lib/readline.c: Likewise.
41243         * lib/rijndael-alg-fst.c: Likewise.
41244         * lib/rijndael-api-fst.c: Likewise.
41245         * lib/xgetdomainname.c: Likewise.
41246
41247 2006-10-28  Eric Blake  <ebb9@byu.net>
41248
41249         * lib/xstrndup.c: Assume config.h.
41250
41251 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
41252
41253         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
41254         stat-macros.h is now for our own macros, whereas stat_h is for
41255         macros in the <sys/stat.h> name space.
41256         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
41257         (STAT_MACROS_H): Remove.
41258         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
41259         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
41260         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
41261         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
41262         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
41263         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
41264         Move these macros to ...
41265         * lib/stat_.h: here.  Don't include stat-macros.h.
41266         * lib/canonicalize.c: Don't include stat-macros.h.
41267         * lib/chown.c: Likewise.
41268         * lib/euidaccess.c: Likewise.
41269         * lib/file-type.c: Likewise.
41270         * lib/filemode.c: Likewise.
41271         * lib/glob.c: Likewise.
41272         * lib/isapipe.c: Likewise.
41273         * lib/lchown.c: Likewise.
41274         * lib/lstat.c: Likewise.
41275         * lib/mkdir-p.c: Likewise.
41276         * lib/rmdir.c: Likewise.
41277         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
41278         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
41279         unless mkdir isn't declared, to speed up 'configure'.
41280         Always create sys/stat.h, since it's unlikely any real sys/stat.h
41281         would define all the S_* symbols.
41282         * modules/canonicalize (Depends-on):
41283         Depend on sys_stat, not stat-macros.
41284         * modules/chown: Likewise.
41285         * modules/euidaccess: Likewise.
41286         * modules/filemode: Likewise.
41287         * modules/file-type: Likewise.
41288         * modules/glob: Likewise.
41289         * modules/isapipe: Likewise.
41290         * modules/lchown: Likewise.
41291         * modules/lstat: Likewise.
41292         * modules/mkancesdirs: Likewise.
41293         * modules/rmdir: Likewise.
41294         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
41295         * modules/modechange: Likewise.
41296         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
41297         (configure.ac): Remove gl_STAT_MACROS.
41298         * modules/sys_stat (Depends-on): Remove stat-macros.
41299
41300 2006-10-27  Bruno Haible  <bruno@clisp.org>
41301
41302         * m4/signed.m4: Remove file.
41303         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
41304         invocation.
41305         * modules/vasnprintf (Files): Remove m4/signed.m4.
41306
41307 2006-10-27  Bruno Haible  <bruno@clisp.org>
41308
41309         Update to GNU gettext 0.16.
41310         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
41311         m4/inttypes-h.m4, m4/signed.m4.
41312         * m4/gettext.m4: Update to GNU gettext 0.16.
41313         * m4/intl.m4: New file, from GNU gettext.
41314         * m4/intldir.m4: New file, from GNU gettext.
41315         * config/srclist.txt: Update
41316
41317 2006-10-27  Eric Blake  <ebb9@byu.net>
41318
41319         * MODULES.html.sh: Document tempname.
41320         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
41321         dependencies.
41322         (Files): Move lib/tempname.c...
41323         * modules/tempname: ...to this new module.
41324         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
41325         (gl_PREREQ_TEMPNAME): Move...
41326         * m4/tempname.m4: ...to this new file.
41327         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
41328         * modules/sys_stat (Depends-on): Add stat-macros.
41329         * lib/stat_.h (includes): Pick up stat macros.
41330         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
41331         if stat macros are broken.
41332         * lib/tempname.c (includes): No need to include "stat-macros.h".
41333         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
41334         (direxists, __path_search) [!_LIBC]: Don't compile these in
41335         gnulib; the tmpdir module covers that.
41336         * lib/tempname.h: New file.
41337
41338 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
41339
41340         * COPYING: Explain how gnulib-tool converts licence headers.
41341         Almost all wording by Eric Blake.
41342
41343 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
41344
41345         * lib/mbchar.h (is_basic_table): Make read-only.
41346         * lib/mbchar.c (is_basic_table): Likewise.
41347         Reported by John Darrington.
41348
41349 2006-10-25  Bruno Haible  <bruno@clisp.org>
41350
41351         * lib/progname.h (set_program_name): Undefine before defining.
41352
41353 2006-10-25  Bruno Haible  <bruno@clisp.org>
41354
41355         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
41356         false for non-gcc C++ compilers.
41357         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
41358
41359 2006-10-24  Bruno Haible  <bruno@clisp.org>
41360
41361         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
41362         iconv implementations like Irix iconv.
41363
41364 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41365
41366         * modules/vararrays: New file.
41367         * m4/vararrays.m4: New file, taken from diffutils.
41368         * MODULES.html.sh: New module vararrays.
41369
41370 2006-10-24  Karl Berry  <karl@gnu.org>
41371
41372         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
41373         Don't call GNU Unix.
41374
41375 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41376
41377         * users.txt: Add Libtool.
41378
41379         Sync from Libtool:
41380
41381         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41382
41383         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
41384         to gnulib's policy of including config.h unconditionally.
41385
41386 2006-10-24  Bruno Haible  <bruno@clisp.org>
41387
41388         * modules/wcwidth (Files): Add m4/wint_t.m4.
41389         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
41390         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
41391
41392 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41393
41394         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
41395         to pacify GCC with some -W flags enabled.  Problem reported by
41396         Bruno Haible.
41397
41398 2006-10-24  Jim Meyering  <jim@meyering.net>
41399
41400         * MODULES.html.sh: Remove uinttostr.  It's not a module.
41401         Reported by Karl Berry.
41402
41403 2006-10-23  Bruno Haible  <bruno@clisp.org>
41404
41405         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
41406
41407 2006-10-24  Bruno Haible  <bruno@clisp.org>
41408
41409         * lib/gl_list.h: Use C comment style, not C++ comment style.
41410
41411 2006-10-23  Eric Blake  <ebb9@byu.net>
41412
41413         * lib/getaddrinfo.c (includes): Add missing include.
41414
41415 2006-10-23  Bruno Haible  <bruno@clisp.org>
41416             Paul Eggert  <eggert@cs.ucla.edu>
41417
41418         Ability to rename obstack_free.
41419         * lib/obstack.h (__obstack_free): New macro. Declare instead of
41420         obstack_free.
41421         (obstack_free): Invoke the __obstack_free macro.
41422         * lib/obstack.c (obstack_free): Use __obstack_free macro.
41423
41424 2006-10-23  Bruno Haible  <bruno@clisp.org>
41425             Paul Eggert  <eggert@cs.ucla.edu>
41426
41427         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
41428         __argc, __argv from the declaration. (They are defined as macros on
41429         mingw.)
41430
41431 2006-10-22  Bruno Haible  <bruno@clisp.org>
41432
41433         * doc/gnulib-intro.texi: New file.
41434         * doc/gnulib.texi: Include it.
41435
41436 2006-10-21  Bruno Haible  <bruno@clisp.org>
41437
41438         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
41439         "Introduction", "Miscellanous Notes", "Particular Modules".
41440
41441 2006-10-21  Bruno Haible  <bruno@clisp.org>
41442
41443         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41444         Change mostlyclean-local rule to avoid sh syntax error from bash
41445         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
41446
41447 2006-10-23  Jim Meyering  <jim@meyering.net>
41448
41449         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
41450         in place of snprintf.
41451
41452         * modules/inttostr (Files): Add lib/uinttostr.c.
41453         * lib/uinttostr.c (inttostr): New file/function.
41454         * lib/inttostr.h (uinttostr): Declare.
41455         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
41456         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
41457         Add uinttostr.
41458         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
41459
41460 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
41461
41462         * lib/canonicalize.c (ELOOP): Define if not already defined.
41463         Problem reported by Bruno Haible in
41464         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
41465
41466 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
41467
41468         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
41469         Problem reported by Perry Smith and Ville Laurikari.
41470
41471         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
41472         uses.
41473
41474 2006-10-19  Bruno Haible  <bruno@clisp.org>
41475
41476         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
41477         for mingw.
41478
41479 2006-10-19  Bruno Haible  <bruno@clisp.org>
41480
41481         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
41482         Needed for mingw.
41483
41484 2006-10-19  Bruno Haible  <bruno@clisp.org>
41485
41486         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
41487
41488 2006-10-19  Bruno Haible  <bruno@clisp.org>
41489
41490         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
41491         it.
41492
41493 2006-10-19  Bruno Haible  <bruno@clisp.org>
41494
41495         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
41496         invocation.
41497
41498 2006-10-19  Bruno Haible  <bruno@clisp.org>
41499
41500         * gnulib-tool (func_create_testdir): Don't include ftruncate and
41501         mountlist by default.
41502
41503 2006-10-16  Bruno Haible  <bruno@clisp.org>
41504
41505         * lib/c-strstr.c: Include c-strstr.h.
41506
41507 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41508
41509         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
41510         in a slash.
41511
41512 2006-10-18  Bruno Haible  <bruno@clisp.org>
41513
41514         * lib/lock.h [C++]: Wrap definitions in extern "C".
41515
41516 2006-10-18  Bruno Haible  <bruno@clisp.org>
41517
41518         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
41519         gl_LIBOBJS list.
41520
41521 2006-10-18  Bruno Haible  <bruno@clisp.org>
41522
41523         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
41524
41525 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
41526
41527         * lib/xstrtol.h: Include gettext.h.
41528         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
41529         Problem reported by Eric Blake.
41530         * modules/xstrtol (Depends-on): Add gettext-h.
41531
41532 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
41533
41534         * lib/strftime.c (advance): New macro.
41535         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
41536         incomplete type, so you can't add 0 to it.  Problem and patch
41537         reported by Eelco Dolstra for dietlibc.
41538
41539 2006-10-18  Jim Meyering  <jim@meyering.net>
41540
41541         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
41542         type for a local, and rename it: s/up/user_proc/.
41543
41544 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
41545
41546         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
41547         READ_UTMP_USER_PROCESS.
41548         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
41549
41550 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
41551
41552         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
41553         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
41554
41555 2006-10-17  Eric Blake  <ebb9@byu.net>
41556
41557         * lib/sigprocmask.c (sigprocmask): Fix typo.
41558
41559         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
41560
41561         * modules/clean-temp (Makefile.am): Don't add to make output...
41562         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
41563         config.h.
41564
41565 2006-10-17  Bruno Haible  <bruno@clisp.org>
41566
41567         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
41568         differently if DEFAULT_TEXT_DOMAIN is set.
41569
41570 2006-10-16  Bruno Haible  <bruno@clisp.org>
41571
41572         * lib/clean-temp.c: Include fwriteerror.h.
41573
41574 2006-10-16  Bruno Haible  <bruno@clisp.org>
41575
41576         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
41577
41578 2006-10-16  Bruno Haible  <bruno@clisp.org>
41579
41580         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
41581         * lib/sigprocmask.h: Include <sys/types.h>.
41582         (sigset_t): Use the system's definition if present.
41583
41584 2006-10-17  Eric Blake  <ebb9@byu.net>
41585
41586         * lib/xvasprintf.c (includes): Assume config.h.
41587         * lib/xasprintf.c (includes): Likewise.
41588
41589 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
41590
41591         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
41592         at least as wide as intmax_t.
41593
41594 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
41595
41596         (Imported from Automake.)
41597         * build-aux/gnupload: Update to version 1.1 of directive file.
41598
41599 2006-10-16  Eric Blake  <ebb9@byu.net>
41600
41601         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
41602         match Automake 1.10a.
41603
41604 2006-10-14  Bruno Haible  <bruno@clisp.org>
41605
41606         * modules/sigprocmask: New file.
41607         * lib/sigprocmask.h: New file.
41608         * lib/sigprocmask.c: New file.
41609         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
41610         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
41611         request sigprocmask.o.
41612         (gl_PREREQ_SIGPROCMASK): New macro.
41613         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
41614         (Depends-on): Add sigprocmask.
41615         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
41616         gt_SIGNALBLOCKING. Test for 'raise' only once.
41617         * lib/fatal-signal.c: Include sigprocmask.h.
41618         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
41619         unblock_fatal_signals): Define always.
41620         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
41621         sigprocmask.
41622
41623 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
41624
41625         Sync from Automake.
41626         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
41627         which incorrectly sets the mode of an existing destination
41628         directory.  In some cases the unpatched install-sh could do the
41629         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
41630         system.  We hope this is rare in practice, but it's clearly worth
41631         fixing.  Problem reported by Alex Unleashed in
41632         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
41633         Also, don't bother to check for -m bugs unless we're using -m;
41634         suggested by Stepan Kasal.
41635
41636 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41637
41638         Sync from Automake.
41639         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
41640         `-c' flag, so they appear at the same position as in %FASTDEP%
41641         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
41642         which ignores unknown options only after the first non-option.
41643         Bug report against M4 by Nelson H. F. Beebe.
41644
41645 2006-10-13  Jim Meyering  <jim@meyering.net>
41646
41647         Fix a bug in yesterday's change.
41648         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
41649         p->fts_statp->st_dev would be used uninitialized.
41650         Ensures that we always call fts_stat on the very first entry.
41651         Miklos Szeredi reported that find -xdev stopped working.
41652
41653 2006-10-12  Bruno Haible  <bruno@clisp.org>
41654
41655         * gnulib-tool (func_get_automake_snippet): Append an automatically
41656         computed EXTRA_DIST augmentation.
41657         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
41658         * modules/alloca-opt (Makefile.am): Likewise.
41659         * modules/allocsa (Makefile.am): Likewise.
41660         * modules/arcfour (Makefile.am): Likewise.
41661         * modules/arctwo (Makefile.am): Likewise.
41662         * modules/argmatch (Makefile.am): Likewise.
41663         * modules/argz (Makefile.am): Likewise.
41664         * modules/atexit (Makefile.am): Likewise.
41665         * modules/backupfile (Makefile.am): Likewise.
41666         * modules/byteswap (Makefile.am): Likewise.
41667         * modules/c-strtod (Makefile.am): Likewise.
41668         * modules/c-strtold (Makefile.am): Likewise.
41669         * modules/calloc (Makefile.am): Likewise.
41670         * modules/canon-host (Makefile.am): Likewise.
41671         * modules/canonicalize (Makefile.am): Likewise.
41672         * modules/chdir-long (Makefile.am): Likewise.
41673         * modules/chdir-safer (Makefile.am): Likewise.
41674         * modules/check-version (Makefile.am): Likewise.
41675         * modules/chown (Makefile.am): Likewise.
41676         * modules/cloexec (Makefile.am): Likewise.
41677         * modules/close-stream (Makefile.am): Likewise.
41678         * modules/closeout (Makefile.am): Likewise.
41679         * modules/crc (Makefile.am): Likewise.
41680         * modules/csharpexec (Makefile.am): Likewise.
41681         * modules/cycle-check (Makefile.am): Likewise.
41682         * modules/des (Makefile.am): Likewise.
41683         * modules/dev-ino (Makefile.am): Likewise.
41684         * modules/dirfd (Makefile.am): Likewise.
41685         * modules/dirname (Makefile.am): Likewise.
41686         * modules/dup2 (Makefile.am): Likewise.
41687         * modules/eealloc (Makefile.am): Likewise.
41688         * modules/error (Makefile.am): Likewise.
41689         * modules/euidaccess (Makefile.am): Likewise.
41690         * modules/exclude (Makefile.am): Likewise.
41691         * modules/exitfail (Makefile.am): Likewise.
41692         * modules/fcntl-safer (Makefile.am): Likewise.
41693         * modules/fcntl (Makefile.am): Likewise.
41694         * modules/file-type (Makefile.am): Likewise.
41695         * modules/fileblocks (Makefile.am): Likewise.
41696         * modules/filemode (Makefile.am): Likewise.
41697         * modules/filenamecat (Makefile.am): Likewise.
41698         * modules/fnmatch (Makefile.am): Likewise.
41699         * modules/fopen-safer (Makefile.am): Likewise.
41700         * modules/fpending (Makefile.am): Likewise.
41701         * modules/fprintftime (Makefile.am): Likewise.
41702         * modules/free (Makefile.am): Likewise.
41703         * modules/fsusage (Makefile.am): Likewise.
41704         * modules/ftruncate (Makefile.am): Likewise.
41705         * modules/fts (Makefile.am): Likewise.
41706         * modules/gc-arcfour (Makefile.am): Likewise.
41707         * modules/gc-des (Makefile.am): Likewise.
41708         * modules/gc-hmac-md5 (Makefile.am): Likewise.
41709         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
41710         * modules/gc-md4 (Makefile.am): Likewise.
41711         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
41712         * modules/gc-sha1 (Makefile.am): Likewise.
41713         * modules/gc (Makefile.am): Likewise.
41714         * modules/getaddrinfo (Makefile.am): Likewise.
41715         * modules/getcwd (Makefile.am): Likewise.
41716         * modules/getdelim (Makefile.am): Likewise.
41717         * modules/getdomainname (Makefile.am): Likewise.
41718         * modules/getgroups (Makefile.am): Likewise.
41719         * modules/gethostname (Makefile.am): Likewise.
41720         * modules/gethrxtime (Makefile.am): Likewise.
41721         * modules/getline (Makefile.am): Likewise.
41722         * modules/getloadavg (Makefile.am): Likewise.
41723         * modules/getlogin_r (Makefile.am): Likewise.
41724         * modules/getndelim2 (Makefile.am): Likewise.
41725         * modules/getopt (Makefile.am): Likewise.
41726         * modules/getpagesize (Makefile.am): Likewise.
41727         * modules/getpass-gnu (Makefile.am): Likewise.
41728         * modules/getpass (Makefile.am): Likewise.
41729         * modules/getsubopt (Makefile.am): Likewise.
41730         * modules/gettime (Makefile.am): Likewise.
41731         * modules/gettimeofday (Makefile.am): Likewise.
41732         * modules/getugroups (Makefile.am): Likewise.
41733         * modules/getusershell (Makefile.am): Likewise.
41734         * modules/glob (Makefile.am): Likewise.
41735         * modules/group-member (Makefile.am): Likewise.
41736         * modules/hard-locale (Makefile.am): Likewise.
41737         * modules/hash (Makefile.am): Likewise.
41738         * modules/hmac-md5 (Makefile.am): Likewise.
41739         * modules/hmac-sha1 (Makefile.am): Likewise.
41740         * modules/human (Makefile.am): Likewise.
41741         * modules/idcache (Makefile.am): Likewise.
41742         * modules/imaxabs (Makefile.am): Likewise.
41743         * modules/imaxdiv (Makefile.am): Likewise.
41744         * modules/inet_ntop (Makefile.am): Likewise.
41745         * modules/inet_pton (Makefile.am): Likewise.
41746         * modules/intprops (Makefile.am): Likewise.
41747         * modules/inttostr (Makefile.am): Likewise.
41748         * modules/inttypes (Makefile.am): Likewise.
41749         * modules/isapipe (Makefile.am): Likewise.
41750         * modules/javaversion (Makefile.am): Likewise.
41751         * modules/lchmod (Makefile.am): Likewise.
41752         * modules/lchown (Makefile.am): Likewise.
41753         * modules/localcharset (Makefile.am): Likewise.
41754         * modules/long-options (Makefile.am): Likewise.
41755         * modules/lstat (Makefile.am): Likewise.
41756         * modules/malloc (Makefile.am): Likewise.
41757         * modules/mathl (Makefile.am): Likewise.
41758         * modules/mbchar (Makefile.am): Likewise.
41759         * modules/md2 (Makefile.am): Likewise.
41760         * modules/md4 (Makefile.am): Likewise.
41761         * modules/md5 (Makefile.am): Likewise.
41762         * modules/memcasecmp (Makefile.am): Likewise.
41763         * modules/memchr (Makefile.am): Likewise.
41764         * modules/memcmp (Makefile.am): Likewise.
41765         * modules/memcoll (Makefile.am): Likewise.
41766         * modules/memcpy (Makefile.am): Likewise.
41767         * modules/memmem (Makefile.am): Likewise.
41768         * modules/memmove (Makefile.am): Likewise.
41769         * modules/mempcpy (Makefile.am): Likewise.
41770         * modules/memrchr (Makefile.am): Likewise.
41771         * modules/memset (Makefile.am): Likewise.
41772         * modules/memxor (Makefile.am): Likewise.
41773         * modules/mkancesdirs (Makefile.am): Likewise.
41774         * modules/mkdir-p (Makefile.am): Likewise.
41775         * modules/mkdir (Makefile.am): Likewise.
41776         * modules/mkdtemp (Makefile.am): Likewise.
41777         * modules/mkstemp (Makefile.am): Likewise.
41778         * modules/mktime (Makefile.am): Likewise.
41779         * modules/modechange (Makefile.am): Likewise.
41780         * modules/mountlist (Makefile.am): Likewise.
41781         * modules/nanosleep (Makefile.am): Likewise.
41782         * modules/obstack (Makefile.am): Likewise.
41783         * modules/openat (Makefile.am): Likewise.
41784         * modules/pagealign_alloc (Makefile.am): Likewise.
41785         * modules/pathmax (Makefile.am): Likewise.
41786         * modules/physmem (Makefile.am): Likewise.
41787         * modules/poll (Makefile.am): Likewise.
41788         * modules/posixtm (Makefile.am): Likewise.
41789         * modules/posixver (Makefile.am): Likewise.
41790         * modules/putenv (Makefile.am): Likewise.
41791         * modules/quote (Makefile.am): Likewise.
41792         * modules/quotearg (Makefile.am): Likewise.
41793         * modules/raise (Makefile.am): Likewise.
41794         * modules/read-file (Makefile.am): Likewise.
41795         * modules/readline (Makefile.am): Likewise.
41796         * modules/readlink (Makefile.am): Likewise.
41797         * modules/readtokens (Makefile.am): Likewise.
41798         * modules/readutmp (Makefile.am): Likewise.
41799         * modules/realloc (Makefile.am): Likewise.
41800         * modules/regex (Makefile.am): Likewise.
41801         * modules/rename-dest-slash (Makefile.am): Likewise.
41802         * modules/rename (Makefile.am): Likewise.
41803         * modules/rijndael (Makefile.am): Likewise.
41804         * modules/rmdir (Makefile.am): Likewise.
41805         * modules/rpmatch (Makefile.am): Likewise.
41806         * modules/safe-read (Makefile.am): Likewise.
41807         * modules/safe-write (Makefile.am): Likewise.
41808         * modules/same-inode (Makefile.am): Likewise.
41809         * modules/same (Makefile.am): Likewise.
41810         * modules/save-cwd (Makefile.am): Likewise.
41811         * modules/savedir (Makefile.am): Likewise.
41812         * modules/setenv (Makefile.am): Likewise.
41813         * modules/settime (Makefile.am): Likewise.
41814         * modules/sha1 (Makefile.am): Likewise.
41815         * modules/sig2str (Makefile.am): Likewise.
41816         * modules/snprintf (Makefile.am): Likewise.
41817         * modules/stat-macros (Makefile.am): Likewise.
41818         * modules/stat-time (Makefile.am): Likewise.
41819         * modules/stdbool (Makefile.am): Likewise.
41820         * modules/stdint (Makefile.am): Likewise.
41821         * modules/stdlib-safer (Makefile.am): Likewise.
41822         * modules/stpcpy (Makefile.am): Likewise.
41823         * modules/stpncpy (Makefile.am): Likewise.
41824         * modules/strcase (Makefile.am): Likewise.
41825         * modules/strcasestr (Makefile.am): Likewise.
41826         * modules/strchrnul (Makefile.am): Likewise.
41827         * modules/strcspn (Makefile.am): Likewise.
41828         * modules/strdup (Makefile.am): Likewise.
41829         * modules/strerror (Makefile.am): Likewise.
41830         * modules/strftime (Makefile.am): Likewise.
41831         * modules/strndup (Makefile.am): Likewise.
41832         * modules/strnlen (Makefile.am): Likewise.
41833         * modules/strpbrk (Makefile.am): Likewise.
41834         * modules/strsep (Makefile.am): Likewise.
41835         * modules/strstr (Makefile.am): Likewise.
41836         * modules/strtod (Makefile.am): Likewise.
41837         * modules/strtoimax (Makefile.am): Likewise.
41838         * modules/strtok_r (Makefile.am): Likewise.
41839         * modules/strtol (Makefile.am): Likewise.
41840         * modules/strtoll (Makefile.am): Likewise.
41841         * modules/strtoul (Makefile.am): Likewise.
41842         * modules/strtoull (Makefile.am): Likewise.
41843         * modules/strtoumax (Makefile.am): Likewise.
41844         * modules/strverscmp (Makefile.am): Likewise.
41845         * modules/sys_socket (Makefile.am): Likewise.
41846         * modules/sys_stat (Makefile.am): Likewise.
41847         * modules/sysexits (Makefile.am): Likewise.
41848         * modules/time_r (Makefile.am): Likewise.
41849         * modules/timegm (Makefile.am): Likewise.
41850         * modules/timespec (Makefile.am): Likewise.
41851         * modules/tmpfile-safer (Makefile.am): Likewise.
41852         * modules/trim (Makefile.am): Likewise.
41853         * modules/unistd-safer (Makefile.am): Likewise.
41854         * modules/unlinkdir (Makefile.am): Likewise.
41855         * modules/unlocked-io (Makefile.am): Likewise.
41856         * modules/userspec (Makefile.am): Likewise.
41857         * modules/utime (Makefile.am): Likewise.
41858         * modules/utimecmp (Makefile.am): Likewise.
41859         * modules/utimens (Makefile.am): Likewise.
41860         * modules/vasnprintf (Makefile.am): Likewise.
41861         * modules/vasprintf (Makefile.am): Likewise.
41862         * modules/vsnprintf (Makefile.am): Likewise.
41863         * modules/xalloc (Makefile.am): Likewise.
41864         * modules/xgetcwd (Makefile.am): Likewise.
41865         * modules/xnanosleep (Makefile.am): Likewise.
41866         * modules/xreadlink (Makefile.am): Likewise.
41867         * modules/xstrtod (Makefile.am): Likewise.
41868         * modules/xstrtol (Makefile.am): Likewise.
41869         * modules/xstrtold (Makefile.am): Likewise.
41870         * modules/yesno (Makefile.am): Likewise.
41871         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
41872
41873 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
41874
41875         * modules/error (Makefile.am): Distribute files through
41876         EXTRA_DIST, not lib_SOURCES.
41877
41878 2006-10-12  Eric Blake  <ebb9@byu.net>
41879
41880         * modules/error (Makefile.am): Distribute files in /lib.
41881         * modules/obstack (Makefile.am): Likewise.
41882
41883 2006-10-12  Bruno Haible  <bruno@clisp.org>
41884
41885         * modules/acl (Makefile.am): Distribute all files in lib/ through
41886         EXTRA_DIST.
41887         * modules/arcfour (Makefile.am): Likewise.
41888         * modules/arctwo (Makefile.am): Likewise.
41889         * modules/argmatch (Makefile.am): Likewise.
41890         * modules/argz (Makefile.am): Likewise.
41891         * modules/atexit (Makefile.am): Likewise.
41892         * modules/backupfile (Makefile.am): Likewise.
41893         * modules/c-strtod (Makefile.am): Likewise.
41894         * modules/c-strtold (Makefile.am): Likewise.
41895         * modules/calloc (Makefile.am): Likewise.
41896         * modules/canon-host (Makefile.am): Likewise.
41897         * modules/canonicalize (Makefile.am): Likewise.
41898         * modules/chdir-long (Makefile.am): Likewise.
41899         * modules/chdir-safer (Makefile.am): Likewise.
41900         * modules/check-version (Makefile.am): Likewise.
41901         * modules/chown (Makefile.am): Likewise.
41902         * modules/cloexec (Makefile.am): Likewise.
41903         * modules/close-stream (Makefile.am): Likewise.
41904         * modules/closeout (Makefile.am): Likewise.
41905         * modules/crc (Makefile.am): Likewise.
41906         * modules/cycle-check (Makefile.am): Likewise.
41907         * modules/des (Makefile.am): Likewise.
41908         * modules/dirfd (Makefile.am): Likewise.
41909         * modules/dirname (Makefile.am): Likewise.
41910         * modules/dup2 (Makefile.am): Likewise.
41911         * modules/euidaccess (Makefile.am): Likewise.
41912         * modules/exclude (Makefile.am): Likewise.
41913         * modules/exitfail (Makefile.am): Likewise.
41914         * modules/fcntl-safer (Makefile.am): Likewise.
41915         * modules/file-type (Makefile.am): Likewise.
41916         * modules/fileblocks (Makefile.am): Likewise.
41917         * modules/filemode (Makefile.am): Likewise.
41918         * modules/filenamecat (Makefile.am): Likewise.
41919         * modules/fnmatch (Makefile.am): Likewise.
41920         * modules/fopen-safer (Makefile.am): Likewise.
41921         * modules/fpending (Makefile.am): Likewise.
41922         * modules/fprintftime (Makefile.am): Likewise.
41923         * modules/free (Makefile.am): Likewise.
41924         * modules/fsusage (Makefile.am): Likewise.
41925         * modules/ftruncate (Makefile.am): Likewise.
41926         * modules/fts (Makefile.am): Likewise.
41927         * modules/gc (Makefile.am): Likewise.
41928         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
41929         * modules/getaddrinfo (Makefile.am): Likewise.
41930         * modules/getcwd (Makefile.am): Likewise.
41931         * modules/getdelim (Makefile.am): Likewise.
41932         * modules/getdomainname (Makefile.am): Likewise.
41933         * modules/getgroups (Makefile.am): Likewise.
41934         * modules/gethostname (Makefile.am): Likewise.
41935         * modules/gethrxtime (Makefile.am): Likewise.
41936         * modules/getline (Makefile.am): Likewise.
41937         * modules/getloadavg (Makefile.am): Likewise.
41938         * modules/getlogin_r (Makefile.am): Likewise.
41939         * modules/getopt (Makefile.am): Likewise.
41940         * modules/getpass (Makefile.am): Likewise.
41941         * modules/getpass-gnu (Makefile.am): Likewise.
41942         * modules/getsubopt (Makefile.am): Likewise.
41943         * modules/gettime (Makefile.am): Likewise.
41944         * modules/gettimeofday (Makefile.am): Likewise.
41945         * modules/getugroups (Makefile.am): Likewise.
41946         * modules/getusershell (Makefile.am): Likewise.
41947         * modules/glob (Makefile.am): Likewise.
41948         * modules/group-member (Makefile.am): Likewise.
41949         * modules/hard-locale (Makefile.am): Likewise.
41950         * modules/hash (Makefile.am): Likewise.
41951         * modules/hmac-md5 (Makefile.am): Likewise.
41952         * modules/hmac-sha1 (Makefile.am): Likewise.
41953         * modules/human (Makefile.am): Likewise.
41954         * modules/idcache (Makefile.am): Likewise.
41955         * modules/imaxabs (Makefile.am): Likewise.
41956         * modules/imaxdiv (Makefile.am): Likewise.
41957         * modules/inet_ntop (Makefile.am): Likewise.
41958         * modules/inet_pton (Makefile.am): Likewise.
41959         * modules/inttostr (Makefile.am): Likewise.
41960         * modules/isapipe (Makefile.am): Likewise.
41961         * modules/lchown (Makefile.am): Likewise.
41962         * modules/long-options (Makefile.am): Likewise.
41963         * modules/lstat (Makefile.am): Likewise.
41964         * modules/malloc (Makefile.am): Likewise.
41965         * modules/mathl (Makefile.am): Likewise.
41966         * modules/mbchar (Makefile.am): Likewise.
41967         * modules/md2 (Makefile.am): Likewise.
41968         * modules/md4 (Makefile.am): Likewise.
41969         * modules/md5 (Makefile.am): Likewise.
41970         * modules/memcasecmp (Makefile.am): Likewise.
41971         * modules/memchr (Makefile.am): Likewise.
41972         * modules/memcmp (Makefile.am): Likewise.
41973         * modules/memcoll (Makefile.am): Likewise.
41974         * modules/memcpy (Makefile.am): Likewise.
41975         * modules/memmem (Makefile.am): Likewise.
41976         * modules/memmove (Makefile.am): Likewise.
41977         * modules/mempcpy (Makefile.am): Likewise.
41978         * modules/memrchr (Makefile.am): Likewise.
41979         * modules/memset (Makefile.am): Likewise.
41980         * modules/memxor (Makefile.am): Likewise.
41981         * modules/mkancesdirs (Makefile.am): Likewise.
41982         * modules/mkdir (Makefile.am): Likewise.
41983         * modules/mkdir-p (Makefile.am): Likewise.
41984         * modules/mkdtemp (Makefile.am): Likewise.
41985         * modules/mkstemp (Makefile.am): Likewise.
41986         * modules/mktime (Makefile.am): Likewise.
41987         * modules/modechange (Makefile.am): Likewise.
41988         * modules/mountlist (Makefile.am): Likewise.
41989         * modules/nanosleep (Makefile.am): Likewise.
41990         * modules/openat (Makefile.am): Likewise.
41991         * modules/pagealign_alloc (Makefile.am): Likewise.
41992         * modules/physmem (Makefile.am): Likewise.
41993         * modules/poll (Makefile.am): Likewise.
41994         * modules/posixtm (Makefile.am): Likewise.
41995         * modules/posixver (Makefile.am): Likewise.
41996         * modules/putenv (Makefile.am): Likewise.
41997         * modules/quote (Makefile.am): Likewise.
41998         * modules/quotearg (Makefile.am): Likewise.
41999         * modules/raise (Makefile.am): Likewise.
42000         * modules/read-file (Makefile.am): Likewise.
42001         * modules/readline (Makefile.am): Likewise.
42002         * modules/readlink (Makefile.am): Likewise.
42003         * modules/readtokens (Makefile.am): Likewise.
42004         * modules/readutmp (Makefile.am): Likewise.
42005         * modules/realloc (Makefile.am): Likewise.
42006         * modules/regex (Makefile.am): Likewise.
42007         * modules/rename (Makefile.am): Likewise.
42008         * modules/rename-dest-slash (Makefile.am): Likewise.
42009         * modules/rijndael (Makefile.am): Likewise.
42010         * modules/rmdir (Makefile.am): Likewise.
42011         * modules/rpmatch (Makefile.am): Likewise.
42012         * modules/safe-read (Makefile.am): Likewise.
42013         * modules/safe-write (Makefile.am): Likewise.
42014         * modules/same (Makefile.am): Likewise.
42015         * modules/save-cwd (Makefile.am): Likewise.
42016         * modules/savedir (Makefile.am): Likewise.
42017         * modules/setenv (Makefile.am): Likewise.
42018         * modules/settime (Makefile.am): Likewise.
42019         * modules/sha1 (Makefile.am): Likewise.
42020         * modules/sig2str (Makefile.am): Likewise.
42021         * modules/snprintf (Makefile.am): Likewise.
42022         * modules/stdlib-safer (Makefile.am): Likewise.
42023         * modules/stpcpy (Makefile.am): Likewise.
42024         * modules/stpncpy (Makefile.am): Likewise.
42025         * modules/strcase (Makefile.am): Likewise.
42026         * modules/strcasestr (Makefile.am): Likewise.
42027         * modules/strchrnul (Makefile.am): Likewise.
42028         * modules/strcspn (Makefile.am): Likewise.
42029         * modules/strdup (Makefile.am): Likewise.
42030         * modules/strerror (Makefile.am): Likewise.
42031         * modules/strftime (Makefile.am): Likewise.
42032         * modules/strndup (Makefile.am): Likewise.
42033         * modules/strnlen (Makefile.am): Likewise.
42034         * modules/strpbrk (Makefile.am): Likewise.
42035         * modules/strsep (Makefile.am): Likewise.
42036         * modules/strstr (Makefile.am): Likewise.
42037         * modules/strtod (Makefile.am): Likewise.
42038         * modules/strtoimax (Makefile.am): Likewise.
42039         * modules/strtok_r (Makefile.am): Likewise.
42040         * modules/strtol (Makefile.am): Likewise.
42041         * modules/strtoll (Makefile.am): Likewise.
42042         * modules/strtoul (Makefile.am): Likewise.
42043         * modules/strtoull (Makefile.am): Likewise.
42044         * modules/strtoumax (Makefile.am): Likewise.
42045         * modules/strverscmp (Makefile.am): Likewise.
42046         * modules/time_r (Makefile.am): Likewise.
42047         * modules/timegm (Makefile.am): Likewise.
42048         * modules/tmpfile-safer (Makefile.am): Likewise.
42049         * modules/unistd-safer (Makefile.am): Likewise.
42050         * modules/unlinkdir (Makefile.am): Likewise.
42051         * modules/userspec (Makefile.am): Likewise.
42052         * modules/utime (Makefile.am): Likewise.
42053         * modules/utimecmp (Makefile.am): Likewise.
42054         * modules/utimens (Makefile.am): Likewise.
42055         * modules/vasnprintf (Makefile.am): Likewise.
42056         * modules/vasprintf (Makefile.am): Likewise.
42057         * modules/vsnprintf (Makefile.am): Likewise.
42058         * modules/xalloc (Makefile.am): Likewise.
42059         * modules/xgetcwd (Makefile.am): Likewise.
42060         * modules/xnanosleep (Makefile.am): Likewise.
42061         * modules/xreadlink (Makefile.am): Likewise.
42062         * modules/xstrtod (Makefile.am): Likewise.
42063         * modules/xstrtol (Makefile.am): Likewise.
42064         * modules/xstrtold (Makefile.am): Likewise.
42065         * modules/yesno (Makefile.am): Likewise.
42066
42067 2006-10-12  Jim Meyering  <jim@meyering.net>
42068
42069         * m4/getloadavg.m4: Revert the change below.
42070
42071         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
42072         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
42073         fail with a symlink, which is what coreutils' ./bootstrap now
42074         creates by default.
42075
42076 2006-10-12  Bruno Haible  <bruno@clisp.org>
42077
42078         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
42079         mingw.
42080         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
42081         MSVC and mingw explicitly.
42082
42083 2006-10-11  Simon Josefsson  <jas@extundo.com>
42084             Bruno Haible  <bruno@clisp.org>
42085
42086         Add support for multiple gnulib-tool invocations in the scope of a
42087         single configure.ac file.
42088         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
42089         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
42090         with the same contents as the _LIBADD variable.
42091         (func_emit_initmacro_start, func_emit_initmacro_end,
42092         func_emit_initmacro_done): New functions.
42093         (func_import, func_create_testdir): Invoke them. Allow the identifiers
42094         gl_LIBOBJS and gl_LTLIBOBJS.
42095
42096 2006-10-11  Bruno Haible  <bruno@clisp.org>
42097
42098         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
42099         (func_create_testdir): Don't create po/Makefile.am, don't invoke
42100         autoreconf. Instead, invoke autopoint explicitly but move back the
42101         *.m4 files from gnulib.
42102
42103 2006-10-11  Bruno Haible  <bruno@clisp.org>
42104
42105         * gnulib-tool (func_usage): Make module names after --create-testdir
42106         optional.
42107         (func_create_testdir): If no module was specified, use nearly all
42108         modules.
42109
42110 2006-10-12  Jim Meyering  <jim@meyering.net>
42111
42112         Big performance improvement for fts-based tools that use FTS_NOSTAT.
42113         Avoid spurious inode-mismatch problems on non-POSIX file systems.
42114         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
42115         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
42116         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
42117         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
42118         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
42119         (fts_set_stat_required): New function.
42120         (fts_open): Defer the calls to fts_stat, if possible or requested.
42121         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
42122         into fts_stat itself.
42123         (fts_read): Perform any required (deferred) fts_stat call.
42124         (fts_build): Likewise, for the directory we're about to open and read.
42125         In the readdir loop, carefully decide whether each entry will require
42126         an eventual call to fts_stat, using dirent.d_type info if available.
42127         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
42128         a command line argument into this function.  Update all callers.
42129         Map a return value of FTS_DOT to FTS_D for a command line argument.
42130         * modules/fts (Depends-on): Add d-type.  Alphabetize.
42131         Thanks to Miklos Szeredi for his tenacity and for the initial
42132         bug report about "find" failing on a FUSE-based file system.
42133
42134         * lib/fts.c (fts_open): Use consistent indentation.
42135
42136 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42137
42138         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
42139         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
42140         reported by Jim Meyering.  All uses of cache variables renamed
42141         to match Autoconf's.
42142         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
42143         the other one.
42144
42145         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
42146         Fix misspelling in diagnostic.
42147
42148 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42149
42150         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
42151         defined.  Problem reported by Matthew Woehlke.
42152
42153         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
42154         Add support for Tandem NonStop R series.
42155         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
42156         Use new macro.
42157
42158         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
42159         (has_trailing_slash): Omit size arg; all callers changed.
42160         Omit 'inline', since it doesn't help performance and we'd
42161         need to configure it.
42162         Don't count //, ///, etc. as having a trailing slash.
42163         As a side effect, this removes a C99ism reported by Matthew Woehlke.
42164         (rpl_rename_dest_slash): On failure, use rename's errno rather
42165         than (in some cases) an incorrect or junk errno.
42166         Simplify code by removing need to compute length; this does
42167         cause it to make two passes instead of one over the file name,
42168         but it's worth it.
42169
42170         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
42171         change, since Autoconf's version may no longer be appropriate now
42172         that we are using CVS Autoconf's version.  Add support for Tandem.
42173
42174 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42175             Bruno Haible  <bruno@clisp.org>
42176
42177         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
42178         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
42179         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
42180         gl_AC_TYPE_LONG_LONG.
42181
42182         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
42183         instead of HAVE_LONG_LONG.
42184         * lib/printf-args.c (printf_fetchargs): Likewise.
42185         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
42186         * lib/vasnprintf.c (VASNPRINTF): Likewise.
42187         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
42188         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
42189         gl_AC_TYPE_LONG_LONG.
42190
42191 2006-10-11  Bruno Haible  <bruno@clisp.org>
42192
42193         * m4/longlong.m4: Add comments.
42194         * m4/ulonglong.m4: Likewise.
42195
42196 2006-10-10  Bruno Haible  <bruno@clisp.org>
42197
42198         Make it possible to #define stpcpy, strdup to aliases.
42199         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
42200         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
42201
42202 2006-10-10  Bruno Haible  <bruno@clisp.org>
42203
42204         Make it possible to #define gcd to an alias.
42205         * lib/gcd.c: Include config.h.
42206
42207 2006-10-10  Bruno Haible  <bruno@clisp.org>
42208
42209         Make it possible to #define c_isascii to an alias.
42210         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
42211         defined. Undefine the macros before defining them, to avoid gcc
42212         warnings.
42213         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
42214         define NO_C_CTYPE_MACROS early.
42215
42216 2006-10-10  Bruno Haible  <bruno@clisp.org>
42217
42218         Make it possible to #define set_program_name to an alias.
42219         * lib/progname.c: Don't undefine set_program_name; instead, undefine
42220         ENABLE_RELOCATABLE early.
42221
42222 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
42223
42224         Port to Tandem NSK OSS, which has 64-bit signed int but at most
42225         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
42226         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
42227         More generally, don't assume that 64-bit signed int is available
42228         if unsigned int is, and vice versa.
42229         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
42230         unsigned symbols, not on their signed counterparts.
42231         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
42232         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
42233         (UINT64_C, UINTMAX_C):
42234         Likewise.
42235         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
42236         unsigned counterparts.
42237         (Have_long_long, Unsigned): New macros.
42238         (Int): Renamed from INT.
42239         (strtoimax): Use the new macros.
42240         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
42241         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
42242         * modules/inttypes (inttypes.h): Substitute
42243         HAVE_UNSIGNED_LONG_LONG_INT.
42244         * modules/stdint (stdint.h): Likewise.
42245         (Files): Add m4/ulonglong.m4.
42246
42247 2006-10-10  Bruno Haible  <bruno@clisp.org>
42248
42249         Fix a gcc -Wshadow warning.
42250         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
42251         to 'bucket'.
42252         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
42253         gl_linked_indexof_from_to): Likewise.
42254         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
42255         Likewise.
42256         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
42257         Likewise.
42258         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
42259         Reported by Eric Blake.
42260
42261 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
42262
42263         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
42264         for NetBSD.  Problem reported by Bruno Haible.
42265
42266 2006-10-09  Jim Meyering  <jim@meyering.net>
42267
42268         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
42269         Patch from Bruno Haible.
42270
42271 2006-10-09  Jim Meyering  <jim@meyering.net>
42272
42273         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
42274         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
42275         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
42276
42277 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
42278
42279         Don't include <config.h> twice; this doesn't work in some cases,
42280         e.g., when config.h has "#define intmax_t long long int" and
42281         we include <config.h>, <inttypes.h>, <config.h> in that order.
42282         Problem reported by Matthew Woehlke in:
42283         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
42284         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
42285         * lib/fts-cycle.c: Don't include config.h.
42286         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
42287         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
42288         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
42289         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
42290         inttypes.h.
42291         * lib/xstrtoumax.c: Likewise.
42292         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
42293         __strtol and the like, so that this module is more like its siblings.
42294         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
42295         Remove; no longer needed now that we assume gnulib inttypes.h.
42296
42297 2006-10-08  Bruno Haible  <bruno@clisp.org>
42298
42299         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
42300         option.
42301
42302 2006-10-07  Jim Meyering  <jim@meyering.net>
42303
42304         * modules/inttypes (inttypes.h): Revert what seems to have been
42305         an inadvertent part of today's change: use "|", not "/" in the
42306         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
42307
42308 2006-10-07  Bruno Haible  <bruno@clisp.org>
42309
42310         * modules/sublist: New file.
42311
42312 2006-10-07  Bruno Haible  <bruno@clisp.org>
42313
42314         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
42315         * modules/argz (argz.h): Likewise.
42316         * modules/arpa_inet (arpa/inet.h): Likewise.
42317         * modules/byteswap (byteswap.h): Likewise.
42318         * modules/configmake (configmake.h): Likewise.
42319         * modules/fcntl (fcntl.h): Likewise.
42320         * modules/fnmatch (fnmatch.h): Likewise.
42321         * modules/getopt (getopt.h): Likewise.
42322         * modules/glob (glob.h): Likewise.
42323         * modules/inttypes (inttypes.h): Likewise.
42324         * modules/netinet_in (netinet/in.h): Likewise.
42325         * modules/poll (poll.h): Likewise.
42326         * modules/stdbool (stdbool.h): Likewise.
42327         * modules/stdint (stdint.h): Likewise.
42328         * modules/sys_select (sys/select.h): Likewise.
42329         * modules/sys_socket (sys/socket.h): Likewise.
42330         * modules/sys_stat (sys/stat.h): Likewise.
42331         * modules/sysexits (sysexits.h): Likewise.
42332         * modules/unistd (unistd.h): Likewise.
42333         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42334         Add a "DO NOT EDIT" comment to the generated file.
42335         (func_import): Likewise for gnulib-comp.m4.
42336
42337 2006-10-07  Bruno Haible  <bruno@clisp.org>
42338
42339         * lib/gl_sublist.h: New file.
42340         * lib/gl_sublist.c: New file.
42341
42342 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
42343
42344         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
42345         name (relative to the original working directory) and the file
42346         name component (relative to the temporary working directory).  All
42347         callers changed.
42348         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
42349         * lib/mkdir-p.c (make_dir_parents): Likewise.
42350         * lib/mkdir-p.h (make_dir_parents): Likewise.
42351
42352 2006-10-06  Eric Blake  <ebb9@byu.net>
42353
42354         Define several macros for use by the clean-temp module.
42355         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
42356         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
42357         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
42358
42359         * lib/clean-temp.h (close_stream_temp): New declaration.
42360         * lib/clean-temp.c (includes): Pull in headers according to what
42361         other modules are in use.
42362         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
42363
42364 2006-10-06  Bruno Haible  <bruno@clisp.org>
42365
42366         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
42367         instead of fopen, fwriteerror.
42368
42369 2006-10-06  Bruno Haible  <bruno@clisp.org>
42370
42371         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
42372         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
42373         int.
42374         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
42375         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
42376         Return an error indicator.
42377         Suggested by Eric Blake.
42378
42379 2006-10-06  Bruno Haible  <bruno@clisp.org>
42380
42381         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
42382         Reported by Eric Blake.
42383
42384 2006-10-06  Bruno Haible  <bruno@clisp.org>
42385
42386         * modules/closeout (Description): Mention stderr too.
42387
42388 2006-10-06  Bruno Haible  <bruno@clisp.org>
42389         and Paul Eggert  <eggert@cs.ucla.edu>
42390
42391         * lib/closeout.c (close_stdout): Also close stderr.
42392         * lib/closeout.h: Update comment.
42393
42394 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
42395
42396         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
42397         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
42398         * lib/dirchownmod.c: Include lchown.h.
42399         * lib/lchown.c: Don't include files that lchown.h now includes.
42400         Don't declare chown, since lchown.h now does that.
42401         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
42402         (lchown): Define to rpl_chown if lchown is declared but
42403         does not exist.  Declare using a prototype if lchown is not
42404         declared.  Add a copyright notice.
42405         * lib/mkstemp.h: Include <unistd.h>.
42406         * lib/openat.c: Include lchown.h.
42407
42408         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
42409         we now test for that separately.
42410         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
42411         rather than O_NOFOLLOW, when testing whether it's possible to
42412         avoid a race condition reliably.
42413         * lib/savewd.c (savewd_chdir): Likewise.
42414
42415         Remove macros that are no longer needed now that stdint.h is
42416         reliable.
42417         * lib/fsusage.c (UINTMAX_MAX): Remove.
42418         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
42419         * lib/utimecmp.c (SIZE_MAX): Remove.
42420
42421         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
42422
42423         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
42424         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
42425         O_NOATIME works.
42426
42427 2006-10-05  Bruno Haible  <bruno@clisp.org>
42428
42429         * lib/gl_list.h (gl_sortedlist_search_from_to,
42430         gl_sortedlist_indexof_from_to): New declarations.
42431         (gl_list_implementation): New fields sortedlist_search_from_to,
42432         sortedlist_indexof_from_to.
42433         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
42434         inline functions.
42435         * lib/gl_list.c (gl_sortedlist_search_from_to,
42436         gl_sortedlist_indexof_from_to): New functions.
42437         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
42438         function.
42439         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
42440         (gl_array_sortedlist_search_from_to): New function.
42441         (gl_array_list_implementation): Update.
42442         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
42443         function.
42444         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
42445         (gl_carray_sortedlist_search_from_to): New function.
42446         (gl_carray_list_implementation): Update.
42447         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
42448         gl_linked_sortedlist_indexof_from_to): New functions.
42449         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
42450         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
42451         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
42452         gl_tree_sortedlist_indexof_from_to): New functions.
42453         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
42454         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
42455         Update.
42456         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
42457         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
42458         Update.
42459
42460 2006-10-05  Bruno Haible  <bruno@clisp.org>
42461
42462         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
42463         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
42464         (struct gl_list_implementation): Add fields search_from_to,
42465         indexof_from_to. Remove fields search, indexof.
42466         (gl_list_search): Use the search_from_to method.
42467         (gl_list_search_from, gl_list_search_from_to): New functions.
42468         (gl_list_indexof): Use the indexof_from_to method.
42469         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
42470         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
42471         (gl_list_search_from, gl_list_search_from_to): New functions.
42472         (gl_list_indexof): Use the indexof_from_to method.
42473         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
42474         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
42475         gl_array_indexof. Add start_index, end_index arguments.
42476         (gl_array_search_from_to): Renamed from gl_array_search. Add
42477         start_index, end_index arguments.
42478         (gl_array_remove, gl_array_list_implementation): Update.
42479         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
42480         gl_carray_indexof. Add start_index, end_index arguments.
42481         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
42482         start_index, end_index arguments.
42483         (gl_carray_remove, gl_carray_list_implementation): Update.
42484         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
42485         gl_linked_search. Add start_index, end_index arguments.
42486         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
42487         start_index, end_index arguments.
42488         (gl_linked_remove): Update.
42489         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
42490         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
42491         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
42492         field to 'size_t'.
42493         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
42494         gl_tree_search. Add start_index, end_index arguments.
42495         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
42496         start_index, end_index arguments.
42497         (gl_tree_remove): Update.
42498         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
42499         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
42500         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
42501         function.
42502         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
42503         gl_tree_search. Add start_index, end_index arguments.
42504         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
42505         start_index, end_index arguments.
42506         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
42507         Update.
42508         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
42509
42510 2006-10-05  Bruno Haible  <bruno@clisp.org>
42511
42512         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
42513
42514         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
42515         fwriteerror_temp): New declarations.
42516         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
42517         (descriptors): New variable.
42518         (cleanup): First, close the descriptors.
42519         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
42520         fclose_temp, fwriteerror_temp): New functions.
42521
42522 2006-10-04  Jim Meyering  <jim@meyering.net>
42523
42524         * lib/fts.c (fts_open): Tiny comment change.
42525
42526 2006-10-04  Bruno Haible  <bruno@clisp.org>
42527
42528         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
42529         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
42530         gl_LOCK_BODY.
42531         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
42532         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
42533         gl_LOCK_EARLY_BODY.
42534         (gl_LOCK): Require gl_LOCK_BODY.
42535
42536 2006-10-04  Bruno Haible  <bruno@clisp.org>
42537
42538         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
42539         (gl_oset_search_atleast): New declaration.
42540         (struct gl_oset_implementation): Add field 'search_atleast'.
42541         (gl_oset_search_atleast): New inline function.
42542         * lib/gl_oset.c (gl_oset_search_atleast): New function.
42543         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
42544         (gl_array_oset_implementation): Update.
42545         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
42546         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
42547         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
42548
42549 2006-10-04  Bruno Haible  <bruno@clisp.org>
42550
42551         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
42552
42553 2006-10-03  Bruno Haible  <bruno@clisp.org>
42554
42555         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
42556         from gl_avltreehash_list_implementation.
42557
42558 2006-10-03  Bruno Haible  <bruno@clisp.org>
42559
42560         * lib/gl_oset.c (gl_oset_add): Fix return type.
42561
42562 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
42563
42564         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
42565
42566 2006-10-02  Eric Blake  <ebb9@byu.net>
42567
42568         * modules/strnlen (Depends-on): Add extensions.
42569
42570 2006-10-02  Eric Blake  <ebb9@byu.net>
42571
42572         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
42573         definition in 2.60+.
42574
42575 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
42576
42577         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
42578         checks.
42579
42580 2006-10-02  Bruno Haible  <bruno@clisp.org>
42581
42582         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
42583         to the AUTOMAKE_OPTIONS.
42584         Reported by Jim Meyering.
42585
42586 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
42587
42588         Work around bug in Solaris 10 /proc file system:
42589         /proc/self/fd/NNN/.. isn't the parent directory of
42590         the directory whose file descriptor is NNN.  This needs to
42591         be worked around at run time, not compile time, since a
42592         program might be built on Solaris 8, where things work, and
42593         run on Solaris 10.
42594         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
42595         to use the following interface instead:
42596         (OPENAT_BUFFER_SIZE): New macro.
42597         (openat_proc_name): New function.
42598         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
42599         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
42600         Likewise.
42601         * lib/openat-proc.c: New file.
42602         * modules/openat (Files): Add lib/openat-proc.c.
42603         (Depends-on): Add same-inode, stdbool.
42604         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
42605
42606 2006-09-29  Bruno Haible  <bruno@clisp.org>
42607
42608         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
42609         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
42610         argument. Set stdout_closed before testing for ferror, not after.
42611         (fwriteerror, fwriteerror_no_ebadf): New functions.
42612
42613 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42614
42615         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
42616
42617 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
42618
42619         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
42620         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
42621
42622 2006-09-28  Jim Meyering  <jim@meyering.net>
42623
42624         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
42625         Include <unistd.h>.
42626
42627 2006-09-28  Bruno Haible  <bruno@clisp.org>
42628
42629         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
42630         * modules/linkedhash-list (Depends-on): Likewise.
42631         * modules/rbtreehash-list (Depends-on): Likewise.
42632
42633 2006-09-28  Bruno Haible  <bruno@clisp.org>
42634
42635         * lib/strndup.h: Simplify the redefinition of strndup.
42636         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
42637         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
42638
42639 2006-09-28  Bruno Haible  <bruno@clisp.org>
42640
42641         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
42642         * lib/gl_linkedhash_list.c: Likewise.
42643         * lib/gl_rbtreehash_list.c: Likewise.
42644
42645 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
42646
42647         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
42648         getaddrinfo.
42649
42650         * lib/__fpending.h: Don't include <stdio_ext.h> unless
42651         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
42652         it causes <stdio_ext.h> to cause a compile-time error.
42653         Problem reported by Nelson H. F. Beebe.
42654         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
42655         of HAVE_DECL___PENDING.
42656
42657         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
42658         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
42659         declaration.
42660
42661 2006-09-27  Jim Meyering  <jim@meyering.net>
42662
42663         This file could end up with a definition for a function
42664         named __strndup, rather than rpl_strndup on a system with
42665         incomplete weak_alias support.
42666         * lib/strndup.c (strndup): Rename from __strndup.
42667         Remove #defines that used to map __strndup to strndup.
42668         Don't use K&R prototypes.
42669         Remove LIBC-related code, since this file is not sync'd with glibc.
42670         * lib/strndup.h: Revamp, accordingly.
42671         * m4/strndup.m4: Modernize.
42672
42673 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
42674
42675         * modules/savewd (Depends-on): Add 'raise'.
42676         * lib/savewd.c: Include <signal.h>, for 'raise'.
42677
42678 2006-09-26  Jim Meyering  <jim@meyering.net>
42679
42680         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
42681         when we detect Darwin 8.7.0's acl_get_file bug.
42682         Rearrange to perform the new (below) run-test while $LIBS
42683         contains any acl-related library.  Set USE_ACL at the end.
42684         (gl_ACL_GET_FILE): New function.
42685
42686 2006-09-26  Eric Blake  <ebb9@byu.net>
42687
42688         * lib/verror.c: Include <config.h> unconditionally.
42689
42690 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
42691
42692         * modules/clock-time (Maintainer): Add self.
42693         * modules/getlogin_r (Depends-on): Add extensions.
42694
42695 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42696
42697         * modules/clock-time: New module.
42698         * modules/nanosleep (Depends-on): Add clock-time.
42699         * modules/gethrxtime (Depends-on): Likewise.
42700         * modules/gettime (Depends-on): Likewise.
42701         * modules/settime (Depends-on): Likewise.
42702
42703         * modules/fts-lgpl: Depend on openat.
42704         * modules/mkancesdirs: Depend on savewd.
42705         * modules/mkdir-p: Likewise.
42706
42707 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42708
42709         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
42710
42711         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
42712         `gl_have_arbitrary_file_name_length_limit' to
42713         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
42714         actually works between configure runs.
42715
42716 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42717             Bruno Haible  <bruno@clisp.org>
42718
42719         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
42720
42721 2006-09-25  Jim Meyering  <jim@meyering.net>
42722
42723         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
42724         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
42725
42726 2006-09-25  Eric Blake  <ebb9@byu.net>
42727
42728         * gnulib-tool (func_import, func_create_testdir): Fix typos in
42729         exec's in 2006-09-18 patch when shuffling fds.
42730
42731 2006-09-25  Bruno Haible  <bruno@clisp.org>
42732
42733         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
42734         Reported by Jim Meyering.
42735
42736 2006-09-24  Jim Meyering  <jim@meyering.net>
42737
42738         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
42739         compare a pointer against a literal "0".  That caused failures with
42740         at least HP-UX's hpcc.
42741
42742 2006-09-22  Simon Josefsson  <jas@extundo.com>
42743
42744         * modules/gc-sha1:
42745         * modules/gc-md4:
42746         * modules/gc-hmac-sha1:
42747         * modules/gc-hmac-md5:
42748         * modules/gc-des:
42749         * modules/gc-arcfour: Distribute more files.
42750
42751 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42752
42753         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
42754         (gl_linked_iterator_from_to): Initialize struct completely.
42755         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
42756         (gl_tree_iterator_from_to): Likewise
42757         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
42758         * lib/gl_array_list.c [lint] (gl_array_iterator)
42759         (gl_array_iterator_from_to): Likewise.
42760         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
42761         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
42762         (gl_carray_iterator_from_to): Likewise.
42763
42764         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
42765         * lib/md4.c (md4_process_block): Remove unused variable.
42766         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
42767         parentheses for clarity.
42768
42769 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42770
42771         * modules/bison-i18n (Depends-on): Add gettext.
42772
42773 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42774
42775         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
42776         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
42777         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
42778         also add missing comma that caused broken test.
42779         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
42780         stdlib.h, for `abort'.
42781         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
42782         variables.
42783         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
42784         include unistd.h if present, for `rmdir'.
42785         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
42786         variables.
42787         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
42788         in the process include standard headers for prototypes.
42789         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
42790         gets declared on GNU/Linux.
42791         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
42792         unistd.h, for `rmdir'.
42793         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
42794
42795         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
42796         always true.
42797         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
42798
42799         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
42800
42801 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42802
42803         * gnulib-tool (func_version): Create output all at once.  This
42804         may help avoid triggering unnecessary SIGPIPEs, and at any
42805         rate it doesn't hurt.
42806
42807 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42808             Bruno Haible  <bruno@clisp.org>
42809
42810         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
42811         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
42812         * m4/signed.m4 (bh_C_SIGNED): Likewise.
42813
42814         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
42815         (gl_FUNC_VASPRINTF): Invoke it.
42816
42817 2006-09-22  Bruno Haible  <bruno@clisp.org>
42818
42819         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
42820         getloadavg.c as first argument.
42821
42822 2006-09-22  Bruno Haible  <bruno@clisp.org>
42823
42824         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
42825         at the beginning of the gl_INIT macro.
42826         * modules/getloadavg (configure.ac): Pass $gl_source_base to
42827         gl_GETLOADAVG.
42828
42829 2006-09-22  Bruno Haible  <bruno@clisp.org>
42830
42831         * gnulib-tool (func_create_megatestdir): Don't include the config-h
42832         module.
42833         Suggested by Ralf Wildenhues.
42834
42835 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
42836
42837         Import this patch from libc:
42838
42839         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
42840
42841         * lib/regex_internal.c (re_string_reconstruct): Handle
42842         offset < pstr->valid_raw_len && pstr->offsets_needed case.
42843         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
42844         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
42845         re_string_context_at.
42846
42847         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
42848         now requires it.
42849         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
42850         gl_REGEX now does it for us.
42851         (gl_REGEX): Add test taken from
42852         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
42853
42854         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
42855         Check that large offsets work.  Modernize Autoconf usages.
42856         Prefer "yes" to mean a good thing rather than a bad.
42857         Don't put "#define mkstemp" in config.h, as this might interfere
42858         with standard system headers that "#define mkstemp mkstemp64".
42859
42860         * modules/mkstemp (Depends-on): Add extensions, so that
42861         mkstemp is visible on some platforms.
42862         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
42863         (Include): Change to "mkstemp.h" from <stdlib.h>.
42864         (Files): Add mkstemp.h.
42865
42866         * lib/mkstemp.h: New file, since some standard headers
42867         #define mkstemp.
42868         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
42869         Include "mkstemp.h".
42870         Make the _LIBC code resemble glibc original more,
42871         e.g., use K&R style.
42872         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
42873         (mkstemp): Remove, since mkstemp.h does this for us.
42874         * lib/stdlib--.h: Include mkstemp.h.
42875
42876         Import this patch from libc:
42877
42878         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
42879
42880         * lib/tempname.c (__gen_tempname): Change attempts_min
42881         into a macro.  Use preprocessor to decide how to initialize
42882         attempts [Coverity CID 67].
42883
42884 2006-09-20  Bruno Haible  <bruno@clisp.org>
42885
42886         * lib/mkdtemp.c: Import from libc.
42887         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
42888                 * sysdeps/posix/tempname.c (__gen_tempname): Change
42889                 attempts_min into a macro.  Use preprocessor to decide how to
42890                 initialize attempts [Coverity CID 67].
42891         2001-11-27  Paul Eggert  <eggert@twinsun.com>
42892                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
42893                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
42894
42895 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42896
42897         * gnulib-tool (func_exit): New function, to allow to pass the
42898         exit status portably through the trap.  Use everywhere.
42899         (--help, --version): Signal a write error.
42900         (trap): catch SIGPIPE, for write errors.
42901         Exit at the end of the trap, with the correct exit status.
42902
42903 2006-09-19  Karl Berry  <karl@gnu.org>
42904
42905         * doc/gnulib.texi: note about the license texinfo files.
42906
42907 2006-09-19  Eric Blake  <ebb9@byu.net>
42908
42909         * gnulib-tool: Avoid space-tab.
42910
42911 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
42912
42913         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
42914         that prevented coreutils 6.1 from building.  Problem reported
42915         by Petter Reinholdtsen.
42916
42917 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
42918
42919         * gnulib-tool (avoidlist): Fix typo that broke options like
42920         --avoid=lock that are used by coreutils bootstrap.
42921
42922 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
42923
42924         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
42925         more systematically.
42926
42927 2006-09-18  Jim Meyering  <jim@meyering.net>
42928
42929         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
42930
42931 2006-09-18  Bruno Haible  <bruno@clisp.org>
42932
42933         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
42934
42935 2006-09-18  Bruno Haible  <bruno@clisp.org>
42936
42937         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
42938         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
42939         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
42940         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
42941         * m4/gettext.m4: Require autoconf >= 2.52.
42942         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
42943         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
42944         of gl_cv_header_inttypes_h.
42945
42946 2006-09-18  Bruno Haible  <bruno@clisp.org>
42947
42948         * lib/javaversion.c: Include configmake.h.
42949
42950 2006-09-18  Bruno Haible  <bruno@clisp.org>
42951
42952         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
42953         avoid that the while loops be executed in a subshell.
42954
42955 2006-09-18  Bruno Haible  <bruno@clisp.org>
42956
42957         * MODULES.html.sh (func_module): Break long lines.
42958         Suggested by Bruce Korb <bkorb@gnu.org>.
42959
42960 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42961
42962         Speed up by a factor of 1.12.
42963         * gnulib-tool (nl): New variable.
42964         (func_import): Rewrite include directive extraction to only read each
42965         directive once.
42966
42967 2006-09-17  Bruno Haible  <bruno@clisp.org>
42968
42969         * modules/javaversion (Makefile.am): Remove DEFS setting.
42970         (Depends-on): Add configmake, for PKGDATADIR definition.
42971
42972 2006-09-17  Bruno Haible  <bruno@clisp.org>
42973
42974         * gnulib-tool (func_create_testdir): Rewrite all files at once.
42975
42976 2006-09-17  Bruno Haible  <bruno@clisp.org>
42977
42978         * gnulib-tool (func_append): New function, stolen from libtool.m4.
42979         (func_modules_transitive_closure, func_modules_add_dummy,
42980         func_modules_to_filelist, func_import, func_create_testdir,
42981         func_create_megatestdir, ...): Use it wherever possible.
42982         Suggested by Ralf Wildenhues.
42983
42984 2006-09-16  Karl Berry  <karl@gnu.org>
42985
42986         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
42987         to avoid sectioning errors.
42988         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
42989         [ifinfo]: blank line after @center-ed titles.
42990         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
42991         Spell FSF address consistently with others.
42992         (These changes approved by rms.)
42993
42994 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42995
42996         Speed up by a factor of 1.61.
42997         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
42998         already checked module names again.
42999
43000 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43001
43002         Speed up by a factor of 1.13.
43003         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
43004         for new_files, and the input to func_add_or_update.
43005
43006 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43007
43008         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
43009         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
43010
43011 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43012
43013         * modules/mkancesdirs (Depends-on): Add fcntl.
43014         * modules/savewd: New file.
43015         * MODULES.html.sh (File system functions): Add savewd.
43016
43017         * modules/configmake (Makefile.am): Add support for the
43018         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
43019
43020 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43021
43022         * m4/savewd.m4: New file.
43023
43024 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43025
43026         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
43027         (dirchownmod): New arg FD.  All callers changed.
43028         Use FD rather than opening the directory ourself, as opening is
43029         now the caller's responsibility.
43030         * lib/dirchownmod.h: Likewise.
43031         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
43032         hosts that require <sys/types.h> before <sys/stat.h>.  Include
43033         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
43034         (test_dir): Remove.
43035         (mkancesdirs): Return length of prefix of FILE that has already
43036         been made, or -2 if there is a child doing the work.  Redo
43037         algorithm so that it is O(N) rather than O(N**2).  Optimize away
43038         ".", and treat ".." specially since it might stray back into
43039         already-created areas.  Use a subprocess if necessary.  New arg
43040         WD; all users changed.  MAKE_DIR function should now return 1
43041         if it creates a directory that is not readable.  Return -2 if
43042         a child process is spun off.
43043         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
43044         Adjust signature to match code.
43045         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
43046         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
43047         all users changed.
43048         * lib/savewd.c, lib/savewd.h: New files.
43049
43050 2006-09-15  Jim Meyering  <jim@meyering.net>
43051
43052         * modules/rename-dest-slash: New module.
43053         * MODULES.html.sh (posix_compat): Add it here.
43054
43055         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
43056
43057 2006-09-15  Jim Meyering  <jim@meyering.net>
43058
43059         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
43060         file.
43061
43062         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
43063
43064 2006-09-15  Jim Meyering  <jim@meyering.net>
43065
43066         * lib/rename-dest-slash.c (has_trailing_slash): Use
43067         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
43068         (rpl_rename_dest_slash): Perform the cheaper trailing slash
43069         test before testing whether SRC is a directory.
43070         Suggestions from Bruno Haible.
43071
43072         Avoid a warning about an unused variable.
43073         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
43074         into the #ifdef block where it's used.
43075
43076         * lib/rename-dest-slash.c: New file.
43077
43078 2006-09-14  Bruno Haible  <bruno@clisp.org>
43079
43080         * lib/allocsa.c: Include <config.h> unconditionally.
43081         * lib/asnprintf.c: Likewise.
43082         * lib/asprintf.c: Likewise.
43083         * lib/c-strcasecmp.c: Likewise.
43084         * lib/c-strcasestr.c: Likewise.
43085         * lib/c-strncasecmp.c: Likewise.
43086         * lib/c-strstr.c: Likewise.
43087         * lib/classpath.c: Likewise.
43088         * lib/clean-temp.c: Likewise.
43089         * lib/concatpath.c: Likewise.
43090         * lib/copy-file.c: Likewise.
43091         * lib/csharpcomp.c: Likewise.
43092         * lib/csharpexec.c: Likewise.
43093         * lib/execute.c: Likewise.
43094         * lib/fatal-signal.c: Likewise.
43095         * lib/findprog.c: Likewise.
43096         * lib/fwriteerror.c: Likewise.
43097         * lib/gl_array_list.c: Likewise.
43098         * lib/gl_array_oset.c: Likewise.
43099         * lib/gl_avltree_list.c: Likewise.
43100         * lib/gl_avltree_oset.c: Likewise.
43101         * lib/gl_avltreehash_list.c: Likewise.
43102         * lib/gl_carray_list.c: Likewise.
43103         * lib/gl_linked_list.c: Likewise.
43104         * lib/gl_linkedhash_list.c: Likewise.
43105         * lib/gl_list.c: Likewise.
43106         * lib/gl_oset.c: Likewise.
43107         * lib/gl_rbtree_list.c: Likewise.
43108         * lib/gl_rbtree_oset.c: Likewise.
43109         * lib/gl_rbtreehash_list.c: Likewise.
43110         * lib/imaxabs.c: Likewise.
43111         * lib/imaxdiv.c: Likewise.
43112         * lib/javacomp.c: Likewise.
43113         * lib/javaexec.c: Likewise.
43114         * lib/javaversion.c: Likewise.
43115         * lib/linebreak.c: Likewise.
43116         * lib/localcharset.c: Likewise.
43117         * lib/lock.c: Likewise.
43118         * lib/mbchar.c: Likewise.
43119         * lib/mbswidth.c: Likewise.
43120         * lib/mkdtemp.c: Likewise.
43121         * lib/pipe.c: Likewise.
43122         * lib/printf-args.c: Likewise.
43123         * lib/printf-parse.c: Likewise.
43124         * lib/progname.c: Likewise.
43125         * lib/progreloc.c: Likewise.
43126         * lib/readlink.c: Likewise.
43127         * lib/sh-quote.c: Likewise.
43128         * lib/stpcpy.c: Likewise.
43129         * lib/stpncpy.c: Likewise.
43130         * lib/strcasecmp.c: Likewise.
43131         * lib/strcasestr.c: Likewise.
43132         * lib/strcspn.c: Likewise.
43133         * lib/striconv.c: Likewise.
43134         * lib/strncasecmp.c: Likewise.
43135         * lib/strnlen1.c: Likewise.
43136         * lib/strstr.c: Likewise.
43137         * lib/strtok_r.c: Likewise.
43138         * lib/tls.c: Likewise.
43139         * lib/tmpdir.c: Likewise.
43140         * lib/unicodeio.c: Likewise.
43141         * lib/unsetenv.c: Likewise.
43142         * lib/vasnprintf.c: Likewise.
43143         * lib/vasprintf.c: Likewise.
43144         * lib/wait-process.c: Likewise.
43145         * lib/xallocsa.c: Likewise.
43146         * lib/xsetenv.c: Likewise.
43147         * lib/xstriconv.c: Likewise.
43148
43149 2006-09-13  Simon Josefsson  <jas@extundo.com>
43150
43151         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
43152         that internally, suggested by Ralf Wildenhues
43153         <Ralf.Wildenhues@gmx.de>.
43154
43155 2006-09-13  Simon Josefsson  <jas@extundo.com>
43156
43157         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
43158         @LIBOBJS@.
43159         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43160
43161 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
43162
43163         * lib/_fpending.c: Include <config.h> unconditionally, since we no
43164         longer worry about uses that don't define HAVE_CONFIG_H.
43165         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
43166         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
43167         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
43168         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
43169         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
43170         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
43171         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
43172         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
43173         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
43174         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
43175         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
43176         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
43177         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
43178         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
43179         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
43180         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
43181         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
43182         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
43183         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
43184         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
43185         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
43186         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
43187         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
43188         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
43189         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
43190         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
43191         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
43192         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
43193         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
43194         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
43195         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
43196         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
43197         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
43198         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
43199         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
43200         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
43201         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
43202         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
43203         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
43204         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
43205         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
43206         Likewise.
43207
43208 2006-09-13  Eric Blake  <ebb9@byu.net>
43209
43210         * lib/getopt.c: Fix typo in last commit.
43211
43212 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
43213
43214         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
43215         dgettext.
43216
43217 2006-09-12  Jim Meyering  <jim@meyering.net>
43218
43219         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
43220         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
43221         Reported by Nelson H. F. Beebe.
43222
43223 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
43224
43225         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
43226         program_invocation_name and program_invocation_short_name are
43227         initialized.
43228         * lib/argp-namefrob.h: Move declarations of program_invocation_name
43229         and program_invocation_short_name to argp.h, so they are visible
43230         to user programs.
43231         * lib/argp.h: Likewise
43232
43233 2006-09-10  Bruno Haible  <bruno@clisp.org>
43234
43235         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
43236         m4/inttypes_h.m4, m4/uintmax_t.m4.
43237
43238 2006-09-10  Bruno Haible  <bruno@clisp.org>
43239
43240         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
43241         gl_AC_TYPE_UINTMAX_T.
43242
43243 2006-09-10  Bruno Haible  <bruno@clisp.org>
43244
43245         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
43246
43247 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
43248
43249         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
43250         convention.  Text proposed by Bruno Haible.
43251         (struct argp_option): Document the use of N_() wrappers.
43252
43253         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
43254         '\v', and translate the two parts separately, instead of feeding
43255         the whole string to gettext.  This allows to exclude
43256         '\v' from the strings visible to the translator by writing doc
43257         strings as N_("..") "\v" N_("..").
43258
43259 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
43260
43261         * config/srclist.txt: Undo latest change; the bug was fixed.
43262
43263 2006-09-09  Bruno Haible  <bruno@clisp.org>
43264
43265         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
43266         assignments if building a library without libtool.
43267         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
43268         in func_emit_lib_Makefile_am.
43269         (func_import): When building a static library libfoo.a, arrange to
43270         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
43271         (func_create_testdir): Likewise.
43272         * modules/gc (configure.ac, Makefile.am): If building statically,
43273         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
43274         * modules/iconvme (configure.ac, Makefile.am): Likewise.
43275         * modules/striconv (configure.ac, Makefile.am): Likewise.
43276         Based on a suggestion by Ralf Wildenhues.
43277
43278 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43279
43280         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
43281         Check for unistd.h too, since Autoconf doesn't assume POSIX.
43282         Also:
43283
43284         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43285         Add year_2050_test to catch glibc bug 2821
43286         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43287
43288         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
43289         Prefer #ifdef to #if.
43290
43291         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
43292         Return from 'main' instead of calling 'exit'.
43293
43294 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43295
43296         * lib/mktime.c (guess_time_tm): Fix bug where mktime
43297         returned the maximum time_t value rather than (time_t) -1.
43298         Problem originally reported by William Bardwell
43299         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43300
43301         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43302         Moved to here ...
43303         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43304         ... from here.
43305
43306 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43307
43308         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
43309         2821 is fixed.
43310
43311 2006-09-08  Jim Meyering  <jim@meyering.net>
43312
43313         Don't make generated files read-only.  That would bother too many
43314         people.  However, do retain the ability to work when targets are
43315         read-only: remove the destination and temporary files before writing
43316         them (when generated via sed or echo), or by using the -f option for
43317         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
43318         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43319         * modules/byteswap, modules/configmake, modules/fcntl:
43320         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43321         * modules/localcharset, modules/netinet_in, modules/poll:
43322         * modules/stdbool, modules/stdint, modules/sys_select:
43323         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43324
43325 2006-09-08  Jim Meyering  <jim@meyering.net>
43326
43327         Avoid new build failure on FreeBSD 6.0.
43328         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
43329         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
43330         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
43331
43332 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43333
43334         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
43335
43336 2006-09-07  Jim Meyering  <jim@meyering.net>
43337
43338         Fix global typo in last change: use chmod u-w, not chmod u-x.
43339         Spotted by Paul Eggert and Bruce Korb.
43340         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43341         * modules/byteswap, modules/configmake, modules/fcntl:
43342         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43343         * modules/localcharset, modules/netinet_in, modules/poll:
43344         * modules/stdbool, modules/stdint, modules/sys_select:
43345         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43346
43347 2006-09-06  Jim Meyering  <jim@meyering.net>
43348
43349         Make generated files be read-only.
43350         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
43351         Ensure that each generated file is now read-only.
43352         * modules/argz: Likewise.
43353         * modules/arpa_inet: Likewise.
43354         * modules/byteswap: Likewise.
43355         * modules/configmake: Likewise.
43356         * modules/fcntl: Likewise.
43357         * modules/fnmatch: Likewise.
43358         * modules/getopt: Likewise.
43359         * modules/glob: Likewise.
43360         * modules/inttypes: Likewise.
43361         * modules/netinet_in: Likewise.
43362         * modules/poll: Likewise.
43363         * modules/stdbool: Likewise.
43364         * modules/stdint: Likewise.
43365         * modules/sys_select: Likewise.
43366         * modules/sys_socket: Likewise.
43367         * modules/sys_stat: Likewise.
43368         * modules/sysexits: Likewise.
43369         * modules/localcharset: Same as above, but continue using temporary
43370         file named "t-$@" (why different?) rather than the "$@-t" used
43371         everywhere else.
43372
43373         * modules/sysexits (Makefile.am): Replace literal occurrences
43374         of "sysexit.h" more readable, and more consistent, "$@".
43375
43376 2006-09-06  Bruno Haible  <bruno@clisp.org>
43377
43378         * modules/striconv: New file.
43379         * modules/xstriconv: New file.
43380         * MODULES.html.sh (Internationalization functions): Add striconv,
43381         xstriconv.
43382
43383 2006-09-06  Bruno Haible  <bruno@clisp.org>
43384
43385         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
43386         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
43387         not using libtool correctly.
43388
43389 2006-09-06  Bruno Haible  <bruno@clisp.org>
43390
43391         * lib/striconv.h: New file.
43392         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
43393         iconvstring.c.
43394         * lib/xstriconv.h: New file.
43395         * lib/xstriconv.c: New file.
43396
43397 2006-09-06  Bruno Haible  <bruno@clisp.org>
43398
43399         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
43400         lib_..._LDFLAGS.
43401
43402 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43403
43404         * lib/argz_.h: Sync from Libtool.
43405
43406         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
43407                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
43408
43409         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
43410
43411 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
43412
43413         * modules/trim: New file.
43414
43415 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
43416
43417         * lib/trim.h: New file.
43418         * lib/trim.c: New file.
43419
43420 2006-09-05  Bruno Haible  <bruno@clisp.org>
43421
43422         * MODULES.html.sh (String handling): Add trim.
43423
43424 2006-09-04  Karl Berry  <karl@gnu.org>
43425
43426         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
43427         until next release.
43428
43429 2006-09-03  Bruno Haible  <bruno@clisp.org>
43430
43431         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
43432         correctly.
43433
43434 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43435
43436         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
43437         not gl_GETLOADAVG.  Omit unneeded semicolons.
43438         Problems reported by Ralf Wildenhues in
43439         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
43440         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
43441         at the end, which is the usual gnulib style.
43442
43443         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
43444         of doing all the work ourselves.
43445         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
43446         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
43447
43448 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43449
43450         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
43451         Problem reported by Ralf Wildenhues in
43452         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
43453
43454         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
43455         HAVE_STRUCT_STATFS_F_FSTYPENAME.
43456
43457 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43458
43459         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
43460         yesterday's patch by changing test -n to test -z.
43461
43462 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43463
43464         * modules/getloadavg (Files): Add m4/getloadavg.m4.
43465         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
43466         the former is now obsolescent.
43467
43468         * modules/chdir-long (Depends-on): Add fcntl.
43469
43470 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43471
43472         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
43473         obsolescent, and programs should use gnulib instead.
43474         * m4/getloadavg.m4: New file, with contents taken from Autoconf
43475         but with prefixes changed.
43476
43477 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43478
43479         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
43480         or stdbool.h, because they might not exist while configuring.
43481
43482         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
43483         Don't include unistd.h or limits.h; not needed, since chdir-long.h
43484         does that for us.
43485         (O_DIRECTORY): Remove.
43486
43487 2006-08-31  Eric Blake  <ebb9@byu.net>
43488
43489         * gnulib-tool: Don't let emacs change spaces to TAB.
43490
43491 2006-08-31  Bruno Haible  <bruno@clisp.org>
43492
43493         * gnulib-tool: When calling func_import more than once, do it in a
43494         subshell.
43495         Reported by Eric Blake <ebb9@byu.net>.
43496
43497 2006-08-31  Bruno Haible  <bruno@clisp.org>
43498
43499         * gnulib-tool (nl): Remove variable.
43500         (sed_transform_lib_file): Use more robust test for config-h module.
43501         (func_import): Fix typo in 2006-08-25 patch.
43502
43503 2006-08-31  Bruno Haible  <bruno@clisp.org>
43504
43505         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
43506         specified, augment Makefile.am variables instead of assigning them.
43507
43508 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43509
43510         Work around a bug in both the Linux and SunOS 64-bit kernels:
43511         nanosleep mishandles sleeps for longer than 2**31 seconds.
43512         Problem reported by Frank v Waveren in
43513         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
43514         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
43515         Check for nanosleep bug.
43516         (LIB_NANOSLEEP): Append clock_gettime library if needed.
43517
43518 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43519
43520         Work around a bug in both the Linux and SunOS 64-bit kernels:
43521         nanosleep mishandles sleeps for longer than 2**31 seconds.
43522         Problem reported by Frank v Waveren in
43523         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
43524         * lib/nanosleep.c (BILLION): New constant.
43525         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
43526         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
43527         implementation.
43528
43529 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43530
43531         * modules/nanosleep (Depends-on): Add gettime.
43532
43533 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43534         and Simon Josefsson  <jas@extundo.com>
43535         and Oskar Liljeblad  <oskar@osk.mine.nu>
43536
43537         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
43538         * gnulib-tool (func_import): New license type 'unmodifiable license
43539         text'.
43540         * modules/fdl: Use it.  Longer description.
43541         * module/gpl, module/lgpl: New files.
43542
43543 2006-08-30  Jim Meyering  <jim@meyering.net>
43544
43545         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
43546         shadowing the parameter.
43547
43548 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43549
43550         Sync from Libtool:
43551
43552         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43553
43554         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
43555         sharing with gnulib.  Report by Eric Blake.
43556
43557 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43558
43559         * modules/isapipe: New file.
43560         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
43561
43562 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43563
43564         * modules/configmake (Makefile.am): Add a comment, and omit
43565         the CONFIGMAKE_ prefix from generated macro names.  Suggested
43566         by Bruno Haible.
43567
43568 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43569
43570         * m4/isapipe.m4: New file.
43571
43572 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43573
43574         * lib/isapipe.c, lib/isapipe.h: New files.
43575
43576 2006-08-29  Jim Meyering  <jim@meyering.net>
43577
43578         * modules/configmake (Makefile.am): Make configmake.h depend on
43579         Makefile.  Otherwise, a stale configmake.h could hang around.
43580
43581 2006-08-29  Eric Blake  <ebb9@byu.net>
43582
43583         * lib/error.c (error_at_line, print_errno_message): Match libc, after
43584         resolution of upstream bug 3044.
43585
43586 2006-08-29  Bruno Haible  <bruno@clisp.org>
43587
43588         * modules/localcharset (Depends-on): Add configmake.
43589         (Makefile.am): Remove setting of LIBDIR through DEFS.
43590
43591 2006-08-29  Bruno Haible  <bruno@clisp.org>
43592
43593         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
43594         defined.
43595
43596 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43597
43598         * modules/fcntl: New file.
43599         * modules/chdir-safer (Depends-on): Add fcntl.
43600         * modules/fts: Likewise.
43601         * modules/mkdir-p: Likewise.
43602
43603         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
43604         This undoes the most recent change, since we're now addressing the
43605         problem in a different way.
43606
43607         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
43608         into output, since the output might be called Makefile.am even
43609         if $makefile_name is something different.
43610         (func_import): Use $makefile_am rather than
43611         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
43612         empty.
43613
43614         * modules/inttypes (Files): Add m4/inttypes-h.m4.
43615
43616 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43617
43618         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
43619         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
43620         recent change to stdint.m4, since we're now addressing the problem in a
43621         different way.
43622
43623 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43624
43625         * m4/fcntl_h.m4: New file.
43626
43627 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43628
43629         * lib/fcntl_.h: New file.
43630         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
43631         the fcntl module.
43632         * lib/dirchownmod.c: Likewise.
43633         * lib/fts.c: Likewise.
43634
43635         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
43636         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
43637         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
43638         just before including <inttypes.h>, to avoid circular inclusion.
43639
43640 2006-08-28  Jim Meyering  <jim@meyering.net>
43641
43642         * doc/visibility.texi: Actually read and correct the grammar of the
43643         sentence affected by yesterday's change.
43644
43645 2006-08-28  Eric Blake  <ebb9@byu.net>
43646
43647         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
43648         needs wrapper.
43649
43650 2006-08-28  Eric Blake  <ebb9@byu.net>
43651
43652         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
43653
43654 2006-08-28  Eric Blake  <ebb9@byu.net>
43655
43656         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
43657
43658 2006-08-28  Bruno Haible  <bruno@clisp.org>
43659
43660         * modules/c-strstr: New file, from GNU gettext.
43661         * MODULES.html.sh (String handling): Add c-strstr.
43662
43663 2006-08-28  Bruno Haible  <bruno@clisp.org>
43664
43665         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
43666         macros.
43667         Reported by Eric Blake.
43668
43669 2006-08-28  Bruno Haible  <bruno@clisp.org>
43670
43671         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
43672         (VASNPRINTF): Return a string of length > INT_MAX without failing.
43673         * lib/vasprintf.c: Include errno.h, limits.h.
43674         (EOVERFLOW): New fallback definition.
43675         (vasprintf): Test here whether the string length is > INT_MAX.
43676         * lib/vsnprintf.c: Include errno.h, limits.h.
43677         (EOVERFLOW): New fallback definition.
43678         (vsnprintf): Fix bug when generated string was too long for the buffer.
43679         Test here whether the string length is > INT_MAX.
43680
43681 2006-08-28  Bruno Haible  <bruno@clisp.org>
43682
43683         * lib/inttypes_.h (SCNX*): Remove definitions.
43684         Reported by Eric Blake.
43685
43686 2006-08-28  Bruno Haible  <bruno@clisp.org>
43687
43688         * lib/c-strstr.h: New file, from GNU gettext.
43689         * lib/c-strstr.c: New file, from GNU gettext.
43690
43691 2006-08-28  Bruno Haible  <bruno@clisp.org>
43692
43693         * gnulib-tool: Reorder some statements.
43694
43695 2006-08-28  Bruno Haible  <bruno@clisp.org>
43696
43697         * gnulib-tool: New option --makefile-name.
43698         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
43699         $makefile_name.
43700         (func_import): Write $makefile_name to the cache file, and read it from
43701         there unless explicitly specified. Use $makefile_name as file name
43702         instead of Makefile.am. Adjust the recommendations accordingly.
43703
43704 2006-08-28  Bruno Haible  <bruno@clisp.org>
43705
43706         * gnulib-tool (func_verify_module): Check against misapplying patch.
43707
43708 2006-08-28  Bruno Haible  <bruno@clisp.org>
43709
43710         * gnulib-tool (func_relativize, func_relconcat): New functions.
43711         Give an error if --local-dir is given with --update.
43712         Remove trailing slashes from $local_gnulib_dir.
43713         (func_import): Store the relativized $local_gnulib_dir in
43714         gnulib-cache.m4, and read it from there if not specified explicitly.
43715
43716 2006-08-28  Bruno Haible  <bruno@clisp.org>
43717
43718         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
43719         is the current directory. Respect also $local_gnulib_dir.
43720
43721 2006-08-28  Bruno Haible  <bruno@clisp.org>
43722             Simon Josefsson  <jas@extundo.com>
43723
43724         BeOS portability.
43725         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
43726
43727 2006-08-27  Jim Meyering  <jim@meyering.net>
43728
43729         * doc/visibility.texi: Remove duplicate word: "pointer".
43730
43731 2006-08-26  Bruno Haible  <bruno@clisp.org>
43732
43733         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
43734         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
43735         (Makefile.am): Create inttypes.h from inttypes_.h.
43736         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
43737
43738         * modules/imaxabs: New file.
43739
43740         * modules/imaxdiv: New file.
43741
43742 2006-08-26  Bruno Haible  <bruno@clisp.org>
43743
43744         * m4/inttypes.m4: New file.
43745         * m4/_inttypes_h.m4: Remove file.
43746         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
43747         PRI_MACROS_BROKEN.
43748         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
43749
43750         * m4/imaxabs.m4: New file.
43751
43752         * m4/imaxdiv.m4: New file.
43753
43754 2006-08-26  Bruno Haible  <bruno@clisp.org>
43755
43756         * lib/inttypes_.h: New file.
43757         * lib/inttypes.h: Remove file.
43758         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
43759
43760         * lib/imaxabs.c: New file.
43761
43762         * lib/imaxdiv.c: New file.
43763
43764 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
43765
43766         New config-h module, so that "make" output needn't be cluttered
43767         by -DHAVE_CONFIG_H.
43768         * MODULES.html.sh (Support for building libraries and executables):
43769         Add config-h.
43770         * modules/config-h: New file.
43771         * gnulib-tool (nl, sed_transform_lib_file): New vars.
43772         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
43773         the config-h module is used.
43774
43775         New configmake module, so that "make" output needn't be cluttered
43776         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
43777         * MODULES.html.sh (Support for building libraries and executables):
43778         Add configmake.
43779         * modules/configmake: New file.
43780
43781 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
43782
43783         * m4/config-h.m4: New file.
43784
43785 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
43786
43787         * config/srclist.txt: Add elisp-comp.
43788
43789 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
43790
43791         * MODULES.html.sh (Support for building libraries and executables):
43792         Add elisp-comp.
43793         * build-aux/elisp-comp: New file.
43794         * modules/elisp-comp: New file.
43795
43796 2006-08-24  Bruno Haible  <bruno@clisp.org>
43797
43798         * gnulib-tool (func_create_testdir): Use non-default values of
43799         sourcebase and m4base.
43800
43801 2006-08-24  Bruno Haible  <bruno@clisp.org>
43802
43803         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
43804         HTML structure.
43805
43806 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
43807
43808         * modules/openat (Depends-on): Add lchown.
43809
43810 2006-08-23  Bruno Haible  <bruno@clisp.org>
43811
43812         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
43813         of gl_LOCK_EARLY instead of gl_LOCK.
43814
43815 2006-08-23  Bruno Haible  <bruno@clisp.org>
43816
43817         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
43818         on OSF/1 to no.
43819         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
43820
43821 2006-08-23  Bruno Haible  <bruno@clisp.org>
43822
43823         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
43824         as unusable.
43825
43826         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
43827         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
43828         (gl_LOCK): New macro.
43829
43830 2006-08-22  Simon Josefsson  <jas@extundo.com>
43831
43832         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
43833         to md5 module.
43834
43835 2006-08-22  Simon Josefsson  <jas@extundo.com>
43836
43837         * MODULES.html.sh: Add "Support for maintaining and release
43838         projects".
43839
43840         * build-aux/gnupload: New file, from coreutils.
43841
43842 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
43843
43844         Avoid the need for AC_LIBSOURCES in m4 macros.
43845         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
43846         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
43847         * modules/check-version (EXTRA_DIST): Add check-version.h.
43848         * modules/crc (EXTRA_DIST): Add crc.h.
43849         * modules/des (EXTRA_DIST): Add des.h.
43850         * modules/gc (EXTRA_DIST): Add gc.h.
43851         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
43852         * modules/getline (EXTRA_DIST): Add getline.h.
43853         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
43854         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
43855         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
43856         * modules/md2 (EXTRA_DIST): Add md2.h.
43857         * modules/md4 (EXTRA_DIST): Add md4.h.
43858         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
43859         * modules/read-file (EXTRA_DIST): Add read-file.h.
43860         * modules/readline (EXTRA_DIST): Add readline.h.
43861         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
43862         rijndael-api-fst.h.
43863
43864 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
43865
43866         * m4/rijndael.m4 (gl_ARCFOUR):
43867         * m4/arctwo.m4 (gl_ARCTWO):
43868         * m4/check-version.m4 (gl_CHECK_VERSION):
43869         * m4/crc.m4 (gl_CRC):
43870         * m4/des.m4 (gl_DES):
43871         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
43872         * m4/gc.m4 (gl_GC):
43873         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
43874         * m4/getline.m4 (gl_FUNC_GETLINE):
43875         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
43876         * m4/hmac-md5.m4 (gl_HMAC_MD5):
43877         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
43878         * m4/md2.m4 (gl_MD2):
43879         * m4/md4.m4 (gl_MD4):
43880         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
43881         * m4/read-file.m4 (gl_FUNC_READ_FILE):
43882         * m4/readline.m4 (gl_FUNC_READLINE):
43883         * m4/rijndael.m4 (gl_RIJNDAEL):
43884         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
43885         to get the necessary .h files and whatnot.
43886
43887 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
43888
43889         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
43890         gnulib rather than the other way around.
43891         * config/srclistvars.sh (COREUTILS): Remove.
43892
43893 2006-08-22  Jim Meyering  <jim@meyering.net>
43894
43895         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
43896
43897         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
43898
43899 2006-08-22  Eric Blake  <ebb9@byu.net>
43900
43901         * modules/regexprops-generic: New file.
43902         * MODULES.html.sh (Support for building documentation): List it.
43903
43904 2006-08-22  Eric Blake  <ebb9@byu.net>
43905
43906         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
43907         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
43908         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
43909         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
43910
43911 2006-08-22  Bruno Haible  <bruno@clisp.org>
43912
43913         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
43914         and lib_LTLIBRARIES like the other lib_* variables.
43915
43916 2006-08-22  Bruno Haible  <bruno@clisp.org>
43917
43918         * build-aux/x-to-1.in: New file, from GNU gettext.
43919
43920 2006-08-22  Bruno Haible  <bruno@clisp.org>
43921
43922         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
43923         <utmpx.h> exists.
43924
43925 2006-08-22  Bruno Haible  <bruno@clisp.org>
43926
43927         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
43928         <utmpx.h> exists.
43929
43930 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
43931
43932         BeOS portability.
43933         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
43934         exist.
43935         Problem reported by Bruno Haible.
43936
43937 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
43938
43939         Avoid the need for AC_LIBSOURCES in m4 macros.
43940         * modules/acl (EXTRA_DIST): Add acl.h.
43941         * modules/argmatch (Files): Add m4/argmatch.m4.
43942         (configure.ac): Add gl_ARGMATCH.
43943         (EXTRA_DIST): Renamed from lib_SOURCES, for
43944         consistency with the other modules.  Remove argmatch.c.
43945         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
43946         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
43947         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
43948         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
43949         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
43950         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
43951         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
43952         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
43953         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
43954         * modules/closeout (EXTRA_DIST): Add closeout.h.
43955         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
43956         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
43957         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
43958         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
43959         dirname.h; remove basename.c and stripslash.c.
43960         * modules/exclude (EXTRA_DIST): Add exclude.h.
43961         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
43962         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
43963         * modules/file-type (EXTRA_DIST): Add file-type.h.
43964         * modules/filemode (EXTRA_DIST): Add filemode.h.
43965         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
43966         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
43967         * modules/fpending (EXTRA_DIST): Add __fpending.h.
43968         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
43969         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
43970         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
43971         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
43972         * modules/getdate (EXTRA_DIST): Add getdate.c.
43973         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
43974         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
43975         * modules/getpass (EXTRA_DIST): Add getpass.h.
43976         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
43977         * modules/group-member (EXTRA_DIST): Add group-member.h.
43978         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
43979         * modules/hash (EXTRA_DIST): Add hash.h.
43980         * modules/human (EXTRA_DIST): Add human.h.
43981         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
43982         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
43983         * modules/lchown (EXTRA_DIST): Add lchown.h.
43984         * modules/long-options (EXTRA_DIST): Add long-options.h.
43985         * modules/lstat (EXTRA_DIST): Add lstat.h.
43986         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
43987         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
43988         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
43989         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
43990         * modules/memxor (EXTRA_DIST): Add memxor.h.
43991         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
43992         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
43993         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
43994         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
43995         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
43996         * modules/physmem (EXTRA_DIST): Add physmem.h.
43997         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
43998         * modules/posixver (EXTRA_DIST): Add posixver.h.
43999         * modules/quote (EXTRA_DIST): Add quote.h.
44000         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
44001         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
44002         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
44003         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
44004         regex_internal.h regexec.c.
44005         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
44006         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
44007         * modules/same (EXTRA_DIST): Add same.h.
44008         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
44009         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
44010         * modules/savedir (EXTRA_DIST): Add savedir.h.
44011         * modules/sha1 (EXTRA_DIST): Add sha1.h.
44012         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
44013         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
44014         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
44015         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
44016         * modules/strdup (EXTRA_DIST): Add strdup.h.
44017         * modules/strftime (EXTRA_DIST): Add strftime.h.
44018         * modules/strndup (EXTRA_DIST): Add strndup.h.
44019         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
44020         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
44021         * modules/time_r (EXTRA_DIST): Add time_r.h.
44022         * modules/timespec (EXTRA_DIST): Add timespec.h.
44023         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44024         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
44025         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
44026         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
44027         * modules/userspec (EXTRA_DIST): Add userspec.h.
44028         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
44029         * modules/utimens (EXTRA_DIST): Add utimens.h.
44030         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
44031         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
44032         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
44033         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
44034         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
44035         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
44036         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
44037         * modules/yesno (EXTRA_DIST): Add yesno.h.
44038
44039 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44040
44041         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
44042
44043         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
44044         * m4/dev-ino.m4, same-inode.m4: Remove.
44045
44046         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
44047         * m4/acl.m4 (AC_FUNC_ACL):
44048         * m4/backupfile.m4 (gl_BACKUPFILE):
44049         * m4/c-strtod.m4 (gl_C99_STRTOLD):
44050         * m4/canon-host.m4 (gl_CANON_HOST):
44051         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
44052         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
44053         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
44054         * m4/cloexec.m4 (gl_CLOEXEC):
44055         * m4/close-stream.m4 (gl_CLOSE_STREAM):
44056         * m4/closeout.m4 (gl_CLOSEOUT):
44057         * m4/dirfd.m4 (gl_FUNC_DIRFD):
44058         * m4/dirname.m4 (gl_DIRNAME):
44059         * m4/exclude.m4 (gl_EXCLUDE):
44060         * m4/exitfail.m4 (gl_EXITFAIL):
44061         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
44062         * m4/file-type.m4 (gl_FILE_TYPE):
44063         * m4/filemode.m4 (gl_FILEMODE):
44064         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
44065         * m4/fpending.m4 (gl_FUNC_FPENDING):
44066         * m4/fprintftime.m4 (gl_FPRINTFTIME):
44067         * m4/fts.m4 (gl_FUNC_FTS):
44068         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
44069         * m4/getdate.m4 (gl_GETDATE):
44070         * m4/gethrxtime.m4 (gl_GETHRXTIME):
44071         * m4/getpagesize.m4 (gl_GETPAGESIZE):
44072         * m4/getpass.m4 (gl_FUNC_GETPASS):
44073         * m4/gettime.m4 (gl_GETTIME):
44074         * m4/getugroups.m4 (gl_GETUGROUPS):
44075         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
44076         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
44077         * m4/hard-locale.m4 (gl_HARD_LOCALE):
44078         * m4/hash.m4 (gl_HASH):
44079         * m4/idcache.m4 (gl_IDCACHE):
44080         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
44081         * m4/lchown.m4 (gl_FUNC_LCHOWN):
44082         * m4/long-options.m4 (gl_LONG_OPTIONS):
44083         * m4/lstat.m4 (gl_FUNC_LSTAT):
44084         * m4/md5.m4 (gl_MD5):
44085         * m4/memcasecmp.m4 (gl_MEMCASECMP):
44086         * m4/memcoll.m4 (gl_MEMCOLL):
44087         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
44088         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
44089         * m4/memxor.m4 (gl_MEMXOR):
44090         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
44091         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
44092         * m4/modechange.m4 (gl_MODECHANGE):
44093         * m4/mountlist.m4 (gl_MOUNTLIST):
44094         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
44095         * m4/openat.m4 (gl_FUNC_OPENAT):
44096         * m4/pathmax.m4 (gl_PATHMAX):
44097         * m4/physmem.m4 (gl_PHYSMEM):
44098         * m4/posixtm.m4 (gl_POSIXTM):
44099         * m4/posixver.m4 (gl_POSIXVER):
44100         * m4/quote.m4 (gl_QUOTE):
44101         * m4/quotearg.m4 (gl_QUOTEARG):
44102         * m4/readtokens.m4 (gl_READTOKENS):
44103         * m4/readutmp.m4 (gl_READUTMP):
44104         * m4/regex.m4 (gl_REGEX):
44105         * m4/safe-read.m4 (gl_SAFE_READ):
44106         * m4/safe-write.m4 (gl_SAFE_WRITE):
44107         * m4/same.m4 (gl_SAME):
44108         * m4/save-cwd.m4 (gl_SAVE_CWD):
44109         * m4/savedir.m4 (gl_SAVEDIR):
44110         * m4/settime.m4 (gl_SETTIME):
44111         * m4/sha1.m4 (gl_SHA1):
44112         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
44113         * m4/stat-macros.m4 (gl_STAT_MACROS):
44114         * m4/stat-time.m4 (gl_STAT_TIME):
44115         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
44116         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
44117         * m4/strdup.m4 (gl_FUNC_STRDUP):
44118         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
44119         * m4/strndup.m4 (gl_FUNC_STRNDUP):
44120         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
44121         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
44122         * m4/time_r.m4 (gl_TIME_R):
44123         * m4/timespec.m4 (gl_TIMESPEC):
44124         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
44125         * m4/unlinkdir.m4 (gl_UNLINKDIR):
44126         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
44127         * m4/userspec.m4 (gl_USERSPEC):
44128         * m4/utimecmp.m4 (gl_UTIMECMP):
44129         * m4/utimens.m4 (gl_UTIMENS):
44130         * m4/xalloc.m4 (gl_XALLOC):
44131         * m4/xgetcwd.m4 (gl_XGETCWD):
44132         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
44133         * m4/xreadlink.m4 (gl_XREADLINK):
44134         * m4/xstrtod.m4 (gl_XSTRTOD):
44135         * m4/yesno.m4 (gl_YESNO):
44136         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44137         to get the necessary .h files and whatnot.
44138
44139 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
44140             Bruno Haible  <bruno@clisp.org>
44141
44142         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
44143         /bin/sh understanding of '!' conditional negation.
44144
44145 2006-08-21  Jim Meyering  <jim@meyering.net>
44146
44147         * modules/openat (Depends-on): Really alphabetize.
44148
44149         * modules/acl (Depends-on): Add error and quote.
44150
44151         * check-module (find_included_lib_files): Add at-func.c to the
44152         ok-to-include-more-than-once white list.
44153
44154         * modules/openat (Depends-on): Add lstat.  Alphabetize.
44155
44156 2006-08-21  Bruno Haible  <bruno@clisp.org>
44157
44158         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44159         Emit a pkgdata_DATA variable only if some snippets add contents to it.
44160         Reported by Martin Lambers <marlam@marlam.de>.
44161
44162 2006-08-21  Bruno Haible  <bruno@clisp.org>
44163
44164         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
44165         specify an installation location, don't emit a noinst_LIBRARIES or
44166         noinst_LTLIBRARIES assignment.
44167
44168 2006-08-21  Bruno Haible  <bruno@clisp.org>
44169
44170         BeOS portability.
44171         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
44172         BeOS has mbrtowc() but no <wctype.h>.
44173
44174 2006-08-21  Bruno Haible  <bruno@clisp.org>
44175
44176         BeOS portability.
44177         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
44178         exist.
44179
44180 2006-08-21  Bruno Haible  <bruno@clisp.org>
44181
44182         BeOS portability.
44183         * lib/mbchar.h: Include <wctype.h> only if it exists.
44184
44185 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44186
44187         Remove files that are no longer needed by their respective modules.
44188         * m4/obstack.m4: Remove.
44189         * m4/strerror_r.m4: Remove.
44190         * m4/uint32_t.m4: Remove.
44191         * m4/uintptr_t.m4: Remove.
44192         * m4/ullong_max.m4: Remove.
44193         * m4/xstrtoimax.m4: Remove.
44194         * m4/xstrtoumax.m4: Remove.
44195
44196         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
44197         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
44198         dependencies now capture this.
44199
44200         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
44201         Do not use AC_LIBSOURCES, since gnulib modules now do this.
44202         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
44203         * m4/human.m4 (gl_HUMAN): Likewise.
44204         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
44205         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
44206
44207         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
44208
44209         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
44210         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
44211         stdint.
44212         * m4/human.m4 (gl_HUMAN): Likewise.
44213         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
44214         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
44215         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44216         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44217         * m4/xstrtol (gl_XSTRTOL): Likewise.
44218
44219         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
44220         AC_TYPE_LONG_LONG_INT.
44221         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44222         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
44223         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
44224         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44225
44226         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
44227         on stdbool.
44228
44229         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
44230         (gl_PREREQ_XSTRTOUL): Remove.
44231
44232         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
44233
44234         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
44235         mode.
44236
44237 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44238
44239         Add and change modules to make it easier for coreutils to use
44240         gnulib-tool.
44241         * modules/backupfile (Files): Remove m4/d-ino.m4.
44242         (Depends-on): Add d-ino.
44243         * modules/cycle-check (Depends-on): Add stdint.
44244         (lib_SOURCES): Add cycle-check.h.
44245         * modules/d-ino: New module.
44246         * modules/d-type: New module.
44247         * modules/error (Files): Remove m4/strerror_r.m4.
44248         * modules/filemode (Files): Add m4/st_dm_mode.m4.
44249         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
44250         m4/inttypes_h.m4, m4/uintmax_t.m4.
44251         (Depends-on): Add stdint.
44252         (lib_SOURCES): Add fsusage.h.
44253         * modules/getcwd (Files): Remove d-ino.m4.
44254         (Depends-on): Add d-ino.
44255         * modules/getndelim2 (Depends-on): Add stdint.
44256         * modules/glob (Files): Remove m4/d-type.m4.
44257         (Depends-on): Add d-type.
44258         * modules/host-os: New module.
44259         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
44260         m4/inttypes_h.m4, m4/uintmax_t.m4.
44261         * Depends-on: Add stdint.
44262         (lib_SOURCES): Add human.h.
44263         * modules/inttostr (Files): Remove m4/intmax_t.m4,
44264         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
44265         m4/uintmax_t.m4, m4/ulonglong.m4.
44266         (Depends-on): Add stdint.
44267         (EXTRA_DIST): Add inttostr.h.
44268         * modules/lchmod: New module.
44269         * modules/link-follow: New module.
44270         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
44271         (Depends-on): Add lchmod.
44272         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
44273         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
44274         (Depends-on): Add stdint.
44275         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
44276         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
44277         (Depends-on): Add stdint.
44278         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
44279         * modules/perl: New module.
44280         * modules/regex (Depends-on): Add stdint.
44281         * modules/rmdir-errno: New module.
44282         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44283         m4/intmax_t.m4.
44284         (Depends-on): Add stdint.
44285         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44286         m4/uintmax_t.m4.
44287         (Depends-on): Add stdint.
44288         * modules/unlink-busy: New module.
44289         * modules/utimecmp (Depends-on): Add stdint.
44290         * modules/uptime: New module.
44291         * modules/winsz-ioctl: New module.
44292         * modules/winsz-termios: New module.
44293         * modules/xnanosleep (Depends-on): Add nanosleep.
44294         * modules/ullong_max: Remove.
44295         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
44296         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
44297         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
44298         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
44299         (Depends-on): Add inttypes.
44300         (lib_SOURCES): Add xstrtol.h.
44301         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
44302         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
44303         * MODULES.html.sh: Move 'assert' into the assert section.
44304         Move 'dummy' into the linking section.
44305         Remove ullong_max.
44306         Add section for compatibility checks for POSIX:2001 functions,
44307         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
44308         winsz-ioctl, and winsz-termios into it.
44309         Add lchmod.
44310         Add top-level Misc section and put host-os, perl, and uptime
44311         into it.
44312
44313 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44314
44315         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
44316         now assume the stdint module.  Do not include inttypes.h.
44317         * lib/fsusage.h: Likewise.
44318         * lib/getndelim2.c: Likewise.
44319         * lib/human.h: Likewise.
44320         * lib/inttostr.h: Likewise.
44321         * lib/obstack.c: Likewise.
44322         * lib/regex_internal.h: Likewise.
44323         * lib/tempname.c: Likewise.
44324         * lib/utimecmp.c: Likewise.
44325         * lib/xstrtol.h: Likewise.
44326
44327         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
44328
44329         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
44330         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
44331         * lib/xtime.h: Likewise.
44332
44333 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44334
44335         * modules/openat (Files): Add lib/fchmodat.c.
44336         Fixes problem reported by Jay Youngman.
44337
44338 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44339
44340         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
44341         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
44342
44343 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
44344             Bruno Haible  <bruno@clisp.org>
44345
44346         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
44347         and is a script that invokes bison. Tighten the code. Add comments.
44348
44349 2006-08-18  Jim Meyering  <jim@meyering.net>
44350
44351         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
44352         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
44353         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
44354         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
44355
44356 2006-08-18  Bruno Haible  <bruno@clisp.org>
44357
44358         * modules/bison-i18n: New file.
44359         * MODULES.html.sh (Internationalization functions): Add it.
44360
44361 2006-08-18  Bruno Haible  <bruno@clisp.org>
44362
44363         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
44364         sys/statvfs.h. When getmntinfo was found, check its declaration and
44365         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
44366
44367 2006-08-18  Bruno Haible  <bruno@clisp.org>
44368
44369         * m4/bison-i18n.m4: New file, from bison.
44370
44371 2006-08-18  Bruno Haible  <bruno@clisp.org>
44372
44373         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
44374         (ME_DUMMY): Treat "kernfs" as a dummy.
44375         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
44376
44377 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44378
44379         Update from coreutils.
44380
44381         2006-08-15  Jim Meyering  <jim@meyering.net>
44382
44383         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
44384
44385         2006-01-17  Jim Meyering  <jim@meyering.net>
44386
44387         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
44388
44389         2006-01-11  Jim Meyering  <jim@meyering.net>
44390
44391         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
44392         Check for the lchmod function.
44393
44394 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44395
44396         Update from coreutils.
44397
44398         * lib/__fpending.h: Add copyright notice.
44399         * lib/fprintftime.h: Likewise.
44400         * lib/savedir.c: Use (C) in copyright notice.
44401         * lib/savedir.h: Likewise.
44402
44403         2006-08-15  Jim Meyering  <jim@meyering.net>
44404
44405         * lib/at-func.c: New file, with the logic of all emulated at-functions.
44406         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
44407         in support of the EXPECTED_ERRNO macro.
44408         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
44409         definitions.  Instead, define the appropriate symbols and include
44410         "at-func.c".
44411         * lib/mkdirat.c (mkdirat): Likewise.
44412         * lib/fchmodat.c (fchmodat): Likewise.
44413         (ENOSYS): Remove definition.
44414         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
44415         it.  Don't include "unistd--.h" -- it wasn't ever used.
44416
44417         2006-01-17  Jim Meyering  <jim@meyering.net>
44418
44419         Rewrite fts.c not to change the current working directory,
44420         by using openat, fstatat, fdopendir, etc..
44421
44422         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
44423         (HAVE_OPENAT_SUPPORT): Define.
44424         [_LIBC] (fchdir): Don't undef or define; no longer used.
44425         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
44426         Now, this `function' always succeeds, and consumes its file descriptor
44427         parameter -- so callers must not close such FDs.  Update callers.
44428         (diropen_fd, opendirat, cwd_advance_fd): New functions.
44429         (diropen): Add parameter, SP.  Adjust all callers.
44430         Implement using diropen_fd, rather than open.
44431         (fts_open): Initialize new member, fts_cwd_fd.
44432         Remove fts_rft-setting code.
44433         (fts_close): Close fts_cwd_fd, if necessary.
44434         (__opendir2): Define in terms of opendir or opendirat,
44435         depending on whether the FST_NOCHDIR flag is set.
44436         (fts_build): Since fts_safe_changedir consumes its FD, and since
44437         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
44438         and close the dup'd file descriptor upon failure.
44439         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
44440         (fts_safe_changedir): Tweak semantics to reflect that this function
44441         now calls cwd_advance_fd and hence consumes its FD argument.
44442         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
44443         [struct FTS] (fts_rft): Remove now-unused member.
44444         [struct FTS] (fts_cycle.state): Improve comment.
44445
44446         * lib/openat.c (openat_needs_fchdir): New function.
44447         * lib/openat.h (openat_needs_fchdir): Declare it.
44448
44449 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
44450
44451         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
44452         Problem and fix reported by Pádraig Brady in
44453         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
44454
44455 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44456
44457         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
44458
44459 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44460
44461         * lib/memcoll.c (memcoll): Optimize for the common case where the
44462         arguments are bytewise equal.
44463
44464 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44465
44466         * doc/regexprops-generic.texi: Add a copyright notice.
44467
44468 2006-08-15  Bruno Haible  <bruno@clisp.org>
44469
44470         * modules/tmpdir (License): Change to LGPL.
44471
44472 2006-08-15  Bruno Haible  <bruno@clisp.org>
44473
44474         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
44475         module.
44476
44477 2006-08-14  Simon Josefsson  <jas@extundo.com>
44478
44479         * config/srclist.txt: Add gnupload.
44480
44481 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44482
44483         Change copyright notice from LGPL 2 to GPL 2, since that's the
44484         standard form used in the gnulib repository.
44485         * tests/test-lock.c: Likewise.
44486         * tests/test-stdint.c: Likewise.
44487         * tests/test-tls.c: Likewise.
44488
44489         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
44490         prelude-manager.  User shorter URLs for GNU projects, without '?'.
44491         Add copyright notice.
44492
44493         * check-module: Add copyright notice.  Output a copyright
44494         notice if "--version" is specified.
44495         * modules/COPYING: New file.
44496         * tests/test-getaddrinfo.c: Add copyright notice.
44497         * tests/test-verify.c: Likewise.
44498
44499 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44500
44501         Change copyright notice from LGPL 2 to GPL 2, since that's the
44502         standard form used in the gnulib repository.
44503         * lib/lock.c: LGPL -> GPL.
44504         * lib/lock.h: Likewise.
44505         * lib/strnlen1.c: Likewise.
44506         * lib/strnlen1.h: Likewise.
44507         * lib/tls.c: Likewise.
44508         * lib/tls.h: Likewise.
44509         * lib/tmpdir.c: Likewise.
44510
44511         * lib/TODO: Remove; this belongs only in coreutils.
44512
44513 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44514
44515         Add copyright notices to long-enough files that lack them, since
44516         otherwise the files aren't clearly free.  Use the same notice that
44517         getdate.texi already uses.
44518         * doc/alloca-opt.texi: Add copyright notice.
44519         * doc/alloca.texi: Likewise.
44520         * doc/ctime.texi: Likewise.
44521         * doc/functions.texi: Likewise.
44522         * doc/gcd.texi: Likewise.
44523         * doc/gnulib-tool.texi: Likewise.
44524         * doc/inet_ntoa.texi: Likewise.
44525         * doc/visibility.texi: Likewise.
44526
44527         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
44528         * doc/quote.texi: Add copyright notice.
44529
44530         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
44531         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
44532         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
44533         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
44534         is now obsolete, and give a pointer to the Sun list.
44535         Add copyright notice.
44536
44537 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44538
44539         * config/srclistvars.sh: Add copyright notice.
44540
44541 2006-08-14  Eric Blake  <ebb9@byu.net>
44542
44543         Import the following change from libc:
44544
44545         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
44546
44547         Upstream bug 2997.
44548         * lib/misc/error.c: Add space between program name and message if file
44549         name is missing.
44550
44551 2006-08-12  Karl Berry  <karl@gnu.org>
44552
44553         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
44554         remove, these originate in gnulib now.
44555
44556 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44557
44558         * doc/Makefile (standards.info standards.html standards.dvi):
44559         Also depend on make-stds.texi.
44560
44561 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
44562
44563         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
44564         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
44565
44566         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
44567         in wchar_t.  Problem reported by Eric Blake.
44568
44569         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
44570         LEN is smaller than SIZE.  Suggested by Bruno Haible.
44571         Also, help the compiler to keep LEN in a register.
44572
44573 2006-08-11  Eric Blake  <ebb9@byu.net>
44574
44575         * users.txt: Sort.  Add tar.
44576
44577 2006-08-11  Bruno Haible  <bruno@clisp.org>
44578
44579         * users.txt: New file.
44580
44581 2006-08-11  Bruno Haible  <bruno@clisp.org>
44582
44583         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
44584         before <wchar.h>. Needed for OSF/1 and BSD/OS.
44585
44586 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
44587
44588         * modules/snprintf (Depends-on): Remove minmax.
44589         (Maintainer): Add self and Bruno.
44590
44591 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
44592
44593         * lib/.cppi-disable: Add snprintf.h, socket_.h.
44594         * lib/snprintf.c: Include <errno.h> and <limits.h>.
44595         (EOVERFLOW): Define if the system does not.
44596         Do not include "minmax.h"; it wasn't used.
44597         (snprintf): Don't assume size_t promotes to an unsigned type.
44598         Fix bug when generated string was too long for the buffer: the
44599         buffer's contents are supposed to be the initial prefix of the
44600         output.  Don't assume vasnprintf returns EOVERFLOW if the size
44601         exceeds INT_MAX; do the check ourselves.
44602
44603         Import the following changes from libc:
44604
44605         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
44606
44607         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
44608         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
44609         set wc to the byte which couldn't be converted.
44610         (re_string_reconstruct): Don't clear valid_raw_len before calling
44611         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
44612         tip_context using re_string_context_at.
44613
44614         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
44615
44616         * lib/posix/regex.h: g++ still cannot handled [restrict].
44617
44618         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
44619
44620         * lib/posix/regex.h: Remove special handling for VMS.
44621
44622 2006-08-10  Jim Meyering  <jim@meyering.net>
44623
44624         * modules/same-inode: New module.
44625         * modules/dev-ino: New module.
44626         * modules/cycle-check: Depend on these modules, rather than simply
44627         including their .h files.
44628         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
44629         required via m4/cycle-check.m4.
44630         * modules/same: Depend on new same-inode module, rather than
44631         including same-inode.h.
44632         * modules/chdir-safer: New file.
44633
44634         * modules/chown (Depends-on): Add stat-macros.
44635
44636 2006-08-10  Jim Meyering  <jim@meyering.net>
44637
44638         * m4/cycle-check.m4: New file.
44639         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
44640         * m4/dev-ino.m4, m4/same-inode.m4: New files.
44641
44642 2006-08-10  Eric Blake  <ebb9@byu.net>
44643
44644         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
44645         in from original proposal.
44646
44647 2006-08-10  Eric Blake  <ebb9@byu.net>
44648         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
44649
44650         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
44651         namespace.
44652
44653 2006-08-10  Bruno Haible  <bruno@clisp.org>
44654
44655         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
44656         as well.
44657
44658 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
44659
44660         Sync from coreutils.
44661
44662         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
44663
44664         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
44665         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
44666
44667 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
44668
44669         * modules/restrict: Remove; no longer needed now that we assume
44670         Autoconf 2.59 or later.
44671         * MODULES.html.sh: Remove 'restrict'.
44672         * modules/argp (Depends-on): Remove 'restrict'.
44673         * modules/base64 (Depends-on): Likewise.
44674         * modules/gc (Depends-on): Likewise.
44675         * modules/getaddrinfo (Depends-on): Likewise.
44676         * modules/glob (Depends-on): Likewise.
44677         * modules/inet_ntop (Depends-on): Likewise.
44678         * modules/inet_pton (Depends-on): Likewise.
44679         * modules/memxor (Depends-on): Likewise.
44680         * modules/regex (Depends-on): Likewise.
44681         * modules/strtok_r (Depends-on): Likewise.
44682         * modules/time_r (Depends-on): Likewise.
44683
44684 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
44685
44686         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
44687         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
44688         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
44689         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
44690         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
44691         * m4/memxor.m4 (gl_MEMXOR): Likewise.
44692         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
44693         gl_C_RESTRICT replaced by AC_C_RESTRICT.
44694
44695         Merge from coreutils.
44696         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
44697         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
44698         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
44699         * m4/time_r.m4 (gl_TIME_R): Likewise.
44700
44701 2006-08-09  Karl Berry  <karl@gnu.org>
44702
44703         * config/srclist.txt: no more gettext-tools, per Bruno.
44704
44705 2006-08-08  Eric Blake  <ebb9@byu.net>
44706
44707         * modules/verror: New module.
44708         * MODULES.html.sh: Document it.
44709
44710 2006-08-08  Eric Blake  <ebb9@byu.net>
44711
44712         * lib/verror.h, lib/verror.c: New files.
44713
44714 2006-08-08  Eric Blake  <ebb9@byu.net>
44715
44716         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
44717         verror_at_line output complies with GNU Coding Standards even when
44718         file is NULL.
44719
44720 2006-08-07  Bruno Haible  <bruno@clisp.org>
44721
44722         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
44723         versions of AIX.
44724         Reported by Ralf Wildenhues.
44725
44726 2006-08-07  Bruno Haible  <bruno@clisp.org>
44727
44728         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
44729         in an AC_DEFUN. Needed so that the autoconf snippets can use
44730         AC_REQUIRE.
44731
44732 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44733
44734         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44735         Initialize pkgdata_DATA.
44736         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
44737         overriding it.
44738
44739 2006-08-06  Eric Blake  <ebb9@byu.net>
44740
44741         * lib/error.h: Fold in some upstream changes from glibc.
44742         * lib/error.c: Likewise.
44743
44744 2006-08-04  Bruno Haible  <bruno@clisp.org>
44745
44746         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44747         Make the mostlyclean-local rule depend on mostlyclean-generic.
44748         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
44749
44750 2006-07-31  Bruno Haible  <bruno@clisp.org>
44751
44752         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
44753         <stdlib.h>, <string.h>.
44754
44755 2006-07-30  Bruno Haible  <bruno@clisp.org>
44756
44757         * modules/readlink (License): Change to LGPL.
44758
44759 2006-07-30  Bruno Haible  <bruno@clisp.org>
44760
44761         * modules/javaversion (Makefile.am): Distribute javaversion.java and
44762         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
44763         set PKGDATADIR to point to it.
44764
44765 2006-07-30  Bruno Haible  <bruno@clisp.org>
44766
44767         * modules/csharpexec (configure.ac): Comment out macro invocation.
44768         * modules/javaexec (configure.ac): Likewise.
44769         * modules/javacomp-script (configure.ac): Likewise.
44770
44771         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
44772
44773 2006-07-30  Bruno Haible  <bruno@clisp.org>
44774
44775         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
44776         linked-list.
44777
44778 2006-07-30  Bruno Haible  <bruno@clisp.org>
44779
44780         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
44781
44782 2006-07-30  Bruno Haible  <bruno@clisp.org>
44783
44784         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44785         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
44786         get removed.
44787
44788 2006-07-29  Bruno Haible  <bruno@clisp.org>
44789
44790         Make it possible for gnulib-tool to work with locally modified or
44791         augmented gnulib repositories.
44792         * gnulib-tool (func_usage): Document --local-dir option.
44793         (local_gnulib_dir): New variable.
44794         Handle --local-dir option.
44795         (func_lookup_file): New function.
44796         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
44797         (func_get_description, func_get_filelist, func_get_description,
44798         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
44799         func_get_automake_snippet, func_get_include_directive,
44800         func_get_license, func_get_maintainer): Use func_lookup_file.
44801         (func_import, func_create_testdir): Use func_lookup_file.
44802
44803 2006-07-29  Bruno Haible  <bruno@clisp.org>
44804
44805         * modules/setenv (Depends-on): Add unistd.
44806
44807 2006-07-29  Bruno Haible  <bruno@clisp.org>
44808
44809         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
44810
44811 2006-07-29  Bruno Haible  <bruno@clisp.org>
44812
44813         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
44814
44815 2006-07-29  Bruno Haible  <bruno@clisp.org>
44816
44817         * gnulib-tool (import, update): If there is no Makefile.am, look at
44818         aclocal.m4, instead of bailing out.
44819
44820 2006-07-29  Bruno Haible  <bruno@clisp.org>
44821
44822         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
44823         Categorize the options by when they are useful.
44824
44825 2006-07-29  Bruno Haible  <bruno@clisp.org>
44826
44827         * gnulib-tool (func_usage): Document option --no-libtool.
44828         Handle option --no-libtool.
44829         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
44830         for changed semantics of $libtool variable.
44831         (func_import): Likewise. If libtool is not used, show this through
44832         an option --no-libtool.
44833         (func_create_testdir): Update.
44834
44835 2006-07-29  Bruno Haible  <bruno@clisp.org>
44836
44837         * gnulib-tool (func_import): Extend error message about missing
44838         --doc-base.
44839
44840 2006-07-29  Bruno Haible  <bruno@clisp.org>
44841
44842         * gnulib-tool (func_import): Don't create the $docbase directory if
44843         there is no file to store there.
44844
44845 2006-07-29  Bruno Haible  <bruno@clisp.org>
44846
44847         * gnulib-tool (autoconf_minversion): If a --dir option is given and
44848         relevant, look for configure.ac there, not in the current directory.
44849         Also use a simple search for AC_PREREQ, not "autoconf --trace".
44850
44851 2006-07-29  Bruno Haible  <bruno@clisp.org>
44852
44853         * gnulib-tool (SORT): New variable.
44854         (func_usage): Undocument --assume-autoconf option.
44855         Remove --assume-autoconf option handling.
44856         (autoconf_minversion): Determine from the contents of configure.ac.
44857         (func_import): Remove autoconf_minversion handling.
44858         Suggested by Eric Blake.
44859
44860 2006-07-29  Bruno Haible  <bruno@clisp.org>
44861
44862         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
44863
44864 2006-07-29  Bruno Haible  <bruno@clisp.org>
44865
44866         * config/srclist.txt (*setenv.[ch]): Remove rules.
44867
44868 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
44869
44870         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
44871
44872 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
44873
44874         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
44875         arpa/inet.h.
44876
44877 2006-07-28  Simon Josefsson  <jas@extundo.com>
44878
44879         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
44880         * modules/inet_pton (Depends-on): Likewise.
44881
44882 2006-07-28  Simon Josefsson  <jas@extundo.com>
44883
44884         * m4/netinet_in_h.m4: New file.
44885
44886 2006-07-28  Simon Josefsson  <jas@extundo.com>
44887
44888         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
44889         #include's.
44890
44891 2006-07-28  Simon Josefsson  <jas@extundo.com>
44892
44893         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
44894         #include's.
44895
44896 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
44897
44898         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
44899         setgid on directories only if they set these bits.
44900         * lib/modechange.h: Remove obsolete comment about masks.
44901
44902 2006-07-28  Eric Blake  <ebb9@byu.net>
44903
44904         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
44905         macro expansion.
44906
44907 2006-07-28  Bruno Haible  <bruno@clisp.org>
44908
44909         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
44910
44911 2006-07-28  Bruno Haible  <bruno@clisp.org>
44912
44913         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
44914
44915 2006-07-28  Bruno Haible  <bruno@clisp.org>
44916
44917         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
44918         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
44919         Define fallbacks.
44920         Avoids link error on FreeBSD 4.x.
44921         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
44922
44923         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
44924         encoding.
44925         * lib/mbswidth.c (iswcntrl): Likewise.
44926
44927 2006-07-27  Bruno Haible  <bruno@clisp.org>
44928
44929         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
44930         test.
44931
44932 2006-07-27  Bruno Haible  <bruno@clisp.org>
44933
44934         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
44935         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
44936         defined.
44937
44938 2006-07-26  Eric Blake  <ebb9@byu.net>
44939
44940         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
44941
44942 2006-07-26  Eric Blake  <ebb9@byu.net>
44943
44944         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
44945         like mingw that lack mkstemp.
44946         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
44947         avoid compilation warning on mingw.
44948
44949 2006-07-26  Bruno Haible  <bruno@clisp.org>
44950
44951         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
44952         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
44953         INT_FAST*_MIN, INTPTR_MIN.
44954
44955 2006-07-25  Bruno Haible  <bruno@clisp.org>
44956
44957         * modules/version-etc (Depends-on): Add stdarg.
44958
44959 2006-07-25  Bruno Haible  <bruno@clisp.org>
44960
44961         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
44962         complex commands.
44963
44964 2006-07-25  Bruno Haible  <bruno@clisp.org>
44965
44966         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
44967         defined in <stdarg.h> or config.h.
44968
44969 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
44970
44971         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
44972         (gl_STDIO_SAFER): Remove.
44973
44974 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
44975
44976         * MODULES.html.sh (File stream based Input/Output):
44977         Add fopen-safer, tmpfile-safer; remove stdio-safer.
44978         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
44979         * modules/fopen-safer, modules/tmpfile-safer: New files.
44980         * modules/stdio-safer: Remove.
44981
44982 2006-07-24  Bruno Haible  <bruno@clisp.org>
44983
44984         * modules/tmpdir: New file.
44985         * MODULES.html.sh (File system functions): Add it.
44986
44987 2006-07-24  Bruno Haible  <bruno@clisp.org>
44988
44989         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
44990         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
44991
44992 2006-07-24  Bruno Haible  <bruno@clisp.org>
44993
44994         * modules/clean-temp: New file.
44995
44996 2006-07-24  Bruno Haible  <bruno@clisp.org>
44997
44998         * m4/tmpdir.m4: New file, from GNU gettext.
44999
45000 2006-07-24  Bruno Haible  <bruno@clisp.org>
45001
45002         * lib/tmpdir.h: New file, from GNU gettext.
45003         * lib/tmpdir.c: New file, from GNU gettext.
45004
45005 2006-07-24  Bruno Haible  <bruno@clisp.org>
45006
45007         * lib/clean-temp.h: New file, from GNU gettext.
45008         * lib/clean-temp.c: New file, from GNU gettext.
45009
45010 2006-07-23  Eric Blake  <ebb9@byu.net>
45011
45012         * modules/stdio-safer (Files): Add tmpfile-safer.c.
45013         (Depends-on): Add binary-io.
45014
45015 2006-07-23  Eric Blake  <ebb9@byu.net>
45016
45017         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
45018
45019 2006-07-23  Eric Blake  <ebb9@byu.net>
45020
45021         * lib/tmpfile-safer.c: New file.
45022         * lib/stdio-safer.h (fopen_safer): Add prototype.
45023         * lib/stdio--.h (tmpfile): Make safer.
45024
45025 2006-07-23  Bruno Haible  <bruno@clisp.org>
45026
45027         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
45028         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
45029         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
45030         gl_linked_remove_at): Use it.
45031
45032 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45033         and Simon Josefsson <jas@extundo.com>
45034
45035         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
45036
45037         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
45038
45039 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45040
45041         * modules/close-stream: New file.
45042         * modules/closeout (Description): Make it clear that it exits
45043         with a diagnostic on error.
45044         (Depends-on): Add close-stream.  Remove fpending, stdbool.
45045         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
45046
45047 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45048
45049         * m4/close-stream.m4: New file.
45050
45051 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45052
45053         * lib/close-stream.c, lib/close-stream.h: New files.
45054
45055 2006-07-22  Bruno Haible  <bruno@clisp.org>
45056
45057         Merge from GNU gettext 0.15.
45058
45059         2006-05-01  Bruno Haible  <bruno@clisp.org>
45060
45061                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
45062
45063         2006-07-22  Bruno Haible  <bruno@clisp.org>
45064
45065                 * modules/javaversion: New file.
45066                 * MODULES.html.sh (Java): Add javaversion.
45067
45068         2006-03-12  Bruno Haible  <bruno@clisp.org>
45069
45070                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
45071
45072         2005-12-04  Bruno Haible  <bruno@clisp.org>
45073
45074                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
45075                 (untested).
45076
45077         2006-06-21  Bruno Haible  <bruno@clisp.org>
45078
45079                 Avoid warnings from recent versions of mcs.
45080                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
45081                 -o, -L, -r any more. Use options documented since mcs-1.0
45082                 instead. Similarly for -g.
45083
45084         2005-12-04  Bruno Haible  <bruno@clisp.org>
45085
45086                 * build-aux/csharpcomp.sh.in: Suffix for resources is
45087                 .resources, not .resource.
45088
45089         2005-07-09  Bruno Haible  <bruno@clisp.org>
45090
45091                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
45092                 add a .dll suffix.
45093                 Reported by Mark Junker <mjscod@gmx.de>.
45094
45095         2006-07-22  Bruno Haible  <bruno@clisp.org>
45096
45097                 * modules/gettext: Upgrade to gettext-0.15.
45098                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
45099                 m4/visibility.m4.
45100                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
45101
45102 2006-07-22  Bruno Haible  <bruno@clisp.org>
45103
45104         Merge from GNU gettext 0.15.
45105
45106         2006-03-25  Bruno Haible  <bruno@clisp.org>
45107
45108                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
45109
45110         2006-07-21  Bruno Haible  <bruno@clisp.org>
45111
45112                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
45113                 "1.1".
45114
45115         2006-05-09  Bruno Haible  <bruno@clisp.org>
45116
45117                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
45118                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
45119                 for the conftestver execution.
45120
45121         2006-05-01  Bruno Haible  <bruno@clisp.org>
45122
45123                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
45124                 optional target-version argument. Verify that the compiler
45125                 groks source of the specified source-version, or add -source
45126                 option as necessary. Verify that the compiler produces
45127                 bytecode in the specified target-version, or add -target and
45128                 -source options as necessary. Make the result of the test
45129                 available as variable CONF_JAVAC. Also log error output in
45130                 config.log.
45131
45132         2006-03-11  Bruno Haible  <bruno@clisp.org>
45133
45134                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
45135
45136         2006-05-09  Bruno Haible  <bruno@clisp.org>
45137
45138                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
45139                 CLASSPATH_SEPARATOR to a semicolon.
45140
45141         2006-03-12  Bruno Haible  <bruno@clisp.org>
45142
45143                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
45144                 available as variable CONF_JAVA, for subsequent autoconf
45145                 tests. Also log error output in config.log.
45146
45147         2006-07-19  Bruno Haible  <bruno@clisp.org>
45148
45149                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
45150                 that getline works on glibc2 systems. Needed to avoid trouble
45151                 in relocatable.c.
45152                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
45153
45154         2005-12-04  Bruno Haible  <bruno@clisp.org>
45155
45156                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
45157                 launcher (untested).
45158
45159         2005-12-04  Bruno Haible  <bruno@clisp.org>
45160
45161                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
45162
45163         2006-07-22  Bruno Haible  <bruno@clisp.org>
45164
45165                 * gettext.m4: Update from GNU gettext-0.15.
45166                 * nls.m4: Likewise.
45167                 * po.m4: Likewise.
45168                 * inttypes-pri.m4: Likewise.
45169                 * inttypes-h.m4: Renamed from inttypes.m4.
45170                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
45171
45172 2006-07-22  Bruno Haible  <bruno@clisp.org>
45173
45174         Merge from GNU gettext 0.15.
45175
45176         2005-07-05  Bruno Haible  <bruno@clisp.org>
45177
45178                 * printf-args.c (printf_fetchargs): Work around broken
45179                 definition of wint_t on mingw.
45180
45181         2005-02-12  Bruno Haible  <bruno@clisp.org>
45182
45183                 * xallocsa.h: Add extern "C" for C++.
45184
45185         2006-05-17  Bruno Haible  <bruno@clisp.org>
45186
45187                 Cygwin portability.
45188                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
45189
45190         2006-04-30  Bruno Haible  <bruno@clisp.org>
45191
45192                 * progreloc.c: Include <mach-o/dyld.h> if available.
45193                 (find_executable): Use _NSGetExecutablePath when possible.
45194
45195         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
45196
45197                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
45198                 function.
45199
45200         2005-12-29  Bruno Haible  <bruno@clisp.org>
45201
45202                 * progreloc.c (set_program_name_and_installdir): Fix
45203                 compilation error.
45204
45205         2005-12-04  Bruno Haible  <bruno@clisp.org>
45206
45207                 Cygwin portability.
45208                 * progreloc.c: Include <windows.h> also on Cygwin.
45209                 (find_executable): Add support for Cygwin.
45210                 (set_program_name_and_installdir): Handle also platforms with
45211                 nonempty EXEEXT.
45212
45213         2006-07-11  Bruno Haible  <bruno@clisp.org>
45214
45215                 * javacomp.c: Fix a comment.
45216                 Reported by Jim Meyering.
45217
45218         2006-04-30  Bruno Haible  <bruno@clisp.org>
45219
45220                 * javacomp.h (compile_java_class): Add source_version,
45221                 target_version arguments.
45222                 * javacomp.c: Rewritten to choose only a compiler that
45223                 respects the specified source_version and target_version.
45224
45225         2006-06-27  Bruno Haible  <bruno@clisp.org>
45226
45227                 Assume correct S_ISDIR macro.
45228                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
45229
45230         2006-07-22  Bruno Haible  <bruno@clisp.org>
45231
45232                 * javaversion.h: New file, from GNU gettext.
45233                 * javaversion.c: New file, from GNU gettext.
45234                 * javaversion.java: New file, from GNU gettext.
45235                 * javaversion.class: New file, from GNU gettext.
45236
45237         2006-05-17  Bruno Haible  <bruno@clisp.org>
45238
45239                 Cygwin portability.
45240                 * javaexec.c (execute_java_class): Test for jview program
45241                 also on Cygwin.
45242
45243         2006-04-09  Bruno Haible  <bruno@clisp.org>
45244
45245                 * fatal-signal.c: Don't include string.h.
45246                 (at_fatal_signal): Use a copying loop instead of memcpy.
45247
45248         2005-12-04  Bruno Haible  <bruno@clisp.org>
45249
45250                 * csharpexec.c: Add support for 'clix' launcher (untested).
45251                 (execute_csharp_using_sscli): New function.
45252                 (execute_csharp_program): Call it.
45253
45254         2006-06-21  Bruno Haible  <bruno@clisp.org>
45255
45256                 Avoid warnings from recent versions of mcs.
45257                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
45258                 -o, -L, -r any more. Use options documented since mcs-1.0
45259                 instead. Similarly for -g.
45260
45261         2005-07-09  Bruno Haible  <bruno@clisp.org>
45262
45263                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
45264                 add a .dll suffix.
45265                 Reported by Mark Junker <mjscod@gmx.de>.
45266
45267         2006-06-17  Bruno Haible  <bruno@clisp.org>
45268
45269                 * config.charset: Update for NetBSD 3.0.
45270
45271         2006-05-17  Bruno Haible  <bruno@clisp.org>
45272
45273                 Cygwin portability.
45274                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
45275
45276         2006-05-16  Bruno Haible  <bruno@clisp.org>
45277
45278                 * localcharset.c [CYGWIN]: Include <windows.h>.
45279                 (get_charset_aliases): For Cygwin, return the same CPxxx
45280                 aliases list as under WIN32.
45281                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
45282                 the environment variables. Fall back to GetACP().
45283
45284         2006-04-05  Bruno Haible  <bruno@clisp.org>
45285
45286                 * config.charset: Update Juan Manuel Guerrero's address.
45287
45288         2005-02-12  Bruno Haible  <bruno@clisp.org>
45289
45290                 * allocsa.h: Add extern "C" for C++.
45291
45292         2005-02-10  Bruno Haible  <bruno@clisp.org>
45293
45294                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
45295                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
45296
45297         2006-07-22  Bruno Haible  <bruno@clisp.org>
45298
45299                 * gettext.h: Update to GNU gettext-0.15.
45300
45301 2006-07-22  Bruno Haible  <bruno@clisp.org>
45302
45303         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
45304         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
45305         lib-prefix.m4, longdouble.m4, ssize_t.m4.
45306
45307 2006-07-21  Eric Blake  <ebb9@byu.net>
45308
45309         * modules/stdlib-safer: New file.
45310         * MODULES.html.sh (File stream based Input/Output): Add
45311         stdlib-safer.
45312
45313 2006-07-21  Eric Blake  <ebb9@byu.net>
45314
45315         * lib/stdlib-safer.h: New file from coreutils, required by
45316         stdlib--.h.
45317
45318 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
45319
45320         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
45321
45322 2006-07-20  Bruno Haible  <bruno@clisp.org>
45323
45324         * gnulib-tool: Recognize new option --assume-autoconf.
45325         (autoconf_minversion): New variable.
45326         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
45327
45328 2006-07-20  Bruno Haible  <bruno@clisp.org>
45329
45330         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
45331
45332 2006-07-19  Derek R. Price  <derek@ximbiot.com>
45333
45334         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
45335         Reindent and repaginate.
45336
45337 2006-07-19  Derek Price  <derek@ximbiot.com>
45338
45339         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
45340         Correct grammar.
45341
45342 2006-07-17  Bruno Haible  <bruno@clisp.org>
45343
45344         * modules/list: New file.
45345         * modules/array-list: New file.
45346         * modules/carray-list, modules/carray-list-tests: New files.
45347         * modules/linked-list, modules/linked-list-tests: New files.
45348         * modules/avltree-list, modules/avltree-list-tests: New files.
45349         * modules/rbtree-list, modules/rbtree-list-tests: New files.
45350         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
45351         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
45352         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
45353         * modules/oset: New file.
45354         * modules/array-oset: New file.
45355         * modules/avltree-oset, modules/avltree-oset-tests: New files.
45356         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
45357         * tests/test-carray_list.c: New file.
45358         * tests/test-linked_list.c: New file.
45359         * tests/test-avltree_list.c: New file.
45360         * tests/test-rbtree_list.c: New file.
45361         * tests/test-linkedhash_list.c: New file.
45362         * tests/test-avltreehash_list.c: New file.
45363         * tests/test-rbtreehash_list.c: New file.
45364         * tests/test-avltree_oset.c: New file.
45365         * tests/test-rbtree_oset.c: New file.
45366         * MODULES.html.sh (Container data structures): New section.
45367
45368 2006-07-17  Bruno Haible  <bruno@clisp.org>
45369
45370         * m4/gl_list.m4: New file.
45371
45372 2006-07-17  Bruno Haible  <bruno@clisp.org>
45373
45374         * lib/gl_list.h: New file.
45375         * lib/gl_list.c: New file.
45376         * lib/gl_array_list.h: New file.
45377         * lib/gl_array_list.c: New file.
45378         * lib/gl_carray_list.h: New file.
45379         * lib/gl_carray_list.c: New file.
45380         * lib/gl_linked_list.h: New file.
45381         * lib/gl_linked_list.c: New file.
45382         * lib/gl_anylinked_list1.h: New file.
45383         * lib/gl_anylinked_list2.h: New file.
45384         * lib/gl_avltree_list.h: New file.
45385         * lib/gl_avltree_list.c: New file.
45386         * lib/gl_anyavltree_list1.h: New file.
45387         * lib/gl_anyavltree_list2.h: New file.
45388         * lib/gl_rbtree_list.h: New file.
45389         * lib/gl_rbtree_list.c: New file.
45390         * lib/gl_anyrbtree_list1.h: New file.
45391         * lib/gl_anyrbtree_list2.h: New file.
45392         * lib/gl_anytree_list1.h: New file.
45393         * lib/gl_anytree_list2.h: New file.
45394         * lib/gl_linkedhash_list.h: New file.
45395         * lib/gl_linkedhash_list.c: New file.
45396         * lib/gl_anyhash_list1.h: New file.
45397         * lib/gl_anyhash_list2.h: New file.
45398         * lib/gl_avltreehash_list.h: New file.
45399         * lib/gl_avltreehash_list.c: New file.
45400         * lib/gl_rbtreehash_list.h: New file.
45401         * lib/gl_rbtreehash_list.c: New file.
45402         * lib/gl_anytreehash_list1.h: New file.
45403         * lib/gl_anytreehash_list2.h: New file.
45404
45405         * lib/gl_oset.h: New file.
45406         * lib/gl_oset.c: New file.
45407         * lib/gl_array_oset.h: New file.
45408         * lib/gl_array_oset.c: New file.
45409         * lib/gl_avltree_oset.h: New file.
45410         * lib/gl_avltree_oset.c: New file.
45411         * lib/gl_rbtree_oset.h: New file.
45412         * lib/gl_rbtree_oset.c: New file.
45413         * lib/gl_anytree_oset.h: New file.
45414
45415 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45416
45417         * m4/mkancesdirs.m4: New file.
45418         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
45419         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
45420         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
45421         it.
45422
45423 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45424
45425         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
45426         * lib/mkancesdirs.h: New files.
45427         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
45428         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
45429         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
45430         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
45431         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
45432         callers changed.  Revamp internals significantly, by not
45433         attempting to create directories that are temporarily more
45434         permissive than the final results.  Do not attempt to use
45435         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
45436         This removes some race conditions, fixes some bugs, and simplifies
45437         things.  Use new dirchownmod function to do owner and mode changes.
45438         * lib/mkdir-p.h: Likewise.
45439         * lib/modechange.c (octal_to_mode): New function.
45440         (struct mode_change): New member mentioned.
45441         (make_node_op_equals): New arg mentioned.  All callers changed.
45442         (mode_compile): Keep track of which mode bits the user has explicitly
45443         mentioned.
45444         (mode_adjust): New arg DIR, so that we implement the X op correctly.
45445         New arg PMODE_BITS, to keep track of which mode bits the user
45446         mentioned; it treats S_ISUID and S_ISGID speciall.
45447         All callers changed.
45448         * lib/modechange.h: Likewise.
45449
45450 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45451
45452         * MODULES.html.sh: Add mkancestors.
45453         * modules/mkancesdirs: New module.
45454         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
45455         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
45456         The chdir-safer and afs files are now orphans; I'll remove them
45457         unless someone speaks up.
45458         Add lib/dirchownmod.c, lib/dirchownmod.h.
45459         (Depends-on): Remove alloca, chown, save-cwd, dirname.
45460         Add lchown, mkancesdirs.
45461         (Maintainer): Add self.
45462
45463 2006-07-15  Karl Berry  <karl@gnu.org>
45464
45465         * gnulib-tool: help message wording/arrangement.
45466
45467 2006-07-14  Simon Josefsson  <jas@extundo.com>
45468
45469         * doc/gnulib.texi (Libtool and Windows): New section.
45470
45471 2006-07-12  Simon Josefsson  <jas@extundo.com>
45472
45473         * modules/gendocs (License): Fix license, approved by Karl.
45474
45475 2006-07-12  Eric Blake  <ebb9@byu.net>
45476
45477         * MODULES.html.sh: Add gendocs.
45478
45479 2006-07-11  Eric Blake  <ebb9@byu.net>
45480
45481         * modules/fdl: New module, to install doc/fdl.texi.
45482         * MODULES.html.sh: Add new section for documentation modules.
45483         * gnulib-tool: Avoid space-tab.
45484         (--doc-base): New option, to manage files from doc.
45485
45486 2006-07-11  Eric Blake  <ebb9@byu.net>
45487
45488         * m4/absolute-header.m4: Fix comments to match recent change.
45489
45490 2006-07-11  Eric Blake  <ebb9@byu.net>
45491
45492         * gnulib-tool: List --doc-base before --tests-base.
45493
45494 2006-07-11  Derek R. Price  <derek@ximbiot.com>
45495
45496         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
45497
45498 2006-07-11  Bruno Haible  <bruno@clisp.org>
45499
45500         * README: Mention where to put documentation.
45501
45502 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45503
45504         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
45505
45506 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
45507
45508         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
45509         to stdint.m4.
45510
45511 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
45512
45513         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
45514         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
45515         "no/such/file/stdint.h" when there is no such file, so that
45516         the resulting C code can be parsed by dodgy compilers.
45517         Problems reported by Bob Proulx.
45518
45519 2006-07-10  Derek R. Price  <derek@ximbiot.com>
45520
45521         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
45522         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
45523         macros into the GNU _D_EXACT_NAMLEN.
45524         * lib/savedir.c:  Likewise.
45525         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
45526
45527 2006-07-10  Derek R. Price  <derek@ximbiot.com>
45528         and Paul Eggert  <eggert@cs.ucla.edu>
45529
45530         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
45531         * m4/savedir.m4:
45532         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
45533         macros into the GNU _D_EXACT_NAMLEN.
45534
45535 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45536
45537         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
45538         around the absolute name, to work around a problem with the HP-UX
45539         11.23 native C compiler, reported by Bob Proulx.
45540
45541 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45542
45543         * doc/maintain.texi, make-stds.texi: Sync from
45544         <http://savannah.gnu.org/projects/gnustandards>.
45545
45546 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45547
45548         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
45549
45550 2006-07-09  Jim Meyering  <jim@meyering.net>
45551
45552         * m4/glob.m4: Remove a doubled word in a comment.
45553
45554 2006-07-09  Jim Meyering  <jim@meyering.net>
45555
45556         * lib/argp-pv.c: Remove a doubled word in a comment.
45557         * lib/check-version.c (check_version): Likewise.
45558         * lib/javacomp.c (compile_java_class): Likewise.
45559
45560 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
45561
45562         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
45563         for the benefit of people using Autoconf 2.60.  If you want to
45564         support older Autoconf versions you can copy m4/onceonly_2_57.m4
45565         (or m4/onceonly.m4, if pre-2.57) manually.
45566
45567 2006-07-08  Jim Meyering  <jim@meyering.net>
45568
45569         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
45570         comment.
45571         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
45572         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
45573         comment.
45574
45575 2006-07-08  Jim Meyering  <jim@meyering.net>
45576
45577         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
45578
45579 2006-07-07  Simon Josefsson  <jas@extundo.com>
45580
45581         * tests/test-crc.c: Change expected crc value, the test vector
45582         were probably computed using the old broken crc.c?
45583
45584 2006-07-06  Simon Josefsson  <jas@extundo.com>
45585
45586         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
45587         now the canonical place for the M4 file).
45588
45589         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
45590         from the sys_socket dependency now.
45591
45592         * modules/inet_pton (Files): Ditto.
45593
45594         * modules/inet_ntop (Files): Ditto.
45595
45596 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
45597
45598         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
45599         not gl_PREREQ_GETUSERSHELL.
45600
45601 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45602
45603         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
45604         with only one argument, for Autoconf 2.60.
45605         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
45606         expand to nothing, so add a shell command to avoid syntax error.
45607         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
45608
45609 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45610
45611         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
45612
45613 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45614
45615         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
45616         no longer needed.  Check for isblank decl.
45617         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
45618         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
45619         of existence.
45620
45621 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45622
45623         * lib/getloadavg.c: Use __VMS, not VMS.
45624         * lib/getopt.c: Likewise.
45625         * lib/getpagesize.h: Likewise.
45626         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
45627         and probably does not work.
45628
45629 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45630
45631         * lib/.cppi-disable: Add wcwidth.
45632         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
45633         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
45634         (ISGRAPH): Remove.  All uses changed to isgraph.
45635         (FOLD) [!defined _LIBC]: Remove special case.
45636         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
45637         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
45638         HAVE_ISBLANK.
45639         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
45640         case.
45641
45642 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
45643
45644         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
45645         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
45646         brackets.  Other minor changes to suppress some compiler
45647         warnings.
45648
45649 2006-07-06  Derek R. Price  <derek@ximbiot.com>
45650         and Paul Eggert  <eggert@cs.ucla.edu>
45651
45652         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
45653         of invoking obsolescent AC_HEADER_DIRENT macro.
45654         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
45655         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
45656         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
45657         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
45658         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
45659         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
45660         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
45661         * m4/readdir.m4: Remove; no longer needed.
45662
45663 2006-07-06  Derek R. Price  <derek@ximbiot.com>
45664         and Paul Eggert  <eggert@cs.ucla.edu>
45665
45666         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
45667         Don't worry about this obsolete case any more.
45668         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
45669         directories.
45670         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
45671         worry about this obsolete case any more.
45672         * lib/fts.c: Likewise.
45673         * lib/getcwd.c: Likewise.
45674         * lib/glob.h: Likewise.
45675         * lib/savedir.c: Likewise.
45676
45677 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
45678
45679         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
45680         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
45681         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
45682         needed.
45683         All uses removed.
45684         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
45685         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
45686         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
45687         needed.
45688         * m4/getdate.m4 (gl_GETDATE): Likewise.
45689         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
45690         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
45691         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
45692         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
45693         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
45694         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
45695         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
45696         needed.
45697
45698 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
45699
45700         * lib/memcasecmp.c: Include <limits.h>.
45701         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
45702         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
45703         Don't assume isdigit succeeds only on '0' through '9'.
45704
45705 2006-07-05  Eric Blake  <ebb9@byu.net>
45706
45707         * modules/getaddrinfo (Depends-on): Add snprintf.
45708
45709 2006-07-05  Eric Blake  <ebb9@byu.net>
45710
45711         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
45712         to avoid 'header present but could not be compiled' on cygwin.
45713
45714 2006-07-05  Eric Blake  <ebb9@byu.net>
45715
45716         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
45717         missing from netdb.h.
45718         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
45719
45720 2006-07-05  Derek R. Price  <derek@ximbiot.com>
45721
45722         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
45723         no longer needed.
45724         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
45725         * m4/getdate.m4 (gl_GETDATE): Likewise.
45726         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
45727         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
45728         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
45729         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
45730         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
45731
45732 2006-07-05  Derek R. Price  <derek@ximbiot.com>
45733
45734         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
45735         All uses of is_space replaced by isspace.
45736         * lib/exit.h: Don't talk about STDC_HEADERS.
45737         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
45738         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
45739         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
45740         replaced by isprint etc.
45741         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
45742         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
45743         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
45744         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
45745         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
45746         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
45747
45748 2006-07-05  Bruno Haible  <bruno@clisp.org>
45749
45750         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
45751         the function exists, before testing against AIX.
45752         Reported by Martin Lambers <marlam@marlam.de>.
45753
45754 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
45755
45756         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
45757         From Mark D. Baushke.
45758
45759 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
45760
45761         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
45762         to the absolute name, not just one, to bypass Sun C 5.8's
45763         "warning: #include of /usr/include/... may be non-portable".
45764
45765 2006-07-04  Eric Blake  <ebb9@byu.net>
45766
45767         * modules/dirname-tests: New test module.
45768         * tests/test-dirname.c: New file, replacing dirname.c
45769         TEST_DIRNAME section that was recently deleted.
45770
45771 2006-07-04  Bruno Haible  <bruno@clisp.org>
45772
45773         Assume ANSI C header files and <ctype.h> functions.
45774         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
45775         (mbsnwidth): Use isprint, iscntrl instead.
45776
45777 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
45778
45779         Merge from coreutils.
45780         * MODULES.html.sh: Add xstrtold.
45781         * modules/xstrtold: New file.
45782         * modules/cycle-check (Files): Add lib/same-inode.h.
45783         * modules/dirname (Files): Add m4/double-slash-root.m4.
45784         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
45785         * modules/mkdir-p (Files): Add lib/same-inode.h.
45786         * modules/same (Files): Add lib/same-inode.h.
45787
45788 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
45789
45790         * m4/absolute-header.m4: Renamed from full-header-path.m4.
45791         This is to keep the terminology clean; POSIX talks about
45792         "absolute pathnames", not "full pathnames", but the GNU
45793         Coding Standards say to use "path" for something else;
45794         so use "absolute" to keep both sides happy.
45795         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
45796         Set gl_absolute_header, not gl_full_header_path.
45797         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
45798         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
45799         All uses changed.
45800
45801         Merge from coreutils.
45802
45803         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
45804
45805         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
45806         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
45807         want to require the building of c-strtod.o.
45808         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
45809         needs -lm directly.
45810         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
45811
45812         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
45813
45814         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
45815         --as-needed option if available.  Problem reported by Albert Chin in
45816         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
45817         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
45818         cc merely issues a bunch of annoying warnings for --as-needed
45819         (this problem was reported by Bob Proulx).  Also, try linking with
45820         -lm to detect a bug in binutils 2.16 (this problem was reported
45821         by Ralf Wildenhues).
45822
45823         2006-06-18  Jim Meyering  <jim@meyering.net>
45824
45825         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
45826         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
45827         macro.
45828         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
45829         also check for glibc-2.4's abort-inducing bug.
45830
45831         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
45832         Low-probability clean-up should be to use rmdir to get rid of
45833         the just-created directory, not unlink.
45834
45835         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
45836         configure fail, and request a bug report to inform us about it.
45837         Add a comment that, barring reports to the contrary, in 2007 we'll
45838         assume ftruncate is universally available.
45839
45840         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
45841
45842         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
45843
45844         2006-03-12  Jim Meyering  <jim@meyering.net>
45845
45846         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
45847         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
45848         * m4/same.m4 (gl_SAME): Likewise.
45849         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
45850
45851         2006-03-11  Eric Blake  <ebb9@byu.net>
45852
45853         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
45854         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
45855         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
45856         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
45857
45858 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
45859
45860         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
45861         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
45862         reported by Mark D. Baushke, one in
45863         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
45864
45865         Merge from coreutils.
45866
45867         * lib/.cppi-disable: Add stdint_.h.
45868         * lib/.cvsignore: Add stdint.h.
45869
45870         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
45871
45872         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
45873         both double and long double versions.
45874         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
45875         * lib/xstrtold.c: New file.
45876         * lib/xstrtod.h (xstrtold): New decl.
45877
45878         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
45879
45880         * lib/filemode.c (setst): Remove.
45881         (strmode): Rewrite to avoid setst.  This makes the code shorter,
45882         (arguably) clearer, and the generated code is a bit smaller on my
45883         Debian GNU/Linux stable x86 host.
45884
45885         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
45886
45887         * lib/filemode.c: Include "filemode.h" first, to test the interface.
45888         Assume that filemode.h includes sys/types.h and sys/stat.h.
45889         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
45890         (ftypelet): Reorder to put common cases first, for efficiency.
45891         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
45892         to do 'M'.
45893         (strmode): Renamed from mode_string, and now stores 12 bytes instead
45894         of 10, for compatibility with FreeBSD.  All callers changed.
45895         (filemodestring): Now stores 12 bytes instead of 10, and sets file
45896         types that can't be deduced solely from st_mode.  First arg is now a
45897         const pointer.
45898         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
45899         (strmode): Renamed from mode_string.
45900         (filemodestring): New decl.
45901         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
45902         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
45903         needed.
45904         (S_ISPORT, S_ISWHT): New macros, if not already defined.
45905
45906         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
45907
45908         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
45909         fsusage.h now does that.  Include fsusage.h first, to test interface.
45910         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
45911         at most one method (the old code could have generated decls that
45912         didn't conform to C89, not that this was ever exercised).
45913         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
45914
45915         2006-03-19  Jim Meyering  <jim@meyering.net>
45916
45917         Work even in a chroot where d_ino values for entries in "/"
45918         don't match the stat.st_ino values for the same names.
45919         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
45920         number, iterate through all entries again, using lstat instead.
45921         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
45922         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
45923
45924         * lib/getcwd.c (__getcwd): Clarify a comment.
45925         Use memcpy in place of a call to strcpy.
45926
45927         2006-03-12  Jim Meyering  <jim@meyering.net>
45928
45929         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
45930         matches that of the current directory (which we're about to chdir ".."
45931         out of), then save the dev-ino of the parent, instead.
45932
45933         * lib/same-inode.h (SAME_INODE): New file/macro.
45934         * lib/chdir-safer.c (SAME_INODE): Remove definition.
45935         Include "same-inode.h", instead.
45936         * lib/same.c: Likewise.
45937         * lib/cycle-check.h: Include "same-inode.h".
45938         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
45939         * lib/cycle-check.c (SAME_INODE): Remove definition.
45940         * lib/root-dev-ino.h: Include "same-inode.h".
45941
45942         2006-03-11  Eric Blake  <ebb9@byu.net>
45943
45944         * lib/same.c (same_name): s/base_name/last_component/
45945         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
45946         * lib/filenamecat.c (file_name_concat): Likewise.
45947
45948         2006-03-11  Eric Blake  <ebb9@byu.net>,
45949                     Paul Eggert  <eggert@cs.ucla.edu>
45950
45951         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
45952         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
45953         drive prefix.
45954         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
45955         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
45956         (last_component): New method.
45957         * lib/dirname.c (dir_len): Determine when drive letters need a
45958         subsequent slash.  Preserve // when it is special.
45959         (dir_name): Don't append dot when drive letter is absolute.
45960         [TEST_DIRNAME]: Move into a full-blown gnulib test.
45961         * lib/basename.c (base_name): New semantics - malloc the result.
45962         Preserve // when it is special.  Preserve relative files that look
45963         like drive letters.
45964         (base_len): Preserve // when it is special.
45965         (last_component): New method, similar to old base_name semantics.
45966         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
45967         base_name.  Strip redundant slashes from ///.
45968
45969 2006-07-03  Jim Meyering  <jim@meyering.net>
45970
45971         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
45972         macro is used before the first cycle_check call.
45973
45974 2006-07-03  Eric Blake  <ebb9@byu.net>
45975
45976         * modules/dirname (Depends-on): Add xstrndup.
45977
45978 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
45979
45980         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
45981         test cases, so that config.log is a bit easier to follow.
45982
45983 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
45984
45985         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
45986         both are 64 bits, since this seems to be the tradition, and this
45987         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
45988         we ever run into a host that prefers long long to long in this
45989         case, we'll need another configure-time test.  Problem reported by
45990         Jim Meyering.
45991
45992 2006-07-02  Eric Blake  <ebb9@byu.net>
45993
45994         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
45995
45996 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
45997
45998         * modules/inttypes (Depends-on): No longer depends on stdint.
45999         * modules/stdint (Description): Say more about assumptions.
46000         Say that the fast types might differ.  Say macros are used.
46001         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
46002         (Makefile.am): Revise list of substituted symbols to match
46003         new stdint.m4.
46004         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
46005         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
46006         * tests/test-stdint.c (verify_same_types)
46007         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
46008         the code conforms to C99/C89.
46009         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
46010         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
46011
46012 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46013
46014         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
46015         but fix a bug, by requiring at least 64 bits.
46016         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
46017         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
46018         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
46019         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
46020
46021         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
46022         changes.  Make 2.59 a prerequisite.  Check and substitute for
46023         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
46024         inttypes.h.  Do not use special include files; just use the
46025         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
46026         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
46027         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
46028         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
46029         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
46030         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
46031         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
46032         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
46033         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
46034         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
46035         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
46036         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
46037         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
46038         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
46039         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
46040         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
46041         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
46042         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
46043         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
46044         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
46045         WINT_MAX.  Check for C99 conformance more strictly, by detecting
46046         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
46047         not check for things that C99 does not require, e.g., int8_t.  If
46048         a test isn't needed unless <stdint.h> isn't working, and is
46049         unlikely to be needed for any other reason, then don't do it
46050         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
46051         size_t, since we assume C89 freestanding at least.  Do not check
46052         for sig_atomic_t, wchar_t, or wint_t, since the code now does
46053         the right thing even if the types are not defined.  Instead use:
46054         (gl_STDINT_TYPE_PROPERTIES): New macro.
46055         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
46056         testing whether <sys/types.h> clashes, as Autoconf does this for
46057         us now.  All uses removed.
46058         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
46059         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
46060         (gl_CHECK_TYPE_SAME):
46061         Remove; no longer needed.
46062         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
46063         exists, since we'll return 0 anyway in that case.
46064         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
46065
46066 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46067
46068         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
46069         possible collision with system files.
46070         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
46071         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
46072         WCHAR_MIN and WCHAR_MAX in this case.
46073         (<stddef.h>): Do not include; no longer needed.
46074         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
46075         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
46076         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
46077         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
46078         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
46079         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
46080         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
46081         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
46082         !defined(__c99))]: Include in this case too, since it's harmless
46083         now.
46084         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
46085         dangerous to do so.
46086         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
46087         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
46088         (_STDINT_MIN, _STDINT_MAX): New macros.
46089         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
46090         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
46091         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
46092         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
46093         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
46094         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
46095         macros, not typedefs; this simplifies things quite a bit.
46096         Use long int for all types narrower than int64_t.
46097         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
46098         Define in terms of long long int or int64_t or long int,
46099         not int64_t or int32_t.  This saves some compile-time testing.
46100         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
46101         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
46102         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
46103         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
46104         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
46105         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
46106         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
46107         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
46108         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
46109         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
46110         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46111         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46112         undef any previous version and define our own version, for
46113         simplicity and consistency with the new macros for types.
46114         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46115         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46116         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
46117         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
46118         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
46119         @WINT_T_SUFFIX@ to keep things simple here.
46120         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
46121         Simplify by assuming typical 8/16/32/64 host, since we're
46122         already doing that elsewhere anyway.
46123         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
46124         and assume long long int is 64 bits if available.  This
46125         speeds up 'configure'.
46126
46127 2006-07-01  Eric Blake  <ebb9@byu.net>
46128
46129         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
46130         Reported by Andreas Buening.
46131
46132 2006-07-01  Eric Blake  <ebb9@byu.net>
46133
46134         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
46135
46136 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
46137
46138         * lib/getaddrinfo.c: fixed typo
46139
46140 2006-06-29  Jim Meyering  <jim@meyering.net>
46141
46142         * modules/strftime (Maintainer): Add my name, since with the
46143         FPRINTFTIME changes strftime.c has forked from glibc.
46144
46145 2006-06-29  Eric Blake  <ebb9@byu.net>
46146
46147         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
46148
46149 2006-06-29  Eric Blake  <ebb9@byu.net>
46150
46151         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
46152
46153 2006-06-29  Eric Blake  <ebb9@byu.net>
46154
46155         * lib/stat_.h: New file.
46156
46157 2006-06-29  Eric Blake  <ebb9@byu.net>
46158
46159         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
46160         unused static function.
46161
46162 2006-06-29  Eric Blake  <ebb9@byu.net>
46163
46164         * doc/functions.texi (Function Portability): Document missing lstat
46165         on mingw.
46166
46167 2006-06-29  Eric Blake  <ebb9@byu.net>
46168
46169         * MODULES.html.sh: Add sys_stat.
46170         * modules/sys_stat: New module.
46171         * modules/mkstemp (Depends-on): Add sys_stat.
46172
46173 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46174
46175         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
46176
46177 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46178
46179         * m4/c-bs-a.m4: Removed.
46180
46181 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46182
46183         * lib/strftime.c: Assume strftime() exists.
46184
46185 2006-06-29  Derek Price  <derek@ximbiot.com>
46186
46187         * modules/c-bs-a: Removed - \a is C89.
46188         * MODULES.html.sh: Remove c-bs-a.
46189
46190 2006-06-29  Bruno Haible  <bruno@clisp.org>
46191
46192         * modules/wcwidth (License): Change to LGPL.
46193
46194 2006-06-28  Simon Josefsson  <jas@extundo.com>
46195
46196         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
46197         on _WIN32.
46198
46199         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
46200         getnameinfo.
46201
46202 2006-06-28  Simon Josefsson  <jas@extundo.com>
46203
46204         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
46205
46206 2006-06-28  Simon Josefsson  <jas@extundo.com>
46207
46208         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
46209         functions there.  It will succeed on Windows XP, but on Windows
46210         2000 and (presumably) earlier, it will fail, and use the internal
46211         re-implementation.
46212         (use_win32_p): New function.
46213         (getaddrinfo): Use strtoul on servname, to support numeric ports.
46214         Support AI_NUMERICSERV to disable getservbyname.
46215         (getnameinfo): New function, only supports
46216         NI_NUMERICHOST|NI_NUMERICSERV for now.
46217
46218         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
46219         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
46220         getnameinfo.
46221
46222 2006-06-28  Eric Blake  <ebb9@byu.net>
46223
46224         * modules/wcwidth: New file.
46225         * modules/mbchar (Depends-on): Add wcwidth.
46226         * modules/mbswidth (Depends-on): Add wcwidth.
46227         * MODULES.html.sh: Add wcwidth.
46228
46229 2006-06-28  Eric Blake  <ebb9@byu.net>
46230
46231         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
46232         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
46233
46234 2006-06-28  Eric Blake  <ebb9@byu.net>
46235
46236         * lib/xvasprintf.h: Fix comments.
46237
46238 2006-06-28  Eric Blake  <ebb9@byu.net>
46239
46240         * lib/mbchar.h (wcwidth): Include wcwidth.h.
46241         * lib/mbswidth.c (wcwidth): Move from here...
46242         * lib/wcwidth.h: ...to this new file.
46243
46244 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46245
46246         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
46247
46248         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
46249         it's obsolete.
46250         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
46251
46252 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46253
46254         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
46255         Autoconf 2.60 says this stuff was obsolete.
46256
46257 2006-06-28  Bruno Haible  <bruno@clisp.org>
46258
46259         * modules/wcwidth (Files): Add m4/wchar_t.m4.
46260
46261 2006-06-28  Bruno Haible  <bruno@clisp.org>
46262
46263         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
46264         gt_TYPE_WCHAR_T.
46265
46266 2006-06-28  Bruno Haible  <bruno@clisp.org>
46267
46268         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
46269         declaration for wcwidth.
46270         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
46271
46272 2006-06-28  Bruno Haible  <bruno@clisp.org>
46273
46274         * lib/mkdtemp.c [MINGW]: Include <io.h>.
46275         (mkdir): Define using _mkdir.
46276
46277 2006-06-28  Bruno Haible  <bruno@clisp.org>
46278
46279         * lib/getaddrinfo.h: Fix POSIX URL.
46280         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
46281         _WIN32.
46282         (use_win32_p): Make static.
46283         (getaddrinfo): Reject service name if it is empty or does not consist
46284         solely of decimal digits, or if its value is > 65535.
46285         (getnameinfo): Remove useless casts.
46286
46287 2006-06-27  Simon Josefsson  <jas@extundo.com>
46288
46289         * modules/sys_select: New file, suggested by Bruno Haible, Paul
46290         Eggert and Martin Lambers.
46291
46292 2006-06-27  Simon Josefsson  <jas@extundo.com>
46293
46294         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
46295         Eggert and Martin Lambers.
46296
46297 2006-06-27  Bruno Haible  <bruno@clisp.org>
46298
46299         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
46300         result to 0, not to empty.
46301         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
46302
46303 2006-06-27  Bruno Haible  <bruno@clisp.org>
46304
46305         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
46306
46307 2006-06-26  Simon Josefsson  <jas@extundo.com>
46308
46309         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
46310         present.
46311
46312 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
46313
46314         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
46315         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
46316         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
46317
46318 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
46319
46320         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
46321
46322 2006-06-26  Bruno Haible  <bruno@clisp.org>
46323
46324         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
46325
46326 2006-06-26  Bruno Haible  <bruno@clisp.org>
46327
46328         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
46329
46330 2006-06-26  Bruno Haible  <bruno@clisp.org>
46331
46332         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
46333         SGI C compiler in pre-C99 mode.
46334         Suggested by Mark D. Baushke and Larry Jones.
46335
46336 2006-06-26  Bruno Haible  <bruno@clisp.org>
46337
46338         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
46339         WCHAR_MAX.
46340         Reported by Mark D. Baushke and Larry Jones.
46341
46342 2006-06-26  Bruno Haible  <bruno@clisp.org>
46343
46344         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
46345         in pre-C99 mode.
46346         Suggested by Mark D. Baushke and Larry Jones.
46347
46348 2006-06-23  Simon Josefsson  <jas@extundo.com>
46349             Bruno Haible  <bruno@clisp.org>
46350
46351         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
46352         Emit mostlyclean-local rule.
46353         (func_emit_tests_Makefile_am): Likewise.
46354         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
46355
46356 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
46357
46358         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
46359
46360 2006-06-23  Bruno Haible  <bruno@clisp.org>
46361
46362         * tests/test-stdint.c: Update to match ISO C 99 Technical
46363         Corrigendum 1.
46364
46365 2006-06-23  Bruno Haible  <bruno@clisp.org>
46366
46367         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
46368
46369 2006-06-23  Bruno Haible  <bruno@clisp.org>
46370
46371         * lib/stdint_.h: Treat IRIX like OpenBSD.
46372
46373 2006-06-23  Bruno Haible  <bruno@clisp.org>
46374
46375         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
46376         ISO C 99 Technical Corrigendum 1.
46377
46378 2006-06-22  Simon Josefsson  <jas@extundo.com>
46379
46380         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
46381         MinGW.
46382
46383 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
46384
46385         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
46386         needed.  Some compiler complained about some of them.  Problem reported
46387         by Larry Jones in
46388         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
46389
46390 2006-06-21  Simon Josefsson  <jas@extundo.com>
46391
46392         * tests/test-getaddrinfo.c: New file.
46393
46394         * modules/getaddrinfo-tests: New file.
46395
46396         * MODULES.html.sh: Add inet_pton.
46397
46398         * modules/inet_pton: New file.
46399
46400 2006-06-21  Simon Josefsson  <jas@extundo.com>
46401
46402         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
46403         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
46404         of using the (limited) gnulib implementation on Windows XP.
46405
46406         * m4/inet_pton.m4: New file.
46407
46408 2006-06-21  Simon Josefsson  <jas@extundo.com>
46409
46410         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
46411         variable.
46412
46413         * lib/socket_.h: Don't define WINVER.
46414
46415         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
46416         slightly modified to work in gnulib.
46417
46418 2006-06-21  Simon Josefsson  <jas@extundo.com>
46419
46420         * doc/gnulib.texi (Windows sockets): Add.
46421
46422 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
46423
46424         * lib/read-file.c (fread_file): Start with buffer allocation of
46425         0 bytes rather than 1 byte; this simplifies the code.
46426         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
46427         code to free buffer and save/restore errno.
46428         (internal_read_file): Remove unused local.
46429
46430 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
46431
46432         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
46433         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
46434         Problem reported by Denis Excoffier in
46435         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
46436
46437 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46438
46439         * modules/sys_socket, modules/socklen: Include sys/types since
46440         FreeBSD 4.x's sys/socket.h needs it.
46441
46442 2006-06-19  Simon Josefsson  <jas@extundo.com>
46443
46444         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
46445
46446 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
46447
46448         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
46449
46450 2006-06-19  Bruno Haible  <bruno@clisp.org>
46451
46452         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
46453         and FULL_PATH_INTTYPES_H in angle brackets.
46454         Reported by Mark D. Baushke <mdb@gnu.org>.
46455
46456 2006-06-17  Eric Blake  <ebb9@byu.net>
46457
46458         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
46459         errno.
46460
46461 2006-06-17  Bruno Haible  <bruno@clisp.org>
46462
46463         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
46464         <sys/inttypes.h>.
46465
46466 2006-06-17  Bruno Haible  <bruno@clisp.org>
46467
46468         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
46469         whether errno is declared. Assume <errno.h> declares errno.
46470
46471 2006-06-17  Bruno Haible  <bruno@clisp.org>
46472
46473         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
46474
46475 2006-06-17  Bruno Haible  <bruno@clisp.org>
46476
46477         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
46478         problem on Solaris 2.5.1.
46479
46480 2006-06-16  Eric Blake  <ebb9@byu.net>
46481
46482         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
46483         * lib/unicodeio.c [!defined errno]: Likewise.
46484         * lib/strtol.c [!defined errno]: Likewise.
46485         * lib/strtod.c [!defined errno]: Likewise.
46486
46487 2006-06-15  Eric Blake  <ebb9@byu.net>
46488
46489         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
46490
46491 2006-06-15  Eric Blake  <ebb9@byu.net>
46492
46493         * config/srclist.txt (ssize_t.m4): Lose sync.
46494
46495 2006-06-15  Bruno Haible  <bruno@clisp.org>
46496
46497         * modules/stdint (Files): Include m4/full-header-path.m4,
46498         m4/size_max.m4, m4/wchar_t.m4.
46499         (Makefile.am): Many more substitutions.
46500         * modules/stdint-tests: New file.
46501         * tests/test-stdint.c: New file.
46502
46503 2006-06-15  Bruno Haible  <bruno@clisp.org>
46504
46505         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
46506         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
46507         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
46508         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
46509         gl_CHECK_TYPE_SAME): New macros.
46510
46511 2006-06-15  Bruno Haible  <bruno@clisp.org>
46512
46513         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
46514
46515 2006-06-15  Bruno Haible  <bruno@clisp.org>
46516
46517         * lib/stdint_.h: Rewritten to be fully auto-configured.
46518         Fixes bug on HP-UX/IA64.
46519
46520 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
46521
46522         * lib/getdate.y (__attribute__): Don't define if already defined.
46523         Problem reported by Larry Jones.
46524         * lib/utimens.c (__attribute__): Likewise.
46525
46526 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
46527
46528         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
46529         reported by Andreas Schwab.
46530
46531 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46532             Bruno Haible  <bruno@clisp.org>
46533
46534         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
46535         check for the declaration of strnlen and a run test that exposes the
46536         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
46537         rpl_strndup.
46538
46539 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46540             Bruno Haible  <bruno@clisp.org>
46541
46542         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
46543
46544 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46545
46546         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
46547         compile test, for Tru64 4.0D.
46548
46549 2006-05-28  Karl Berry  <karl@gnu.org>
46550
46551         * config/srclist.txt (printf-args.c): lose sync.
46552
46553 2006-05-26  Martin Lambers  <marlam@marlam.de>
46554
46555         * lib/getpass.c: Updates the test for the native W32 API, and adds
46556         missing includes, thus fixing compilation warnings.
46557
46558 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
46559
46560         * lib/exclude.c (exclude_fnmatch): New function.
46561         (excluded_file_name): Call exclude_fnmatch.
46562         * lib/exclude.h (excluded_file_name): New prototype
46563
46564 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
46565
46566         * lib/tempname.c (small_open, large_open): New macros.
46567         (__open, __open64) [!_LIBC]: Remove.
46568         (__gen_tempname): Use small_open and large_open instead of __open
46569         and __open64.  This fixes a portability bug on HP-UX 11.11i
46570         reported by Simon Wing-Tang in
46571         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
46572
46573 2006-05-24  Bruno Haible  <bruno@clisp.org>
46574
46575         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
46576         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
46577         Reported by Thorsten Maerz <torte@netztorte.de> via
46578         Aaron Stone <aaron@serendipity.cx>.
46579
46580 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
46581
46582         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
46583         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
46584         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
46585         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
46586         not really conditional on the cache.
46587         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
46588
46589 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
46590
46591         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
46592         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
46593         (my_usleep): Don't mishandle maximum value.
46594
46595 2006-05-19  Jim Meyering  <jim@meyering.net>
46596
46597         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
46598
46599 2006-05-17  Bruno Haible  <bruno@clisp.org>
46600
46601         Cygwin portability.
46602         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
46603
46604 2006-05-17  Bruno Haible  <bruno@clisp.org>
46605
46606         * lib/stdint_.h: Fix recognition of Cygwin.
46607
46608 2006-05-15  Bruno Haible  <bruno@clisp.org>
46609
46610         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
46611         on libtool patch by Ralf Wildenhues.
46612
46613 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
46614
46615         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
46616         test for C99 conformance; (bool) 0.5 is an integer constant
46617         expression, but (bool) -0.5 is not.  Problem reported by Fedor
46618         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
46619
46620 2006-05-11  Simon Josefsson  <jas@extundo.com>
46621
46622         * m4/xvasprintf.m4: Fix obvious typo.
46623
46624 2006-05-11  Jim Meyering  <jim@meyering.net>
46625
46626         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
46627         James Lemley.
46628
46629 2006-05-10  Simon Josefsson  <jas@extundo.com>
46630
46631         * lib/md4.c: Typo fix, update copyright years.
46632         (K1, K2): Don't use L because it turn computations into 64-bit on
46633         64-bit platforms.
46634
46635 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
46636
46637         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
46638         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
46639         unwanted sign propagation, e.g., on hosts with 64-bit int.
46640         There still are some problems with reeelly weird theoretical hosts
46641         (e.g., 33-bit int) but it's not worth worrying about now.
46642         * lib/sha1.c (rol): Likewise.
46643         (K1, K2, K3, K4): Remove unnecessary L suffix.
46644
46645 2006-05-10  Bruno Haible  <bruno@clisp.org>
46646
46647         * lib/des.c: Cast to avoid warnings.
46648
46649 2006-05-09  Bruno Haible  <bruno@clisp.org>
46650
46651         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
46652         (Depends-on): Depend also on xsize, stdarg.
46653         (configure.ac): Add gl_XVASPRINTF.
46654
46655 2006-05-09  Bruno Haible  <bruno@clisp.org>
46656
46657         * m4/xvasprintf.m4: New file.
46658
46659 2006-05-09  Bruno Haible  <bruno@clisp.org>
46660
46661         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
46662         (EOVERFLOW): Define fallback value.
46663         (xstrcat): New function.
46664         (xvasprintf): Recognize the special case of a string concatenation.
46665
46666 2006-05-08  Eric Blake  <ebb9@byu.net>
46667
46668         * gnulib-tool (func_version): Base copyright year on CVS date.
46669         (func_emit_copyright_notice): New function.
46670         (func_emit_lib_Makefile_am): Use it.
46671         (func_emit_tests_Makefile_am): Likewise.
46672         (func_import): Likewise.
46673
46674 2006-05-08  Bruno Haible  <bruno@clisp.org>
46675
46676         * modules/stdarg: New file.
46677         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
46678
46679 2006-05-08  Bruno Haible  <bruno@clisp.org>
46680
46681         * m4/stdarg.m4: New file, from GNU gettext.
46682
46683 2006-05-08  Bruno Haible  <bruno@clisp.org>
46684
46685         * config/srclist.txt (build-aux/config.rpath): different from latest
46686         release.
46687
46688 2006-05-08  Bruno Haible  <bruno@clisp.org>
46689
46690         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
46691
46692 2006-05-05  Jim Meyering  <jim@meyering.net>
46693
46694         * m4/warning.m4: New file, derived from bison's file by the same name.
46695
46696 2006-05-03  Bruno Haible  <bruno@clisp.org>
46697
46698         * lib/stdint_.h: Shorter URL.
46699         * lib/inttypes.h: Likewise.
46700
46701 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
46702
46703         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
46704
46705 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
46706
46707         * lib/verify.h: Document the internals better.  Most of this change
46708         was written by Bruno Haible.
46709
46710 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
46711
46712         * doc/verify.texi: New file, partly based on a proposal by
46713         Bruno Haible.
46714
46715 2006-05-02  Bruno Haible  <bruno@clisp.org>
46716
46717         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
46718         test from here...
46719         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
46720
46721 2006-04-29  Bruno Haible  <bruno@clisp.org>
46722
46723         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
46724         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
46725
46726 2006-04-29  Bruno Haible  <bruno@clisp.org>
46727
46728         * gnulib-tool: Make --update option actually work.
46729
46730 2006-04-29  Bruno Haible  <bruno@clisp.org>
46731
46732         * doc/gcd.texi: New file.
46733         * doc/gnulib.texi: Include it.
46734
46735 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
46736
46737         * lib/getdate.y (get_date): When adding relative date, start with the
46738         initial time, not with the result of the first mktime call.
46739
46740 2006-04-25  Bruno Haible  <bruno@clisp.org>
46741
46742         * gnulib-tool (func_import): Output the include directives in three
46743         blocks, sorted separately.
46744         Reported by Ben Pfaff <blp@cs.stanford.edu>.
46745
46746 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
46747
46748         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
46749         to define main with arguments, for C++.  Reported by Eric Blake.
46750         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
46751         Prefer 'int main ()' to 'int main (void)', for C++.
46752         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
46753         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
46754         for 'main', for C99 and C++.
46755
46756 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
46757
46758         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
46759         Don't assume that exit status -1 is valid.
46760         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
46761         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
46762         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
46763         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
46764         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
46765         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
46766         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
46767         functions can be used without declaring them, or that you can
46768         exit with status -1.
46769         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
46770
46771 2006-04-24  Karl Berry  <karl@gnu.org>
46772
46773         * config/srclist.txt (longdouble.m4): sync lost.
46774
46775 2006-04-24  Eric Blake  <ebb9@byu.net>
46776
46777         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
46778
46779 2006-04-24  Bruno Haible  <bruno@clisp.org>
46780
46781         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
46782         poll() implementation in AIX.
46783         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
46784
46785 2006-04-24  Bruno Haible  <bruno@clisp.org>
46786
46787         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
46788         assigned exactly once.
46789
46790 2006-04-23  Claudio Fontana  <claudio@gnu.org>
46791             Bruno Haible  <bruno@clisp.org>
46792
46793         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
46794         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
46795         for AM_CPPFLAGS.
46796
46797 2006-04-23  Bruno Haible  <bruno@clisp.org>
46798
46799         * modules/copy-file: Depend on unistd.
46800         * modules/execute: Likewise.
46801         * modules/fatal-signal: Likewise.
46802         * modules/findprog: Likewise.
46803         * modules/mkdtemp : Likewise.
46804         * modules/pipe: Likewise.
46805         * modules/wait-process: Likewise.
46806
46807 2006-04-23  Bruno Haible  <bruno@clisp.org>
46808
46809         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
46810         condition was already detected.
46811         Reported by Ben Pfaff <blp@cs.stanford.edu>.
46812
46813 2006-04-23  Bruno Haible  <bruno@clisp.org>
46814
46815         * lib/copy-file.c: Include <unistd.h> unconditionally.
46816         * lib/execute.c: Likewise.
46817         * lib/fatal-signal.c: Likewise.
46818         * lib/findprog.c: Likewise.
46819         * lib/mkdtemp.c: Likewise.
46820         * lib/pipe.h: Likewise.
46821         * lib/pipe.c: Likewise.
46822         * lib/wait-process.h: Likewise.
46823
46824 2006-04-23  Bruno Haible  <bruno@clisp.org>
46825
46826         * gnulib-tool (func_usage): Fix --import description. Document
46827         --update.
46828         (func_import): Create temporary file in a temporary directory, if
46829         --dry-run is specified. Silence errors from 'grep' when there are no
46830         m4 files in $m4dir.
46831         (func_create_testdir): Silence errors from 'grep' when there are no
46832         m4 files in $m4dir.
46833         Reported by Karl Berry <karl@freefriends.org>.
46834
46835 2006-04-20  Bruno Haible  <bruno@clisp.org>
46836
46837         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
46838         one argument, so that the code will be portable to Autoconf 2.60.
46839         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
46840         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
46841         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
46842
46843 2006-04-19  Derek Price  <derek@ximbiot.com>
46844             Eric Blake  <ebb9@byu.net>
46845
46846         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
46847         rather than "/full/path.h".  Update comment to match.  Shorten &
46848         generalize m4_translit call via AS_TR_CPP.
46849
46850 2006-04-19  Derek Price  <derek@ximbiot.com>
46851             Eric Blake  <ebb9@byu.net>
46852
46853         * lib/inttypes.h: Correct grammar in comment.
46854
46855 2006-04-18  Derek Price  <derek@ximbiot.com>
46856             Paul Eggert  <eggert@cs.ucla.edu>
46857
46858         * modules/inttypes: New file.
46859         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
46860
46861 2006-04-18  Derek Price  <derek@ximbiot.com>
46862             Paul Eggert  <eggert@cs.ucla.edu>
46863
46864         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
46865         New files.
46866
46867 2006-04-18  Derek Price  <derek@ximbiot.com>
46868             Paul Eggert  <eggert@cs.ucla.edu>
46869
46870         * lib/inttypes.h: New file.
46871         * lib/strtoimax.c: Assume <inttypes.h>.
46872
46873 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
46874
46875         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
46876         isn't mounted.  Problem reported by Kir Kolyshkin.
46877
46878 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
46879
46880         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
46881         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
46882         Derek R. Price.
46883         * lib/regex.h (RE_DUP_MAX): Update comment to match current
46884         implementation.
46885
46886 2006-04-12  Eric Blake  <ebb9@byu.net>
46887
46888         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
46889         is now done automatically by the corresponding Autoconf macro.
46890
46891 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
46892
46893         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
46894         time_r.h.
46895
46896 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
46897
46898         Merge regex changes from libc, removing some of our
46899         POSIX-conformance changes that were rejected and redoing them in a
46900         less-intrusive way.
46901
46902         * lib/regcomp.c (re_compile_internal, init_dfa):
46903         Length arg is now size_t, not Idx.  All uses changed.
46904         (peek_token): Forward decl now says internal_function.
46905         (__re_error_msgid, __re_error_msgid_idx):
46906         Now static rather than extern with attribute_hidden.
46907         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
46908         For some reason libc prefers K&R style defns for external functions.
46909         (regerror) [!defined _LIBC]: Likewise.
46910         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
46911         (seek_collating_symbol_entry, lookup_collation_sequence_value):
46912         (build_range_exp, build_collating_symbol):
46913         Use K&R-style defn.
46914         (re_compile_fastmap): Use '\0' to memset, not 0.
46915         (utf8_sb_map): Make the calculations more obvious.
46916         (init_dfa, parse_bracket_exp, build_charclass_op):
46917         Call calloc and cast result, as glibc does.
46918         (init_word_char, fetch_token, peek_token, peek_token_bracket):
46919         (build_range_exp, build_collating_symbol):
46920         Now internal functions.
46921
46922         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
46923
46924         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
46925         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
46926         Don't depend on VMS; depend on __VMS instead, for POSIX
46927         namespace cleanness.
46928         (regoff_t): Define to ssize_t, not long int.
46929
46930         Remove the REG_ macros named below.  Instead, make the old names
46931         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
46932         __USE_GNU_REGEX.
46933         (REG_BACKSLASH_ESCAPE_IN_LISTS):
46934         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
46935         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
46936         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
46937         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
46938         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
46939         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
46940         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
46941         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
46942         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
46943         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
46944         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
46945         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
46946         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
46947         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
46948         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
46949         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
46950         (REG_NREGS):
46951         Remove.  All uses replaced by the old RE_* names.
46952         (RE_BACKSLASH_ESCAPE_IN_LISTS):
46953         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
46954         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
46955         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
46956         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
46957         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
46958         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
46959         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
46960         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
46961         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
46962         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
46963         Don't bother having these macros be independent of each others'
46964         values, since they no longer exist in the POSIX name space.
46965
46966         Rename the following member names back to their old names,
46967         unless !__USE_GNU_REGEX.  All uses changed back.
46968         (buffer): Renamed from re_buffer.
46969         (allocated): Renamed from re_allocated.
46970         (used): Renamed from re_used.
46971         (syntax): Renamed from re_syntax.
46972         (fastmap): Renamed from re_fastmap.
46973         (translate): Renamed from re_translate.
46974         (can_be_null): Renamed from re_can_be_null.
46975         (regs_allocated): Renamed from re_regs_allocated.
46976         (fastmap_accurate): Renamed from re_fastmap_accurate.
46977         (no_sub): Renamed from re_no_sub.
46978         (not_bol): Renamed from re_not_bol.
46979         (not_eol): Renamed from re_not_eol.
46980         (newline_anchor): Renamed from re_newline_anchor.
46981         (num_regs): Renamed from rm_num_regs.
46982         (start): Renamed from rm_start.
46983         (end): Renamed from rm_end.
46984
46985         (free_state): Move up a bit.
46986
46987         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
46988         #define to be empty.
46989         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
46990         when that is what is intended.
46991         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
46992         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
46993         (MAX): New macro.
46994         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
46995         All uses changed back to re_malloc, etc.  It's now the caller's
46996         responsibility to check for overflow; all callers changed.
46997         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
46998         (re_x2nrealloc): Remove.
46999         (free_state): Remove decl.
47000
47001         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
47002         (re_set_registers, re_exec):
47003         Use K&R-style defn.
47004
47005         2006-01-31  Roland McGrath  <roland@redhat.com>
47006
47007         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
47008         Reported by Mike Frysinger <vapier@gentoo.org>.
47009
47010         2006-01-15  Andreas Jaeger  <aj@suse.de>
47011
47012         [BZ #1950]
47013         * lib/regex_internal.c (re_string_reconstruct): Adjust for
47014         build_wcs_upper_buffer change.
47015         (build_wcs_upper_buffer): Change return type.
47016
47017         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
47018
47019         * lib/regex_internal.h: Include <stdint.h> if available.
47020
47021         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
47022
47023         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
47024
47025         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
47026
47027         * lib/regcomp.c: Adjust for changed secondary hash function.
47028
47029         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
47030
47031         * lib/regex.h: Pretty printing.
47032         Clean up namespace a bit.
47033
47034         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
47035
47036         * lib/regexec.c (update_cur_sifted_state, check_arrival,
47037         check_arrival_add_next_nodes): Avoid using uninitialized variable.
47038
47039         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
47040                     Ulrich Drepper  <drepper@redhat.com>
47041
47042         [BZ #1302]
47043         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
47044         changed.
47045         (bitset_word_t): Renamed from bitset_word.  All uses changed.
47046
47047         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
47048
47049         [BZ #281]
47050         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
47051         * lib/regcomp.c: Remove unnecessary uses of
47052         unsigned RE_TRANSLATE_TYPE.
47053         * lib/regex_internal.h: Likewise.
47054         * lib/regex_internal.c: Likewise.
47055         * lib/regexec.c: Likewise.
47056         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
47057
47058         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
47059
47060         * lib/regexec.c (find_recover_state): Remove unnecessary
47061         initialization.
47062         (transit_state_bkref): Make DFA a const pointer.
47063         (get_subexp): Likewise.
47064         (check_arrival): Likewise.
47065         (update_cur_sifted_state): Likewise.
47066         (re_search_internal): Likewise.
47067         (prune_impossible_nodes): Likewise.
47068         (acquire_init_state_context): Likewise.
47069         (proceed_next_node): Likewise.
47070         (set_regs): Likewise.
47071         (free_fail_stack_return): Likewise.
47072         (check_arrival_expand_ecl): Mark DFA parameter as const.
47073         (check_arrival_expand_ecl_sub): Likewise.
47074         (check_subexp_limits): Likewise.
47075         (sub_epsilon_src_nodes):  Likewise.
47076         (add_epsilon_src_nodes):  Likewise.
47077         (merge_state_array): Likewise.
47078         (update_regs): Likewise.
47079         (build_trtable): Likewise.
47080         (sift_states_backward): Mark MCTX parameter as const.
47081         (build_sifted_states): Likewise.
47082         (update_cur_sifted_state): Likewise.
47083         (sift_states_mkref): Likewise.
47084         (check_arrival_expand_ecl): Mark eclosure as const.
47085         (check_dst_limits_calc_pos_1): Likewise.
47086         * lib/regex_internal.h (re_match_context_t): Make dfa a const
47087         pointer.
47088
47089         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
47090
47091         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
47092         (transit_state_sb): Likewise.
47093         (transit_state_mb): Likewise.
47094         (sift_states_iter_mb): Likewise.
47095         (check_arrival_add_next_nodes): Likewise.
47096         (check_node_accept_bytes): Change first parameter to pointer-to-const.
47097         [_LIBC] (re_search_2_stub): Use mempcpy.
47098
47099         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
47100         mbrtowc for very simple UTF-8 case.
47101
47102         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
47103         a pointer-to-const.
47104         (re_acquire_state_context): Likewise.
47105         * lib/regex_internal.h: Adjust prototypes.
47106
47107         * lib/regex.c: Prevent using C++ compilers.
47108
47109         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
47110         (re_acquire_state_context): Likewise.
47111
47112 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47113
47114         * modules/regex (Depends-on): Add ssize_t.
47115
47116 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47117
47118         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
47119         translation table.
47120
47121 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47122
47123         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
47124
47125 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
47126             Bruno Haible  <bruno@clisp.org>
47127
47128         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
47129         <sys/types.h> and <inttypes.h>.
47130
47131 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47132
47133         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
47134         `__error_t_defined', so argp.h will not typedef the former.
47135
47136 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
47137
47138         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
47139         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
47140         glibc names.  Even if glibc is changed to conform to POSIX, the
47141         traditional names will be available anyway, since regex depends on
47142         the extensions module.  Also, fix a longstanding typo in the
47143         implementation of Spencer ERE test #75 from grep 2.3.  Problems
47144         reported by Emanuele Giaquinta.  Also, change sense of cached
47145         variable, so that the message makes sense.
47146
47147 2006-03-24  Simon Josefsson  <jas@extundo.com>
47148
47149         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
47150         including some doc fixes.
47151         (base64_encode_alloc): Fix +1 bug on allocation failures.
47152
47153 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47154
47155         * lib/base64.c (base64_encode): Do not read past end of array with
47156         unsanitized input on systems with CHAR_BIT > 8.
47157
47158 2006-03-24  Eric Blake  <ebb9@byu.net>
47159
47160         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
47161
47162 2006-03-22  Karl Berry  <karl@gnu.org>
47163
47164         * config/srclist.txt (*setenv.[ch]): get from coreutils.
47165         * config/srclistvars.sh (COREUTILS): new var.
47166
47167 2006-03-17  Jim Meyering  <jim@meyering.net>
47168
47169         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
47170         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
47171
47172 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47173
47174         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
47175         no longer needs it.  Instead, check that regoff_t is as least
47176         as wide as ptrdiff_t.
47177
47178         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
47179         so that our regex.h stays compatible with the installed regex.
47180         This is helpful for installers who configure --without-included-regex.
47181         Problem reported by Emanuele Giaquinta.
47182
47183 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47184
47185         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
47186         Typedef to long int, not to off_, as POSIX will likely change
47187         in that direction.
47188
47189 2006-03-15  Eric Blake  <ebb9@byu.net>
47190
47191         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
47192
47193 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47194
47195         * lib/argp-help.c (validate_uparams): Fix typo
47196         * lib/argp-parse.c (argp_default_options): Consistently begin help
47197         messages with a lowercase letter.
47198
47199 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
47200
47201         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
47202         overrun buffers and shouldn't be used (much as gets shouldn't be
47203         used).
47204         * lib/time_r.c (asctime_r, ctime_r): Likewise.
47205
47206 2006-03-08  Simon Josefsson  <jas@extundo.com>
47207
47208         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
47209         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47210
47211 2006-03-08  Simon Josefsson  <jas@extundo.com>
47212
47213         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
47214         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47215
47216 2006-03-08  Simon Josefsson  <jas@extundo.com>
47217
47218         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
47219         signal that configure disabled the device.
47220
47221 2006-03-08  Simon Josefsson  <jas@extundo.com>
47222
47223         * build-aux/maint.mk: Fix refresh-po, to handle no translated
47224         languages.
47225
47226 2006-03-07  Simon Josefsson  <jas@extundo.com>
47227
47228         * modules/getopt (Depends-on): Add unistd.
47229
47230         * modules/unistd: New file.
47231
47232 2006-03-07  Simon Josefsson  <jas@extundo.com>
47233
47234         * modules/gc-random: New file.
47235
47236 2006-03-07  Simon Josefsson  <jas@extundo.com>
47237
47238         * m4/unistd_h.m4: New file.
47239
47240 2006-03-07  Simon Josefsson  <jas@extundo.com>
47241
47242         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
47243         test to be side-effect free by storing the result in the cache
47244         variable gl_cv_lib_readline, and moving the assignment of
47245         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
47246         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47247
47248 2006-03-07  Simon Josefsson  <jas@extundo.com>
47249
47250         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
47251         error on missing devices (the functions will return an error).
47252
47253         * m4/gc.m4: Move random stuff to gc-random.m4
47254
47255 2006-03-07  Simon Josefsson  <jas@extundo.com>
47256
47257         * lib/unistd_.h: New file.
47258
47259 2006-03-07  Simon Josefsson  <jas@extundo.com>
47260
47261         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
47262
47263 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47264
47265         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
47266         Problem reported by Juan Manuel Guerrero.
47267
47268 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47269
47270         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
47271         the unistd module.
47272         * lib/getlogin_r.c: Likewise.
47273         * lib/getlogin_r.h: Likewise.
47274         * lib/glob.c: Likewise.
47275         * lib/pagealign_alloc.c: Likewise.
47276         * lib/unistd_.h: Remove; no longer needed.
47277
47278 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47279
47280         * MODULES.html.sh (Support for systems lacking POSIX:2001):
47281         Add unistd.
47282         * modules/c-stack (Depends-on): Add unistd.
47283         * modules/getlogin_r: Likewise.
47284         * modules/glob: Likewise.
47285         * modules/pagealign_alloc: Likewise.
47286         * modules/unistd (Files): Remove lib/unistd_.h.
47287         (EXTRA_DIST): Remove.
47288         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
47289         need unistd_.h.
47290         (MOSTLYCLEANFILES): Remove unistd.h-t.
47291
47292 2006-03-03  Simon Josefsson  <jas@extundo.com>
47293
47294         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
47295
47296 2006-03-03  Simon Josefsson  <jas@extundo.com>
47297
47298         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
47299         libidn and bison.
47300
47301 2006-03-03  Simon Josefsson  <jas@extundo.com>
47302
47303         * build-aux/maint.mk: Add indent target.
47304
47305 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
47306
47307         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
47308         our replacement poll.h in any case, to avoid a differing
47309         declaration from a system header.  Seen on AIX.
47310
47311 2006-03-01  Simon Josefsson  <jas@extundo.com>
47312
47313         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
47314         <kasal@ucw.cz>.
47315
47316 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47317
47318         * modules/gettime (Depends-on): Add extensions module.
47319         * modules/nanosleep (Depends-on): Likewise.
47320         * modules/settime (Depends-on): Likewise.
47321
47322 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47323
47324         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
47325         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
47326         pedantically.
47327         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47328         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
47329
47330         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
47331         not "==".  Reported by Ralf Wildenhues.
47332
47333 2006-03-01  Karl Berry  <karl@gnu.org>
47334
47335         * doc/Copyright/request-*: new files, synced from gnuorg.
47336
47337 2006-03-01  Karl Berry  <karl@gnu.org>
47338
47339         * config/srclist.txt (Copyright/*): new entries.
47340
47341 2006-02-28  Simon Josefsson  <jas@extundo.com>
47342
47343         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
47344
47345 2006-02-27  Simon Josefsson  <jas@extundo.com>
47346
47347         * lib/base64.h: Indent #define's.  From Jim Meyering
47348         <jim@meyering.net>.
47349
47350 2006-02-27  Jim Meyering  <jim@meyering.net>
47351
47352         Revert the change of 2006-02-24, so these files can continue
47353         to be sync'd from gettext.
47354         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
47355         of `config.h'.
47356
47357 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
47358
47359         * modules/intprops: New file.
47360         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
47361         Add intprops.
47362         * modules/getloadavg (Files): Remove lib/intprops.h.
47363         (Depends-on): Add intprops.
47364         * modules/human: Likewise.
47365         * modules/inttostr: Likewise.
47366         * modules/openat: Likewise.
47367         * modules/sig2str: Likewise.
47368         * modules/userspec: Likewise.
47369         * modules/utimecmp: Likewise.
47370         * modules/xnanosleep: Likewise.
47371         * modules/xstrtol: Likewise.
47372
47373 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
47374
47375         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
47376         * modules/lock-tests (TESTS): Use $(EXEEXT).
47377         * modules/tls-tests: Likewise.
47378         * modules/argp-tests: Likewise.
47379         (check_PROGRAMS): New var, replacing...
47380         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
47381
47382 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47383
47384         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
47385         `config.h'.
47386
47387 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
47388
47389         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
47390
47391 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47392
47393         Sync from coreutils.
47394         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
47395         gl_CHDIR_SAFER.
47396
47397 2006-02-22  Jim Meyering  <jim@meyering.net>
47398
47399         Sync from coreutils.
47400         * m4/chdir-safer.m4: New file.
47401
47402 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
47403
47404         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
47405         AT_FDCWD exceeds INT_MAX.
47406         * lib/openat.h (AT_FDCWD): Likewise.
47407
47408 2006-02-17  Eric Blake  <address@hidden>
47409
47410         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
47411
47412 2006-02-16  Simon Josefsson  <jas@extundo.com>
47413
47414         * modules/getaddrinfo (Depends-on): Add sys_socket.
47415
47416 2006-02-15  Simon Josefsson  <jas@extundo.com>
47417
47418         * build-aux/maint.mk: Add dsyntax-check rule.
47419
47420 2006-02-15  Eric Blake  <ebb9@byu.net>
47421
47422         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
47423         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
47424         'present but cannot compile' warnings on cygwin.
47425         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
47426         use ws2tcpip.h if sys/socket.h works.
47427         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
47428         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
47429
47430 2006-02-14  Simon Josefsson  <jas@extundo.com>
47431
47432         * modules/maintainer-makefile (Files): Rename.
47433
47434         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
47435         and (the local) Makefile.cfg to maint-cfg.mk.
47436
47437         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
47438         to the latter.
47439
47440         * modules/maintainer-makefile: New module.
47441
47442         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
47443         severaly stripped to make it possible to build it up from scratch
47444         with reliable tests.
47445
47446         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
47447         fixes to permit overriding the default actions when configure and
47448         makefile are not available.
47449
47450 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
47451
47452         Sync from coreutils.
47453         * modules/lstat (Depends-on): Don't depend on xalloc.
47454         (License): Change from GPL to LGPL, since this is now simply a
47455         replacement for a libc function.
47456
47457 2006-02-14  Jim Meyering  <jim@meyering.net>
47458
47459         Sync from coreutils.
47460
47461         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
47462         failure on deficient systems, and simplify gnulib lgpl dependencies.
47463         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
47464         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
47465
47466         * lib/xalloc-die.c: Remove unused definition of N_.
47467
47468 2006-02-14  Jim Meyering  <jim@meyering.net>
47469
47470         Sync from coreutils.
47471         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
47472         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
47473         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
47474         double-quote uses of that variable, to accommodate the rare case in
47475         which getmntent is available in none of the libraries checked.  This
47476         happens at least on FreeBSD 5.0.
47477
47478 2006-02-13  Simon Josefsson  <jas@extundo.com>
47479
47480         * gnulib-tool (Usage): Fix --import, from
47481         karl@freefriends.org (Karl Berry).
47482
47483 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47484
47485         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
47486
47487 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
47488
47489         * lib/argp-namefrob.h: Restore changes accidentally lost during the
47490         "autoupdate" on 2005-12-12.
47491
47492 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
47493
47494         * modules/closeout (Depends-on): Remove atexit.
47495
47496 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
47497
47498         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
47499         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
47500
47501 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
47502
47503         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
47504         __EXTENSIONS__ if this causes compilation to fail.  Problem
47505         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
47506         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
47507
47508 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
47509
47510         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
47511         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
47512         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
47513         All uses changed.
47514
47515 2006-01-26  Simon Josefsson  <jas@extundo.com>
47516
47517         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
47518         prototype is visible on mingw32.
47519
47520         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
47521         for mingw32.
47522
47523         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
47524         mingw32).
47525
47526 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
47527
47528         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
47529         attempt to open for write; this always fails, at least on POSIX
47530         hosts.  This reinstates the 2006-01-09 change, which was
47531         inadvertently removed.
47532
47533 2006-01-26  Bruno Haible  <bruno@clisp.org>
47534
47535         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
47536         Reported by Paul Eggert.
47537
47538 2006-01-26  Bruno Haible  <bruno@clisp.org>
47539             Paul Eggert  <eggert@cs.ucla.edu>
47540
47541         * lib/stdbool_.h (_Bool)
47542         [(! (defined __cplusplus || defined __BEOS__)
47543           && !defined __GNUC__
47544           && !(defined __HP_cc || defined __xlc__
47545                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
47546                || defined __sgi))]:
47547         #define to signed char in these cases too; this simplifies
47548         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
47549         etc., separately) and makes it more conservative.
47550
47551 2006-01-25  Simon Josefsson  <jas@extundo.com>
47552
47553         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
47554         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
47555         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
47556
47557 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
47558
47559         * lib/argp-namefrob.h: Bugfix. Remove stray #
47560
47561 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
47562
47563         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
47564         so that we test the test.
47565         Check for yet another HP-UX cc bug involving *bool |= bool.
47566
47567 2006-01-25  Karl Berry  <karl@gnu.org>
47568
47569         * config/srclist.txt (vasnprintf.c): sync lost.
47570
47571 2006-01-25  Jim Meyering  <jim@meyering.net>
47572
47573         Sync from the stable (b5) branch of coreutils:
47574
47575         * lib/fts.c (fts_children): Don't let close() clobber errno from
47576         failed fchdir().
47577
47578         * lib/fts.c (fts_stat): When following a symlink-to-directory,
47579         don't necessarily interpret stat-fails+lstat-succeeds as indicating
47580         a dangling symlink.  That can also happen at least for ELOOP.
47581         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
47582         FYI, this bug predates the inclusion of fts.c in coreutils.
47583
47584         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
47585         in their own block, so pre-c99 compilers don't object.
47586
47587         Avoid the double-free (first in fts_read, second in fts_close) that
47588         would occur when an `active' directory is made inaccessible (e.g.,
47589         via chmod a-x) during a traversal.
47590         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
47591         before returning.  Reproduce this failure by
47592         mkdir -p a/b; cd a; chmod a-x . b
47593         Reported by Stavros Passas.
47594
47595 2006-01-25  Jim Meyering  <jim@meyering.net>
47596
47597         * lib/fileblocks.c: Remove more useless parentheses.
47598         * lib/readutmp.h: Likewise.
47599
47600 2006-01-25  Bruno Haible  <bruno@clisp.org>
47601
47602         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
47603         warnings.
47604         Reported by Paul Eggert.
47605
47606 2006-01-25  Bruno Haible  <bruno@clisp.org>
47607
47608         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
47609         rid of a trap command. For Solaris sh.
47610         Reported by Mark D. Baushke <mdb@gnu.org>.
47611
47612 2006-01-24  Simon Josefsson  <jas@extundo.com>
47613
47614         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
47615         Bruno.
47616
47617 2006-01-24  Karl Berry  <karl@gnu.org>
47618
47619         * config/srclist.txt (argp-namefrob.h): sync lost.
47620
47621 2006-01-24  Jim Meyering  <jim@meyering.net>
47622
47623         * modules/openat (Files): Add lib/intprops.h.
47624         From Mark D. Baushke.
47625
47626 2006-01-24  Jim Meyering  <jim@meyering.net>
47627
47628         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
47629         Reported by Mark D. Baushke.
47630
47631 2006-01-24  Jim Meyering  <jim@meyering.net>
47632
47633         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
47634
47635 2006-01-24  Bruno Haible  <bruno@clisp.org>
47636
47637         * modules/strnlen (Maintainer): Change from glibc to all.
47638
47639 2006-01-24  Bruno Haible  <bruno@clisp.org>
47640
47641         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
47642         Patch by Paul Eggert.
47643
47644 2006-01-24  Bruno Haible  <bruno@clisp.org>
47645
47646         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
47647         already has it.
47648         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
47649         2005-11-26.
47650
47651         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
47652         'signed char' to avoid problems with the built-in _Bool type.
47653         Reported by Paul Eggert on 2005-11-26.
47654
47655 2006-01-24  Bruno Haible  <bruno@clisp.org>
47656
47657         * gnulib-tool (func_import): Avoid constructing complicated sed
47658         expressions inside backquote.
47659         Report and solution by Mark D. Baushke <mdb@gnu.org>.
47660
47661 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
47662
47663         These changes imported from libc.
47664         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
47665         test and two separate function calls.
47666         * lib/strndup.c (__strndup): Add libc_hidden_def.
47667
47668 2006-01-23  Simon Josefsson  <jas@extundo.com>
47669
47670         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
47671         Remove the test_*_SOURCES variable: automake infers it by default.
47672         * modules/tls-tests: Likewise.
47673
47674 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
47675
47676         Work around porting bugs reported by Dieter in
47677         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
47678         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
47679         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
47680         Include "getopt.h" first, to check interface.
47681         (getenv): Declare only if defined HAVE_DECL_GETENV &&
47682         !HAVE_DECL_GETENV.
47683         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
47684         (__strndup): Revert to K&R-style function dfns, the glibc style.
47685         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
47686         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
47687         Include strnlen.h first, to get prototype properly.
47688         (strnlen): Renamed from __strnlen.
47689         Remove weak alias.
47690
47691 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
47692
47693         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
47694
47695 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
47696
47697         * config/srclist.txt: Adjust to reflect glibc reorganization.
47698         This affects only comments.
47699
47700 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
47701
47702          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
47703          Reported by Bruce Korb <bkorb@gnu.org>.
47704
47705 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
47706
47707         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
47708         to pacify gcc -Wswitch-default.
47709
47710 2006-01-22  Bruno Haible  <bruno@clisp.org>
47711
47712         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
47713         temporary buffer for sprintf, take into account the precision also
47714         for 'd', 'i', 'u', 'o', 'x', 'X'.
47715
47716 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
47717
47718         * modules/argp-tests: New module
47719         * tests/test-argp.c: New file
47720         * tests/test-argp-2.sh: New file
47721
47722 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
47723
47724         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
47725         (__argp_base_name): Removed
47726         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
47727         typo.
47728         (__argp_base_name): Provide macro definition or extern declaration
47729         depending on the configuration
47730
47731 2006-01-20  Simon Josefsson  <jas@extundo.com>
47732
47733         * modules/inet_ntop (Depends-on): Depend on sys_socket.
47734
47735 2006-01-20  Simon Josefsson  <jas@extundo.com>
47736
47737         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
47738
47739 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
47740
47741         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
47742         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
47743         Suggested by Bruno Haible.
47744
47745 2006-01-20  Karl Berry  <karl@gnu.org>
47746
47747         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
47748         until changes propagate, I guess.
47749
47750 2006-01-19  Simon Josefsson  <jas@extundo.com>
47751
47752         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
47753
47754 2006-01-19  Simon Josefsson  <jas@extundo.com>
47755
47756         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
47757
47758 2006-01-19  Simon Josefsson  <jas@extundo.com>
47759
47760         * gnulib-tool: Set check_PROGRAMS.
47761
47762         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
47763         modules/des-tests, modules/gc-arcfour-tests,
47764         modules/gc-arctwo-tests, modules/gc-des-tests,
47765         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
47766         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
47767         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
47768         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
47769         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
47770         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
47771         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
47772         test_*_SOURCES.
47773
47774 2006-01-18  Simon Josefsson  <jas@extundo.com>
47775
47776         * modules/socklen (Depends-on): Depend on sys_socket.
47777
47778 2006-01-18  Simon Josefsson  <jas@extundo.com>
47779
47780         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
47781         modules/des-tests, modules/gc-arcfour-tests,
47782         modules/gc-arctwo-tests, modules/gc-des-tests,
47783         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
47784         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
47785         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
47786         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
47787         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
47788         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
47789         $(EXEEXT) to automake TESTS variable, for mingw32.
47790
47791 2006-01-17  Simon Josefsson  <jas@extundo.com>
47792
47793         * modules/socklen (Include): Need sys/socket.h.
47794
47795 2006-01-17  Bruno Haible  <bruno@clisp.org>
47796
47797         * modules/ssize_t (Include): Add <sys/types.h>.
47798
47799 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
47800
47801         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
47802         it's not portable and it doesn't work with cross-compiles.
47803         Problem reported by Bruno Haible.  Fix missing-$ typo in
47804         'test "gl_cv_ignore_unused_libraries" ...' that prevented
47805         -zignore from being used with Sun's C compiler.
47806
47807 2006-01-12  Simon Josefsson  <jas@extundo.com>
47808
47809         * lib/base64.c: Fix warning, reported by Bruno Haible
47810         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
47811
47812 2006-01-12  Bruno Haible  <bruno@clisp.org>
47813
47814         * modules/ldd: New file.
47815         * build-aux/ldd.sh.in: New file.
47816         * MODULES.html.sh (Support for building libraries and executables): Add
47817         ldd.
47818
47819 2006-01-12  Bruno Haible  <bruno@clisp.org>
47820
47821         * m4/ldd.m4: New file.
47822
47823 2006-01-12  Bruno Haible  <bruno@clisp.org>
47824
47825         * gnulib-tool (func_import, func_create_testdir): Don't go into an
47826         endless loop while replacing $auxdir with build-aux.
47827
47828 2006-01-11  Simon Josefsson  <jas@extundo.com>
47829
47830         * lib/stdint_.h (SIZE_MAX): Add missing (.
47831
47832 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
47833
47834         Sync from coreutils.
47835         * lib/md5.c: Fix commentary typos.
47836         (alignof, UNALIGNED_P): No need for a GCC-specific version.
47837         * lib/md5.h (__attribute__): Remove; unused.
47838         * lib/sha1.c: Fix commentary to match md5 better.
47839         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
47840         so that we don't need to worry about alignment.  All uses changed.
47841         This merges the 2005-10-28 md5 change into sha1.
47842
47843 2006-01-11  Jim Meyering  <jim@meyering.net>
47844
47845         Sync from coreutils.
47846         * lib/md5.c (OP): Fix spacing.
47847
47848 2006-01-11  Bruno Haible  <bruno@clisp.org>
47849
47850         Ensure automatic ordering between gl_LOCK and gl_ARGP.
47851         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
47852         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
47853
47854 2006-01-11  Bruno Haible  <bruno@clisp.org>
47855
47856         Ensure automatic ordering between gl_LOCK and gl_ARGP.
47857         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
47858         the "early" section as well.
47859
47860 2006-01-11  Bruno Haible  <bruno@clisp.org>
47861
47862         Avoid "ar: no archive members specified" error on MacOS X.
47863         * gnulib-tool (func_modules_add_dummy): New function.
47864         (func_import, func_create_testdir): Invoke it.
47865
47866 2006-01-11  Bruno Haible  <bruno@clisp.org>
47867
47868         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
47869         with $auxdir in AC_CONFIG_FILES statements.
47870
47871 2006-01-11  Bruno Haible  <bruno@clisp.org>
47872
47873         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
47874         Initialize also noinst_HEADERS to empty.
47875
47876 2006-01-11  Bruno Haible  <bruno@clisp.org>
47877
47878         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
47879         variables.
47880         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
47881         autoreconf.
47882
47883 2006-01-11  Bruno Haible  <bruno@clisp.org>
47884
47885         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
47886         overridable by the user.
47887         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47888
47889 2006-01-10  Simon Josefsson  <jas@extundo.com>
47890
47891         * modules/sys_socket: New file.
47892
47893 2006-01-10  Simon Josefsson  <jas@extundo.com>
47894
47895         * m4/sys_socket_h.m4: New file.
47896
47897 2006-01-10  Simon Josefsson  <jas@extundo.com>
47898
47899         * lib/socket_.h: New file.
47900
47901 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
47902
47903         * modules/readutmp (Maintainer): Add myself.
47904
47905 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
47906
47907         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
47908         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
47909         People who are still concerned with buggy memcmp implementations
47910         can invoke gl_FUNC_MEMCMP themselves.
47911
47912 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
47913
47914         * lib/regex_internal.h (BITSET_WORD_BITS):
47915         Work around a bug in 64-bit PGC (before version 6.1-2), where the
47916         preprocessor mishandles large unsigned values as if they were signed.
47917         Problem reported by Claudio Fontana in
47918         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
47919
47920 2006-01-10  Jim Meyering  <jim@meyering.net>
47921
47922         Avoid the double-free (first in fts_read, second in fts_close) that
47923         would occur when an `active' directory is made inaccessible (e.g.,
47924         via chmod a-x) during a traversal.
47925         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
47926         before returning.  Reproduce this failure by
47927         mkdir -p a/b; cd a; chmod a-x . b
47928         Reported by Stavros Passas.
47929
47930         Sync from coreutils.
47931         * lib/sha1.c: Tweak grammar in a comment.
47932
47933 2006-01-10  Jim Meyering  <jim@meyering.net>
47934
47935         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
47936         Patch by Joerg Sonnenberger.
47937
47938 2006-01-10  Bruno Haible  <bruno@clisp.org>
47939
47940         * modules/readutmp: Depend on module free.
47941         * modules/strtok_r: Depend on module restrict.
47942
47943 2006-01-10  Bruno Haible  <bruno@clisp.org>
47944
47945         * modules/gettext (configure.ac): Add an invocation of
47946         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
47947
47948 2006-01-10  Bruno Haible  <bruno@clisp.org>
47949
47950         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
47951         Reported by Werner Lemberg <wl@gnu.org>.
47952
47953 2006-01-10  Bruno Haible  <bruno@clisp.org>
47954
47955         * lib/localcharset.c: Update from GNU gettext.
47956
47957 2006-01-10  Bruno Haible  <bruno@clisp.org>
47958
47959         * lib/argp.h (__const): Remove macro. Use const instead.
47960         * lib/argp-fmtstream.h (__const): Likewise.
47961         * lib/glob_.h (__const): Remove macro.
47962         * lib/glob-libc.h: Use const instead of __const.
47963
47964 2006-01-10  Bruno Haible  <bruno@clisp.org>
47965
47966         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
47967         variable.
47968         Needed to avoid an automake error regarding the 'gettext' module.
47969
47970 2006-01-09  Simon Josefsson  <jas@extundo.com>
47971
47972         * modules/inet_ntop (Depends-on): Add restrict.
47973
47974 2006-01-09  Simon Josefsson  <jas@extundo.com>
47975
47976         * modules/gc-rijndael-tests (License): Put under LGPL.
47977
47978         * modules/gc-des-tests (License): Likewise.
47979
47980         * modules/gc-arcfour-tests (License): Likewise.
47981
47982         * modules/gc-arctwo-tests (License): Likewise.
47983
47984         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
47985
47986         * modules/gc-hmac-sha1-tests (Files): Likewise.
47987
47988         * modules/gc-hmac-md5-tests (License): Likewise.
47989
47990         * modules/gc-sha1-tests (License): Likewise.
47991
47992         * modules/gc-md5-tests (License): Likewise.
47993
47994         * modules/gc-md4-tests (License): Likewise.
47995
47996         * modules/gc-md2-tests (License): Likewise.
47997
47998         * modules/gc-tests (License): Likewise.
47999
48000         * modules/des-tests (License): Likewise.
48001
48002         * modules/md4-tests (License): Likewise.
48003
48004         * modules/md2-tests (License): Likewise.
48005
48006 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48007
48008         Sync from coreutils:
48009
48010         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
48011         * modules/lib-ignore: New file.
48012         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
48013         chdir-safer.m4, lchmod.m4.
48014         * modules/openat: Add mkdirat.c, openat-priv.h.
48015
48016 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48017
48018         Sync from coreutils.
48019         * m4/lib-ignore.m4: New file.
48020         * m4/lchmod.m4: New file.
48021
48022 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48023
48024         Sync from coreutils.
48025         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
48026         for write access: POSIX says that must fail.
48027         * lib/fts.c (diropen): Likewise.
48028         * lib/save-cwd.c (save_cwd): Likewise.
48029         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
48030         well, for minor improvements on hosts that lack O_DIRECTORY.
48031         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
48032         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
48033         Fall back on chown if open failed with EACCES.
48034
48035         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
48036         Report an error at compile-time if only a 1-second nominal clock
48037         resolution is found.
48038
48039         * lib/lchmod.h: New file.
48040         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
48041         (make_dir_parents): Use lchown rather than chown, and
48042         lchmod rather than chmod.
48043
48044         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
48045         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
48046         "proc" reported by n0dalus.
48047
48048         * lib/mountlist.c: Include <limits.h>.
48049         (dev_from_mount_options)
48050         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
48051         New function.  It no longer assumes "dev=" has the System V meaning
48052         on Linux (since it doesn't).  It also parses "dev=" more carefully.
48053         (read_file_system_list)
48054         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
48055         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
48056         dev= in that case.
48057
48058         * lib/posixtm.h (PDS_PRE_2000): New macro.
48059         * lib/posixtm.c (year): Arg is now syntax_bits rather than
48060         allow_century.  All usages changed.  Reject dates outside the range
48061         1969-1999 if PDS_PRE_2000 is used.
48062
48063 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48064
48065         Sync from coreutils.
48066         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
48067         (Time of day items): Mention the possibility of leap seconds.
48068         Problem reported by Dr. David Alan Gilbert.
48069
48070 2006-01-09  Jim Meyering  <jim@meyering.net>
48071
48072         Sync from coreutils.
48073
48074         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
48075
48076         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
48077
48078         * lib/modechange.c (mode_compile): Reject an invalid mode string
48079         that starts with an octal digit.  From Andreas Gruenbacher.
48080
48081         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
48082         and dup to open_safer and dup_safer, respectively.
48083         (openat_permissive): Fix typo in comment.
48084
48085         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
48086         "gettext.h"; either no longer needed or are guaranteed by openat.h.
48087         (_): Remove; no longer needed.
48088         (openat): Renamed from rpl_openat; no need for rpl_openat
48089         since openat.h renames openat for us.
48090         Replace most of the body with a call to openat_permissive,
48091         to avoid duplicate code.
48092         Port to (probably hypothetical) environments were mode_t is
48093         wider than int.
48094         (openat_permissive): Require mode arg, so that we can check
48095         types better.  Put it just after flags.  Change cwd failure
48096         indicator from pointer-to-bool to pointer-to-errno-value.
48097         All callers changed.
48098         Invoke openat_save_fail and/or openat_restore_fail if
48099         cwd_errno is null, so that openat can call us.
48100         (openat_permissive, fdopendir, fstatat, unlinkat):
48101         Simplify errno handling to avoid some duplicate code,
48102         as it's OK to set errno on success.
48103         * lib/openat.h: Revamp code so that function macros depend on
48104         __OPENAT_PREFIX only, not also on AT_FDCWD.
48105         (openat_ro): Remove.  Caller changed to use openat_permissive.
48106         (openat_permissive): Now a macro, if not a function.
48107         (openat_restore_fail, openat_save_fail): Now always functions,
48108         since mkdirat needs them even if __OPENAT_PREFIX is defined.
48109
48110         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
48111         and openat.c.
48112         * lib/mkdirat.c: Include openat-priv.h.
48113         Remove definitions of macros defined therein.
48114         * lib/openat.c: Likewise.
48115
48116         * lib/mkdirat.c (mkdirat): New file and function.
48117         * lib/openat.h (mkdirat): Declare.
48118
48119         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
48120
48121         * lib/openat.h (openat_permissive): Declare.
48122         (openat_ro): Define.
48123
48124         * lib/openat.c (EXPECTED_ERRNO): New macro.
48125         (openat_permissive): New function -- used in remove.c rewrite.
48126         (all functions): Set errno just before returning, only if there
48127         was an actual failure.
48128         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
48129
48130         Emulate openat-family functions using Linux's procfs, if possible.
48131         Idea and some code based on Ulrich Drepper's glibc changes.
48132
48133         * lib/openat.c: (BUILD_PROC_NAME): New macro.
48134         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
48135         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
48136         before falling back on save_cwd and restore_cwd.
48137         (fdopendir, fstatat, unlinkat): Likewise.
48138
48139         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
48140         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
48141
48142         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
48143         as second argument to va_arg.  Otherwise, some versions of gcc
48144         warn that `if this code is reached, the program will abort'.
48145
48146 2006-01-09  Jim Meyering  <jim@meyering.net>
48147
48148         Sync from coreutils.
48149         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
48150         Require openat-priv.h.
48151
48152 2006-01-09  Bruno Haible  <bruno@clisp.org>
48153
48154         * modules/strnlen (Include): Use strnlen.h.
48155
48156 2006-01-09  Bruno Haible  <bruno@clisp.org>
48157
48158         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
48159
48160 2006-01-09  Bruno Haible  <bruno@clisp.org>
48161
48162         * lib/sysexit_.h (EX_OK): New macro.
48163         Suggested by Martin Lambers <marlam@marlam.de>.
48164
48165 2006-01-09  Bruno Haible  <bruno@clisp.org>
48166
48167         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
48168         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
48169
48170 2006-01-09  Bruno Haible  <bruno@clisp.org>
48171
48172         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
48173         numbers.
48174
48175 2006-01-09  Bruno Haible  <bruno@clisp.org>
48176
48177         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
48178         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
48179         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
48180         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
48181
48182 2006-01-09  Bruno Haible  <bruno@clisp.org>
48183
48184         * build-aux/javacomp.sh.in: New file, moved from lib/.
48185         * modules/javacomp-script (Files): Update.
48186         (configure.ac): Add AC_CONFIG_FILES invocation.
48187         (EXTRA_DIST): Remove variable.
48188
48189         * build-aux/javaexec.sh.in: New file, moved from lib/.
48190         * modules/javaexec (Files): Update.
48191         (configure.ac): Add AC_CONFIG_FILES invocation.
48192         (EXTRA_DIST): Remove javaexec.sh.in.
48193
48194         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
48195         * modules/csharpcomp-script (Files): Update.
48196         (configure.ac): Add AC_CONFIG_FILES invocation.
48197         (EXTRA_DIST): Remove variable.
48198
48199         * build-aux/csharpexec.sh.in: New file, moved from lib/.
48200         * modules/csharpexec (Files): Update.
48201         (configure.ac): Add AC_CONFIG_FILES invocation.
48202         (EXTRA_DIST): Remove csharpexec.sh.in.
48203
48204 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48205
48206         Sync from coreutils.
48207
48208         Add POSIX ACL support
48209         * lib/acl.h (copy_acl, set_acl): Add declarations.
48210         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
48211         systems other than Linux.
48212         (chmod_or_fchmod): New function: use fchmod when possible,
48213         and chmod otherwise.
48214         (file_has_acl): Add a POSIX ACL implementation, with a
48215         Linux-specific subcase.
48216         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
48217         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
48218         acls are unsupported.
48219         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
48220         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
48221         are unsupported.
48222
48223 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48224
48225         Sync from coreutils.
48226         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
48227
48228 2006-01-07  Bruno Haible  <bruno@clisp.org>
48229
48230         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
48231         gl_EARLY.
48232
48233 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48234
48235         * lib/strftime.c (tzname): Don't declare if it is already #defined.
48236         Problem reported for Mingw by Mark Junker.
48237
48238 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48239
48240         * README: Gnulib normally doesn't generate a tarball.
48241
48242 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
48243
48244         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
48245         long int, not int, for nanosecond counts, so that people who are
48246         used to POSIX struct timespec won't be surprised.  Reported by Jim
48247         Meyering.
48248
48249 2005-12-28  Bruno Haible  <bruno@clisp.org>
48250
48251         * build-aux/config.rpath: Update from GNU gettext.
48252
48253 2005-12-16  Jim Meyering  <jim@meyering.net>
48254
48255         * modules/fprintftime: New module.
48256         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
48257
48258 2005-12-16  Jim Meyering  <jim@meyering.net>
48259
48260         * m4/fprintftime.m4: New file.
48261
48262 2005-12-16  Jim Meyering  <jim@meyering.net>
48263
48264         * lib/fprintftime.c, lib/fprintftime.h: New files.
48265
48266 2005-12-15  Simon Josefsson  <jas@extundo.com>
48267
48268         * modules/socklen (configure.ac): Fix M4 macro name, to align with
48269         new m4/socklen.m4.
48270
48271 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48272
48273         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
48274         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
48275
48276 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48277
48278         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
48279         * lib/argp-help.c (fill_in_uparams): Check if the constructed
48280         struct uparams is valid. Fall back to the default values if it is
48281         not.
48282
48283 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48284
48285         * modules/argp (Files): Add argp-pin.c
48286         (Depends-on): dirname
48287         (lib_SOURCES): Add argp-pin.c
48288
48289 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48290
48291         * m4/argp.m4:  Check if program_invocation_name and
48292         program_invocation_short_name are declared and define appropriate
48293         macros if they are not.
48294
48295 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48296
48297         * lib/argp-help.c (__argp_base_name): New function
48298         (__argp_short_program_name): Rewrite using __argp_base_name
48299         * lib/argp-namefrob.h: Define program_invocation_name and
48300         program_invocation_short_name if requested
48301         (__argp_base_name): Add prototype
48302         * lib/argp-parse.c (argp_def): Use gettext wrappers
48303         (argp_default_parser): Use __argp_base_name
48304         * lib/argp-pin.c: New file. Defines program_invocation_name and
48305         program_invocation_short_name on systems that lack them.
48306
48307 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48308
48309         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
48310         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48311         porting problem reported by Georg Schwarz in
48312         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48313
48314 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48315
48316         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
48317         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48318         porting problem reported by Georg Schwarz in
48319         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48320
48321 2005-12-05  Bruno Haible  <bruno@clisp.org>
48322
48323         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
48324         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
48325         Reported by Mark Junker <mjscod@gmx.de>.
48326
48327 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
48328
48329         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
48330         Use implementation from Albert Chin, with some
48331         comments/corrections by Stepan Kasal and myself.
48332
48333 2005-12-02  Bruno Haible  <bruno@clisp.org>
48334
48335         * gnulib-tool (func_import): Accept GPLed build tool modules when
48336         --lgpl is given.
48337         * modules/csharpcomp-script: New file.
48338         * modules/csharpcomp: Depend on it.
48339         * modules/javacomp-script: New file.
48340         * modules/javacomp: Depend on it.
48341         Suggested by Simon Josefsson.
48342
48343 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
48344
48345         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
48346         statement, to work around an HP-UX 10.20 compiler bug reported by
48347         Peter O'Gorman.
48348
48349 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48350
48351         * modules/savedir (Depends-on): Add openat.
48352
48353 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48354
48355         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
48356         (uintmax_t) [defined uintmax_t]: Do not declare.
48357         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
48358         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
48359         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
48360         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
48361         sake of portability to weird hosts that C allows (though we don't
48362         know of any practical examples).
48363
48364         * lib/savedir.h (fdsavedir): New decl.
48365         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
48366         contains most of the former guts of savedir.
48367         (savedir): Use savedirstream.
48368         Include "openat.h".
48369
48370 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
48371
48372         * modules/obstack (Files): Add m4/ulonglong.m4.
48373         Problem reported by Davide Angelocola.
48374
48375 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
48376
48377         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
48378         coreutils no longer futzes with rounding modes.
48379
48380 2005-11-14  Jim Meyering  <jim@meyering.net>
48381
48382         * lib/mkstemp-safer.c: Include <config.h>, required for possible
48383         replacement of mkstemp.
48384
48385 2005-11-10  Simon Josefsson  <jas@extundo.com>
48386
48387         * lib/readline.c: Remove EOL.
48388
48389 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48390
48391         * modules/gethrxtime (Depends-on): Add gettime.
48392
48393 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48394
48395         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
48396         or gettimeofday; no longer needed.
48397
48398 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48399
48400         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
48401         time business.
48402         (gethrxtime) [! (HAVE_NANOUPTIME
48403         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
48404         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
48405         our own approximation.
48406
48407 2005-11-08  Eric Blake  <ebb9@byu.net>
48408
48409         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
48410
48411 2005-11-08  Eric Blake  <ebb9@byu.net>
48412
48413         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
48414
48415 2005-11-04  Bruno Haible  <bruno@clisp.org>
48416
48417         * gnulib-tool: Implement --update mode.
48418
48419 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
48420
48421         Fix porting problem reported by Theodoros V. Kalamatianos.
48422         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
48423         Don't assume that futimes failing means we must fail.
48424
48425 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
48426
48427         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
48428         variables to suggest the intended function of the PATH_MAX check.
48429
48430 2005-10-30  Kean Johnston  <jkj@sco.com>
48431
48432         Trivial changes to support SCO systems.
48433         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
48434         as PATH_MAX.
48435         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
48436         where __ptr is null when no I/O is pending.
48437
48438 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
48439
48440         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
48441         leave errno alone.  Problem reported by Dmitry V. Levin.
48442
48443 2005-10-28  Simon Josefsson  <jas@extundo.com>
48444
48445         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
48446         Test more.
48447
48448         * tests/test-gc-md2.c, tests/test-md2.c: New files.
48449
48450         * modules/md2, modules/md2-tests: New files.
48451
48452 2005-10-28  Simon Josefsson  <jas@extundo.com>
48453
48454         * m4/inet_ntop.m4: More tests.
48455
48456         * m4/gc-md2.m4, md2.m4: New file.
48457
48458 2005-10-28  Simon Josefsson  <jas@extundo.com>
48459
48460         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
48461         "restrict" keywords, as per POSIX.  Protect the function
48462         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
48463         Don't use K&R prototypes.  Check the sprintf return values.
48464         Re-define EAFNOSUPPORT if not present.  Indent.
48465
48466         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
48467         suggested by Bruno Haible <bruno@clisp.org>.
48468
48469         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
48470
48471         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
48472
48473         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
48474         libgcrypt).
48475
48476         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
48477
48478         * lib/md2.h, lib/md2.c: New files.
48479
48480 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
48481
48482         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
48483         errno alone.  Problem reported by Frederic Jolliton.
48484
48485 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
48486
48487         * modules/verify (License): Change from GPL to LGPL.  This is a
48488         tiny module and there are apparently near-equivalents that are
48489         under the BSD license.
48490
48491 2005-10-24  Simon Josefsson  <jas@extundo.com>
48492
48493         * modules/sha1: Relicense to LGPL.
48494
48495 2005-10-24  Simon Josefsson  <jas@extundo.com>
48496
48497         * lib/md4.h: Shrink buffer size, now that we changed the type.
48498
48499 2005-10-23  Simon Josefsson  <jas@extundo.com>
48500
48501         * gnulib-tool (func_import): Fix --tests-base.
48502
48503 2005-10-22  Simon Josefsson  <jas@extundo.com>
48504
48505         * modules/arcfour (Depends-on): Need stdint.
48506
48507 2005-10-22  Simon Josefsson  <jas@extundo.com>
48508
48509         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
48510         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
48511
48512 2005-10-22  Simon Josefsson  <jas@extundo.com>
48513
48514         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
48515         suggested by Bruno Haible <bruno@clisp.org>.
48516
48517 2005-10-22  Simon Josefsson  <jas@extundo.com>
48518
48519         * lib/crc.h: Include stddef.h, for size_t.
48520
48521 2005-10-22  Simon Josefsson  <jas@extundo.com>
48522
48523         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
48524         arcfour_context struct (simplify test vector testing in GNU
48525         Shishi).
48526
48527 2005-10-21  Simon Josefsson  <jas@extundo.com>
48528
48529         * modules/des, modules/des-tests: New files.
48530
48531         * modules/gc-des, modules/gc-des-tests: New files.
48532
48533         * tests/test-des.c, tests/test-gc-des.c: New file.
48534
48535 2005-10-21  Simon Josefsson  <jas@extundo.com>
48536
48537         * modules/arctwo, modules/arctwo-tests: New files.
48538
48539         * tests/test-arctwo.c: New file.
48540
48541         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
48542
48543         * tests/test-gc-arctwo.c: New file.
48544
48545 2005-10-21  Simon Josefsson  <jas@extundo.com>
48546
48547         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
48548         Bruno Haible <bruno@clisp.org>.
48549
48550         * m4/gc-des.m4: New file.
48551
48552 2005-10-21  Simon Josefsson  <jas@extundo.com>
48553
48554         * m4/arctwo.m4: New file.
48555
48556         * m4/gc-arctwo.m4: New file.
48557
48558 2005-10-21  Simon Josefsson  <jas@extundo.com>
48559
48560         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
48561         block.
48562
48563 2005-10-21  Simon Josefsson  <jas@extundo.com>
48564
48565         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
48566         <bruno@clisp.org>.
48567
48568         * lib/hmac-sha1.c (hmac_sha1): Likewise.
48569
48570         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
48571         Bruno Haible <bruno@clisp.org>.
48572
48573         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
48574         <bruno@clisp.org>.
48575
48576 2005-10-21  Simon Josefsson  <jas@extundo.com>
48577
48578         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
48579
48580 2005-10-21  Simon Josefsson  <jas@extundo.com>
48581
48582         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
48583
48584 2005-10-21  Simon Josefsson  <jas@extundo.com>
48585
48586         * lib/des.h, lib/des.c: New files.
48587
48588         * lib/gc-gnulib.c: Support DES.c
48589
48590 2005-10-21  Simon Josefsson  <jas@extundo.com>
48591
48592         * lib/arctwo.h, lib/arctwo.c: New files.
48593
48594         * lib/gc-gnulib.c: Support ARCTWO.
48595
48596 2005-10-21  Simon Josefsson  <jas@extundo.com>
48597
48598         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
48599         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48600
48601 2005-10-21  Simon Josefsson  <jas@extundo.com>
48602
48603         * gnulib-tool (func_import, func_create_testdir): Define automake
48604         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
48605         Makefile.am snippet),
48606         suggested by Bruno Haible <bruno@clisp.org>.
48607
48608         * modules/gc (Makefile.am): Use it.
48609
48610 2005-10-21  Bruno Haible  <bruno@clisp.org>
48611
48612         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
48613         patch.
48614
48615 2005-10-19  Simon Josefsson  <jas@extundo.com>
48616
48617         * tests/test-gc-rijndael.c: New file.
48618
48619         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
48620
48621 2005-10-19  Simon Josefsson  <jas@extundo.com>
48622
48623         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
48624         interface too.
48625
48626 2005-10-19  Simon Josefsson  <jas@extundo.com>
48627
48628         * tests/test-gc-arcfour.c: New file.
48629
48630         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
48631
48632 2005-10-19  Simon Josefsson  <jas@extundo.com>
48633
48634         * modules/gc-md4, modules/gc-md4-tests: New file.
48635
48636         * tests/test-gc-md4.c: New file.
48637
48638 2005-10-19  Simon Josefsson  <jas@extundo.com>
48639
48640         * m4/gc-md4.m4: New file.
48641
48642 2005-10-19  Simon Josefsson  <jas@extundo.com>
48643
48644         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
48645         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
48646         <kasal@ucw.cz>.
48647
48648 2005-10-19  Simon Josefsson  <jas@extundo.com>
48649
48650         * m4/gc-arcfour.m4: New file.
48651
48652         * m4/gc-rijndael.m4: New file.
48653
48654 2005-10-19  Simon Josefsson  <jas@extundo.com>
48655
48656         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
48657
48658 2005-10-19  Simon Josefsson  <jas@extundo.com>
48659
48660         * lib/gc-gnulib.c: Support ARCFOUR.
48661
48662 2005-10-19  Simon Josefsson  <jas@extundo.com>
48663
48664         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
48665         support.
48666
48667         * lib/gc.h: Add ECB enum type.
48668
48669         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
48670
48671 2005-10-18  Simon Josefsson  <jas@extundo.com>
48672
48673         * tests/test-md5.c: New file.
48674
48675         * modules/md5-tests: New file.
48676
48677 2005-10-18  Simon Josefsson  <jas@extundo.com>
48678
48679         * tests/test-md4.c: New file.
48680
48681         * modules/md4, modules/md4-tests: New files.
48682
48683 2005-10-18  Simon Josefsson  <jas@extundo.com>
48684
48685         * m4/md4.m4: New file.
48686
48687 2005-10-18  Simon Josefsson  <jas@extundo.com>
48688
48689         * lib/md4.h, lib/md4.c: New files, based on md5.?.
48690
48691 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
48692
48693         * gnulib-tool (func_create_testdir): Omit the second check whether
48694         BUILT_SOURCES in nonempty.
48695
48696 2005-10-17  Simon Josefsson  <jas@extundo.com>
48697
48698         * tests/test-rijndael.c: New file.
48699
48700 2005-10-17  Simon Josefsson  <jas@extundo.com>
48701
48702         * modules/sha1: Depend on stdint instead of md5.
48703
48704         * modules/md5: Depend on stdint, remove uint32_t.
48705
48706 2005-10-17  Simon Josefsson  <jas@extundo.com>
48707
48708         * modules/gc-sha1-tests: New file.
48709
48710         * tests/test-gc-sha1.c: New file.
48711
48712 2005-10-17  Simon Josefsson  <jas@extundo.com>
48713
48714         * m4/md5.m4: Remove call to uint32_t.m4.
48715
48716 2005-10-17  Simon Josefsson  <jas@extundo.com>
48717
48718         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
48719
48720         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
48721         md5.h.
48722
48723         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
48724
48725         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
48726
48727 2005-10-17  Simon Josefsson  <jas@extundo.com>
48728
48729         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
48730
48731 2005-10-17  Simon Josefsson  <jas@extundo.com>
48732
48733         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
48734
48735 2005-10-17  Simon Josefsson  <jas@extundo.com>
48736
48737         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
48738
48739         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
48740
48741 2005-10-17  Bruno Haible  <bruno@clisp.org>
48742
48743         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
48744         that it can also be used in a test.
48745
48746 2005-10-16  Bruno Haible  <bruno@clisp.org>
48747
48748         * gnulib-tool (func_emit_tests_Makefile_am): Also define
48749         TESTS_ENVIRONMENT, so that individual tests can augment it.
48750
48751         * gnulib-tool (func_create_testdir): Use an intermediate target for
48752         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
48753         macros, like $(ALLOCA_H), which cannot be passed through the command
48754         line.
48755
48756 2005-10-15  Simon Josefsson  <jas@extundo.com>
48757
48758         * modules/rijndael-tests: New file.
48759
48760         * modules/rijndael: New file.
48761
48762 2005-10-15  Simon Josefsson  <jas@extundo.com>
48763
48764         * m4/rijndael.m4: New file.
48765
48766 2005-10-15  Simon Josefsson  <jas@extundo.com>
48767
48768         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
48769
48770         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
48771
48772 2005-10-14  Simon Josefsson  <jas@extundo.com>
48773
48774         * tests/test-arcfour.c: New file.
48775
48776         * modules/arcfour, modules/arcfour-tests: New files.
48777
48778 2005-10-14  Simon Josefsson  <jas@extundo.com>
48779
48780         * m4/arcfour.m4: New file.
48781
48782 2005-10-14  Simon Josefsson  <jas@extundo.com>
48783
48784         * lib/arcfour.h, lib/arcfour.c: New files.
48785
48786 2005-10-14  Roland McGrath  <roland@redhat.com>
48787
48788         Import from libc.  [BZ #1331]
48789         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
48790         macro argument.
48791         Reported by Matej Vela <vela@debian.org>.
48792
48793 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
48794
48795         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
48796         include <wchar.h>; no longer needed.
48797
48798 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
48799
48800         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
48801
48802 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
48803         and  Ulrich Drepper  <drepper@redhat.com>
48804
48805         Import from libc.
48806         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
48807         instead of inline stream orientation test and two separate
48808         function calls.  Pay no attention to USE_IN_LIBIO.
48809
48810 2005-10-13  Simon Josefsson  <jas@extundo.com>
48811
48812         * modules/gc-hmac-md5-tests: New file.
48813
48814         * tests/test-gc-hmac-sha1.c: New file.
48815
48816         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
48817
48818         * modules/gc-hmac-md5-tests: New file.
48819
48820         * tests/test-gc-md5.c: New file.
48821
48822         * modules/gc-md5-tests: New file.
48823
48824 2005-10-13  Simon Josefsson  <jas@extundo.com>
48825
48826         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
48827         Move memory allocation outside of loop.
48828
48829 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
48830
48831         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
48832         intermediate directory is in a read-only file system.  Problem
48833         reported by Eric Blake.
48834
48835 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
48836
48837         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
48838
48839 2005-10-12  Simon Josefsson  <jas@extundo.com>
48840
48841         * tests/test-hmac-sha1.c: New file.
48842
48843         * modules/hmac-sha1-tests: New file.
48844
48845         * modules/hmac-sha1: New file.
48846
48847 2005-10-12  Simon Josefsson  <jas@extundo.com>
48848
48849         * modules/gc-sha1: New file.
48850
48851 2005-10-12  Simon Josefsson  <jas@extundo.com>
48852
48853         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
48854
48855         * tests/test-gc-pbkdf2-sha1.c: New file.
48856
48857 2005-10-12  Simon Josefsson  <jas@extundo.com>
48858
48859         * modules/gc-md5, modules/gc-hmac-md5: New files.
48860
48861         * modules/gc (Files): Remove md5, memxor and hmac files.
48862
48863 2005-10-12  Simon Josefsson  <jas@extundo.com>
48864
48865         * m4/gc-pbkdf2-sha1.m4: New file.
48866
48867         * m4/gc-hmac-sha1.m4: New file.
48868
48869         * m4/gc-sha1: New file.
48870
48871         * m4/hmac-sha1.m4: New file.
48872
48873 2005-10-12  Simon Josefsson  <jas@extundo.com>
48874
48875         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
48876
48877         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
48878
48879 2005-10-12  Simon Josefsson  <jas@extundo.com>
48880
48881         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
48882         suggested by Bruno Haible <bruno@clisp.org>.
48883
48884 2005-10-12  Simon Josefsson  <jas@extundo.com>
48885
48886         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
48887
48888 2005-10-12  Simon Josefsson  <jas@extundo.com>
48889
48890         * lib/gc-pbkdf2-sha1.c: New file.
48891
48892         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
48893
48894 2005-10-12  Simon Josefsson  <jas@extundo.com>
48895
48896         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
48897
48898         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
48899
48900 2005-10-12  Simon Josefsson  <jas@extundo.com>
48901
48902         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
48903         GC_USE_HMAC_MD5, respectively.
48904
48905         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
48906         (gc_md5): Fix typo.
48907
48908         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
48909
48910         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
48911
48912         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
48913
48914 2005-10-12  Bruno Haible  <bruno@clisp.org>
48915
48916         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
48917         Reported by Stepan Kasal <kasal@ucw.cz>.
48918
48919 2005-10-11  Simon Josefsson  <jas@extundo.com>
48920
48921         * tests/test-crc.c: New file.
48922
48923         * modules/crc, modules/crc-tests: New files.
48924
48925 2005-10-11  Simon Josefsson  <jas@extundo.com>
48926
48927         * m4/crc.m4: New file.
48928
48929 2005-10-11  Simon Josefsson  <jas@extundo.com>
48930
48931         * lib/gc.h: Add gc_hash and gc_hash_buffer.
48932
48933         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
48934
48935         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
48936
48937 2005-10-11  Simon Josefsson  <jas@extundo.com>
48938
48939         * lib/crc.h, lib/crc.c: New files.
48940
48941         * lib/gc.h (gc_hash_buffer): Add doc.
48942
48943 2005-10-11  Bruno Haible  <bruno@clisp.org>
48944
48945         * modules/c-strcasestr: New file.
48946         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
48947
48948 2005-10-11  Bruno Haible  <bruno@clisp.org>
48949
48950         * modules/c-strcase: New file.
48951         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
48952
48953 2005-10-11  Bruno Haible  <bruno@clisp.org>
48954
48955         * lib/strcasecmp.c: Include limits.h.
48956         (strcasecmp): Avoid integer overflow on exotic platforms.
48957         * lib/strncasecmp.c: Include limits.h.
48958         (strncasecmp): Avoid integer overflow on exotic platforms.
48959         Reported by Paul Eggert.
48960
48961 2005-10-11  Bruno Haible  <bruno@clisp.org>
48962
48963         * lib/c-strcasestr.h: New file, from GNU gettext.
48964         * lib/c-strcasestr.c: New file, from GNU gettext.
48965
48966 2005-10-11  Bruno Haible  <bruno@clisp.org>
48967
48968         * lib/c-strcase.h: New file, from GNU gettext.
48969         * lib/c-strcasecmp.c: New file, from GNU gettext.
48970         * lib/c-strncasecmp.c: New file, from GNU gettext.
48971
48972 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
48973
48974         * modules/mempcpy (License): GPL -> LGPL.
48975         * modules/strchrnul (License): Likewise.
48976         * modules/sysexits (License): Likewise.
48977
48978 2005-10-08  Simon Josefsson  <jas@extundo.com>
48979
48980         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
48981
48982 2005-10-07  Simon Josefsson  <jas@extundo.com>
48983
48984         * m4/memxor.m4: Remove gl_C_RESTRICT call.
48985
48986 2005-10-06  Simon Josefsson  <jas@extundo.com>
48987
48988         * tests/test-hmac-md5.c: New file.
48989
48990         * modules/hmac-md5-tests: New file.
48991
48992         * modules/hmac-md5: New file.
48993
48994 2005-10-06  Simon Josefsson  <jas@extundo.com>
48995
48996         * m4/hmac-md5.m4: New file.
48997
48998         * m4/memxor.m4: Require gl_C_RESTRICT.
48999
49000 2005-10-06  Simon Josefsson  <jas@extundo.com>
49001
49002         * lib/memxor.c (memxor): Avoid casts and warnings.
49003
49004 2005-10-06  Simon Josefsson  <jas@extundo.com>
49005
49006         * lib/hmac-md5.c: New file.
49007
49008         * lib/hmac.h: New file.
49009
49010 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
49011
49012         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
49013         promotes to int, not unsigned int, to catch the AIX 5.3
49014         compiler bug.
49015
49016 2005-10-05  Simon Josefsson  <jas@extundo.com>
49017
49018         * modules/memxor: New file.
49019
49020         * modules/iconv (Files): Move config.rpath to havelib, it is used
49021         there.
49022
49023         * modules/havelib (Files): Add config.rpath.
49024
49025 2005-10-05  Simon Josefsson  <jas@extundo.com>
49026
49027         * m4/memxor.m4: New file.
49028
49029 2005-10-05  Simon Josefsson  <jas@extundo.com>
49030
49031         * lib/memxor.c (memxor): Fix compiler error.
49032
49033         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
49034         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
49035
49036         * lib/memxor.h, lib/memxor.c: New files.
49037
49038         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
49039         we assume all systems have it, suggested by Jim Meyering
49040         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
49041         any systems lack sys/socket.h; mingw32 is known to lack it, but we
49042         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
49043         same reasons.
49044
49045 2005-10-05  Simon Josefsson  <jas@extundo.com>
49046
49047         * config/srclist.txt: Add glibc bug 1423 for md5.h.
49048
49049 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
49050
49051         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
49052         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
49053         needed, since the source code now assumes these .h files.
49054
49055 2005-10-05  Derek Price  <derek@ximbiot.com>
49056
49057         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
49058
49059 2005-10-05  Bruno Haible  <bruno@clisp.org>
49060
49061         * modules/stdint (License): Change to LGPL.
49062
49063 2005-10-04  Simon Josefsson  <jas@extundo.com>
49064
49065         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
49066         D. Baushke" <mdb@gnu.org>.
49067
49068 2005-10-04  Bruno Haible  <bruno@clisp.org>
49069
49070         * lib/verify.h (verify_true): Provide alternative definition for C++.
49071
49072 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
49073
49074         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
49075         (SSIZE_MAX): New macro, if not already defined.
49076         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
49077         than 2 GiB.
49078
49079 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49080
49081         Sync from coreutils.
49082         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
49083         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
49084         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
49085         ULLONG_MAX doesn't work with 2.7.2.1.
49086
49087 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49088
49089         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
49090         From Ben Pfaff.
49091
49092         * modules/exclude (Depends-on): Depend on verify.
49093         * modules/strtoimax (Depends-on): Likewise.
49094         * modules/utimecmp (Depends-on): Likewise.
49095
49096 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49097
49098         * lib/exclude.c: Include verify.h.
49099         (verify): Remove.  All callers changed to use verify.h's version.
49100         * lib/strtoimax.c: Likewise.
49101         * lib/utimecmp.c: Likewis.e
49102
49103         Sync from coreutils.
49104         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
49105         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
49106         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
49107         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
49108         bother returning ENOSYS if settimeofday or stime fails; just let
49109         them return whatever errno they want to return.
49110         * lib/utimens.c: Include unistd.h, for dup2.
49111         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
49112         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
49113
49114 2005-10-02  Jim Meyering  <jim@meyering.net>
49115
49116         Sync from coreutils.
49117         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
49118         from glibc-2.2.5 that fails for read-only files.
49119
49120 2005-10-02  Jim Meyering  <jim@meyering.net>
49121
49122         Sync from coreutils.
49123         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
49124         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
49125         `#if HAVE_CONFIG_H'.
49126         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
49127         Remove AT_FDCWD test.
49128         Do not consume the fd unless successful.
49129         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
49130         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
49131         block, so that we don't even try to compile it if settimeofday is
49132         available.  This works around a compilation failure on OSF1 V5.1,
49133         due to stime requiring a `long int*' while tv_sec is `int'.
49134
49135 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
49136
49137         Sync from coreutils.
49138         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
49139         against `yes', rather than just testing for nonempty.
49140
49141 2005-10-01  Simon Josefsson  <jas@extundo.com>
49142
49143         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
49144         and Darwin.
49145
49146         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
49147         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
49148         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
49149         freeaddrinfo and gai_strerror are declared by the POSIX headers.
49150         Check if struct addrinfo is declared.
49151
49152 2005-10-01  Simon Josefsson  <jas@extundo.com>
49153
49154         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
49155         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
49156         AI_* and EAI_* definitions.  Protect function declarations.
49157
49158 2005-10-01  Jim Meyering  <jim@meyering.net>
49159
49160         Sync from coreutils.
49161
49162         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
49163         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
49164         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
49165         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49166         in the inet and nsl libraries.  Required on Solaris 5.7.
49167
49168 2005-10-01  Jim Meyering  <jim@meyering.net>
49169
49170         Sync from coreutils.
49171         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49172         in the inet and nsl libraries.  Required on Solaris 5.7.
49173
49174 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
49175
49176         * lib/getdelim.c (getdelim): Remove unused variables.
49177
49178 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
49179
49180         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
49181         so that the code works even with ancient cpp.  Portability problem
49182         with GCC 2.7.2.1 reported by Thomas M.Ott.
49183
49184 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
49185
49186         * modules/regex (Depends-on): Add strcase.
49187
49188         * modules/gethostname (Licence): Change from GPL to LGPL, since
49189         gethostname.c is a trivial implementation of a standard library
49190         function.
49191         * modules/poll (License): Change from GPL to LGPL, since it's
49192         derived from LGPL code.
49193
49194 2005-09-27  Jim Meyering  <jim@meyering.net>
49195
49196         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
49197         HAVE_CONFIG_H.
49198
49199         * lib/intprops.h (signed_type_or_expr__): Define.
49200         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
49201         for unsigned types.
49202
49203 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
49204
49205         * lib/verify.h (verify_expr): Remove, replacing with:
49206         (verify_true): New macro that returns true instead of void.
49207         (verify_type__): Remove.
49208         (verify): Use verify_true rather than verify_type__.
49209
49210 2005-09-26  Bruno Haible  <bruno@clisp.org>
49211
49212         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
49213         is necessary.
49214         (lib_SOURCES): Remove mbchar.c.
49215         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
49216         (Files): Add m4/mbrtowc.m4.
49217         * modules/mbiter: Likewise.
49218         * modules/mbuiter: Likewise.
49219
49220 2005-09-26  Bruno Haible  <bruno@clisp.org>
49221
49222         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
49223         compile mbchar.c if they are not both present.
49224         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
49225         * m4/mbiter.m4 (gl_MBITER): Likewise.
49226         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
49227         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
49228         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
49229
49230 2005-09-25  Jim Meyering  <jim@meyering.net>
49231
49232         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
49233         also uses socklen_t.
49234
49235 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
49236
49237         * lib/utimens.c (ENOSYS): Define if not already defined.
49238         (futimens): Support having a null PATH if the file descriptor
49239         is nonnegative.
49240
49241         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
49242         Remove.
49243         (__attribute): Define to empty unless GCC 3.1 or later.
49244         This works around a core dump on OpenBSD 3.4, which has GCC
49245         2.95.3, which dumps core when given __attribute__(()).  It also
49246         simplifies other tests, since we really don't want to bother with
49247         worrying about which ancient version of GCC supported what.
49248         Original problem reported by Yoann Vandoorselaere, with part of
49249         the fix suggested by Derek Price.
49250
49251 2005-09-24  Jim Meyering  <jim@meyering.net>
49252
49253         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
49254         so we can once again use a positive bitfield width of 1 -- now we
49255         don't have to explain why we were using a bitfield width of 2.
49256
49257 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49258
49259         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
49260         and similarly for the other external symbols.  Problem reported
49261         by James Gallager.
49262
49263         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
49264         bug reported by Jim Meyering.
49265
49266         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
49267         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
49268         not needed, since socklen is a prerequisite module.
49269
49270 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49271
49272         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
49273         Problem reported by Eric Blake.
49274         (getaddrinfo): Initialize se so that it's not garbage.
49275         Redo internal storage allocation so that it doesn't make unportable
49276         assumptions about alignment.
49277         Fix a memory leak.
49278
49279         * lib/utimens.c (futimens): Use futimesat if available.
49280         Prefer it to futimes since it doesn't have the futimes bug.
49281
49282         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
49283         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
49284         Instead, declare a function that returns a pointer to an array,
49285         and use verify_type__ to declare the size of the array.
49286         Problem and germ of a solution reported by Bruno Haible.
49287         (verify_type__): Use 2, not 1, for bitfield size, to avoid
49288         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
49289
49290 2005-09-23  Jim Meyering  <jim@meyering.net>
49291
49292         Sync from coreutils.
49293         Correct build failure (socklen_t not defined) on at least
49294         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
49295         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
49296
49297 2005-09-23  Jim Meyering  <jim@meyering.net>
49298
49299         * modules/getaddrinfo (Depends-on): Add socklen.
49300
49301 2005-09-23  Bruno Haible  <bruno@clisp.org>
49302
49303         * tests/test-verify.c: New file.
49304
49305 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49306
49307         Sync from coreutils.
49308
49309         * modules/argmatch (Depends-on): Add verify.
49310         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
49311         unistd-safer.
49312         * modules/save-cwd (Depends-on): Likewise.
49313
49314         * modules/openat (Files): Add lib/openat-die.c.
49315         (Depends-on): Remove error, exitfail.
49316         Add dirname.
49317
49318         * modules/verify: New file.
49319         * MODULES.html.sh (Diagnostics <assert.h>): New section,
49320         with "verify" module.
49321
49322 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49323
49324         Sync from coreutils.
49325
49326         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
49327         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
49328         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
49329         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
49330         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
49331         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
49332         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
49333         Don't bother checking for string.h, stdlib.h, unistd.h.
49334         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
49335         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
49336         module's job.
49337         * m4/jm-macros.m4 (gl_MACROS): Likewise.
49338         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
49339
49340         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
49341         (gl_GETDATE): Use it.
49342
49343         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
49344
49345 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49346
49347         Sync from coreutils.
49348
49349         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
49350         stat-time.h.
49351         * lib/argmatch.h: Include verify.h
49352         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
49353         (ARGMATCH_ASSERT): Remove; unused.
49354         * lib/canonicalize.c: Assume STDC_HEADERS.
49355         * lib/exclude.c: Include "strcase.h".
49356         * lib/regex_internal.h [!defined _LIBC]: Likewise.
49357         * lib/getusershell.c: Include stdio--.h rather than stdio.h
49358         and stdio-safer.h.
49359         (getusershell): Call fopen, not fopen_safer.
49360         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
49361         Do not include unistd-safer.h.
49362         (save_cwd): Don't call fd_safer; no longer needed
49363         now that we include fcntl--.h.
49364
49365         * lib/getdate.y (relative_time): New type.
49366         (RELATIVE_TIME_0): New constant.
49367         (parser_control): Use relative_time instead of doing it ourselves.
49368         (%union): Add new relative_time rel member.
49369         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
49370         Now typeless.
49371         (relunit, relunit_snumber): Now of type rel.
49372         (zone, rel, relunit, get_date): Adjust to above changes.
49373
49374         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
49375         Do not include unistd-safer.h.
49376         (getloadavg): Don't call fd_safer; no longer needed
49377         now that we include fcntl--.h.
49378
49379         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
49380         (make_dir_parents): Treat ENOSYS like EEXIST.
49381
49382         Improve quality of diagnostics on restore_cwd failure.
49383         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
49384         (make_dir_parents): Last arg is now int * (for errno), not bool *.
49385         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
49386         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
49387         each time through the loop.  Do not diagnose restore_cwd failure;
49388         that is the caller's job (and perhaps the caller does not care).
49389
49390         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
49391         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
49392         If the file already exists but is not a directory, don't bother
49393         to try to make its parents.
49394         Close potential file descriptor leak if we can't chdir("/") (!).
49395         Don't always return true if chdir($PWD) fails; return true only
49396         if the requested action was done successfully (except for the
49397         chdir($PWD)).
49398         Don't log final directory unless we actually made it.
49399         Refactor to avoid duplicate code to fix up permissions.
49400         Don't attempt to fix up parent permissions if chdir($PWD) fails.
49401
49402         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
49403         to make it a bit faster and (I hope) clearer.
49404         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
49405         Fix bug in formats like %2N.
49406
49407         * lib/verify.h: New file.
49408
49409 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49410
49411         Sync from coreutils.
49412         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
49413
49414 2005-09-22  Jim Meyering  <jim@meyering.net>
49415
49416         Sync from coreutils.
49417
49418         * m4/lstat.m4 (gl_FUNC_LSTAT):
49419         Use AC_LIBSOURCES to require lstat.c and lstat.h.
49420         Remove obsolete comment.
49421         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
49422         * m4/xstrtod.m4: Likewise.
49423
49424         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
49425
49426 2005-09-22  Jim Meyering  <jim@meyering.net>
49427
49428         Sync from coreutils.
49429
49430         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
49431
49432         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
49433         the .tm_year member, since otherwise gcc-4.0 would now warn about
49434         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
49435
49436         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
49437         order to avoid an unsuppressible warning from gcc on 64-bit systems.
49438
49439         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
49440         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
49441         when run in a time zone for which daylight savings time is in effect
49442         for the starting date.
49443
49444         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
49445         stop us from restricting permissions of just-created absolute-named
49446         directories.
49447         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
49448         to restore initial working directory.
49449         * lib/mkdir-p.c (make_dir_parents): New parameter:
49450         different_working_dir, to tell caller if/when we change the working
49451         directory and are unable to return to the initial one.
49452         * lib/mkdir-p.h (make_dir_parents): Update prototype.
49453         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
49454         `return false'.  This fixes a bug introduced on 2004-07-30.
49455
49456         * lib/openat.c (fdopendir): Be sure to close the supplied
49457         file descriptor before returning.  This makes our replacement
49458         implementation a little closer to Solaris's, where fdopendir
49459         ties the file descriptor to the returned DIR* pointer.
49460         * lib/openat.c (unlinkat): New function.
49461         * lib/openat.h (unlinkat): Add prototype.
49462         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
49463         (openat_restore_fail): Rename from openat_restore_die.
49464         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
49465
49466         Provide an alternative to exiting immediately upon save_cwd or
49467         restore_cwd failure.  Now, an application can arrange e.g.,
49468         to perform a longjump in that case.
49469         * lib/openat.c: Include dirname.h.
49470         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
49471         (rpl_openat, fdopendir, fstatat): Call openat_save_die
49472         and openat_restore_die rather than calling error directly.
49473         Don't include "error.h" or "exitfail.h"; they're no longer needed.
49474
49475         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
49476         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
49477         define.
49478
49479         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
49480         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
49481                             int utc, int nanoseconds);
49482         Background:
49483         date should not have to allocate a megabyte of virtual memory to
49484         handle a format argument like +%1048575T.  When implemented with
49485         strftime, it must allocate such a buffer, use strftime to fill it
49486         in, print it, then free it.
49487         With fprintftime, it simply prints everything and exits.
49488         With no need for memory allocation, that's one fewer way to fail.
49489         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
49490         optional field width, not before, so we accept %9:z, not %:9z.
49491         (my_strftime): Be sure to use L_('x') for literals.
49492
49493         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
49494         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
49495         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
49496         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
49497         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
49498         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
49499         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
49500         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
49501         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
49502         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
49503         * lib/xgethostname.c, lib/xreadlink.c:
49504         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
49505
49506         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
49507         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
49508         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
49509         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
49510         and don't include <sys/file.h>).
49511
49512 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
49513
49514         Sync from coreutils.
49515
49516         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
49517         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
49518         [!LDAV_DONE]: Avoid unused variable warning.
49519
49520 2005-09-21  Bruno Haible  <bruno@clisp.org>
49521
49522         * lib/unicodeio.h (unicode_to_mb): New declaration.
49523
49524 2005-09-20  Derek Price  <derek@ximbiot.com>
49525
49526         * lib/getaddrinfo.c: Don't include <netdb.h> included from
49527         getaddrinfo.h.
49528
49529 2005-09-20  Bruno Haible  <bruno@clisp.org>
49530
49531         * gnulib-tool: Remove trailing slashes from the values specified for
49532         --source-base, --m4-base, --tests-base, --aux-dir.
49533         Suggested by Simon Josefsson <jas@extundo.com>.
49534
49535 2005-09-20  Bruno Haible  <bruno@clisp.org>
49536
49537         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
49538         func_modules_to_filelist, func_import, func_create_testdir): Make all
49539         sorting results locale-independent, so that gnulib-cache.m4 doesn't
49540         change when gnulib-tool is invoked in a different locale.
49541
49542 2005-09-19  Simon Josefsson  <jas@extundo.com>
49543
49544         * m4/socklen.m4: Fix typo.
49545
49546 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
49547
49548         Use a consistent style for including <config.h>.
49549         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
49550         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
49551         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
49552         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
49553         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
49554         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
49555         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
49556         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
49557         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
49558         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
49559         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
49560         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
49561         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
49562         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
49563         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
49564         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
49565         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
49566         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
49567         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
49568         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
49569         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
49570         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
49571         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
49572         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
49573         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
49574         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
49575         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
49576         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
49577         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
49578         lib/xstrtoumax.c, lib/yesno.c:
49579         Standardize inclusion of config.h.
49580         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
49581         lib/inttostr.h:  Removed inclusion of config.h from header files.
49582         * lib/inttostr.c:  Adjusted in-tree users.
49583         * lib/timespec.h: Remove superfluous warning to include config.h.
49584         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
49585         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
49586         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
49587         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
49588         config.h with HAVE_CONFIG_H.
49589
49590 2005-09-19  Jim Meyering  <jim@meyering.net>
49591
49592         * modules/pathmax (License): Change to LGPL.
49593
49594 2005-09-19  Derek Price  <derek@ximbiot.com>
49595
49596         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
49597
49598 2005-09-19  Bruno Haible  <bruno@clisp.org>
49599
49600         * gnulib-tool (import): Provide default for --tests-base.
49601
49602 2005-09-19  Bruno Haible  <bruno@clisp.org>
49603
49604         * doc/quote.texi: New file, extracted from gnulib.texi.
49605         * doc/ctime.texi: New file, extracted from gnulib.texi.
49606         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
49607         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
49608         * doc/gnulib.texi: Include them.
49609
49610 2005-09-18  Bruno Haible  <bruno@clisp.org>
49611
49612         Portability fix.
49613         * gnulib-tool (func_readlink): New function.
49614         (func_ln_if_changed): Use it.
49615
49616 2005-09-18  Bruno Haible  <bruno@clisp.org>
49617
49618         * gnulib-tool: Support --with-tests also with --import.
49619         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
49620         (func_import): Use variables $testsbase and $inctests. Emit a
49621         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
49622         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
49623         SUBDIRS += $testsdir.
49624         (func_create_testdir): Update.
49625
49626 2005-09-18  Bruno Haible  <bruno@clisp.org>
49627
49628         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
49629         instead of $dry_run.
49630         (func_cp_if_changed, func_mv_if_changed): Remove functions.
49631         (func_ln_if_changed): Don't handle dry-run here.
49632         (func_import): In dry-run mode, detect more precisely which actions
49633         would be performed, and don't use "...ing" verbs.
49634
49635 2005-09-18  Bruno Haible  <bruno@clisp.org>
49636
49637         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
49638         (func_import): Use join on two temporary files instead of three nested
49639         loops, in order to determine which files are new or old.
49640
49641 2005-09-18  Bruno Haible  <bruno@clisp.org>
49642
49643         * gnulib-tool (func_import): Comment out code that spits out the
49644         new files with --dry-run.
49645
49646 2005-09-18  Bruno Haible  <bruno@clisp.org>
49647
49648         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
49649
49650 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
49651
49652         * lib/stat-time.h: New file.
49653         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
49654         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
49655         in a different way.
49656         (timespec_cmp): New function.
49657         * lib/utimecmp.c: Include stat-time.h.
49658         (SYSCALL_RESOLUTION): Depend on whether various struct stat
49659         members exist, not on the obsolescent ST_MTIM_NSEC.
49660         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
49661
49662 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
49663
49664         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
49665
49666 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
49667
49668         * MODULES.html.sh (File system functions): Add stat-time.
49669         * modules/stat-time: New file.
49670         * modules/timespec (Files): Remove m4/st_mtim.m4; this
49671         is now done in a different way, by the stat-time module.
49672         * modules/utimecmp (Depends-on): Add stat-time.
49673
49674 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
49675
49676         * m4/st_mtim.m4: Remove.  Superseded by...
49677         * m4/stat-time.m4: New file.
49678         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
49679         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
49680
49681 2005-09-15  Derek Price  <derek@ximbiot.com>
49682
49683         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
49684
49685 2005-09-15  Derek Price  <derek@ximbiot.com>
49686
49687         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
49688         * lib/regex_internal.c: Ditto, using this...
49689         (__GNUC_PREREQ): ...new macro.
49690         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
49691         using...
49692         (__GNUC_PREREQ): ...this new macro.
49693
49694         * lib/strstr.h: Include string.h. Define strstr as a macro here.
49695
49696 2005-09-15  Derek Price  <derek@ximbiot.com>
49697             Paul Eggert  <eggert@cs.ucla.edu>
49698
49699         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
49700         changes, consolidating in...
49701         * lib/regex_internal.h: ...this file.
49702
49703 2005-09-13  Jim Meyering  <jim@meyering.net>
49704
49705         * lib/canon-host.c: Filter through gnu indent and reword comments
49706         slightly.
49707         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
49708
49709 2005-09-13  Derek Price  <derek@ximbiot.com>
49710
49711         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
49712         failure.
49713         Reported by Jim Meyering  <jim@meyering.net>.
49714
49715 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
49716
49717         * lib/base64.c: Typo.
49718         (base64_encode): Put b64str in initialized data section.
49719
49720 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
49721
49722         Merge glibc and coreutils changes into gnulib, plus a few
49723         extra fixes.
49724         * lib/md5.c: Use #error rather than a string.
49725         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
49726         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
49727         (__attribute__): Define to empty for non recent-GCC.
49728         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
49729         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
49730         Renamed from their non-__ counterparts, with new macros replacing
49731         them if not _LIBC.  Add __THROW attribute.
49732         (rol): Remove.
49733         (struct md5_ctx): Align buffer if using GCC.
49734         * lib/sha1.h (struct sha1_ctx): Likewise.
49735         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
49736         The old name was backwards.
49737         (NOTSWAP): Remove; not used.
49738         (rol): New macro, moved here from md5.h.
49739         (sha1_process_block): Remove a FIXME that doesn't make sense.
49740
49741 2005-09-12  Derek Price  <derek@ximbiot.com>
49742
49743         Return usable errors from canon-host.
49744         * lib/canon-host.h: New file.
49745         * lib/canon-host.c (canon_host): Wrap...
49746         (canon_host_r): ...this new function, which now relies exclusively on
49747         getaddrinfo.
49748         (ch_strerror): New function.
49749         (last_cherror): New global.
49750         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
49751         interface.
49752         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
49753         void *.
49754         (freeaddrinfo): Free ai->ai_canonname when set.
49755
49756 2005-09-12  Derek Price  <derek@ximbiot.com>
49757
49758         Make canon-host require getaddrinfo.
49759         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
49760         AC_LIBSOURCE canon-host.h.  Call...
49761         (gl_PREREQ_CANON_HOST): ...this new function, which requires
49762         gl_GETADDRINFO.
49763         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
49764
49765 2005-09-12  Derek Price  <derek@ximbiot.com>
49766
49767         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
49768         LGPL.
49769         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
49770
49771 2005-09-12  Derek Price  <derek@ximbiot.com>
49772
49773         * lib/gai_strerror.c: Include config.h when available.  Include
49774         getaddrinfo.h before other headers to test interface.
49775         Reported by Larry Jones <lawrence.jones@ugs.com>.
49776
49777 2005-09-12  Derek Price  <derek@ximbiot.com>
49778             Paul Eggert  <eggert@cs.ucla.edu>
49779
49780         * modules/glob (Files): Add glob-libc.h.
49781
49782 2005-09-12  Derek Price  <derek@ximbiot.com>
49783             Paul Eggert  <eggert@cs.ucla.edu>
49784
49785         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
49786         glob_.h, glob-libc.h.
49787         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
49788
49789 2005-09-12  Derek Price  <derek@ximbiot.com>
49790             Paul Eggert  <eggert@cs.ucla.edu>
49791
49792         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
49793         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
49794         protecting things that should be done only in gnulib contexts.
49795         * lib/glob_.h: New file, containing only the glob things needed for
49796         gnulib.
49797         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
49798         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
49799         (glob, globfree, glob_pattern_p): Now defined simply in terms of
49800         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
49801         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
49802         and to respect the namespace rules better.
49803
49804 2005-09-08  Simon Josefsson  <jas@extundo.com>
49805
49806         * modules/socklen: New file.
49807
49808 2005-09-08  Simon Josefsson  <jas@extundo.com>
49809
49810         * m4/socklen.m4: New file.
49811
49812 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
49813
49814         * modules/utimens (Files): Add m4/utimbuf.m4, since
49815         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
49816         Reported by Sergey Poznyakoff.
49817
49818 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
49819
49820         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
49821         definitions, since that's the preferred style in glibc.
49822         Fix a minor spacing issue, and update copyright notice to match
49823         glibc's.
49824
49825 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
49826
49827         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
49828
49829 2005-09-06  Simon Josefsson  <jas@extundo.com>
49830
49831         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
49832         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
49833
49834 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
49835
49836         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
49837         warning.
49838
49839 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
49840
49841         * config/srclist.txt: Add glibc bug 1302.
49842
49843 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
49844
49845         Change bitset word type from unsigned int to unsigned long int,
49846         as this has better performance on typical 64-bit hosts.
49847         Port bitset code to hosts with unusual word sizes.
49848         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
49849         (build_collating_symbol):
49850         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
49851         argument is a bitset.  This is merely a style issue, but it makes
49852         it clearer that an entire array is expected.
49853         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
49854         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
49855         Port to the case where bitset_word is not the same as unsigned int.
49856         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
49857         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
49858         Likewise.
49859         * lib/regexec.c (check_dst_limits_calc_pos_1,
49860         check_subexp_matching_top):
49861         (build_trtable, group_nodes_into_DFAstates):
49862         Likewise.
49863         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
49864         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
49865         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
49866         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
49867         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
49868         * lib/regcomp.c (optimize_subexps, lower_subexp):
49869         Work even if bitset_word has holes in its bitwise representation.
49870         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
49871         * lib/regexec.c (check_dst_limits_calc_pos_1,
49872         check_subexp_matching_top):
49873         Likewise.
49874         * lib/regex_internal.c (re_string_reconstruct):
49875         Don't assume UCHAR_MAX == 255.
49876         * lib/regex_internal.h (bitset_set_all): Likewise.
49877         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
49878         All uses changed.
49879         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
49880         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
49881         All uses changed.
49882         (BITSET_WORD_MAX): New macro.
49883         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
49884         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
49885         (bitset_empty, bitset_copy):
49886         Prefer sizeof (bitset) to multiplying it out ourselves.
49887         (bitset_not_merge): Remove; unused.
49888         (bitset_contain): Return bool, not unsigned int with one bit on.
49889         All callers changed.
49890         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
49891         alignment than re_node_set; do this by defining a new internal
49892         type struct dests_alloc and using it to allocate memory.
49893
49894 2005-09-05  Bruno Haible  <bruno@clisp.org>
49895
49896         * gnulib-tool (func_import): Fix comparison in handling of symbolic
49897         links.
49898
49899 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
49900
49901         * modules/size_max (Makefile.am): Add size_max.h
49902
49903 2005-09-04  Derek Price  <derek@ximbiot.com>
49904
49905         * gnulib-tool (func_import): Fix reversed $symbolic logic.
49906
49907 2005-09-03  Simon Josefsson  <jas@extundo.com>
49908
49909         * gnulib-tool: Fix typo.
49910
49911 2005-09-03  Simon Josefsson  <jas@extundo.com>
49912
49913         * config/srclist.txt: Add glibc bug 1293.
49914
49915 2005-09-03  Derek Price  <derek@ximbiot.com>
49916
49917         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
49918         From Larry Jones <lawrence.jones@ugs.com>.
49919
49920 2005-09-02  Simon Josefsson  <jas@extundo.com>
49921
49922         * modules/socklen: New file.
49923
49924 2005-09-02  Simon Josefsson  <jas@extundo.com>
49925
49926         * modules/havelib: New module.
49927
49928         * modules/gettext, modules/iconv, modules/lock, modules/readline:
49929         Use havelib.
49930
49931 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
49932
49933         Check for arithmetic overflow when calculating sizes, to prevent
49934         some buffer-overflow issues.  These patches are conservative, in the
49935         sense that when I couldn't determine whether an overflow was possible,
49936         I inserted a run-time check.
49937         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
49938         macros.
49939         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
49940         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
49941         (re_xnrealloc, re_x2nrealloc): New inline functions.
49942         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
49943         parse_bracket_exp):
49944         (build_equiv_class, build_charclass): Check for arithmetic overflow
49945         in size expression calculations.
49946         * lib/regex_internal.c (re_string_realloc_buffers):
49947         (build_wcs_upper_buffer, re_node_set_add_intersect):
49948         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
49949         (re_dfa_add_node, register_state): Likewise.
49950         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
49951         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
49952         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
49953         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
49954
49955 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
49956
49957         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
49958         m4/ulonglong.m4.  Problem reported by Martin Lambers.
49959
49960 2005-09-02  Bruno Haible  <bruno@clisp.org>
49961
49962         Support for lib vs. lib64 distinction on biarch platforms.
49963         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
49964         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
49965         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
49966
49967 2005-09-02  Bruno Haible  <bruno@clisp.org>
49968
49969         * gnulib-tool (import): In the other first-use case, provide defaults
49970         as well.
49971
49972 2005-09-02  Bruno Haible  <bruno@clisp.org>
49973
49974         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
49975         patches not yet found in the latest gettext release.
49976
49977 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
49978
49979         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
49980         to avoid a collision with bits/local_lim.h in glibc.
49981         All uses changed.  Problem reported by Dmitry V. Levin in
49982         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
49983
49984         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
49985         bugs in int versus size_t comparisons.
49986         (re_string_context_at): Fix bug where the code assumed that
49987         Idx is signed.
49988
49989         Use bool where appropriate.
49990         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
49991         All callers changed.
49992         (calc_eclosure_iter): Likewise, for ROOT arg.
49993         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
49994         (build_charclass_op): Likewise, for NON_MATCH arg.
49995         * lib/regex_internal.c (re_string_allocate, re_string_construct):
49996         (re_string_construct_common): Likewise, for ICASE arg.
49997         * lib/regexec.c (re_search_2_stub, re_search_stub):
49998         Likewise, for RET_LEN arg.
49999         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
50000         (set_regs): Likewise, for FL_BACKTRACK arg.
50001         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
50002         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
50003         (calc_eclosure_iter, parse_bracket_exp):
50004         Use bool for internal variables that are booleans.
50005         * lib/regexec.c (re_search_internal, check_matching,
50006         proceed_next_node):
50007         (set_regs, build_sifted_states, sift_states_bkref):
50008         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
50009         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
50010         (find_collation_sequence_value):
50011         Likewise.
50012         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
50013         (re_node_set_compare):
50014         Return bool, not int. All callers changed.
50015         * lib/regexec.c (check_halt_node_context, check_dst_limits):
50016         (build_trtable, check_node_accept): Likewise.
50017         * lib/regex_internal.h: Include stdbool.h.
50018
50019         Fix bugs uncovered when converting to bool.
50020         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
50021         failure instead of charging ahead blindly.
50022         * lib/regex_internal.c (register_state): Likewise.
50023         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
50024         for freeing internal storage.
50025         (group_nodes_into_DFA_states): Use unsigned int, not int, for
50026         bitset pieces used as boolean, to avoid undefined behavior
50027         on hosts that do int overflow checking.
50028
50029 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50030
50031         * config/srclist.txt: Add glibc bugs 1285-1287.
50032
50033 2005-09-01  Jim Meyering  <jim@meyering.net>
50034
50035         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
50036         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
50037         Require gl_STAT_MACROS, too.
50038
50039 2005-09-01  Bruno Haible  <bruno@clisp.org>
50040
50041         * gnulib-tool (import): In the first-use case, provide defaults.
50042
50043 2005-09-01  Bruno Haible  <bruno@clisp.org>
50044
50045         * gnulib-tool (func_import): Remove the .tmp files.
50046
50047 2005-09-01  Bruno Haible  <bruno@clisp.org>
50048
50049         * gnulib-tool (func_import): Fix handling of symbolic links.
50050
50051 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50052
50053         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
50054         old glibc regex code mishandles strings longer than 2**31 bytes.
50055         This patch fixes this when the regex code is used in gnulib
50056         (i.e., outside glibc).
50057
50058         This patch should not affect the use of the regex code inside
50059         glibc.  No doubt this problem also needs to be handled for glibc
50060         as well, but the result will be an incompatible change to the
50061         glibc ABI, and the old ABI will have to be supported too.  That
50062         can be the the subject for another patch.
50063
50064         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
50065         governing whether the rest of this patch is active.  By default,
50066         the macro is disabled and the patch has no effect.
50067         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
50068         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
50069         (struct re_pattern_buffer, re_search, re_search_2, re_match):
50070         (re_match_2, re_set_registers): Use the new types.
50071         * lib/regex_internal.h (Idx, re_hashval_t): New types.
50072         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
50073         New macros.
50074         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
50075         (re_string_context_at, bin_tree_t, re_dfastate_t):
50076         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
50077         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
50078         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
50079         (re_string_char_size_at, re_string_wchar_at):
50080         (re_string_elem_size_at):
50081         Use the new types and macros to port to 64-bit hosts.
50082         Use unsigned types for internal values, so that the code
50083         mostly works even for arrays larger than SSIZE_MAX.
50084         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
50085         (search_duplicated_node, calc_eclosure_iter, fetch_number):
50086         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
50087         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
50088         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
50089         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
50090         (calc_inveclosure, parse_dup_op, build_range_exp):
50091         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
50092         (fetch_number, create_token_tree, mark_opt_subexp):
50093         Likewise.
50094         * lib/regex_internal.c (re_string_construct_common,
50095         create_ci_newstate):
50096         (create_cd_newstate, re_string_allocate, re_string_construct):
50097         (re_string_realloc_buffers, build_wcs_upper_buffer):
50098         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
50099         (re_string_reconstruct, re_string_peek_byte_case):
50100         (re_string_fetch_byte_case, re_string_context_at):
50101         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
50102         (re_node_set_init_copy, re_node_set_add_intersect):
50103         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50104         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50105         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
50106         (re_acquire_state, re_acquire_state_context, register_state):
50107         Likewise.
50108         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
50109         search_cur_bkref_entry):
50110         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
50111         (re_search_internal, re_search_2_stub, re_search_stub)
50112         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
50113         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
50114         (update_cur_sifted_state, check_dst_limits):
50115         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50116         (check_subexp_limits, sift_states_bkref, merge_state_array):
50117         (check_subexp_matching_top, get_subexp, get_subexp_sub):
50118         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
50119         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
50120         (expand_bkref_cache, check_node_accept_bytes):
50121         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
50122         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
50123         (acquire_init_state_context, check_halt_node_context):
50124         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
50125         (sift_states_backward, clean_state_log_if_needed):
50126         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
50127         (find_recover_state, transit_state_sb, transit_state_mb):
50128         (transit_state_bkref, build_trtable, match_ctx_clean):
50129         Likewise.
50130         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
50131         to work around an assumption that REG_MISSING is negative.
50132
50133         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
50134         (seek_collating_symbol_entry) [defined _LIBC]:
50135         (lookup_collation_sequence_value) [defined _LIBC]:
50136         (build_range_exp, build_collating_symbol) [defined _LIBC]:
50137         Use prototypes rather than old-style function definitions.
50138         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
50139         (transit_state_sb) [0]:
50140         (find_collation_sequence_value) [defined _LIBC]: Likewise.
50141
50142         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
50143         rm_eo.
50144
50145         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
50146         (optimize_subexps, lower_subexp):
50147         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
50148         since the signed shift might overflow.  Use 1u<<31 instead.
50149         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50150         Likewise.
50151         * lib/regexec.c (check_dst_limits_calc_pos_1,
50152         check_subexp_matching_top): Likewise.
50153
50154         * lib/regcomp.c (optimize_subexps, lower_subexp):
50155         Use CHAR_BIT rather than 8, for clarity.
50156         * lib/regexec.c (check_dst_limits_calc_pos_1):
50157         (check_subexp_matching_top): Likewise.
50158         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
50159         have to worry about portability issues when shifting it left.
50160         Remove no-longer-needed test for table_size > 0.
50161         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
50162         in a word, as the resulting behavior is undefined.
50163         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
50164         in one case, a <= should have been an <, and in another case the
50165         whole test was missing.
50166         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
50167         the standard name CHAR_BIT.
50168         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
50169         this is not true on one's complement and signed-magnitude hosts.
50170
50171         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
50172         next_last_offset.
50173         (struct re_dfa_t): Remove unused member states_alloc.
50174         * lib/regcomp.c (init_dfa): Don't initialize unused members.
50175
50176 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50177
50178         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
50179         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
50180         and large-file glibc and in 32-bit large-file Solaris.
50181
50182 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50183
50184         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
50185         lengths fit in regoff_t; this isn't true if regoff_t is the same
50186         width as size_t.
50187         * lib/regex.c (re_search_internal): 5th arg is LAST_START
50188         (= START + RANGE) instead of RANGE.  This avoids overflow
50189         problems when regoff_t is the same width as size_t.
50190         All callers changed.
50191         (re_search_2_stub): Check for overflow when adding the
50192         sizes of the two strings.
50193         (re_search_stub): Check for overflow when adding START
50194         to RANGE; if it occurs, substitute the extreme value.
50195
50196 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50197
50198         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
50199
50200 2005-08-31  Jim Meyering  <jim@meyering.net>
50201
50202         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
50203         a pointer-to-const.
50204         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
50205         (register_state): Likewise.
50206         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
50207         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50208         (group_nodes_into_DFAstates): Likewise.
50209
50210 2005-08-31  Jim Meyering  <jim@meyering.net>
50211
50212         * check-module: Add a FIXME comment.
50213
50214 2005-08-31  Eric Blake  <ebb9@byu.net>
50215
50216         * modules/unistd-safer (Files): Add unistd--.h.
50217         * modules/stdio-safer (Files): Add stdio--.h.
50218
50219 2005-08-31  Derek Price  <derek@ximbiot.com>
50220
50221         * lib/getdelim.c (getdelim): Return EOF on EOF.
50222         Reported by Larry Jones <lawrence.jones@ugs.com>.
50223
50224 2005-08-31  Bruno Haible  <bruno@clisp.org>
50225
50226         Avoid unnecessary diffs in the generated lib/Makefile.am.
50227         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
50228         the generated files.
50229         (func_import): Don't set cmd.
50230
50231 2005-08-31  Bruno Haible  <bruno@clisp.org>
50232
50233         * lib/strstr.c: Include <stddef.h>, for NULL.
50234         * lib/strcasestr.c: Likewise.
50235         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
50236
50237 2005-08-31  Bruno Haible  <bruno@clisp.org>
50238
50239         * gnulib-tool: New option --macro-prefix.
50240         (func_import): Use macro_prefix.
50241         (import): Handle option --macro-prefix.
50242
50243 2005-08-31  Bruno Haible  <bruno@clisp.org>
50244
50245         * gnulib-tool (import): Rename most ac_* variables to cached_*.
50246         Also use new variables cached_lgpl, cached_libtool.
50247
50248 2005-08-31  Bruno Haible  <bruno@clisp.org>
50249
50250         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
50251         always instantiating them.
50252
50253 2005-08-31  Bruno Haible  <bruno@clisp.org>
50254
50255         * gnulib-tool (func_import): Read the previous cached settings
50256         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
50257         earlier added by gnulib but are now dropped. Warn when a gnulib file
50258         overwrites a non-gnulib file.
50259
50260 2005-08-31  Bruno Haible  <bruno@clisp.org>
50261
50262         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
50263         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
50264         projects that don't keep autogenerated files in CVS. Put into
50265         actioncmd only the specified modules, not the transitive closure.
50266
50267 2005-08-31  Bruno Haible  <bruno@clisp.org>
50268
50269         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
50270         Create directories that shall be filled.
50271         (import): Don't look for gl_* macros in configure.ac. Recurse across
50272         all directories containing a gnulib-cache.m4 files, if meaningful.
50273
50274 2005-08-31  Bruno Haible  <bruno@clisp.org>
50275
50276         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
50277         (import): Set seen_libtool when we see gl_LIBTOOL.
50278
50279 2005-08-31  Bruno Haible  <bruno@clisp.org>
50280
50281         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
50282         declaration macro definitions from generated gnulib.m4.
50283
50284 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
50285
50286         * lib/iconvme.h: Add prototype for iconv_alloc.
50287
50288 2005-08-29  Simon Josefsson  <jas@extundo.com>
50289
50290         * lib/iconvme.c: Fix errno.
50291
50292 2005-08-29  Bruno Haible  <bruno@clisp.org>
50293
50294         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
50295         that it works when the directory contains spaces.
50296
50297 2005-08-29  Bruno Haible  <bruno@clisp.org>
50298
50299         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
50300
50301 2005-08-29  Bruno Haible  <bruno@clisp.org>
50302
50303         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
50304         Emit more advice.
50305
50306 2005-08-29  Bruno Haible  <bruno@clisp.org>
50307         and Stepan Kasal  <kasal@ucw.cz>
50308
50309         * check-module: If more parameters are given, check each of them
50310         separately; add more exceptions, as noted by Jim Meyering.
50311         (check_module): New procedure.
50312         (%exempt_header): Now contains all exceptions.
50313
50314 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
50315
50316         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
50317
50318 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
50319
50320         * lib/iconvme.c: Split iconv_string into iconv_alloc.
50321
50322 2005-08-28  Bruno Haible  <bruno@clisp.org>
50323
50324         * m4/gnulib-tool.m4: New file.
50325
50326 2005-08-27  Jim Meyering  <jim@meyering.net>
50327
50328         * modules/unistd-safer (Files): Add pipe-safer.c.
50329         * modules/fcntl-safer (Files): Add creat-safer.c.
50330
50331 2005-08-27  Jim Meyering  <jim@meyering.net>
50332
50333         * m4/stdlib-safer.m4: New file.  From coreutils.
50334         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
50335         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
50336         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
50337         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
50338         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
50339
50340 2005-08-27  Jim Meyering  <jim@meyering.net>
50341
50342         * lib/fopen-safer.c: Merge minor changes from coreutils.
50343         * lib/dup-safer.c: Likewise.
50344         * lib/fd-safer.c: Likewise.
50345
50346         Merge from coreutils.
50347         * lib/stdio--.h: New file.
50348         * lib/stdlib--.h: New file.
50349         * lib/mkstemp-safer.c: New file.
50350
50351         GNU tar needs these.
50352         * lib/pipe-safer.c: New file.
50353         * lib/creat-safer.c: New file.
50354         * lib/fcntl--.h (creat): Define to creat_safer.
50355         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
50356         * lib/unistd--.h (pipe): Define to pipe_safer.
50357         * lib/unistd-safer.h: Declare pipe_safer.
50358
50359 2005-08-26  Simon Josefsson  <jas@extundo.com>
50360
50361         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
50362         Haible <bruno@clisp.org>.
50363
50364 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
50365
50366         * lib/regex_internal.h: Remove all references to
50367         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
50368         or better.
50369         (bitset_not, bitset_merge, bitset_not_merge):
50370         (bitset_mask, re_string_allocate, re_string_construct):
50371         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
50372         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
50373         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
50374         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
50375         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50376         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50377         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
50378         (re_acquire_state_context):
50379         Remove unnecessary forward decls.
50380         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
50381         Put __attribute at function definition,
50382         now that the function decl has been removed.
50383         * lib/regex_internal.c (re_string_peek_byte_case):
50384         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
50385         Likewise.
50386
50387 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
50388
50389         * m4/regex.m4: Add AC_PREREQ(2.50).
50390         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
50391
50392 2005-08-25  Simon Josefsson  <jas@extundo.com>
50393
50394         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
50395         __fsetlocking.
50396
50397 2005-08-25  Simon Josefsson  <jas@extundo.com>
50398
50399         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
50400         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
50401         GLIBC specific code.
50402
50403 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50404
50405         Make regex safe for g++.  This fixes one real bug (an "err"
50406         that should have been "*err").  g++ problem reported by
50407         Sam Steingold.
50408         * lib/regex_internal.h (re_calloc): New macro, consistent with
50409         re_malloc etc.  All callers of calloc changed to use re_calloc.
50410         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
50411         not int.  All callers changed.
50412         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
50413         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
50414         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
50415         (find_recover_state): Change "err" to "*err"; this fixes what
50416         appears to be a real bug.
50417         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
50418         versus int.
50419
50420 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50421
50422         * modules/regex (Depends-on): Add malloc, since the code
50423         assumes that !malloc(0) means failure.
50424
50425 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50426
50427         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
50428
50429         alloca modernization/simplification for regex.
50430         * lib/regex.c: Remove portability cruft for alloca.  This no longer
50431         needs to be at the start of the file, and can be moved into
50432         regex_internal.h and simplified.
50433         * lib/regex_internal.h: Include <alloca.h>.
50434         (__libc_use_alloca) [!defined _LIBC]: New macro.
50435         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
50436         now works outside glibc.
50437
50438 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50439
50440         * config/srclist.txt: Add glibc bugs 1241, 1245.
50441
50442 2005-08-25  Jim Meyering  <jim@meyering.net>
50443
50444         * lib/open-safer.c: Include <config.h>.
50445         Otherwise, we'd lose LARGEFILE support in any file using
50446         e.g. "fcntl--.h"
50447
50448 2005-08-25  Bruno Haible  <bruno@clisp.org>
50449
50450         * m4/minmax.m4: Require autoconf 2.52.
50451         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
50452         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
50453         alternatives of translit over the alphabet.
50454         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
50455
50456 2005-08-24  Simon Josefsson  <jas@extundo.com>
50457
50458         * tests/test-getpass.c: New file.
50459
50460 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50461
50462         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
50463         for GNU regex features.
50464
50465 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50466
50467         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
50468         * lib/regex.h (regerror): Likewise.
50469
50470         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
50471         requires this.  (The code never needed it.)
50472
50473         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
50474         All uses of recently-renamed identifiers changed to use the new,
50475         POSIX-compliant names.  The code will build and run just fine
50476         without these changes, but it's better to eat our own dog food
50477         and use the standard-conforming names.
50478
50479         * lib/regex.h: Fix a multitude of POSIX name space violations.
50480         These changes have an effect only for programs that define
50481         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
50482         do not change anything for programs compiled in the normal way.
50483         Also, there is no effect on the ABI.
50484
50485         (_REGEX_SOURCE): New macro.
50486         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
50487         defined and _GNU_SOURCE is not; this fixes a name space violation.
50488
50489         Rename the following macros to obey POSIX requirements.
50490         The old names are still visible as macros if _REGEX_SOURCE is defined.
50491         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
50492         RE_BACKSLASH_ESCAPE_IN_LISTS.
50493         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
50494         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
50495         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
50496         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
50497         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
50498         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
50499         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
50500         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
50501         (REG_INTERVALS): renamed from RE_INTERVALS.
50502         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
50503         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
50504         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
50505         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
50506         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
50507         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
50508         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
50509         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
50510         RE_UNMATCHED_RIGHT_PAREN_ORD.
50511         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
50512         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
50513         (REG_DEBUG): renamed from RE_DEBUG.
50514         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
50515         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
50516         unusual, since we can't clash with the POSIX REG_ICASE.
50517         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
50518         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
50519         (REG_NO_SUB): renamed from RE_NO_SUB.
50520         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
50521         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
50522         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
50523         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
50524         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
50525         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
50526         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
50527         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
50528         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
50529         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
50530         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
50531         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
50532         RE_SYNTAX_POSIX_MINIMAL_BASIC.
50533         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
50534         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
50535         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
50536         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
50537         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
50538         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
50539         (REG_FIXED): Renamed from REGS_FIXED.
50540         (REG_NREGS): Renamed from RE_NREGS.
50541
50542         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
50543         of other REG_* macros, since POSIX says the user is allowed to
50544         #undef these macros selectively.
50545
50546         (reg_errcode_t): Update comment stating what other tables need
50547         to be consistent.
50548
50549         Rename the following enum values to obey POSIX requirements.
50550         The old names are still visible as macros.
50551         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
50552         is not defined, since GNU is supposed to be a superset of POSIX as
50553         much as possible, and since we want reg_errcode_t to be a signed
50554         type for implementation consistency.
50555         (_REG_NOERROR): Renamed from REG_NOERROR.
50556         (_REG_NOMATCH): Renamed from REG_NOMATCH.
50557         (_REG_BADPAT): Renamed from REG_BADPAT.
50558         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
50559         (_REG_ECTYPE): Renamed from REG_ECTYPE.
50560         (_REG_EESCAPE): Renamed from REG_EESCAPE.
50561         (_REG_ESUBREG): Renamed from REG_ESUBREG.
50562         (_REG_EBRACK): Renamed from REG_EBRACK.
50563         (_REG_EPAREN): Renamed from REG_EPAREN.
50564         (_REG_EBRACE): Renamed from REG_EBRACE.
50565         (_REG_BADBR): Renamed from REG_BADBR.
50566         (_REG_ERANGE): Renamed from REG_ERANGE.
50567         (_REG_ESPACE): Renamed from REG_ESPACE.
50568         (_REG_BADRPT): Renamed from REG_BADRPT.
50569         (_REG_EEND): Renamed from REG_EEND.
50570         (_REG_ESIZE): Renamed from REG_ESIZE.
50571         (_REG_ERPAREN): Renamed from REG_ERPAREN.
50572         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
50573         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
50574         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
50575         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
50576
50577         (_REG_RE_NAME, _REG_RM_NAME): New macros.
50578         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
50579         changed.  But support the old name if the new one is not defined
50580         and if _REGEX_SOURCE.
50581
50582         Change the following member names in struct re_pattern_buffer.
50583         The old names are still supported if !_REGEX_SOURCE.
50584         The new names are always supported, regardless of _REGEX_SOURCE.
50585         (re_buffer): Renamed from buffer.
50586         (re_allocated): Renamed from allocated.
50587         (re_used): Renamed from used.
50588         (re_syntax): Renamed from syntax.
50589         (re_fastmap): Renamed from fastmap.
50590         (re_translate): Renamed from translate.
50591         (re_can_be_null): Renamed from can_be_null.
50592         (re_regs_allocated): Renamed from regs_allocated.
50593         (re_fastmap_accurate): Renamed from fastmap_accurate.
50594         (re_no_sub): Renamed from no_sub.
50595         (re_not_bol): Renamed from not_bol.
50596         (re_not_eol): Renamed from not_eol.
50597         (re_newline_anchor): Renamed from newline_anchor.
50598
50599         Change the following member names in struct re_registers.
50600         The old names are still supported if !_REGEX_SOURCE.
50601         The new names are always supported, regardless of _REGEX_SOURCE.
50602         (rm_num_regs): Renamed from num_regs.
50603         (rm_start): Renamed from start.
50604         (rm_end): Renamed from end.
50605
50606         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
50607         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
50608         Prepend __ to parameter names.
50609
50610         Undo yesterday's changes.
50611
50612 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50613
50614         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
50615         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
50616         lib/regex.c.
50617
50618 2005-08-24  Jim Meyering  <jim@meyering.net>
50619
50620         Sync from coreutils.
50621         * m4/fcntl-safer.m4: New file.
50622
50623         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
50624         and object files for this module.
50625
50626 2005-08-24  Jim Meyering  <jim@meyering.net>
50627
50628         Sync from coreutils.
50629         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
50630
50631 2005-08-24  Jim Meyering  <jim@meyering.net>
50632
50633         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
50634         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
50635
50636 2005-08-24  Jim Meyering  <jim@meyering.net>
50637
50638         * modules/fcntl-safer: New module.
50639         * modules/fts (Depends-on): Add fcntl-safer.
50640         * MODULES.html.sh (File descriptor based Input/Output):
50641         Add fcntl-safer.
50642
50643 2005-08-24  Bruno Haible  <bruno@clisp.org>
50644
50645         Support for unit test modules.
50646         * modules/README: Mention tests modules.
50647         * modules/TEMPLATE-TESTS: New file.
50648         * gnulib-tool: New options --extract-tests-module, --with-tests and
50649         --tests-base (unused for the moment).
50650         (testsbase, inctests): New variables.
50651         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
50652         (func_verify_module): Exclude TEMPLATE-TESTS.
50653         (func_verify_nontests_module, func_verify_tests_module): New functions.
50654         (func_get_dependencies): Add implicit dependency for tests modules.
50655         (func_get_tests_module): New function.
50656         (func_modules_transitive_closure): When --with-tests was specified,
50657         include the unit tests as well, unless explicitly avoided.
50658         (func_emit_lib_Makefile_am): Ignore the tests modules here.
50659         (func_emit_tests_Makefile_am): New function.
50660         (func_create_testdir): When --with-tests was specified, emit a
50661         tests/ directory.
50662         * MODULES.html.sh (Future developments): Update.
50663
50664 2005-08-24  Bruno Haible  <bruno@clisp.org>
50665
50666         * modules/tls-tests: New file.
50667         * tests/test-tls.c: New file, from GNU gettext.
50668
50669 2005-08-24  Bruno Haible  <bruno@clisp.org>
50670
50671         * modules/lock-tests: New file.
50672         * tests/test-lock.c: New file, from GNU gettext.
50673
50674 2005-08-24  Bruno Haible  <bruno@clisp.org>
50675
50676         * lib/lock.h: Add multiple inclusion guard.
50677         * lib/tls.h: Add multiple inclusion guard.
50678
50679 2005-08-24  Bruno Haible  <bruno@clisp.org>
50680
50681         * gnulib-tool: Add support for the --aux-dir option to
50682         --create-testdir, --create-megatestdir, --test, --megatest.
50683         (func_create_testdir, func_create_megatestdir): Optionally emit a
50684         AC_CONFIG_AUX_DIR directive.
50685         (create-testdir, create-megatestdir, test, megatest): Provide a
50686         default value for $auxdir.
50687
50688 2005-08-24  Bruno Haible  <bruno@clisp.org>
50689
50690         * gnulib-tool (import): Use compound statement instead of subshell
50691         where possible.
50692
50693 2005-08-24  Bruno Haible  <bruno@clisp.org>
50694
50695         * gnulib-tool (import): Change --aux-dir default to "build-aux".
50696
50697 2005-08-24  Bruno Haible  <bruno@clisp.org>
50698
50699         * gnulib-tool (func_version): Update.
50700
50701 2005-08-24  Bruno Haible  <bruno@clisp.org>
50702
50703         * gnulib-tool (func_import, func_create_testdir,
50704         func_create_megatestdir): Quote all autoconf macro arguments.
50705
50706 2005-08-24  Bruno Haible  <bruno@clisp.org>
50707
50708         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
50709         option --force, because --force causes the aclocal.m4 of each
50710         subdirectory to be newer than the corresponding config.h.in.
50711
50712 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
50713
50714         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
50715         All contents moved to gl_REGEX.
50716         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
50717         assume that it does.
50718
50719 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
50720
50721         * lib/regex.h (REG_NOSYS)
50722         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
50723         Define, since POSIX requires it as of 2001.
50724         (_REG_ENOSYS)
50725         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
50726         New private symbol, used to keep the enum signed in all cases.
50727         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
50728         Youngman in
50729         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
50730
50731         * lib/regex_internal.c (re_string_skip_chars, register_state):
50732         (calc_state_hash):
50733         Remove forward decls; no longer needed now that we use prototypes.
50734         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
50735         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
50736         (clean_state_log_if_needed): Likewise.
50737
50738 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
50739
50740         * config/srclist.txt: Add glibc bugs 1231-1233.
50741
50742 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
50743
50744         Fix problems reported by Sam Steingold in
50745         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
50746         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
50747         assumed that reg_errcode_t is a signed type, which is not
50748         necessarily true if _XOPEN_SOURCE is not defined.
50749         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
50750         since some compilers warn about it otherwise.
50751
50752 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
50753
50754         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
50755         (init_word_char, create_initial_state, duplicate_node_closure):
50756         (fetch_token, peek_token_bracket, build_range_exp):
50757         (build_collating_symbol): Remove forward decls; no longer needed
50758         now that we use prototypes.
50759
50760         * lib/regcomp.c:
50761         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
50762         (re_compile_fastmap_iter, regcomp, regerror, regfree):
50763         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
50764         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
50765         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
50766         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
50767         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
50768         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
50769         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
50770         (build_range_exp, build_collating_symbol, parse_bracket_exp):
50771         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
50772         (build_charclass, build_charclass_op, fetch_number, create_tree):
50773         (create_token_tree, mark_opt_subexp, duplicate_tree):
50774         Use prototypes rather than old-style definitions.
50775
50776         * lib/regex_internal.c:
50777         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
50778         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
50779         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
50780         (re_string_reconstruct, re_string_peek_byte_case):
50781         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
50782         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
50783         (re_node_set_init_copy, re_node_set_add_intersect):
50784         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50785         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50786         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
50787         (re_acquire_state, re_acquire_state_context, register_state):
50788         (create_ci_newstate, create_cd_newstate, free_state):
50789         Likewise.
50790         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
50791         re_search_2):
50792         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
50793         (re_search_internal, prune_impossible_nodes):
50794         (acquire_init_state_context, check_matching, static):
50795         (check_halt_node_context, check_halt_state_context, proceed_next_node):
50796         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
50797         (update_regs, sift_states_backward, build_sifted_states):
50798         (clean_state_log_if_needed, merge_state_array):
50799         (update_cur_sifted_state, add_epsilon_src_nodes):
50800         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
50801         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
50802         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
50803         (find_recover_state, check_subexp_matching_top, transit_state_mb):
50804         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
50805         (check_arrival, check_arrival_add_next_nodes):
50806         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
50807         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
50808         (check_node_accept_bytes, check_node_accept, extend_buffers):
50809         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
50810         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
50811         (sift_ctx_init):
50812         Likewise.
50813
50814         * lib/regex_internal.h:
50815         (re_string_allocate, re_string_construct, re_string_reconstruct):
50816         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
50817         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
50818         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
50819         (re_string_context_at, re_string_peek_byte_case):
50820         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
50821         is defined, since we now use prototypes always.
50822
50823         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
50824         C89 or better.  All uses removed.
50825
50826 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
50827
50828         * config/srclist.txt: Add glibc bugs 1220-1227.
50829
50830 2005-08-20  Jim Meyering  <jim@meyering.net>
50831
50832         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
50833         of unused local, dfa.
50834
50835 2005-08-20  Bruno Haible  <bruno@clisp.org>
50836
50837         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
50838
50839 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50840
50841         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
50842         (re_node_set_insert_last, re_dfa_add_node):
50843         Rename local variables to avoid GCC shadowing warnings.
50844
50845 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50846
50847         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
50848         [defined lint]: Suppress bogus uninitialized-variable warnings.
50849
50850         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
50851         and let the caller return REG_ESPACE if out of space.  This
50852         removes an uninitialied-variable warning with GCC 4.0.1, and also
50853         avoids taking the address of a local variable.  All callers
50854         changed.
50855
50856 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50857
50858         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
50859         $LIBCSRC/posix/regexec.c.
50860         Add glibc bug 1217 for regcomp.c.
50861
50862 2005-08-19  Jim Meyering  <jim@meyering.net>
50863
50864         * lib/regexec.c (proceed_next_node): Redo local variables to
50865         avoid GCC shadowing warnings.
50866
50867 2005-08-18  Bruno Haible  <bruno@clisp.org>
50868
50869         * lib/strstr.c (strstr): Fix return value in multibyte case.
50870         * lib/strcasestr.c (strcasestr): Likewise.
50871
50872 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
50873
50874         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
50875
50876 2005-08-17  Jim Meyering  <jim@meyering.net>
50877
50878         Make the %s format (seconds since the epoch) work for a negative
50879         number and when used with a zero-padded field width, e.g. %015s.
50880
50881         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
50882         label so that it precedes the code to set `digits'.  Otherwise,
50883         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
50884         print `00-22'.  Now, it prints `-0022', as it should.
50885
50886 2005-08-17  Bruno Haible  <bruno@clisp.org>
50887
50888         * modules/strstr (Files): Add m4/mbrtowc.m4.
50889         (Depends-on): Add mbuiter.
50890
50891 2005-08-17  Bruno Haible  <bruno@clisp.org>
50892
50893         * modules/strcasestr: New file.
50894         * MODULES.html.sh (String handling, based on ANSI C 89): Add
50895         strcasestr.
50896
50897 2005-08-17  Bruno Haible  <bruno@clisp.org>
50898
50899         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
50900
50901 2005-08-17  Bruno Haible  <bruno@clisp.org>
50902
50903         * modules/mbuiter: New file.
50904         * MODULES.html.sh (Extended multibyte and wide character utilities):
50905         Add mbuiter.
50906
50907 2005-08-17  Bruno Haible  <bruno@clisp.org>
50908
50909         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
50910         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
50911
50912 2005-08-17  Bruno Haible  <bruno@clisp.org>
50913
50914         * m4/strcasestr.m4: New file.
50915
50916 2005-08-17  Bruno Haible  <bruno@clisp.org>
50917
50918         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
50919         * lib/strstr.c: Completely rewritten, with multibyte locale support.
50920
50921 2005-08-17  Bruno Haible  <bruno@clisp.org>
50922
50923         * lib/strcasestr.h: New file.
50924         * lib/strcasestr.c: New file.
50925
50926 2005-08-17  Bruno Haible  <bruno@clisp.org>
50927
50928         * lib/strcasecmp.c: Use mbuiter.h.
50929
50930 2005-08-17  Bruno Haible  <bruno@clisp.org>
50931
50932         * lib/mbuiter.h: New file.
50933
50934 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
50935
50936         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
50937         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
50938         and gl_GETOPT are both invoked via different paths (as happens
50939         with GNU tar CVS because it uses both argp and getopt), the former
50940         wins.
50941
50942 2005-08-16  Bruno Haible  <bruno@clisp.org>
50943
50944         * modules/tls: New file.
50945         * MODULES.html.sh (Multithreading): Add tls.
50946
50947 2005-08-16  Bruno Haible  <bruno@clisp.org>
50948
50949         * modules/strnlen1: New file.
50950         * MODULES.html.sh (String handling): Add strnlen1.
50951
50952 2005-08-16  Bruno Haible  <bruno@clisp.org>
50953
50954         * modules/strcase (Files): Add m4/mbrtowc.m4.
50955         (Depends-on): Add strnlen1, mbchar.
50956
50957 2005-08-16  Bruno Haible  <bruno@clisp.org>
50958
50959         * modules/mbiter: New file.
50960         * MODULES.html.sh (Extended multibyte and wide character utilities):
50961         Add mbiter.
50962
50963 2005-08-16  Bruno Haible  <bruno@clisp.org>
50964
50965         * modules/mbfile: New file.
50966         * MODULES.html.sh (Extended multibyte and wide character utilities):
50967         Add mbfile.
50968
50969 2005-08-16  Bruno Haible  <bruno@clisp.org>
50970
50971         * modules/mbchar: New file.
50972         * MODULES.html.sh (Extended multibyte and wide character utilities):
50973         New section.
50974
50975 2005-08-16  Bruno Haible  <bruno@clisp.org>
50976
50977         * m4/tls.m4: New file, from GNU gettext.
50978
50979 2005-08-16  Bruno Haible  <bruno@clisp.org>
50980
50981         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
50982         always.
50983         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
50984
50985 2005-08-16  Bruno Haible  <bruno@clisp.org>
50986
50987         * m4/mbiter.m4: New file.
50988
50989 2005-08-16  Bruno Haible  <bruno@clisp.org>
50990
50991         * m4/mbfile.m4: New file.
50992
50993 2005-08-16  Bruno Haible  <bruno@clisp.org>
50994
50995         * m4/mbchar.m4: New file.
50996
50997 2005-08-16  Bruno Haible  <bruno@clisp.org>
50998
50999         * lib/tls.h: New file, from GNU gettext.
51000         * lib/tls.c: New file, from GNU gettext.
51001
51002 2005-08-16  Bruno Haible  <bruno@clisp.org>
51003
51004         * lib/strnlen1.h: New file.
51005         * lib/strnlen1.c: New file.
51006
51007 2005-08-16  Bruno Haible  <bruno@clisp.org>
51008
51009         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
51010         (mbi_init): Update.
51011         (mbi_avail, mbi_advance): Let the iteration end before the terminating
51012         NUL byte, not after it.
51013
51014 2005-08-16  Bruno Haible  <bruno@clisp.org>
51015
51016         * lib/strcase.h (strcasecmp): Add note in comments.
51017         * lib/strncasecmp.c: Use code from strcasecmp.c.
51018         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
51019         (strcasecmp): Work correctly in multibyte locales.
51020
51021 2005-08-16  Bruno Haible  <bruno@clisp.org>
51022
51023         * lib/mbiter.h: New file.
51024
51025 2005-08-16  Bruno Haible  <bruno@clisp.org>
51026
51027         * lib/mbfile.h: New file.
51028
51029 2005-08-16  Bruno Haible  <bruno@clisp.org>
51030
51031         * lib/mbchar.h: New file.
51032         * lib/mbchar.c: New file.
51033
51034 2005-08-16  Bruno Haible  <bruno@clisp.org>
51035
51036         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
51037         the valid ones. Makes the comparison operations transitive:
51038         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
51039         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
51040
51041 2005-08-15  Simon Josefsson  <jas@extundo.com>
51042
51043         * modules/ssize_t (License): Change to 'unlimited'.
51044
51045         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
51046
51047 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
51048
51049         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
51050         Add comments for each pending glibc patch.
51051
51052 2005-08-15  Bruno Haible  <bruno@clisp.org>
51053
51054         * lib/regex.h (__restrict_arr): Don't define to __restrict if
51055         __cplusplus is defined.
51056
51057 2005-08-14  Jim Meyering  <jim@meyering.net>
51058
51059         Sync from coreutils.
51060
51061         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
51062         Use the hash-table-based cycle-detection code not just when
51063         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
51064         Reported by James Youngman in
51065         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
51066         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
51067         FTS_TIGHT_CYCLE_CHECK.
51068         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
51069         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
51070         once again.
51071         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
51072         * lib/fts.c (fd_safer): Remove decl.
51073         Include fcntl--.h rather than unistd-safer.h
51074         (fts_safe_changedir): Don't call fd_safer; no longer needed
51075         now that we include fcntl--.h.
51076
51077 2005-08-12  Simon Josefsson  <jas@extundo.com>
51078
51079         * modules/getndelim2: Use ssize_t module.
51080         * modules/getnline: Likewise.
51081         * modules/safe-read: Likewise.
51082         * modules/xreadlink: Likewise.
51083
51084         * modules/ssize_t: New file.
51085
51086 2005-08-12  Simon Josefsson  <jas@extundo.com>
51087
51088         * m4/readline.m4: Look for termcap, curses or ncurses if required.
51089
51090 2005-08-12  Simon Josefsson  <jas@extundo.com>
51091
51092         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
51093         ssize_t.
51094
51095 2005-08-12  Simon Josefsson  <jas@extundo.com>
51096
51097         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
51098         readline, getdelim and check_version.
51099         (Support for systems lacking ISO C 99: Sizes of integer types):
51100         Add size_max.
51101
51102 2005-08-12  Bruno Haible  <bruno@clisp.org>
51103
51104         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
51105
51106 2005-08-11  Simon Josefsson  <jas@extundo.com>
51107
51108         * modules/readline: New file.
51109
51110         * modules/strnlen (Files): Add strnlen.h.
51111
51112 2005-08-11  Simon Josefsson  <jas@extundo.com>
51113
51114         * m4/readline.m4: New file.
51115
51116 2005-08-11  Simon Josefsson  <jas@extundo.com>
51117
51118         * lib/readline.h, readline.c: New file.
51119
51120 2005-08-11  Simon Josefsson  <jas@extundo.com>
51121
51122         * doc/gnulib.texi (Initial import, Finishing touches): Mention
51123         gl_AVOID.
51124
51125 2005-08-11  Bruno Haible  <bruno@clisp.org>
51126
51127         * lib/strnlen.h (strnlen): Change parameter name to match comment.
51128
51129 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
51130
51131         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
51132
51133 2005-08-10  Simon Josefsson  <jas@extundo.com>
51134
51135         * tests/test-iconvme.c: New file.
51136
51137 2005-08-10  Simon Josefsson  <jas@extundo.com>
51138
51139         * m4/strnlen.m4: New file.
51140
51141         * m4/strndup.m4: Don't check for strnlen declaration, done in
51142         strnlen.m4.
51143
51144 2005-08-10  Simon Josefsson  <jas@extundo.com>
51145
51146         * lib/strndup.c: Use strnlen.h.
51147
51148         * lib/strnlen.h: New file.
51149
51150 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
51151
51152         * README: Typos.
51153
51154 2005-08-02  Simon Josefsson  <jas@extundo.com>
51155
51156         * modules/readline: New file.
51157
51158 2005-08-02  Simon Josefsson  <jas@extundo.com>
51159
51160         * modules/getdelim: New file.
51161
51162         * modules/getline: Rewrite, don't use getndelim2.
51163
51164 2005-08-02  Simon Josefsson  <jas@extundo.com>
51165
51166         * m4/getline.m4: Separate out getdelim stuff into separate module.
51167
51168         * m4/getdelim.m4: New file.
51169
51170 2005-08-02  Simon Josefsson  <jas@extundo.com>
51171
51172         * lib/getline.h, getline.c: Rewrite.
51173
51174         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
51175
51176 2005-07-31  Bruno Haible  <bruno@clisp.org>
51177
51178         * lib/lock.h (gl_lock_initializer): New macro.
51179         (gl_lock_define_initialized): Use it.
51180         (gl_rwlock_initializer): New macro.
51181         (gl_rwlock_define_initialized): Use it.
51182         (gl_recursive_lock_initializer): New macro.
51183         (gl_recursive_lock_define_initialized): Use it.
51184
51185 2005-07-30  Karl Berry  <karl@gnu.org>
51186
51187         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
51188         Report from Ben Pfaff, regarding getopt.
51189
51190 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
51191
51192         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
51193         normal way.
51194         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
51195         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
51196         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
51197         (gl_GETOPT): Use the new macros.  Most of the implementation
51198         is moved to the new macros.  This is for programs like Emacs
51199         that don't want all the functionality of gl_GETOPT.
51200
51201 2005-07-26  Bruno Haible  <bruno@clisp.org>
51202
51203         * m4/lock.m4: Update from GNU gettext.
51204
51205 2005-07-26  Bruno Haible  <bruno@clisp.org>
51206
51207         * lib/lock.h: Update from GNU gettext.
51208         * lib/lock.c: Update from GNU gettext.
51209
51210 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
51211
51212         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
51213         obsolescent AC_TRY_RUN.  Include the default includes files, for
51214         'exit'.
51215
51216 2005-07-24  Bruno Haible  <bruno@clisp.org>
51217
51218         * modules/visibility: New file.
51219         * MODULES.html.sh (Misc): Add visibility.
51220
51221 2005-07-24  Bruno Haible  <bruno@clisp.org>
51222
51223         * m4/visibility.m4: New file.
51224
51225 2005-07-24  Bruno Haible  <bruno@clisp.org>
51226
51227         * doc/visibility.texi: New file.
51228
51229 2005-07-22  Bruno Haible  <bruno@clisp.org>
51230
51231         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
51232         $(ALLOCA_H), redundant through BUILT_SOURCES.
51233         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
51234         redundant through BUILT_SOURCES.
51235         * modules/byteswap (Makefile.am): Remove explicit dependency on
51236         $(BYTESWAP_H), redundant through BUILT_SOURCES.
51237         * modules/fnmatch (Makefile.am): Remove explicit dependency on
51238         $(FNMATCH_H), redundant through BUILT_SOURCES.
51239         * modules/getopt (Makefile.am): Remove explicit dependency on
51240         $(GETOPT_H), redundant through BUILT_SOURCES.
51241         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
51242         redundant through BUILT_SOURCES.
51243         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
51244         redundant through BUILT_SOURCES.
51245         * modules/stdbool (Makefile.am): Remove explicit dependency on
51246         $(STDBOOL_H), redundant through BUILT_SOURCES.
51247         * modules/stdint (Makefile.am): Remove explicit dependency on
51248         $(STDINT_H), redundant through BUILT_SOURCES.
51249         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
51250         Remove explicit dependency on $(SYSEXITS_H).
51251         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
51252
51253 2005-07-18  Simon Josefsson  <jas@extundo.com>
51254
51255         * lib/check-version.c (check_version): Accept identical versions too.
51256
51257 2005-07-18  Bruno Haible  <bruno@clisp.org>
51258
51259         * modules/lock: New file.
51260         * MODULES.html.sh (Multithreading): New section.
51261
51262 2005-07-18  Bruno Haible  <bruno@clisp.org>
51263
51264         * m4/lock.m4: New file, from GNU gettext.
51265
51266 2005-07-18  Bruno Haible  <bruno@clisp.org>
51267
51268         * lib/lock.h: New file, from GNU gettext.
51269         * lib/lock.c: New file, from GNU gettext.
51270
51271 2005-07-18  Bruno Haible  <bruno@clisp.org>
51272
51273         * lib/lock.h (gl_once_t): New type.
51274         (gl_once_define, gl_once): New macros.
51275         * lib/lock.c (fresh_once): New variable.
51276         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
51277         functions.
51278
51279 2005-07-16  Simon Josefsson  <jas@extundo.com>
51280
51281         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
51282         workaround, suggested by Bruno.
51283
51284 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51285
51286         * modules/xalloc (Depends-on): Add xalloc-die.
51287         * modules/xvasprintf (Depends-on): Add xalloc-die.
51288
51289 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51290
51291         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
51292         with a minor change.
51293
51294 2005-07-15  Bruno Haible  <bruno@clisp.org>
51295
51296         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
51297         When using lib/poll.c, define poll as rpl_poll.
51298
51299 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
51300
51301         * modules/argp (Depends-on): Remove unlocked-io.
51302
51303 2005-07-14  Derek Price  <derek@ximbiot.com>
51304
51305         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
51306         for glob symlink bug.
51307
51308 2005-07-14  Bruno Haible  <bruno@clisp.org>
51309
51310         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
51311         Instead, test for *_unlocked function declarations directly.
51312
51313 2005-07-11  Simon Josefsson  <jas@extundo.com>
51314
51315         * modules/size_max: New file.
51316
51317         * modules/xsize: Depend on size_max module for size_max.m4.
51318
51319 2005-07-11  Simon Josefsson  <jas@extundo.com>
51320
51321         * lib/size_max.h: New file.
51322
51323 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
51324
51325         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
51326         copyright symbol and the year.
51327         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
51328         (version_etc_va): Use parameterized copyright notice.
51329         Reword to conform to the current GNU coding standards.
51330
51331 2005-07-11  Karl Berry  <karl@gnu.org>
51332
51333         * doc/gnulib.texi (Quoting): new node.
51334         (Initial import): more info, from Patrice.
51335
51336 2005-07-11  Bruno Haible  <bruno@clisp.org>
51337
51338         * gnulib-tool (func_usage): Document option --avoid.
51339         (Command line options): Handle --avoid.
51340         (func_acceptable): New function.
51341         (func_modules_transitive_closure): Use it.
51342
51343 2005-07-11  Bruno Haible  <bruno@clisp.org>
51344
51345         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
51346         Reported by Jim Meyering.
51347
51348 2005-07-10  Bruno Haible  <bruno@clisp.org>
51349
51350         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
51351         Needed when size_t is smaller than 'unsigned int'.
51352         Reported by Paul Eggert.
51353
51354 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51355
51356         * modules/argp (Depends-on): Add unlocked-io
51357
51358 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51359
51360         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
51361         block of defines.
51362
51363 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
51364
51365         * config/srclist.txt: Comment out regcomp.c, since we have a porting
51366         fix now.
51367
51368 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
51369         and Paul Eggert  <eggert@cs.ucla.edu>
51370
51371         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
51372         in wint_t, not wchar_t.  Remove now-unnecessary cast.
51373
51374 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51375
51376         * modules/regex (Files): Add lib/regex_internal.c,
51377         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
51378         (Depends-on): Add extensions.
51379         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
51380
51381 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51382
51383         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
51384         pathconf.
51385         * m4/same.m4 (gl_SAME): Likewise.
51386         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
51387
51388         * m4/regex.m4: Adjust to new libc regex implementation.
51389         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
51390         all the .c and .h parts of (the new) regex.
51391         Quote the m4 stuff better.
51392         Check for RE_ICASE bug of old gnulib.
51393         Check for REG_STARTEND of recent libc.
51394         Rename local variables from jm_* to gl_*.
51395         Quote operand of "test -f".
51396         Say "recent enough" version of libc, not "version 2".
51397         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
51398         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
51399         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
51400         Remove check for btowc, isascii.
51401         Require AM_LANGINFO_CODESET.
51402
51403 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51404
51405         * lib/regex.c, regex.h: Sync from libc.
51406         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
51407         * lib/regexec.c:
51408         New files, synced from libc, except that regex_internal.h
51409         currently has a small porting fix.
51410
51411 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51412
51413         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
51414         regex_internal.c, regexec.c.
51415         Add regex_internal.h too, but as a comment, since the libc version
51416         is currently broken in gnulib mode.
51417
51418 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
51419
51420         Support programs like Emacs that use gnulib but not gettext.
51421         * MODULES.html.sh (Internationalization functions): Add gettext-h.
51422         * modules/gettext-h: New file.
51423         * modules/gettext (Files): Remove lib/gettext.h.
51424         (Depends-on): Add gettext-h.
51425         (Makefile.am): Remove lib_SOURCES.
51426         * modules/argmatch, modules/c-stack, modules/closeout:
51427         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
51428         * modules/execute, modules/file-type, modules/getaddrinfo:
51429         * modules/getopt, modules/human, modules/javacomp:
51430         * modules/javaexec, modules/mkdir-p, modules/obstack:
51431         * modules/openat, modules/pagealign_alloc, modules/pipe:
51432         * modules/quotearg, modules/regex, modules/rpmatch:
51433         * modules/unicodeio, modules/userspec, modules/version-etc:
51434         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
51435         * modules/xsetenv:
51436         Depend on gettext-h, not gettext.
51437
51438 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
51439
51440         * gnulib-tool (func_import): Add support for 'public domain' license.
51441         * modules/alloca, modules/atexit, modules/memmove:
51442         Now public domain, not GPL.
51443         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
51444         * modules/realloc, modules/strerror, modules/strtod:
51445         Now LGPL, not GPL.
51446
51447 2005-07-05  Bruno Haible  <bruno@clisp.org>
51448
51449         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
51450         autoconf CVS. Needed for mingw.
51451
51452 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51453
51454         Remove the dependency of the strftime module on the tzset module.
51455         * modules/strftime (Depends-on): Remove dependency on tzset.
51456
51457 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51458
51459         Remove the dependency of the strftime module on the tzset module.
51460         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
51461         gl_FUNC_TZSET_CLOBBER.
51462
51463 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51464
51465         Remove the dependency of the strftime module on the tzset module.
51466         * lib/strftime.c (my_strftime)
51467         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
51468         Copy the input structure, to work around some of the bug with
51469         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
51470         Solaris releases, you should also use the tzset module, but we won't
51471         require it as a dependency any more since we don't want LGPLed code
51472         to depend on GPLed code.
51473
51474 2005-07-02  Jim Meyering  <jim@meyering.net>
51475
51476         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
51477         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
51478         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
51479         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
51480
51481 2005-07-02  Jim Meyering  <jim@meyering.net>
51482
51483         * lib/backupfile.c (backup_args): Change a `0' to NULL.
51484
51485 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
51486
51487         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
51488         declares only 'struct timespec;' (!).
51489
51490 2005-07-01  Jim Meyering  <jim@meyering.net>
51491
51492         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
51493         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
51494         * lib/save-cwd.c, tempname.c:
51495         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
51496         and don't include <sys/file.h>).
51497
51498 2005-06-29  Jim Meyering  <jim@meyering.net>
51499
51500         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
51501         type name.  Use the variable name instead.
51502         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
51503         Likewise.
51504
51505 2005-06-28  Simon Josefsson  <jas@extundo.com>
51506
51507         * modules/check-version (Files): Add check-version.m4.
51508
51509 2005-06-28  Simon Josefsson  <jas@extundo.com>
51510
51511         * m4/check-version.m4: New file, suggested by Jim Meyering
51512         <jim@meyering.net>.
51513
51514 2005-06-28  Simon Josefsson  <jas@extundo.com>
51515
51516         * lib/check-version.h, lib/check-version.c: New files.
51517
51518 2005-06-28  Simon Josefsson  <jas@extundo.com>
51519
51520         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
51521         collision with global variable.  Better indentation.  Don't
51522         increment buffer pointer beyond buffer end.  Based on comments
51523         from Paul Eggert <eggert@cs.ucla.edu>.
51524
51525         * lib/base64.h: Indent.
51526
51527 2005-06-28  Simon Josefsson  <jas@extundo.com>
51528
51529         * doc/gnulib.texi (Library version handling): New section.
51530
51531 2005-06-28  Jim Meyering  <jim@meyering.net>
51532
51533         * check-module (find_included_lib_files): Hard-code another
51534         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
51535         but modules/fts-lgpl (correctly) does not list those files.
51536
51537         * modules/canonicalize (Files): Add lib/pathmax.h.
51538
51539 2005-06-25  Simon Josefsson  <jas@extundo.com>
51540
51541         * modules/check-version: New file.
51542
51543 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
51544
51545         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
51546         initializer of struct addrinfo, as an indication that we don't
51547         care how many members the structure has.
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         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
51554         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
51555         * m4/stat.m4: Remove this file.
51556
51557 2005-06-24  Derek Price  <derek@ximbiot.com>
51558         and Bruno Haible  <bruno@clisp.org>
51559
51560         Remove stat module & update lstat.
51561         * lib/stat.c: Remove this file...
51562         (slash_aware_lstat): ...moving this content and its support...
51563         * lib/lstat.c (rpl_lstat): ...into here.
51564         * lib/lstat.h: New file.
51565
51566 2005-06-24  Derek Price  <derek@ximbiot.com>
51567         and Bruno Haible  <bruno@clisp.org>
51568
51569         Remove stat module & update lstat.
51570         * config/srclist.txt (libc sources): Remove stat.
51571
51572 2005-06-24  Derek Price  <derek@ximbiot.com>
51573         and Bruno Haible  <bruno@clisp.org>
51574
51575         Remove stat module & update lstat.
51576         * MODULES.html.sh (stat): Remove.
51577         * MODULES.html: Regenerated.
51578         * modules/lstat (Description): Correct function name.
51579         (Files): Add "lstat.h".
51580         (Depends-on): Remove stat, add xalloc, stat-macros.
51581         * modules/stat: Remove this file.
51582         (Include): Add "lstat.h", remove <sys/stat.h>.
51583
51584 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
51585
51586         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
51587         (ranged_convert): Don't save conversion in a temporary struct.
51588         This causes a warning with GCC 4.0.0, and anyway in the typical
51589         case it's not worth the extra 100 bytes or so of code.
51590         (ranged_convert, __mktime_internal): When calling a function via a
51591         pointer P, use P () rather than (*P) (), as we now assume C89 or
51592         better.
51593
51594 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51595
51596         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
51597         "who -r" failed to give output.  Problem reported by Tim Waugh.
51598
51599         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
51600         (xcalloc): Use it to avoid needless tests.
51601         Problem reported by Jim Meyering.
51602
51603 2005-06-20  Derek Price  <derek@ximbiot.com>
51604
51605         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
51606         unnecessary for Autoconfs > 2.59c.
51607
51608 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51609
51610         * lib/argp.h (__option_is_short): Check upper limit of
51611         __key. Isprint() requires its argument to have the value
51612         of an unsigned char or EOF.
51613
51614 2005-06-16  Jim Meyering  <jim@meyering.net>
51615
51616         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
51617         when either N or S is zero.
51618
51619 2005-06-16  Derek Price  <derek@ximbiot.com>
51620
51621         * m4/bison.m4: Declare YACC & YFLAGS precious.
51622
51623 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
51624
51625         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
51626         multibyte string or pattern, fall back on unibyte matching.
51627         Problem reported by James Youngman.
51628
51629 2005-06-08  Bruno Haible  <bruno@clisp.org>
51630
51631         * modules/csharpcomp: New file.
51632         * MODULES.html.sh (C#): Add csharpcomp.
51633
51634 2005-06-08  Bruno Haible  <bruno@clisp.org>
51635
51636         * m4/csharpcomp.m4: New file, from GNU gettext.
51637
51638 2005-06-08  Bruno Haible  <bruno@clisp.org>
51639
51640         * lib/csharpcomp.h: New file, from GNU gettext.
51641         * lib/csharpcomp.c: New file, from GNU gettext.
51642         * lib/csharpcomp.sh.in: New file, from GNU gettext.
51643
51644 2005-06-08  Bruno Haible  <bruno@clisp.org>
51645
51646         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
51647         warning on mingw.
51648
51649 2005-06-07  Derek Price  <derek@ximbiot.com>
51650
51651         Sync from CVS.
51652         * lib/glob_.h: Indent nested #ifdef.
51653
51654 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
51655
51656         Sync from coreutils.
51657         Use "file name" when talking about file names, instead of "filename"
51658         or "path", as per the GNU coding standards.
51659         * lib/mkdir-p.c: Renamed from makepath.c.
51660         (make_dir_parents): Renamed from make_path.  All callers changed.
51661         * lib/mkdir-p.h: Likewise.  All includers changed.
51662         * lib/filenamecat.c: Renamed from path-concat.c.
51663         (file_name_concat): Renamed from path_concat.  All callers changed.
51664         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
51665         * lib/filenamecat.h: Likewise.  All includers changed.
51666         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
51667         in comments or local variable names.
51668         * lib/basename.c: Likewise.
51669         * lib/canonicalize.c, canonicalize.h: Likewise.
51670         * lib/dirname.c, dirname.h: Likewise.
51671         * lib/euidaccess.c: Likewise.
51672         * lib/exclude.c: Likewise
51673         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
51674         * lib/fsusage.c, fsuage.h: Likewise.
51675         * lib/fts.c, fts_.h: Likewise.
51676         * lib/getcwd.c: Likewise.
51677         * lib/getloadavg.c: Likewise.
51678         * lib/mkstemp.c: Likewise.
51679         * lib/mountlist.c, mountlist.h: Likewise.
51680         * lib/openat.c, openat.h: Likewise.
51681         * lib/readlink-stub.c: Likewise.
51682         * lib/readutmp.c, readutmp.h: Likewise.
51683         * lib/rename.c: Likewise.
51684         * lib/rmdir.c: Likewise.
51685         * lib/same.c: Likewise.
51686         * lib/savedir.c: Likewise.
51687         * lib/stripslash.c: Likewise.
51688         * lib/tempname.c: Likewise.
51689         * lib/xreadlink.c: Likewise.
51690         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
51691         All uses changed.
51692         * lib/exclude.h: Likewise.
51693
51694         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
51695         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
51696         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
51697         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
51698         * lib/pathmax.h: Include <limits.h> unconditionally, since other
51699         files have been getting away with it for years (MORE/BSD 4.3
51700         is extinct now).
51701         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
51702         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
51703
51704         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
51705         Define to 256, not 255, as per modern POSIX.
51706
51707 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
51708
51709         Sync from coreutils.
51710         Use "file name" when talking about file names, instead of "filename"
51711         or "path", as per the GNU coding standards.
51712         * MODULES.html.sh: mkdir-p renamed from makepath.
51713         filenamecat renamed from path-concat.
51714         * modules/filenamecat: Renamed from modules/path-concat.
51715         (Files): filenamecat.h and filenamecat.c renamed from
51716         path-concat.h and path-concat.c.
51717         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
51718         (Include): filenamecat.h, not path-concat.h.
51719         * modules/mkdir-p: Renamed from modules/makepath.
51720         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
51721         makepath.c.
51722         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
51723         (Include): mkdir-p.h, not makepath.h.
51724
51725 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
51726
51727         Sync from coreutils.
51728         * m4/mkdir-p.m4: Renamed from makepath.m4.
51729         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
51730         Rename files from makepath.c to mkdir-p.c, and from
51731         makepath.h to mkdir-p.h.
51732         * m4/filenamecat.m4: Renamed from path-concat.m4.
51733         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
51734         Rename files from path-concat.c to filenamecat.c,
51735         and from path-concat.h to filenamecat.h.
51736         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
51737         "file name" in local variables or comments.
51738         * m4/rename.m4: Likewise.
51739
51740 2005-06-01  Bruno Haible  <bruno@clisp.org>
51741
51742         * modules/csharpexec: New file.
51743         * MODULES.html.sh (C#): New section.
51744
51745 2005-06-01  Bruno Haible  <bruno@clisp.org>
51746
51747         * m4/csharp.m4: New file, from GNU gettext.
51748         * m4/csharpexec.m4: New file, from GNU gettext.
51749
51750 2005-06-01  Bruno Haible  <bruno@clisp.org>
51751
51752         * lib/csharpexec.h: New file, from GNU gettext.
51753         * lib/csharpexec.c: New file, from GNU gettext.
51754         * lib/csharpexec.sh.in: New file, from GNU gettext.
51755
51756 2005-05-31  Derek Price  <derek@ximbiot.com>
51757             Paul Eggert  <eggert@cs.ucla.edu>
51758
51759         Sync from cvs.
51760         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
51761
51762 2005-05-31  Derek Price  <derek@ximbiot.com>
51763             Paul Eggert  <eggert@cs.ucla.edu>
51764
51765         Sync from cvs.
51766         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
51767
51768 2005-05-29  Derek Price  <derek@ximbiot.com>
51769
51770         * config/srclist.txt (glob_.h, glob.c): Add these files.
51771
51772 2005-05-29  Derek Price  <derek@ximbiot.com>
51773
51774         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
51775         * modules/glob: New file.
51776         * modules/getlogin_r: Add link to POSIX spec in description.
51777
51778 2005-05-29  Derek Price  <derek@ximbiot.com>
51779             Paul Eggert  <eggert@cs.ucla.edu>
51780
51781         * m4/glob.m4: New file.
51782
51783 2005-05-29  Derek Price  <derek@ximbiot.com>
51784             Paul Eggert  <eggert@cs.ucla.edu>
51785
51786         * lib/glob_.h, lib/glob.c: New files.
51787
51788 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
51789
51790         * modules/fts (Files): Remove m4/inttypes-pri.m4.
51791         * modules/fts-lgpl (Depends-on): Remove gettext.
51792
51793 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
51794
51795         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
51796         and don't require gt_INTTYPES_PRI.
51797
51798 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
51799
51800         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
51801
51802         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
51803         the configuration hassle isn't worth it.
51804         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
51805         (LONGEST_MODIFIER, PRIuMAX): Remove.
51806
51807 2005-05-27  Bruno Haible  <bruno@clisp.org>
51808
51809         * lib/getlogin_r.h: Remove second include of <stddef.h>.
51810
51811 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
51812
51813         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
51814         _POSIX_PTHREAD_SEMANTICS for Solaris.
51815
51816 2005-05-25  Derek Price  <derek@ximbiot.com>
51817
51818         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
51819
51820 2005-05-25  Derek Price  <derek@ximbiot.com>
51821             Paul Eggert  <eggert@cs.ucla.edu>
51822
51823         * modules/getlogin_r, m4/getlogin_r.m4: New files.
51824         * lib/getlogin_r.c, getlogin_r.h: New files.
51825
51826 2005-05-25  Bruno Haible  <bruno@clisp.org>
51827             Derek Price  <derek@ximbiot.com>
51828
51829         * lib/getlogin_r.h: Simplify API documentation.
51830
51831 2005-05-23  Derek Price  <derek@ximbiot.com>
51832
51833         * modules/minmax (Files): Add m4/minmax.m4.
51834         (configure.ac): Add gl_MINMAX.
51835
51836 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
51837
51838         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
51839         so that unistd-safer.h (GPL'ed code) need not be included.
51840
51841 2005-05-22  Bruno Haible  <bruno@clisp.org>
51842
51843         * m4/minmax.m4: New file.
51844         Based on a patch by Derek Price <derek@ximbiot.com>.
51845
51846 2005-05-22  Bruno Haible  <bruno@clisp.org>
51847
51848         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
51849         (INT64_MIN): Fix definition.
51850         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
51851
51852         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
51853         NEED_SIGNED_INT_TYPES.
51854
51855         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
51856         HAVE_SYSTEM_INTTYPES.
51857
51858 2005-05-22  Bruno Haible  <bruno@clisp.org>
51859
51860         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
51861         Also include <sys/param.h> if it defines MIN, MAX.
51862         Based on a patch by Derek Price <derek@ximbiot.com>.
51863
51864 2005-05-21  Jim Meyering  <jim@meyering.net>
51865
51866         * modules/fts (Files): Add m4/inttypes-pri.m4.
51867         (Depends-on): Add lstat and remove gettext.  Alphabetize.
51868
51869 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
51870
51871         New fts module.
51872         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
51873         (setup_dir, free_dir): New functions.
51874         (enter_dir, leave_dir): Define trivial
51875         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
51876         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
51877         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
51878         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
51879         Move to fts-cycle.c.
51880         (fts_open): Use setup_dir.
51881         (fts_close): Use free_dir.
51882         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
51883         This adds a label and some gotos, but the alternatives were messier.
51884         Check for memory allocation failure when entering a dir.
51885         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
51886         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
51887         (FTS): New member fts_cycle, that is a union that contains the
51888         old active_dir_ht and cycle_state.  All uses changed to mention
51889         fts_cycle.ht and fts_cycle.state.
51890         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
51891         fts.c, with the following changes:
51892         (setup_dir, free_dir): New functions.
51893         (enter_dir): Now returns bool.  Return true if successful, false
51894         if memory exhausted.  All callers changed.
51895         Do not bother partly cleaning up on
51896         memory allocation failure; that is free_dir's job.
51897         However, free ad if hash_insert fails, to avoid memory leak.
51898         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
51899         fts->fts_options to see which union member to use.
51900
51901 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
51902
51903         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
51904         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
51905
51906 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
51907
51908         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
51909
51910 2005-05-20  Jim Meyering  <jim@meyering.net>
51911
51912         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
51913         Now a macro, to pacify GCC.
51914
51915 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
51916
51917         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
51918         of -1.
51919
51920 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
51921
51922         * lib/chown.c (rpl_chown): Return -1 on failure.
51923
51924 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
51925
51926         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
51927         Don't check for stddef.h.
51928         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
51929         don't use its results.
51930         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
51931         since we include them unconditionally.  Don't require
51932         AM_STDBOOL_H, since stdbool is a prerequisite.
51933         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
51934         since we assume C89 or better.
51935         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
51936         as we don't use their results.
51937         Don't check for fchdir, memmove, memset, strrchr, as we use
51938         them unconditionally.
51939         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
51940         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
51941
51942 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
51943
51944         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
51945         Include <stddef.h> unconditionally, since we assume C89 now.
51946         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
51947         * lib/fts.c: Include fts_.h first, to check interface.
51948         Do not include intprops.h; no longer needed.
51949         Include cycle-check.h and hash.h, since fts_.h no longer does.
51950         Remove unnecessary casts of closedir to void.
51951         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
51952         decide whether to decrement nlinks.
51953         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
51954         (FTS): Use struct hash_table * instead of Hash_table, so that
51955         we no longer need to include hash.h here.
51956
51957 2005-05-18  Jim Meyering  <jim@meyering.net>
51958
51959         * modules/dirfd (License): Change to LGPL.  Most of the code
51960         is already in the public domain.
51961
51962 2005-05-18  Jim Meyering  <jim@meyering.net>
51963
51964         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
51965         Reported by Yoann Vandoorselaere.
51966
51967 2005-05-17  Jim Meyering  <jim@meyering.net>
51968
51969         * m4/fts.m4: New file, from coreutils.
51970
51971 2005-05-17  Jim Meyering  <jim@meyering.net>
51972
51973         * lib/fts.c, lib/fts_.h: New files, from coreutils.
51974
51975 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
51976
51977         Sync from coreutils.
51978         * m4/unlinkdir.m4: New file.
51979
51980 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
51981
51982         Sync from coreutils.
51983         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
51984         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
51985         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
51986         White space changes only.
51987         * lib/makepath.c (make_path): Port to hosts where leading "//" is
51988         special.
51989         * lib/yesno.c: Include getline.h, not ctype.h.
51990         (yesno): Don't remove leading white space; POSIX doesn't allow it.
51991         Use getline to remove arbitrary restriction on response length.
51992
51993 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
51994
51995         * config/srclist-update: Spell out "Street" in FSF postal
51996         mail address; this is the style the FSF seems to prefer.
51997
51998         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
51999         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
52000         this updates FSF postal mail address.
52001
52002         Sync from coreutils.
52003         * modules/unlinkdir: New file.
52004         * modules/yesno (Depends-on): Add getline.
52005         * MODULES.html.sh (File system functions): Add unlinkdir.
52006
52007 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52008
52009         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
52010         lib/strsep.h:
52011         Change the initial comment to refer to GPL, not LGPL.
52012         gnulib-tool will change it to LGPL as needed.
52013
52014         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
52015         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
52016         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
52017         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
52018         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
52019         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
52020         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
52021         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
52022         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
52023         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
52024         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
52025         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
52026         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
52027         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
52028         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
52029         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
52030         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
52031         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
52032         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
52033         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
52034         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
52035         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
52036         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
52037         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
52038         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
52039         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
52040         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
52041         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
52042         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
52043         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
52044         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
52045         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
52046         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
52047         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
52048         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
52049         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
52050         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
52051         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
52052         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
52053         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
52054         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
52055         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
52056         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
52057         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
52058         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
52059         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
52060         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
52061         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
52062         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
52063         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
52064         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
52065         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
52066         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
52067         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
52068         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
52069         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
52070         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
52071         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
52072         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
52073         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
52074         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
52075         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
52076         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
52077         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
52078         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
52079         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
52080         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
52081         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
52082         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
52083         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
52084         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
52085         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
52086         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
52087         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
52088         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
52089         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
52090         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
52091         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
52092         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
52093         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
52094         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
52095         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
52096         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
52097         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
52098         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
52099         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
52100         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
52101         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
52102         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
52103         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
52104         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
52105         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
52106         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
52107         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
52108         lib/yesno.c, lib/yesno.h:
52109         Update FSF postal mail address.
52110
52111 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52112
52113         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
52114         tests/test-memmem.c, tests/test-stpncpy.c:
52115         Update FSF postal mail address.
52116
52117 2005-05-13  Bruno Haible  <bruno@clisp.org>
52118
52119         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
52120         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
52121         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
52122         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
52123         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
52124         Add support for 64-bit integers in the MSVC compiler.
52125
52126 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52127
52128         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
52129
52130 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
52131
52132         * gnulib-tool (func_import): Sort and uniquify recommended includes.
52133
52134 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
52135
52136         * doc/getdate.texi (General date syntax): Don't say that date
52137         date --iso-8601=ns generates acceptable dates; it doesn't yet.
52138         Problem reported by Nic Ferrier.
52139
52140 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52141
52142         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
52143         specified in ai_socktype. Fix invalid ai_protocol
52144         check. ai_protocol is usually set to 0 or depending on
52145         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
52146         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
52147         ai_socktype / ai_protocol in the returned addrinfo structure.
52148
52149 2005-05-10  Simon Josefsson  <jas@extundo.com>
52150
52151         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
52152         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
52153
52154 2005-05-10  Karl Berry  <karl@gnu.org>
52155
52156         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
52157         (from http://www.gnu.org/licenses).
52158         * doc/COPYING.LIB: also rename to COPYING.LESSER.
52159         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
52160         fdl.texi suffices.
52161
52162 2005-05-10  Karl Berry  <karl@gnu.org>
52163
52164         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
52165         (COPYING.DOC): remove.
52166
52167         * config/srclist-update: new FSF address.
52168
52169 2005-05-10  Derek Price  <derek@ximbiot.com>
52170
52171         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
52172         possible.
52173
52174 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52175             Bruno Haible  <bruno@clisp.org>
52176
52177         * modules/inet_ntop: New file.
52178         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52179         inet_ntop.
52180
52181 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52182             Bruno Haible  <bruno@clisp.org>
52183
52184         * m4/inet_ntop.m4: New file.
52185
52186 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52187             Bruno Haible  <bruno@clisp.org>
52188
52189         * lib/inet_ntop.h: New file.
52190         * lib/inet_ntop.c: New file, from glibc with modifications.
52191
52192 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
52193
52194         * modules/time_r (License): Change to LGPL.
52195         * modules/extensions (License): Change to LGPL.  Actually,
52196         the license is more permissive than that, but currently gnulib-tool
52197         doesn't know how to handle more-permissive licenses.
52198
52199         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
52200         Problem reported by Dave Love.
52201
52202 2005-05-08  Jim Meyering  <jim@meyering.net>
52203
52204         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
52205         blank.
52206
52207 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
52208
52209         * modules/argmatch (Depends-on): Add stdbool.
52210         * modules/backupfile (Depends-on): Likewise.
52211         * modules/chdir-long (Depends-on): Likewise.
52212         * modules/closeout (Depends-on): Likewise.
52213         * modules/cycle-check (Depends-on): Likewise.
52214         * modules/dirname (Depends-on): Likewise.
52215         * modules/fnmatch (Depends-on): Likewise.
52216         * modules/fsusage (Depends-on): Likewise.
52217         * modules/fwriteerror (Depends-on): Likewise.
52218         * modules/getcwd (Depends-on): Likewise.
52219         * modules/getloadavg (Depends-on): Likewise.
52220         * modules/hard-locale (Depends-on): Likewise.
52221         * modules/makepath (Depends-on): Likewise.
52222         * modules/mountlist (Depends-on): Likewise.
52223         * modules/nanosleep (Depends-on): Likewise.
52224         * modules/posixtm (Depends-on): Likewise.
52225         * modules/quotearg (Depends-on): Likewise.
52226         * modules/readtokens (Depends-on): Likewise.
52227         * modules/readtokens0 (Depends-on): Likewise.
52228         * modules/readutmp (Depends-on): Likewise.
52229         * modules/save-cwd (Depends-on): Likewise.
52230         * modules/strftime (Depends-on): Likewise.
52231         * modules/userspec (Depends-on): Likewise.
52232         * modules/utimecmp (Depends-on): Likewise.
52233         * modules/xgetcwd (Depends-on): Likewise.
52234         * modules/xnanosleep (Depends-on): Likewise.
52235         * modules/xstrtod (Depends-on): Likewise.
52236         * modules/yesno (Depends-on): Likewise.
52237
52238 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
52239
52240         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
52241         needless checks.
52242
52243 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52244
52245         Merge from coreutils.  Among other things,
52246         add bulletproofing for cases where stdin, stdout, or stderr are closed.
52247         * lib/fd-safer.c: New file.
52248         * lib/fcntl-safer.h, open-safer.c: Remove.
52249         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
52250         * lib/dup-safer.c: Include unistd-safer.h first.
52251         Don't include errno.h.
52252         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
52253         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
52254         * lib/file-type.c: Rely on file-type.h change.
52255         * lib/getloadavg.c: Include unistd-safer.h.
52256         (getloadavg): Use safer open.
52257         * lib/getusershell.c: Include "stdio-safer.h".
52258         (getusershell): Use safer fopen.
52259         * lib/long-options.c (long_options): Use NULL rather than 0.
52260         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
52261         'free'.
52262         * lib/modechange.c: Likewise.
52263         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
52264         (MODE_DONE): New constant.
52265         (struct mode_change): Remove 'next' member.
52266         (make_node_op_equals): New function; like the old one of the
52267         same name, except it allocates an array.
52268         (mode_compile, mode_create_from_ref): Use it.
52269         (mode_compile): Allocate result as an array, not a linked list.
52270         Parse octal string ourself, so that we catch mistakes like "+0".
52271         (mode_adjust): Arg is an array, not a linked list.
52272         * lib/modechange.c: Include stat-macros.h, xalloc.h.
52273         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
52274         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
52275         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
52276         Remove.  This is now stat-macros.h's job.
52277         (talloc): Remove.  All callers replaced by xalloc, so that
52278         our invokers don't have to worry about reporting memory failures.
52279         (make_node_op_equals): Remove.
52280         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52281         New constants.
52282         (struct mode_change): Moved here from modechange.h.
52283         (mode_append_entry): Remove.
52284         (mode_compile): Remove MASKED_OPS arg, since it encouraged
52285         apps to have incorrect behavior.  Use simpler algorithm for head
52286         and tail.  Don't futz with umask; that's now the job of mode_adjust.
52287         Detect more invalid usages rather than having somewhat-random behavior.
52288         Don't insert an "a=" action, as that leads to incorrect behavior.
52289         (mode_compile, mode_create_from_ref): Return NULL on error instead
52290         of an enum, since now there's only one way to have an error.  All
52291         callers changed.
52292         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
52293         at the correct time.  Simplify calculation of "+u" and its ilk.
52294         Don't mishandle "+X".
52295         (mode_free): Remove "register" and localize decls.
52296         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52297         (struct mode_change): Move to modechange.c; callers don't
52298         need to see this stuff.
52299         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
52300         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
52301         (mode_change, mode_adjust): Reflect the new signatures noted above.
52302         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
52303         that might redefine system include files.
52304         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
52305         (my_usleep): Use NULL rather than (void *) 0.
52306         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
52307         Use siginterrupt to specify that system calls should be interrupted.
52308         (rpl_nanosleep): Move initialization of suspended closer to call of
52309         my_usleep.
52310         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
52311         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
52312         (desirable_utmp_entry): New function.
52313         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
52314         using x2nrealloc, to simplify logic.
52315         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
52316         size calculation.  Do not assume utmp file is a regular file.
52317         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
52318         (READ_UTMP_CHECK_PIDS): New constant.
52319         * lib/save-cwd.c: Include unistd-safer.h.
52320         (save_cwd): Use fd_safer.
52321         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
52322         [!_LIBC] Include "stat-macros.h" instead.
52323         * lib/unistd-safer.h (fd_safer): New decl.
52324
52325 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52326
52327         * modules/getloadavg (Depends-on): Add unistd-safer.
52328         * modules/getusershell (Depends-on): Add stdio-safer.
52329         * modules/lstat (Depends-on): Remove xalloc.
52330         * modules/mkstemp (Depends-on): Add stat-macros.
52331         * modules/modechange (Depends-on): Remove xstrtol.
52332         Add stat-macros, xalloc.
52333         * modules/save-cwd (Depends-on): Add unistd-safer.
52334         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
52335         * modules/unistd-safer (Files): Add lib/fd-safer.c
52336         (Makefile.am): Remove lib_SOURCES.
52337
52338         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
52339         Remove fcntl-safer; unistd-safer supersedes it.
52340
52341 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52342
52343         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
52344         AC_HEADER_STAT.
52345         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
52346         (gl_PREREQ_CHOWN): Remove.
52347         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
52348         it.  Don't require AC_HEADER_STAT.
52349         (gl_PREREQ_LSTAT): Remove.
52350         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
52351         Don't require AC_HEADER_STAT.
52352         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
52353         (gl_PREREQ_RMDIR): Remove.
52354         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
52355         mention stat-macros.h or AC_HEADER_STAT, since we'll make
52356         the stat-macros module a prerequisite.
52357         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
52358         * m4/filemode.m4 (gl_FILEMODE): Likewise.
52359         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
52360         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
52361         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
52362         variable names.
52363         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
52364         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
52365         variable prefixes.
52366         * m4/fcntl-safer.m4: Remove.
52367         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
52368         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
52369         Invoke gl_PREREQ_FD_SAFER.
52370         (gl_PREREQ_FD_SAFER): New macro.
52371         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
52372         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
52373         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
52374         Remove duplicate call to AC_LIBOBJ(readutmp).
52375         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
52376
52377         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
52378         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
52379
52380 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52381
52382         * MODULES.html.sh (Misc): Add byteswap.
52383
52384 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52385
52386         * modules/getcwd (Depends-on): Add extensions.
52387         * modules/openat (Depends-on): Likewise.
52388
52389 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52390
52391         * modules/byteswap: New file.
52392
52393 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52394
52395         * m4/byteswap.m4: New file.
52396
52397 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52398
52399         * lib/byteswap_.h: New file.
52400
52401 2005-04-25  Karl Berry  <karl@gnu.org>
52402
52403         * m4/gettext.m4: Update from GNU gettext 0.14.4.
52404
52405 2005-04-25  Albert Chin  <china@thewrittenword.com>
52406
52407         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
52408         Toolkit C bug.
52409
52410 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
52411
52412         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
52413         (func_ln_if_changed) Remove forcibly for no error message
52414         in case file does not exist.
52415
52416 2005-04-19  Simon Josefsson  <jas@extundo.com>
52417
52418         * gnulib-tool (Options): Make --symlink mean --symbolic.
52419
52420 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
52421
52422         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
52423
52424 2005-04-16  Simon Josefsson  <jas@extundo.com>
52425
52426         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
52427
52428 2005-04-15  Simon Josefsson  <jas@extundo.com>
52429
52430         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
52431
52432 2005-04-15  Simon Josefsson  <jas@extundo.com>
52433
52434         * gnulib-tool: Rename --symlink to --symbolic.
52435
52436 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
52437
52438         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
52439         symbolic links to files instead of copying/moving.  Add --aux-dir,
52440         specifying directory relative --dir where auxiliary build tools
52441         are placed.
52442
52443 2005-04-14  Bruno Haible  <bruno@clisp.org>
52444
52445         * modules/allocsa (License): Change to LGPL.
52446         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
52447
52448 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
52449
52450         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
52451         that "UTC +1 second" continues to work.  Problem reported
52452         by Dmitry V. Levin.
52453         (relunit_snumber): New rule.
52454         (relunit): Use it.
52455
52456 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
52457
52458         * lib/getdate.y (universal_time_zone_table): New constant.
52459         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
52460         universal_time_zone_table.
52461         (lookup_zone): Prefer universal_time_zone_table to
52462         local_time_zone_table, so that "GMT" time stamps are allowed in
52463         London during the summer.  Problem reported by Ian Abbott.
52464
52465 2005-04-12  Jim Meyering  <jim@meyering.net>
52466
52467         * lib/human.c (humblock): Set *options even when returning due to
52468         xstrtoumax conversion failure.  Thanks to a used-uninitialized
52469         warning from gcc-4.
52470
52471 2005-04-09  Jim Meyering  <jim@meyering.net>
52472
52473         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
52474         -Wuninitialized: initialize tm0.tm_year.
52475
52476 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
52477
52478         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
52479         count, since there's no maximum.  All uses changed.
52480         Add member dsts_seen.
52481         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
52482         not being INT_MAX.
52483         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
52484         Use pc_rels_seen to decide whther a date is absolute.
52485
52486         * lib/getdate.y (number): Don't overwrite year.
52487         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
52488         check.
52489
52490 2005-04-02  Simon Josefsson  <jas@extundo.com>
52491
52492         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
52493         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
52494
52495 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
52496
52497         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
52498         where no absolute path name can be longer than PATH_MAX.
52499
52500 2005-03-27  Jim Meyering  <jim@meyering.net>
52501
52502         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
52503
52504 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
52505
52506         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
52507         "one's complement" -> "ones' complement" in comment, as per Knuth.
52508         "value of type" -> "type or expression" in comment.
52509         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
52510
52511 2005-03-26  Jim Meyering  <jim@meyering.net>
52512
52513         Comment nits.
52514         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
52515         Correct typos: s/or/of/.
52516
52517 2005-03-26  Jim Meyering  <jim@meyering.net>
52518
52519         * modules/check-include-files: Move to ../ and rename to...
52520         * check-module: ...this.
52521
52522 2005-03-25  Jim Meyering  <jim@meyering.net>
52523
52524         * modules/xvasprintf (Files): Add xalloc.h.
52525
52526 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
52527
52528         * modules/gettext (Files): config/config.rpath ->
52529         build-aux/config.rpath
52530         * modules/iconv (Files): Likewise.
52531         Problem reported by Oskar Liljeblad.
52532
52533 2005-03-23  Jim Meyering  <jim@meyering.net>
52534
52535         * modules/check-include-files: New script to check for
52536         missing dependencies, multiple includes, etc.
52537
52538         * modules/c-strtold (Depends-on): Add xalloc.
52539         * modules/c-strtod (Depends-on): Add xalloc.
52540         * modules/hash (Depends-on): Add xalloc.
52541         (Files): Remove lib/xalloc.h.
52542
52543         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
52544         * modules/userspec (Files): Add lib/inttostr.h.
52545
52546 2005-03-23  Jim Meyering  <jim@meyering.net>
52547
52548         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
52549
52550 2005-03-22  Jim Meyering  <jim@meyering.net>
52551
52552         * modules/stat-macros: New module.
52553         * modules/canonicalize, modules/euidaccess, modules/file-type,
52554         * modules/filemode, modules/lchown, modules/makepath,
52555         * modules/rmdir, modules/stat: Depend on new stat-macros module
52556         rather than listing lib/stat-macros.h manually.
52557         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
52558
52559 2005-03-22  Jim Meyering  <jim@meyering.net>
52560
52561         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
52562
52563 2005-03-22  Bruno Haible  <bruno@clisp.org>
52564
52565         * config/srclist.txt: Replace target directory 'config' with
52566         'build-aux'.
52567         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
52568         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
52569         ../build-aux/.
52570
52571 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
52572
52573         * modules/chdir-long (Depends-on): Add mempcpy.
52574
52575         * modules/acl, modules/backupfile, modules/c-strtod,
52576         modules/c-strtold, modules/canon-host, modules/canonicalize,
52577         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
52578         modules/exclude, modules/exitfail, modules/file-type,
52579         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
52580         modules/getdate, modules/getline, modules/getpagesize,
52581         modules/getpass, modules/getugroups, modules/group-member,
52582         modules/hard-locale, modules/hash, modules/human, modules/idcache,
52583         modules/inttostr, modules/long-options, modules/makepath,
52584         modules/md5, modules/memcasecmp, modules/memcoll,
52585         modules/modechange, modules/mountlist, modules/path-concat,
52586         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
52587         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
52588         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
52589         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
52590         modules/strftime, modules/strndup, modules/strverscmp,
52591         modules/timespec, modules/unlocked-io, modules/userspec,
52592         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
52593         modules/yesno:
52594         Remove lib_SOURCES line from Makefile.am section, as this is now
52595         done automatically by the corresponding Autoconf macro.
52596
52597 2005-03-21  Jim Meyering  <jim@meyering.net>
52598
52599         Changes imported from coreutils.
52600
52601         * lib/cycle-check.c: Don't include xalloc.h.
52602
52603         * lib/path-concat.c: Don't include assert.h.
52604         (path_concat): Remove assertion that would have triggered
52605         for ABASE starting with more than one slash.
52606         Reported by Andreas Schwab.
52607
52608         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
52609         properly when ABASE is an absolute file name.
52610         Correct the description of this function.
52611         Include <assert.h>.
52612         Add an assertion and a test driver.
52613         This fixes a bug introduced on 2004-07-02.
52614         Andreas Schwab reported the resulting failure of cp --parents:
52615         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
52616
52617 2005-03-21  Jim Meyering  <jim@meyering.net>
52618
52619         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
52620         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
52621
52622 2005-03-21  Jim Meyering  <jim@meyering.net>
52623         and  Paul Eggert  <eggert@cs.ucla.edu>
52624
52625         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
52626         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
52627         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
52628         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
52629         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
52630         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
52631         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
52632         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
52633         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
52634         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
52635         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
52636         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
52637         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
52638         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
52639         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
52640         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
52641         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
52642         for these modules.
52643
52644 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
52645
52646         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
52647         (which shouldn't happen), generate nothing instead of returning 0
52648         immediately, so that nstrftime (NULL, ...) doesn't return 0.
52649
52650 2005-03-16  Bruno Haible  <bruno@clisp.org>
52651
52652         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
52653         HAVE_LONGLONG_64BIT.
52654
52655 2005-03-16  Bruno Haible  <bruno@clisp.org>
52656
52657         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
52658         HAVE_LONGLONG_64BIT.
52659
52660 2005-03-16  Bruno Haible  <bruno@clisp.org>
52661
52662         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
52663         HAVE_LONGLONG_64BIT.
52664
52665 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
52666
52667         * lib/strftime.c (my_strftime): Prepend space to format so that we can
52668         reliably distinguish strftime failure from empty output on POSIX
52669         hosts.
52670
52671 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
52672
52673         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
52674         (iconv_string): Don't guess a size-zero buffer, as that might cause
52675         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
52676         result would be 'too large', where 'too large' is (heuristically)
52677         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
52678         overflow concerns.  This will prevent some unwanted malloc failures
52679         when the inputs are very large.
52680
52681 2005-03-15  Karl Berry  <karl@gnu.org>
52682
52683         * config/srclist.txt (config.rpath): from gettext.
52684         * config/config.rpath: update.
52685
52686 2005-03-15  Bruno Haible  <bruno@clisp.org>
52687
52688         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
52689         to 'negate'.
52690
52691         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
52692         variable.
52693
52694         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
52695         results.
52696
52697 2005-03-14  Simon Josefsson  <jas@extundo.com>
52698
52699         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
52700         <fx@gnu.org>.
52701
52702 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
52703
52704         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
52705         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
52706         intprops.h.
52707         * lib/strtol.c: Likewise.
52708
52709 2005-03-14  Jim Meyering  <jim@meyering.net>
52710
52711         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
52712         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
52713         to be nonzero so that we (and caller) can detect the difference
52714         between a valid zero-length expansion and an error return, even
52715         when the underlying strftime fails before writing anything into
52716         that location.
52717
52718 2005-03-14  Bruno Haible  <bruno@clisp.org>
52719
52720         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
52721         Update from GNU gettext 0.14.3.
52722
52723 2005-03-10  Jim Meyering  <jim@meyering.net>
52724
52725         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
52726
52727 2005-03-10  Jim Meyering  <jim@meyering.net>
52728
52729         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
52730         so that this module works on systems without fchdir.
52731
52732 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
52733
52734         Factor int-properties macros into a single file, except for
52735         glibc-related files.
52736         * lib/intprops.h: New file.
52737         * lib/getloadavg.c: Include it instead of limits.h.
52738         (INT_STRLEN_BOUND): Remove.
52739         * lib/human.c: Include intprops.h.
52740         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
52741         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
52742         302/1000.
52743         * lib/inttostr.h: Include intprops.h instead of limits.h.
52744         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
52745         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
52746         for consistency with intprops.h.
52747         (time_t_is_integer, twos_complement_arithmetic): Use them.
52748         * lib/sig2str.h: Include <signal.h>, intprops.h.
52749         (INT_STRLEN_BOUND): Remove.
52750         * lib/strftime.c (TYPE_SIGNED): Remove.
52751         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
52752         * lib/strtol.c: Adjust comments to match intprops.h.
52753         * lib/userspec.c: Include intprops.h.
52754         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
52755         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
52756         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
52757         instead of rolling our own expressions.
52758         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
52759
52760         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
52761         instead of int.
52762         (my_strftime): Do not mishandle years close to INT_MAX, by doing
52763         the right thing even if adding 1900 would overflow.  Similarly
52764         for tm_mon + 1 and tm_yday + 1.
52765         Make %Y always equivalent to %C%y, and similarly for %G and %g.
52766         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
52767         (DO_SIGNED_NUMBER): New macro.
52768         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
52769
52770 2005-03-07  Bruno Haible  <bruno@clisp.org>
52771
52772         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
52773
52774 2005-03-07  Bruno Haible  <bruno@clisp.org>
52775
52776         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
52777
52778 2005-03-04  Derek R. Price  <derek@ximbiot.com>
52779
52780         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
52781         (func_import): Only replace files via --import when they have actually
52782         changed.
52783
52784 2005-03-03  Derek R. Price  <derek@ximbiot.com>
52785
52786         * m4/mmap-anon.m4: New file.
52787         * m4/pagealign_alloc.m4: New file.
52788
52789 2005-03-03  Derek R. Price  <derek@ximbiot.com>
52790             Bruno Haible  <bruno@clisp.org>
52791
52792         * modules/pagealign_alloc: New file.
52793         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
52794
52795 2005-03-03  Derek R. Price  <derek@ximbiot.com>
52796             Bruno Haible  <bruno@clisp.org>
52797
52798         * lib/pagealign_alloc.h: New file.
52799         * lib/pagealign_alloc.c: New file.
52800
52801 2005-03-03  Bruno Haible  <bruno@clisp.org>
52802
52803         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
52804         Use an all-permissive copyright notice, recommended by RMS.
52805
52806 2005-03-02  Bruno Haible  <bruno@clisp.org>
52807
52808         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
52809         of AIX, the replacement has to be done only after <string.h> is
52810         included, therefore not in config.h. stpncpy.h does the replacement,
52811         and stpncpy.c uses it.
52812
52813 2005-03-02  Bruno Haible  <bruno@clisp.org>
52814
52815         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
52816         stpncpy.c uses it.
52817
52818 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
52819
52820         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
52821         The workaround isn't strictly needed for POSIX conformance, and
52822         it's too much of a pain to configure and maintain.  We'll ask
52823         people to fix their kernels instead.
52824         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
52825         (NANOSLEEP_BUG_WORKAROUND): Remove.
52826         (xnanosleep): Remove the workaround.
52827
52828 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
52829
52830         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
52831         Reported by Derek Price.
52832         (Include): Add "timespec.h".
52833
52834         * modules/xnanosleep (Depends-on): Remove gethrxtime.
52835
52836 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
52837
52838         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
52839         to detect nanosleep bug.
52840
52841 2005-03-01  Bruno Haible  <bruno@clisp.org>
52842
52843         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
52844
52845 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
52846
52847         * modules/gethrxtime: New file.
52848         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
52849         (Depends-on): Add gethrxtime.
52850         (configure.ac): Add gl_XNANOSLEEP.
52851         (Makefile.am): Remove lib_SOURCES line.
52852
52853 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
52854
52855         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
52856         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
52857
52858 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
52859
52860         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
52861         * lib/timespec.h (gettime): Return void, since it always
52862         succeeds now.  All uses changed.
52863         * lib/gettime.c (gettime) Likewise.
52864         [HAVE_NANOTIME]: Prefer nanotime.
52865         Assume gettimeofday succeeds, as POSIX requires.
52866         Assime time () succeeds, since other code already does.
52867         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
52868         (timespec_subtract): Remove.
52869         (NANOSLEEP_BUG_WORKAROUND): New constant.
52870         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
52871         things considerably.  Use it only on GNU/Linux hosts, since the
52872         workaround shouldn't be needed elsewhere.
52873
52874 2005-02-24  Bruno Haible  <bruno@clisp.org>
52875
52876         * modules/gettext (Files): Add m4/glibc2.m4.
52877
52878 2005-02-24  Bruno Haible  <bruno@clisp.org>
52879
52880         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
52881         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
52882         * m4/progtest.m4:
52883         Update from GNU gettext 0.14.2.
52884         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
52885
52886 2005-02-24  Bruno Haible  <bruno@clisp.org>
52887
52888         * lib/localcharset.c: Update from GNU gettext 0.14.2.
52889         * lib/config.charset: Update from GNU gettext 0.14.2.
52890
52891 2005-02-24  Bruno Haible  <bruno@clisp.org>
52892
52893         * lib/gettext.h: Update from GNU gettext 0.14.2.
52894
52895 2005-02-23  Simon Josefsson  <jas@extundo.com>
52896
52897         * m4/iconvme.m4: New file.
52898
52899 2005-02-23  Jim Meyering  <jim@meyering.net>
52900
52901         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
52902         change.
52903         Thanks to Bruno Haible for catching it.
52904
52905 2005-02-22  Simon Josefsson  <jas@extundo.com>
52906
52907         * modules/iconvme: New file.
52908
52909         * MODULES.html.sh: Add iconvme.
52910
52911 2005-02-22  Simon Josefsson  <jas@extundo.com>
52912
52913         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
52914
52915 2005-02-22  Simon Josefsson  <jas@extundo.com>
52916
52917         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
52918
52919 2005-02-22  Jim Meyering  <jim@meyering.net>
52920
52921         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
52922         s/ifndef/ifdef/.
52923
52924 2005-02-20  Neil Conway  <neilc@samurai.com>
52925
52926         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
52927         returned by OSX/Darwin if the specified buffer is not large
52928         enough for the hostname.
52929
52930 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52931
52932         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
52933         pass it to _help, otherwise the latter coredumps trying to
52934         dereference state.root_argp.
52935
52936 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
52937
52938         * modules/chdir-long (Depends-on): Add memrchr.
52939         * modules/memrchr (Files): Add lib/memrchr.h.
52940         (Include): "memrchr.h".
52941
52942 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
52943
52944         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
52945
52946 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
52947
52948         * lib/memrchr.h: New file.
52949         * lib/chdir-long.c: Include it.
52950         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
52951         Don't bother including stddef.h.
52952
52953 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
52954
52955         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
52956         inclusion.
52957         Include <sys/types.h>, for dev_t.
52958         (ME_DUMMY, ME_REMOTE): Move from here....
52959         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
52960         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
52961         Dmitry V. Levin.
52962         Include mountlist.h first, to test the interface.
52963
52964 2005-01-29  Bruno Haible  <bruno@clisp.org>
52965
52966         * lib/progname.c (program_name): Initialize.
52967         Needed when linking statically on MacOS X.
52968
52969 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
52970
52971         Sync from coreutils.
52972         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
52973         (Depends-on): Add c-strtod.
52974         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
52975
52976 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
52977
52978         Sync from coreutils.
52979         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
52980
52981         Remove files that are specific to coreutils.
52982         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
52983
52984 2005-01-28  Bruno Haible  <bruno@clisp.org>
52985
52986         * modules/javacomp: New file.
52987         * MODULES.html.sh (Java): Add javacomp.
52988
52989 2005-01-28  Bruno Haible  <bruno@clisp.org>
52990
52991         * m4/javacomp.m4: New file, from GNU gettext.
52992
52993 2005-01-28  Bruno Haible  <bruno@clisp.org>
52994
52995         * lib/javacomp.sh.in: New file, from GNU gettext.
52996         * lib/javacomp.h: New file, from GNU gettext.
52997         * lib/javacomp.c: New file, from GNU gettext.
52998
52999 2005-01-26  Simon Josefsson  <jas@extundo.com>
53000
53001         * lib/gai_strerror.c: Use GPL in header.
53002
53003 2005-01-26  Bruno Haible  <bruno@clisp.org>
53004
53005         * modules/javaexec: New file.
53006         * MODULES.html.sh (Java): Add javaexec.
53007
53008 2005-01-26  Bruno Haible  <bruno@clisp.org>
53009
53010         * m4/javaexec.m4: New file, from GNU gettext.
53011
53012 2005-01-26  Bruno Haible  <bruno@clisp.org>
53013
53014         * lib/javaexec.sh.in: New file, from GNU gettext.
53015         * lib/javaexec.h: New file, from GNU gettext.
53016         * lib/javaexec.c: New file, from GNU gettext.
53017
53018 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53019
53020         * modules/lchown (Depends-on): Remove lchown.h
53021
53022 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53023
53024         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
53025         must be defined if the header file was not found, in order
53026         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
53027
53028 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53029
53030         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
53031         initializers for struct pentry_state.
53032         (__argp_error): Check return value of __asprintf
53033         (__argp_failure): Translate error message
53034
53035         * lib/argp-parse.c: Removed braces around the expansion of N_()
53036
53037 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
53038
53039         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
53040         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
53041         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
53042         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
53043         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
53044         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
53045         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
53046         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
53047         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
53048         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
53049         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
53050         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
53051         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
53052         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
53053         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
53054         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
53055         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
53056         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
53057         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
53058         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
53059         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
53060         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
53061         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
53062         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
53063         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
53064         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
53065         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
53066         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
53067         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
53068         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
53069         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
53070         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
53071         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
53072         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
53073         xstrtol.m4, xstrtoumax.m4, yesno.m4:
53074         Use an all-permissive copyright notice, recommended by RMS.
53075
53076 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
53077
53078         * modules/chdir-long (Depends-on): Remove mempcpy.
53079
53080 2005-01-21  Jim Meyering  <jim@meyering.net>
53081
53082         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
53083         same value as for Solaris 9.
53084
53085         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
53086         component length.  This included changing the parameter to be
53087         of type `char *' rather than `char const *'.
53088         * lib/chdir-long.h (chdir_long): Update prototype.
53089
53090         * lib/openat.c (fdopendir, fstatat): New functions.
53091         * lib/openat.h: Include headers required for use of DIR and struct
53092         stat.
53093         [AT_SYMLINK_NOFOLLOW]: Define.
53094         (fdopendir, fstatat): Add prototypes.
53095
53096 2005-01-21  Bruno Haible  <bruno@clisp.org>
53097
53098         * modules/classpath: New file.
53099         * MODULES.html.sh (Java): Add classpath.
53100
53101 2005-01-21  Bruno Haible  <bruno@clisp.org>
53102
53103         * lib/classpath.h: New file, from GNU gettext.
53104         * lib/classpath.c: New file, from GNU gettext.
53105
53106 2005-01-20  Simon Josefsson  <jas@extundo.com>
53107
53108         * modules/version-etc-fsf: New file.
53109
53110 2005-01-20  Simon Josefsson  <jas@extundo.com>
53111
53112         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
53113         * lib/version-etc.c: Remove version_etc_copyright.
53114         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
53115         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
53116
53117 2005-01-20  Simon Josefsson  <jas@extundo.com>
53118
53119         * lib/base64.h (isbase64): Add.
53120
53121         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
53122         using a unsigned prototype, don't inline.
53123         (base64_decode): Use it.
53124
53125 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53126
53127         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
53128         it.
53129
53130 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53131
53132         * lib/save-cwd.c (save_cwd): Remove code to support the case
53133         where fchdir is missing or flaky.
53134
53135 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53136
53137         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
53138
53139 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
53140
53141         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
53142         AC_LIBSOURCES now does this.
53143         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
53144         with new ullong_max module.
53145
53146 2005-01-19  Bruno Haible  <bruno@clisp.org>
53147
53148         * modules/sh-quote: New file.
53149         * MODULES.html.sh (Executing programs): Add sh-quote.
53150
53151 2005-01-19  Bruno Haible  <bruno@clisp.org>
53152
53153         * lib/sh-quote.h: New file, from GNU gettext.
53154         * lib/sh-quote.c: New file, from GNU gettext.
53155
53156 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53157
53158         Merge from coreutils.
53159         * m4/ullong_max.m4: New file.
53160         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
53161         (gl_MACROS): Assume localeconv exists.
53162
53163 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53164
53165         Merge changes from coreutils, as described below in several
53166         changelogs dated today.
53167
53168         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
53169         (O_DIRECTORY): Remove; not needed here, since "." must be
53170         a directory.  All uses removed.
53171         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
53172         universal on Suns, and we also need to test for IRIX.
53173         Revamp code to use 'if' rather than '#if'.
53174         Avoid unnecessary comparison of cwd->desc to 0.
53175
53176         * lib/utimens.c (futimens): Robustify the previous patch, by checking
53177         for known valid error numbers rather than observed invalid ones.
53178
53179 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53180
53181         * modules/ullong_max: New file.
53182
53183         * modules/chdir-long, modules/openat: New files.
53184         * modules/save-cwd (Depends-on): Depend on chdir-long.
53185         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
53186
53187 2005-01-18  Jim Meyering  <jim@meyering.net>
53188
53189         Merge from coreutils.
53190         * m4/chdir-long.m4, m4/openat.m4: New files.
53191         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
53192         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
53193         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
53194         is sane and DOES follow symlinks.  Besides, testing 20 different
53195         systems found no broken chown implementations.
53196         Prompted by a change in rsync's copy of this macro.
53197         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
53198
53199         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
53200
53201         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
53202         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
53203         NULL-means-set-to-current-time semantics.
53204         Remove temporary file immediately, rather than waiting
53205         for configure's at-exit trap code to do it.
53206
53207 2005-01-18  Jim Meyering  <jim@meyering.net>
53208
53209         * lib/version-etc.c (version_etc_copyright): Update copyright date.
53210
53211         * lib/utimens.c (futimens): Account for the fact that futimes
53212         can also fail with errno == ENOSYS or errno == ENOENT.
53213         Patch from Dmitry V. Levin.
53214
53215         Change the name of the robust chdir function from chdir to chdir_long.
53216         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
53217         (restore_cwd): Use chdir_long, not chdir.
53218         * lib/chdir-long.c: Renamed from chdir.c.
53219         * lib/chdir-long.h: Renamed from chdir.h.
53220         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
53221         Hurd.
53222
53223 2005-01-18  Bruno Haible  <bruno@clisp.org>
53224
53225         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
53226         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
53227         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
53228         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
53229         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
53230         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
53231         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
53232         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
53233         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
53234         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
53235         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
53236         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
53237         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
53238         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
53239         Use an all-permissive copyright notice, recommended by RMS.
53240
53241 2005-01-18  Bob Proulx  <bob@proulx.com>
53242
53243         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
53244         simplify offsetof() macro construct to avoid compile failure with
53245         native HP-UX 11.0 ANSI C compiler.
53246
53247 2005-01-17  Bruno Haible  <bruno@clisp.org>
53248
53249         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
53250         redundant because stpncpy.m4 takes care of it.
53251
53252 2005-01-17  Bruno Haible  <bruno@clisp.org>
53253
53254         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
53255
53256 2005-01-17  Bruno Haible  <bruno@clisp.org>
53257
53258         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
53259         used.
53260
53261 2005-01-17  Bruno Haible  <bruno@clisp.org>
53262
53263         * lib/fwriteerror.h (fwriteerror): Change specification to include
53264         fclose.
53265         * lib/fwriteerror.c: Include <stdbool.h>.
53266         (fwriteerror): At the end, close the file stream. Record whether
53267         stdout was already closed.
53268
53269 2005-01-17  Bruno Haible  <bruno@clisp.org>
53270
53271         * lib/execute.c (environ): Declare if needed.
53272         * lib/pipe.c (environ): Likewise.
53273         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
53274
53275 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53276
53277         * modules/argp: Depend on vsnprintf
53278
53279 2005-01-10  Jim Meyering  <jim@meyering.net>
53280
53281         * modules/closeout (Depends-on): Add atexit.
53282
53283 2005-01-06  Bruno Haible  <bruno@clisp.org>
53284
53285         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
53286
53287 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
53288
53289         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
53290         definitions to be after all include files, to avoid collisions.
53291         Problem reported by Bob Proulx.
53292
53293 2005-01-04  Jim Meyering  <jim@meyering.net>
53294
53295         Changes imported from coreutils.
53296         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
53297         as the mkstemp template, use a temporary directory and an
53298         8.3-friendly template to avoid trouble on systems like DJGPP.
53299         Reported by Juan M. Guerrero via Stepan Kasal.
53300         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
53301         close. Remove the temporary directory right away, rather than waiting
53302         for configure's at-exit trap code to do it.
53303         Suggestion from Stepan Kasal.
53304
53305 2005-01-01  Simon Josefsson  <jas@extundo.com>
53306
53307         * gnulib-tool: Print #include directives when --import'ing.
53308
53309 2004-12-28  Simon Josefsson  <jas@extundo.com>
53310
53311         * tests/test-base64.c: Include required header files.  Remove
53312         unused variables.
53313
53314 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53315
53316         * modules/error (Depends-on): Remove gettext.
53317
53318 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53319
53320         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
53321         not needed.  This removes a dependency on the gettext module.
53322         [defined _LIBC]: Do not include <libintl.h>; not needed.
53323
53324 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53325
53326         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
53327         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
53328
53329 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53330
53331         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
53332         HAVE_DECL_STRTOLD.
53333
53334 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53335
53336         * modules/getdate (Depends-on): Remove alloca-opt.
53337
53338 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53339
53340         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
53341
53342 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53343
53344         * lib/argp-parse.c: Include <stddef.h>.
53345         (alignof, alignto): New macros.
53346         (parser_init): Don't assume that void * is aligned sufficiently
53347         for struct option.
53348
53349         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
53350         need to extend the stack.
53351         (YYINITDEPTH): New macro, so that the initial stack isn't overly
53352         large.
53353
53354 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53355
53356         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
53357
53358 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53359
53360         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
53361         (2004-10-24) change.  Apparently this was a false alarm.
53362
53363         * modules/getdate: Depend on alloca-opt, not alloca.
53364
53365 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53366
53367         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
53368         Remove now-obsolete comment about AIX.
53369         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
53370         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
53371         (YYMAXDEPTH): New macro.
53372
53373 2004-12-18  Simon Josefsson  <jas@extundo.com>
53374
53375         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
53376
53377 2004-12-18  Bruno Haible  <bruno@clisp.org>
53378
53379         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
53380
53381 2004-12-18  Bruno Haible  <bruno@clisp.org>
53382
53383         * lib/fatal-signal.c (fatal_signals): Make non-const.
53384         (init_fatal_signals): New function.
53385         (uninstall_handlers, install_handlers): Ignore signals that were set to
53386         SIG_IGN.
53387         (at_fatal_signal): Call init_fatal_signals.
53388         (init_fatal_signal_set): Likewise. Ignore signals that were set to
53389         SIG_IGN.
53390         Reported by Paul Eggert.
53391
53392 2004-12-18  Bruno Haible  <bruno@clisp.org>
53393
53394         * doc/alloca.texi: New file.
53395         * doc/alloca-opt.texi: New file.
53396
53397 2004-12-17  Jim Meyering  <jim@meyering.net>
53398
53399         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
53400         Otherwise, install-sh could exit with improper exit status when
53401         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
53402
53403 2004-12-16  Simon Josefsson  <jas@extundo.com>
53404
53405         * tests/test-base64.c: Add license.
53406
53407 2004-12-15  Stepan Kasal  <address@hidden>
53408
53409         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
53410
53411 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
53412
53413         * modules/getcwd (Files): Add m4/d-ino.m4.
53414         Suggested by Mark D. Baushke.
53415
53416 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
53417
53418         * lib/getdate.y (textint): New member "negative".
53419         (time_zone_hhmm): New function.
53420         Expect 14 shift-reduce conflicts, not 13.
53421         (o_colon_minutes): New rule.
53422         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
53423         (yylex): Set the "negative" member of signed numbers.
53424
53425 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
53426
53427         * doc/getdate.texi (Time of day items, Time zone items):
53428         Describe new formats +00:00, UTC+00:00.
53429
53430 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
53431
53432         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
53433         spurious "-l"s.  Problem reported by Stepan Kasal.
53434
53435 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
53436
53437         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
53438         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
53439
53440 2004-12-04  Simon Josefsson  <jas@extundo.com>
53441
53442         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
53443         Vandoorselaere <yoann@prelude-ids.org>.
53444
53445 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53446
53447         Changes imported from coreutils.
53448         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
53449         exist.
53450         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
53451
53452 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53453
53454         Changes imported from coreutils.
53455         * lib/hard-locale.c: Assume <locale.h> exists.
53456         Include "strdup.h".
53457         (GLIBC_VERSION): New macro.
53458         (hard_locale): Assume setlocale exists.
53459         Rewrite to avoid #ifdef.
53460         Use strdup rather than malloc + strcpy.
53461         * lib/human.c: Assume <locale.h> exists.
53462         (human_readable): Assume localeconv exists.
53463
53464 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53465
53466         * modules/hard-locale (Depends-on): Add strdup.
53467
53468 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
53469
53470         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
53471         convert T2, not T.  (Imported from libc.)
53472
53473 2004-11-30  Simon Josefsson  <jas@extundo.com>
53474
53475         * modules/restrict (License): Change to LGPL.
53476
53477 2004-11-30  Simon Josefsson  <jas@extundo.com>
53478
53479         * m4/restrict.m4: Add copyright and copying conditions.
53480
53481 2004-11-30  Simon Josefsson  <jas@extundo.com>
53482
53483         * m4/base64.m4: New file.
53484
53485 2004-11-30  Simon Josefsson  <jas@extundo.com>
53486
53487         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
53488         base64.
53489
53490         * tests/test-base64.c: New file.
53491
53492         * modules/base64: New file.
53493
53494 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
53495
53496         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
53497         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
53498
53499         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
53500
53501 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
53502
53503         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
53504         (__getcwd.c): Don't restore errno; glibc doesn't.
53505         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
53506         first, falling back to our code only if its results look suspicious.
53507         Ensure that the resulting buffer is only as large as necessary.
53508
53509         * lib/readutmp.c: Include readutmp.h first.
53510         Include <errno.h>, since readutmp.h no longer does that.
53511         * lib/readutmp.h: Don't include <errno.h>,
53512         <sys/param.h>, <time.h>; not needed to establish interface.
53513         (errno): Remove decl.
53514         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
53515         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
53516         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
53517
53518 2004-11-28  Simon Josefsson  <jas@extundo.com>
53519
53520         * lib/base64.h, base64.c: New file.
53521
53522 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
53523
53524         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
53525
53526 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
53527
53528         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
53529         (Depends-on): Remove pathmax, same.  Add mempcpy.
53530         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
53531         (Makefile.am): Append getcwd.h to lib_SOURCES.
53532         (Include): Add getcwd.h.
53533         (Maintainer): Change from Jim Meyering to "all, glibc",
53534         since getdate now uses intended-for-glibc code.
53535         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
53536         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
53537
53538 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
53539
53540         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
53541         HP's ANSI C compiler.
53542         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
53543         Declaring int functions causes warnings on some modern systems and
53544         shouldn't be needed to compile on ancient ones.
53545         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
53546         defined.
53547
53548         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
53549         with the following changes.
53550         (__set_errno): Parenthesize properly.
53551         Include <stdbool.h>.
53552         (MIN, MAX, MATCHING_INO): New macros.
53553         (__getcwd): Define with prototype, not K&R form.
53554         Use heuristics to allocate default buffer on stack if possible.
53555         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
53556         behavior, and to avoid the PATH_MAX limit when computing
53557         ../../../../...
53558         Use MATCHING_INO to compare inode number to file.
53559         Check for arithmetic overflow in size calculations.
53560         Fix bug in reallocation of dot array that caused getcwd to fail
53561         on directories nested deeper than 75.
53562         Be more careful about saving errno on error.
53563         Do not use realloc; use only free+malloc, as this is a bit
53564         more flexible and avoids a needless copy operation.
53565         Do not inspect st_dev and st_ino for symbolic links; POSIX
53566         doesn't specify the latter.
53567         Check for closedir errors.
53568         Avoid needless casts.
53569         Use "#ifdef weak_alias" around weak_alias, to be like other
53570         glibc code.
53571         The following changes to getcwd.c have effect only when used in
53572         gnulib; they have no effect inside glibc proper.
53573         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
53574         as alloca isn't used.
53575         (alloca, __alloca): Likewise.
53576         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
53577         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
53578         unconditionally, as gnulib assumes C89 or better.
53579         Do not include <sys/param.h>.
53580         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
53581         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
53582         better.
53583         (NULL) [!defined NULL]: Remove; we assume C89 or better.
53584         Include <dirent.h> in a way that is compatible with modern Autoconf.
53585         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
53586         New macros, if not already defined.
53587         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
53588         Use "_LIBC", not "defined _LIBC", for consistency.
53589         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
53590         a mempcpy module.
53591         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
53592         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
53593         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
53594         credit only to Jim Meyering and adjust the copyright dates.
53595         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
53596         <stdlib.h>, <unistd.h>, "pathmax.h".
53597         Instead, include "xgetcwd.h" (first) and "getcwd.h".
53598         (INITIAL_BUFFER_SIZE): Remove.
53599         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
53600
53601 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
53602
53603         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
53604         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
53605         Use the _ONCE methods, for efficiency.
53606         Check for fcntl.h.  In test program, include <errno.h>
53607         and <fcntl.h> if available.  Remove old K&R cruft from
53608         test program.  Check for common errors in GNU/Linux,
53609         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
53610         don't do AC_LIBOBJ, as that's getcwd.m4's job.
53611         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
53612         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
53613         name accordingly.
53614         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
53615         accommodate new getcwd.c.
53616         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
53617         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
53618         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
53619         that's all we need now.
53620
53621 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53622
53623         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
53624         argp-parse.c depends on getopt internals, that means we should
53625         always use our getopt, to be on the safe side.
53626         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
53627         order not to spoil the result of an eventual previous invocation
53628         of gl_GETOPT_SUBSTITUTE.
53629
53630 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53631
53632         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
53633         redefinition warnings. To avoid them, include the defines
53634         in `#if !defined __need_getopt ... #endif'. The only place
53635         where __getopt_argv_const is used is in definitions
53636         of getopt_long and getopt_long_only below, which are as well
53637         protected by `#ifndef __need_getopt'.
53638         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
53639         __need_getopt after including <stdio.h> and <unistd.h> These
53640         headers might have defined it.
53641
53642 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
53643
53644         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
53645
53646 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
53647
53648         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
53649         (futimens): New function, which uses futimes if available.
53650         (futimens, utimens): Support timespec==NULL, with same semantics
53651         as utime and utimens.
53652         * lib/utimens.h (futimens): New decl.
53653
53654 2004-11-23  Jim Meyering  <jim@meyering.net>
53655
53656         * lib/getopt_.h: Remove trailing blanks.
53657
53658 2004-11-23  Jim Meyering  <jim@meyering.net>
53659
53660         * lib/__fpending.c: Add comment.
53661
53662 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
53663
53664         * modules/canonicalize (Depends-on): Add xreadlink.
53665         Problem reported by James Youngman.
53666
53667 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
53668
53669         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
53670         New macros.
53671         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
53672         optopt): Use them instead of invoking ## directly; otherwise, the
53673         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
53674
53675 2004-11-19  Bruno Haible  <bruno@clisp.org>
53676
53677         * lib/strtok_r.c: Move comments from here...
53678         * lib/strtok_r.h: ... to here.
53679
53680 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
53681
53682         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
53683         implementations that mishandle size_t overflow.
53684
53685 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
53686
53687         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
53688         might fail.  Problem reported by Yoann Vandoorselaere.
53689         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
53690         implementations that mishandle size_t overflow.
53691
53692 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
53693
53694         * modules/canon-host (Depends-on): Add strdup.
53695
53696 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
53697
53698         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
53699
53700 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
53701
53702         * lib/canon-host.c: Include "strdup.h".
53703         (canon_host): Use getaddrinfo if available, so that IPv6 works.
53704         Use strdup instead of malloc/strcpy to duplicate strings.
53705
53706         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
53707         (human_space_before_unit): New constant.
53708         * lib/human.c (human_readable): Support it.
53709
53710         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
53711         (xgetcwd): Set errno correctly when failing.
53712         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
53713         the failure is actually due to a PATH_MAX problem.
53714
53715         Further getopt changes to make it more likely that glibc will
53716         buy the changes back.
53717         * lib/getopt.c (POSIXLY_CORRECT): New constant.
53718         (getopt): Use it, so to preserve glibc semantic
53719         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
53720         when compiling for libc.
53721         * lib/getopt_.h (__getopt_argv_const): Bring it back.
53722         (getopt_long, getopt_long_only): Use it.
53723
53724         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
53725         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
53726         (getopt): Argv is now char * const *, as per standard.
53727         (_getopt_internal_r, _getopt_internal): Argv is now char **,
53728         not char *__getopt_argv_const *.
53729         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
53730         _getopt_long_only_r): Likewise.
53731         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
53732         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
53733         _getopt_long_r, _getopt_long_only_r): Likewise.
53734         * lib/getopt_.h (__getopt_argv_const): Remove.
53735         (getopt): Argv is now char * const *, as per standard.
53736
53737         * lib/getdate.y (tORDINAL): New token.
53738         (day, relunit): Allow it for relative times.
53739         (relative_time_table): Use tORDINAL for ordinals.
53740
53741 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
53742
53743         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
53744         Document that "second" isn't allowed as an ordinal number.
53745
53746 2004-11-16  Jim Meyering  <jim@meyering.net>
53747
53748         * modules/closeout (Depends-on): Add fpending.
53749
53750 2004-11-15  Jim Meyering  <jim@meyering.net>
53751
53752         * lib/closeout.c: Include "__fpending.h" once again.
53753         Include <stdbool.h>.
53754         (close_stdout): Don't fail just because stdout was closed initially,
53755         since some programs don't write to stdout in the normal course of
53756         operation (other than --version and --help), and we don't want this
53757         function to make e.g. `touch file >&-' fail.
53758         But do fail if it was closed and someone has tried to write to it.
53759         E.g., `printf foo >&-' must fail.
53760
53761 2004-11-13  Jim Meyering  <jim@meyering.net>
53762
53763         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
53764
53765 2004-11-12  Simon Josefsson  <jas@extundo.com>
53766
53767         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
53768         small doc fix is still pending.
53769
53770 2004-11-11  Simon Josefsson  <jas@extundo.com>
53771
53772         * modules/strtok_r: New file.
53773
53774         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
53775         strtok_r.
53776
53777 2004-11-11  Simon Josefsson  <jas@extundo.com>
53778
53779         * m4/strtok_r.m4: New file.
53780
53781         * m4/getopt.m4: Replace opterr.
53782
53783 2004-11-11  Simon Josefsson  <jas@extundo.com>
53784
53785         * lib/strtok_r.h, strtok_r.c: New file.
53786
53787 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
53788
53789         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
53790         of replacing opterr, getopt, etc.  This should handle the
53791         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
53792
53793 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
53794
53795         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
53796         we can stop lying to compilers about the constness of argv when we
53797         are compiled outside glibc.
53798         (getopt, getopt_long, getopt_long_only): Use it.
53799         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
53800         _getopt_internal, getopt): Likewise.
53801         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
53802         _getopt_long_only_r): Likewise.
53803         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
53804         _getopt_long_r, _getopt_long_only_r): Likewise.
53805
53806         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
53807         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
53808         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
53809         the other external symbols.
53810         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
53811         declaration, since the above renaming now works around collisions.
53812
53813 2004-11-11  Jim Meyering  <jim@meyering.net>
53814
53815         * lib/linebreak.c: Remove trailing blanks.
53816         * lib/alloca_.h: Likewise.
53817         * lib/acosl.c: Likewise.
53818         * lib/euidaccess.c: Likewise.
53819         * lib/allocsa.h: Likewise.
53820
53821 2004-11-10  Simon Josefsson  <jas@extundo.com>
53822
53823         * m4/getaddrinfo.m4: New file.
53824
53825 2004-11-10  Simon Josefsson  <jas@extundo.com>
53826
53827         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
53828
53829 2004-11-10  Simon Josefsson  <jas@extundo.com>
53830
53831         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
53832         getaddrinfo.
53833
53834         * modules/getaddrinfo: New file.
53835
53836 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
53837
53838         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
53839
53840 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
53841
53842         * lib/mktime.c (SHR): New macro, which is a portable
53843         substitute for >> that should work even on Crays.
53844         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
53845         Problem reported by Mark D. Baushke in
53846         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
53847         * lib/getdate.y (SHR): Likewise.
53848         (tm_diff): Use it.
53849         * lib/strftime.c (SHR): Likewise.
53850         (tm_diff): Use it.
53851         * lib/quotearg.c (struct quoting_options): Use unsigned int for
53852         quote_these_too, so that right shifts are well defined.  All uses
53853         changed.
53854
53855 2004-11-10  Jim Meyering  <jim@meyering.net>
53856
53857         Ensure that no close failure goes unreported.
53858         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
53859         return early when it seems there's nothing to flush.
53860         Don't include __fpending.h.
53861
53862 2004-11-10  Jim Meyering  <jim@meyering.net>
53863
53864         * modules/closeout (Depends-on): Remove fpending.
53865
53866 2004-11-10  Jim Meyering  <jim@meyering.net>
53867
53868         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
53869
53870 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
53871
53872         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
53873         gl_FUNC_STRFTIME.
53874         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
53875         and AC_REQUIRE when possible, to avoid duplicate checks.
53876         Check for <wchar.h>.
53877
53878 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
53879
53880         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
53881
53882 2004-11-09  Bruno Haible  <bruno@clisp.org>
53883
53884         * m4/sockpfaf.m4: New file.
53885
53886 2004-11-05  Bruno Haible  <bruno@clisp.org>
53887
53888         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
53889         Reported by Mark D. Baushke <mdb@cvshome.org>.
53890
53891 2004-11-04  Bruno Haible  <bruno@clisp.org>
53892
53893         2004-09-11  Bruno Haible  <bruno@clisp.org>
53894                 * allocsa.valgrind: New file.
53895         2004-02-06  Bruno Haible  <bruno@clisp.org>
53896                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
53897                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
53898                 Reported by Christopher Seip <chris.seip@hp.com>.
53899
53900 2004-11-04  Bruno Haible  <bruno@clisp.org>
53901
53902         * modules/allocsa (Files): Add lib/allocsa.valgrind.
53903         (Makefile.am): Distribute it.
53904
53905 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
53906
53907         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
53908         with errno == ERANGE if the buffer is too small.
53909         Problem reported by Mark D. Baushke.
53910
53911 2004-11-03  Albert Chin  <china@thewrittenword.com>
53912             Paul Eggert  <eggert@cs.ucla.edu>
53913
53914         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
53915         equivalent, substitute $ac_type for equivalent type rather than
53916         blindly using uint32_t *always* which won't work if uint32_t is not
53917         available.  Define _UINT32_T to work around typedef of uint32_t if
53918         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
53919         2.5.1.
53920
53921 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
53922
53923         * m4/jm-macros.m4: Sync from coreutils.
53924         (gl_MACROS): Check for mbrlen, for pathchk.
53925         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
53926
53927 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
53928
53929         * lib/xreadlink.c (MAXSIZE): New macro.
53930         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
53931         size does not exceed MAXSIZE.  Avoid cast.
53932         As suggested by Mark D. Baushke in
53933         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
53934         if readlink fails with buffer size just under MAXSIZE, try again
53935         with MAXSIZE.
53936
53937 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
53938
53939         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
53940
53941 2004-11-02  Derek R. Price  <derek@ximbiot.com>
53942         and  Paul Eggert  <eggert@cs.ucla.edu>
53943
53944         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
53945         (get_date): Overparenthesize to avoid GCC warning.
53946
53947 2004-11-02  Bruno Haible  <bruno@clisp.org>
53948
53949         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
53950         returns void.
53951
53952 2004-11-02  Bruno Haible  <bruno@clisp.org>
53953
53954         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
53955         function returns void.
53956
53957 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
53958
53959         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
53960         fflush_unlocked, flockfile, funlockfile, funlockfile,
53961         fputs_unlocked, putc_unlocked.
53962
53963 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
53964
53965         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
53966         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
53967         already declared.
53968
53969 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
53970
53971         * modules/getdate (Files): Add doc/getdate.texi.
53972         (Depends-on): Add setenv, xalloc.
53973
53974 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
53975
53976         * lib/getdate.y: Add support for TZ="foo" within a date string.
53977         Fix some bugs near time_t boundaries.  Reject dates with
53978         out-of-range components, e.g., "Sept 31".
53979         Include <stdlib.h>, "setenv.h", "xalloc.h".
53980         (ISDIGIT_LOCALE): Remove; unused.
53981         Note that the TZ and time functions used here are not reentrant.
53982         (mktime_ok, get_tz): New functions.
53983         (TZBUFSIZE): New constant.
53984         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
53985         This requires that we sometimes generate our own TZ="XXX..." setting.
53986
53987 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
53988
53989         * doc/getdate.texi: New file, from coreutils with modifications for
53990         the new TZ parsing.
53991
53992 2004-10-27  Derek R. Price  <derek@ximbiot.com>
53993
53994         * lib/mktime.c (not_equal_tm): Remove redundant check.
53995
53996 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
53997
53998         * modules/regex (lib_SOURCES): Add regex.c.
53999         Reported by James Youngman in
54000         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
54001
54002 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54003
54004         * lib/getdate.y: Use Bison 1.875 features, and some minor
54005         code cleanups.  This change does not affect semantics.
54006         Don't include <stdlib.h>; no longer needed.
54007         Don't include unlocked-io.h; only the "#if TEST" code uses
54008         stdio, and performance isn't crucial there.
54009         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
54010         Bison 1.875 features as described below.
54011         All uses of "PC." replaced by "pc->".
54012         (YYSTYPE): Add a forward declaration.
54013         (yylex, yyerror): Use full prototypes in forward decls.
54014         Use "%pure-parser" rather than obsolescent "%pure_parser".
54015         Use %parse-param and %lex-param instead of obsolescent
54016         YYPARSE_PARAM and YYLEX_PARAM.
54017         (meridian_table, month_and_day_table, time_units_table,
54018         relative_time_table, time_zone_table, military_table,
54019         lookup_zone, lookup_word, get_date):
54020         Use NULL instead of 0 where appropriate.
54021         (to_hour): Avoid abort (), to avoid a dependency on
54022         stdlib.h.
54023         (yyerror, yylex): Now accepts parser_control * arg.
54024         (main) [TEST]: Use '\0' rather than 0 for char.
54025
54026 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54027
54028         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
54029
54030 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54031
54032         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
54033         It's now the caller's responsibility to handle the case where
54034         !HAVE_GETPAGESIZE && !defined getpagesize.
54035
54036         * lib/mktime.c (leapyear): Arg is long int, not int.
54037
54038 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
54039
54040         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
54041
54042 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
54043
54044         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
54045         missing.  Problem reported by James Youngman.
54046
54047 2004-10-16  Simon Josefsson  <jas@extundo.com>
54048
54049         * gnulib-tool: Fix comments.  Fix parse problem.
54050         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
54051
54052 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
54053
54054         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
54055         implementation of getopt_long.  Problem reported by Alexander Taler in:
54056         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
54057
54058 2004-10-15  Bruno Haible  <bruno@clisp.org>
54059
54060         * gnulib-tool: Untabify. Initialize supplied_libname.
54061         (func_usage): More homogenous output.
54062         (func_modules_transitive_closure, func_modules_to_filelist,
54063         func_emit_lib_Makefile_am): New functions.
54064         (func_import): New function, extracted from big case statement. Use
54065         func_get_license, func_modules_transitive_closure,
54066         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
54067         opt_lgpl. Don't use test -a, as it's not portable.
54068         (func_create_testdir): Use func_modules_transitive_closure,
54069         func_modules_to_filelist, func_emit_lib_Makefile_am.
54070
54071 2004-10-15  Bruno Haible  <bruno@clisp.org>
54072
54073         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
54074
54075 2004-10-15  Bruno Haible  <bruno@clisp.org>
54076
54077         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
54078         the portions belonging to each module.
54079         Suggested by Derek Robert Price <derek@ximbiot.com>.
54080
54081 2004-10-12  Simon Josefsson  <jas@extundo.com>
54082
54083         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54084         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
54085         to real functions.
54086
54087 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54088
54089         * modules/vsnprintf: New file.
54090
54091 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54092
54093         * m4/vsnprintf.m4: New file.
54094
54095 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54096
54097         * lib/vsnprintf.h: New file.
54098         * lib/vsnprintf.c: New file.
54099
54100 2004-10-11  Bruno Haible  <bruno@clisp.org>
54101
54102         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
54103         vsnprintf.
54104
54105 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
54106
54107         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
54108
54109 2004-10-07  Bruno Haible  <bruno@clisp.org>
54110
54111         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
54112         fits into the provided buffer.
54113
54114 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
54115
54116         * lib/diacrit.c, diacrit.h: Add GPL notice.
54117
54118         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
54119         notice.
54120         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
54121         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
54122         This avoids a potential constant-folding bug.
54123
54124 2004-10-05  Bruno Haible  <bruno@clisp.org>
54125
54126         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
54127         for the declaration of strsep.
54128
54129 2004-10-05  Bruno Haible  <bruno@clisp.org>
54130
54131         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
54132
54133 2004-10-04  Simon Josefsson  <jas@extundo.com>
54134
54135         * modules/memmem: New file.
54136         * tests/test-memmem.c: New file.
54137         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
54138
54139 2004-10-04  Simon Josefsson  <jas@extundo.com>
54140
54141         * m4/memmem.m4: New file.
54142
54143 2004-10-04  Simon Josefsson  <jas@extundo.com>
54144
54145         * lib/memmem.h: New file.
54146         * lib/memmem.c: New file, taken from glibc.
54147
54148 2004-10-04  Simon Josefsson  <jas@extundo.com>
54149
54150         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
54151         '#ifdef USE_UNLOCKED_IO'.
54152
54153 2004-10-04  Simon Josefsson  <jas@extundo.com>
54154
54155         * config/srclist.txt: Add memmem from glibc.
54156
54157 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54158
54159         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
54160
54161         * modules/argmatch, modules/argp, modules/closeout, modules/error,
54162         modules/exclude, modules/getdate, modules/getline,
54163         modules/getndelim2, modules/getpass, modules/getpass-gnu,
54164         modules/getusershell, modules/linebuffer, modules/md5,
54165         modules/mountlist, modules/posixtm, modules/readtokens,
54166         modules/readutmp, modules/regex, modules/sha1,
54167         modules/version-etc, modules/yesno:
54168         Remove dependency on unlocked-io.
54169
54170 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54171
54172         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
54173
54174         * m4/unlocked-io.m4: Add copyright notice.
54175         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
54176
54177 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54178
54179         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
54180         * lib/xmalloc.c (xmemdup): Likewise.
54181         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
54182         XFREE): Remove these long-obsolescent macros.
54183         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
54184         * lib/xstrdup.c: Remove.
54185
54186         * lib/regex.c (re_comp): Cast gettext return value to char *,
54187         Problem reported by Martin Neitzel via Mark D. Baushke.
54188
54189 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54190
54191         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
54192         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
54193         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
54194         regex.c, sha1.c, version-etc.c, yesno.c:
54195         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
54196         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
54197         the includer's responsibility.
54198
54199         Sync from coreutils.
54200
54201         * lib/modechange.c (mode_compile): Don't decrement a pointer that
54202         points to the start of a string, as the C Standard says the
54203         resulting behavior is undefined.
54204
54205         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
54206         simple -> simple_backups, numbered_existing ->
54207         numbered_existing_backups, numbered -> numbered_backups
54208         to avoid shadowing problems.  All uses changed.
54209         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
54210         * lib/backupfile.c (check_extension, numbered_backup):
54211         Rename locals to avoid shadowing 'basename'.
54212         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
54213         once.
54214
54215         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
54216         * lib/.cvsignore: Add getopt.h.
54217
54218 2004-10-04  Bruno Haible  <bruno@clisp.org>
54219
54220         * modules/README: New file.
54221         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
54222         not a module.
54223
54224 2004-10-02  Jim Meyering  <jim@meyering.net>
54225
54226         * lib/dirfd.h, getpagesize.h: Add copyright notice.
54227
54228 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54229
54230         * modules/strsep: New file.
54231
54232 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54233
54234         * m4/strsep.m4: New file.
54235
54236 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54237
54238         * lib/strsep.h: New file.
54239         * lib/strsep.c: New file.
54240
54241 2004-10-01  Simon Josefsson  <jas@extundo.com>
54242
54243         * lib/snprintf.c (snprintf): Handle size==0.
54244
54245 2004-10-01  Simon Josefsson  <jas@extundo.com>
54246             Bruno Haible  <bruno@clisp.org>
54247
54248         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
54249         (snprintf): Declare 'args'.
54250
54251 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
54252
54253         * lib/snprintf.c: Remove comments as to why each header is needed.
54254
54255 2004-10-01  Bruno Haible  <bruno@clisp.org>
54256
54257         * MODULES.html.sh: Add strsep.
54258
54259 2004-09-30  Simon Josefsson  <jas@extundo.com>
54260
54261         * modules/snprintf: New file.
54262
54263 2004-09-30  Simon Josefsson  <jas@extundo.com>
54264
54265         * m4/snprintf.m4: New file.
54266
54267 2004-09-30  Simon Josefsson  <jas@extundo.com>
54268
54269         * lib/snprintf.h, lib/snprintf.c: New files.
54270
54271 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54272
54273         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
54274         (hol_entry_help): Never translate an empty string.
54275         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
54276         * lib/argp.h (OPTION_NO_TRANS): New option.
54277
54278 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54279
54280         * modules/argp (Maintainer): Replace Simon Josefsson
54281         by Sergey Poznyakoff.
54282
54283 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54284
54285         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
54286         changes merged back into glibc.
54287
54288 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54289
54290         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
54291
54292 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
54293
54294         * lib/xvasprintf.c: Include xalloc.h.
54295         (xvasprintf): Use xalloc_die, not xmalloc_die.
54296
54297 2004-09-29  Bruno Haible  <bruno@clisp.org>
54298
54299         * modules/alloca-opt: New file, derived from modules/alloca.
54300         * modules/allocsa: Depend on alloca-opt instead of alloca.
54301         * modules/setenv: Likewise.
54302         * modules/vasnprintf: Likewise.
54303         * MODULES.html.sh: Add alloca-opt.
54304
54305 2004-09-28  Simon Josefsson  <jas@extundo.com>
54306
54307         * gnulib-tool: New parameter --lgpl, to asseert that modules are
54308         LGPL, and to replace license template from GPL to LGPL.
54309
54310 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54311
54312         * modules/dummy: Change license to LGPL.
54313
54314 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54315
54316         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
54317
54318 2004-09-24  Simon Josefsson  <jas@extundo.com>
54319
54320         * modules/minmax (License): Change from GPL to LGPL.
54321
54322 2004-09-23  Simon Josefsson  <jas@extundo.com>
54323
54324         * gnulib-tool (--import): Typo.
54325
54326 2004-09-23  Simon Josefsson  <jas@extundo.com>
54327
54328         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
54329
54330 2004-09-22  Bruno Haible  <bruno@clisp.org>
54331
54332         * modules/*: Add 'License' field.
54333         * gnulib-tool: Accept --extract-license option.
54334         (func_get_license): New function.
54335
54336 2004-09-21  Bruno Haible  <bruno@clisp.org>
54337
54338         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
54339         Reported by Simon Josefsson.
54340
54341 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54342
54343         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
54344         gl_AC_TYPE_LONG_LONG.
54345
54346 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54347
54348         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
54349
54350 2004-09-18  Simon Josefsson  <jas@extundo.com>
54351         and  Paul Eggert  <eggert@cs.ucla.edu>
54352
54353         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
54354         calls with autoreconf.  Define GL_LIB.
54355
54356 2004-09-14  Karl Berry  <karl@gnu.org>
54357
54358         * config/srclist.txt: unsync setenv.c, sigh.
54359
54360 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54361
54362         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
54363         Problem reported by Bruno Haible in:
54364         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
54365
54366 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54367
54368         * config/srclist.txt: Comment out argp-pvh.c.
54369
54370 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
54371
54372         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
54373         in case some system header has #define'd it.  Problem reported by
54374         Soeren D. Schulze in
54375         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
54376
54377 2004-09-09  Karl Berry  <karl@gnu.org>
54378
54379         * regex.[ch]: delete from the root.  These were supposed to be
54380                 synced with emacs cvs, but this has not happened for about
54381                 a year, and anyway nothing else uses emacs regex.[ch].
54382                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
54383                 lib/regex[.ch] is untouched.
54384
54385 2004-09-09  Bruno Haible  <bruno@clisp.org>
54386
54387         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
54388
54389 2004-09-09  Bruno Haible  <bruno@clisp.org>
54390
54391         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
54392         modifications.
54393         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
54394
54395 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
54396
54397         * modules/xvasprintf: New file.
54398         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
54399
54400 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
54401
54402         * lib/xvasprintf.h: New file.
54403         * lib/xvasprintf.c: New file.
54404         * lib/xasprintf.c: New file.
54405
54406 2004-09-08  Bruno Haible  <bruno@clisp.org>
54407
54408         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
54409
54410 2004-09-08  Bruno Haible  <bruno@clisp.org>
54411
54412         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
54413         length is > INT_MAX.
54414         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
54415         more.
54416
54417 2004-09-08  Bruno Haible  <bruno@clisp.org>
54418
54419         * lib/stdint_.h: New file, taken from GNU clisp.
54420
54421 2004-09-08  Bruno Haible  <bruno@clisp.org>
54422             Oskar Liljeblad  <oskar@osk.mine.nu>
54423
54424         * modules/stdint: New file.
54425         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
54426
54427 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54428
54429         Import from coreutils.
54430         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
54431         strings on unbounded length.  alloca's performance benefits aren't
54432         that important here.
54433         (V_STRDUP): Remove.
54434         (parse_with_separator): New function, with most of the internals
54435         of the old parse_user_spec.  Allow user to omit both user and group,
54436         for compatibility with FreeBSD.
54437         Clone only the user name, not the entire spec.
54438         Do not set *uid, *gid unless entirely successful.
54439         Avoid memory leak in some failing cases.
54440         Fix regression for USER.GROUP reported by Dmitry V. Levin in
54441         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
54442         (parse_user_spec): Rewrite to use parse_with_separator.
54443
54444 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54445
54446         * modules/userspec: Don't depend on alloca.
54447
54448 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54449
54450         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
54451
54452 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
54453
54454         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
54455         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
54456         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
54457
54458 2004-08-16  Simon Josefsson  <jas@extundo.com>
54459
54460         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
54461         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
54462         Add --dry-run for --import.
54463         Let user provided command line parameters override configure.ac
54464         settings.
54465
54466 2004-08-12  Simon Josefsson  <jas@extundo.com>
54467
54468         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
54469         as discussed with Paul Eggert in threads rooted at
54470         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
54471         and
54472         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
54473         Before, the test was empty, and relied on ELIDE_CODE in source
54474         code.)
54475         (gl_PREREQ_GETOPT): New macro.
54476         (gl_GETOPT): Use them.
54477
54478 2004-08-12  Simon Josefsson  <jas@extundo.com>
54479
54480         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
54481         * lib/getopt_.h: Renamed from getopt.h.
54482
54483 2004-08-12  Simon Josefsson  <jas@extundo.com>
54484
54485         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
54486         Change default library name from libfoo to libgnu.
54487         Now, if you have a configure.ac that says:
54488                 gl_SOURCE_BASE(gl)
54489                 gl_M4_BASE(gl/m4)
54490                 gl_MODULES(error getopt etcetera)
54491                 gl_INIT
54492         you can import all you need by running:
54493                 ../gnulib/gnulib-tool --import
54494
54495         * modules/getopt (Files): Rename getopt.h to getopt_.h.
54496         (Makefile.am): Rewrite, use logic from argz.
54497         (Include): Use <getopt.h> instead of "getopt.h".
54498
54499 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54500
54501         * modules/argp (Files): Add m4/unlocked-io.m4.
54502         (Depends-on): Add extensions.
54503
54504 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54505
54506         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
54507         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
54508         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
54509         Check for program_invocation_name, program_invocation_short_name,
54510         flockfile, funlockfile, features.h, _getopt_long_only_r.
54511
54512 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54513
54514         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
54515         its complicated substitute.
54516         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
54517         and program_invocation_name.
54518         (__argp_basename) [!_LIBC]: Remove; the only use was
54519         replaced by its body.
54520         (__argp_short_program_name): Change condition from
54521         !defined __argp_short_program_name to
54522         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
54523         to match argp-namefrob.h.
54524         (__argp_failure): Don't assume strerror_r returns char *.
54525         * lib/argp-parse.c (N_): Define unconditionally.
54526         (argp_default_options): Fill out initializers with 0 to avoid
54527         gcc warnings.
54528
54529 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54530
54531         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
54532         getopt1.c.
54533
54534 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54535
54536         Merge from coreutils.
54537
54538         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
54539
54540         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
54541         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
54542
54543 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54544
54545         Merge from coreutils.
54546
54547         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
54548         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
54549         for Reliant Unix 5.43.
54550
54551         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
54552         (union fooround): Use uintmax_t, not long int.
54553         The rest is a merge from libc:
54554         [defined _LIBC]: Include <shlib-compat.h>.
54555         (_obstack) [defined _LIBC]: Remove after 2.3.4.
54556
54557         * lib/settime.c (settime): Recode to avoid warning with
54558         Sun Forte C 6U2.
54559
54560         * lib/strverscmp.c: Convert to UTF-8.
54561
54562 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54563
54564         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
54565         m4/uintmax_t.m4.
54566
54567 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54568
54569         * modules/xalloc-die: New file.
54570         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
54571
54572         * modules/md5 (Files): Add m4/uint32_t.m4.
54573         * modules/sha1: Renamed from modules/sha.
54574         (Files):
54575         Rename lib/sha.h to lib/sha1.h.
54576         Rename lib/sha.c to lib/sha1.c.
54577         Rename m4/sha.m4 to m4/sha1.m4.
54578         (lib_SOURCES): Likewise.
54579         (configure.ac): Rename gl_SHA to gl_SHA1.
54580         (Include): sha.h -> sha1.h.
54581
54582 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54583
54584         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
54585         * m4/sha1.m4: Renamed from sha.m4.
54586         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
54587
54588 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54589
54590         * lib/obstack.h (obstack_empty_p):
54591         Don't assume that chunk->contents is suitably aligned.
54592         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
54593         Likewise. Problem reported by Benno in
54594         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
54595
54596         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
54597         readable.  This could be improved further but it'd take some work.
54598
54599 2004-08-08  Simon Josefsson  <jas@extundo.com>
54600
54601         * modules/xgethostname (Depends-on): Remove exit and error (not
54602         used).
54603
54604         * modules/getpass-gnu: Add getpass.h.
54605         (Depends-on): Add stdbool.
54606         * modules/getpass: Add getpass.h.
54607
54608 2004-08-08  Simon Josefsson  <jas@extundo.com>
54609
54610         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
54611         Check getpass declaration.
54612
54613 2004-08-08  Simon Josefsson  <jas@extundo.com>
54614
54615         * lib/xgethostname.c: Don't include error.h (not used).
54616
54617         * lib/getpass.h: Add.
54618         * lib/getpass.c: Include getpass.h first.
54619
54620 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
54621
54622         * lib/xalloc-die.c: New file.
54623         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
54624         All uses removed.
54625         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
54626         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
54627         xalloc-die.c.
54628         (_, N_, xalloc_die): Move to xalloc-die.c.
54629         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
54630         so that we needn't mess with xalloc_msg_memory_exhausted.
54631
54632         * lib/sha1.h: Renamed from sha.h.
54633         (SHA1_H): Renamed from _SHA_H.
54634         (sha1_ctx): Renamed from sha_ctx.
54635         (sha1_init_ctx): Renamed from sha_init_ctx.
54636         (sha1_process_block): Renamed from sha_process_block.
54637         (sha1_process_bytes): Renamed from sha_process_bytes.
54638         (sha1_finish_ctx): Renamed from sha_finish_ctx.
54639         (sha1_read_ctx): Renamed from sha_read_ctx.
54640         (sha1_stream): Renamed from sha_stream.
54641         (sha1_buffer): Renamed from sha_buffer.
54642         * lib/sha1.c: Likewise; renamed from sha.c.
54643         Do not include <sys/types.h>.
54644         Include <stddef.h> rather than <stdlib.h>.
54645
54646 2004-08-08  Bruno Haible  <bruno@clisp.org>
54647
54648         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
54649         FILESYSTEM_PREFIX_LEN.
54650         * lib/progreloc.c: Likewise.
54651         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
54652
54653 2004-08-06  Simon Josefsson  <jas@extundo.com>
54654
54655         * modules/progname (Depends-on): Don't depend on stdbool.
54656
54657 2004-08-06  Simon Josefsson  <jas@extundo.com>
54658
54659         * modules/getsubopt: New file.
54660         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54661         getsubopt.
54662
54663 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
54664
54665         More merge from coreutils.
54666
54667         * m4/utimens.m4, m4/utimecmp.m4: New files.
54668         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
54669         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
54670         prereq.m4, sha.m4: Import changes from coreutils.
54671
54672 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
54673
54674         More merge from coreutils.
54675         * modules/raise, modules/readtokens0, modules/utimens:
54676         * modules/utimecmp, module/xnanosleep: New files.
54677         * modules/strftime: Add lib/strftime.h.
54678         Change include from <time.h> to "strftime.h".
54679         * modules/yesno: Add lib/yesno.h.
54680         * modules/backupfile: Remove lib/addext.c.
54681         * modules/euidaccess: Add stat-macros.h.
54682         * modules/canonicalize, modules/euidaccess,
54683         modules/filemode, modules/lchown, modules/makepath,
54684         modules/rmdir, modules/stat: Likewise.
54685
54686 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
54687
54688         Merge from tar.
54689         * lib/argp-help.c (make_hol, hol_append): Don't assume that
54690         SIZE_MAX is a valid preprocessor constant.
54691         (__argp_basename): Change from "#ifndef _LIBC"
54692         to "#ifndef __argp_short_program_name", so that
54693         we don't compile these functions for tar.
54694
54695         More merges from coreutils.
54696         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
54697         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
54698         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
54699         * lib/addext.c: Remove; no longer needed.
54700         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
54701         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
54702         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
54703         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
54704         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
54705         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
54706         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
54707         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
54708         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
54709         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
54710         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
54711         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
54712         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
54713         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
54714         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
54715         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
54716         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
54717         Import changes from coreutils.
54718
54719 2004-08-05  Simon Josefsson  <jas@extundo.com>
54720
54721         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
54722
54723 2004-08-05  Simon Josefsson  <jas@extundo.com>
54724
54725         * m4/getsubopt.m4: New file.
54726
54727 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
54728
54729         Merge from coreutils.
54730
54731         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
54732         * m4/getcwd-path-max.m4: New files.
54733
54734         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
54735         FILESYSTEM_PREFIX_LEN ->
54736         FILE_SYSTEM_PREFIX_LEN.
54737         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
54738         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
54739         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
54740         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
54741
54742         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
54743         prerequisite modules now handle the DOS stuff.
54744         Don't check for unistd.h.
54745
54746 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
54747
54748         Merge from coreutils.
54749
54750         * lib/.gdb-history: Remove; this doesn't belong here.
54751
54752         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
54753         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
54754         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
54755         * lib/getcwd.c: New files.
54756
54757         * lib/dirname.h: Include <stdbool.h>.
54758         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
54759         for consistency with POSIX terminology.  All uses changed.
54760         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
54761         (strip_trailing_slashes): Use bool for booleans.
54762         * lib/stripslash.c (strip_trailing_slashes): Likewise.
54763
54764         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
54765         sometimes returns a positive errno value even when it succeeds.
54766         (print_errno_message) [!LIBC]: Fall back on strerror if
54767         __strerror_r fails.
54768
54769         * lib/path-concat.c (mempcpy): Don't define if a system header defines
54770         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
54771         (longest_relative_suffix): New function.
54772         (path_concat): Use it.  Assume first argument is not NULL.
54773         Port to DOS.  Omit redundant separators.
54774         Report an error instead of returning NULL.
54775         Use mempcpy instead of memcpy.
54776         (xpath_concat): Remove: not declared or used.
54777
54778         * lib/same.h: Include <stdbool.h>
54779         (same_name): Return bool, not int.
54780         * lib/same.c (same_name): Likewise.
54781         (errno): Don't declare; we assume C89 or better now.
54782
54783         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
54784         if not already defined.
54785
54786         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
54787         * lib/dup-safer.c (errno): Likewise.
54788
54789 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
54790
54791         Merge from coreutils.
54792         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
54793         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
54794         * modules/path-concat: Don't depend on strdup.
54795
54796 2004-08-03  Simon Josefsson  <jas@extundo.com>
54797
54798         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
54799         * lib/progname.h: Don't include stdbool.h.
54800
54801 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
54802
54803         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
54804         * MODULES.html.sh (func_all_modules): Remove fatal.
54805
54806 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
54807
54808         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
54809
54810 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
54811
54812         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
54813         working.
54814
54815 2004-08-02  Simon Josefsson  <jas@extundo.com>
54816
54817         * lib/getsubopt.h: New file, with comments from Bruno Haible.
54818         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
54819         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
54820
54821 2004-08-01  Simon Josefsson  <jas@extundo.com>
54822
54823         * lib/xgetdomainname.c: Include stdlib.h, for free().
54824
54825 2004-07-19  Bruno Haible  <bruno@clisp.org>
54826
54827         * MODULES.html.sh (func_all_modules): Add dummy.
54828
54829 2004-07-16  Simon Josefsson  <jas@extundo.com>
54830
54831         * modules/dummy: New file.
54832
54833 2004-07-16  Simon Josefsson  <jas@extundo.com>
54834
54835         * lib/dummy.c: New file.
54836
54837 2004-07-16  Bruno Haible  <bruno@clisp.org>
54838
54839         * lib/backupfile.h: Add extern "C" for C++.
54840         * lib/closeout.h: Likewise.
54841         * lib/copy-file.h: Likewise.
54842         * lib/findprog.h: Likewise.
54843         * lib/full-write.h: Likewise.
54844         * lib/pathname.h: Likewise.
54845         * lib/progname.h: Likewise.
54846         * lib/stpcpy.h: Likewise.
54847         * lib/stpncpy.h: Likewise.
54848         * lib/strcase.h: Likewise.
54849         * lib/strstr.h: Likewise.
54850         * lib/xalloc.h: Likewise.
54851
54852         * lib/mbswidth.h: Add extern "C" for C++.
54853         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
54854
54855 2004-07-13  Robert Millan  <robertmh@gnu.org>
54856
54857         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
54858
54859 2004-07-09  Simon Josefsson  <jas@extundo.com>
54860
54861         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
54862         failed without this.)
54863
54864 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
54865
54866         * modules/chown (Files): Add lib/fchown-stub.c, since
54867         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
54868
54869 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
54870
54871         * lib/fchown-stub.c: New file.
54872
54873 2004-06-24  Jim Meyering  <jim@meyering.net>
54874
54875         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
54876
54877 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
54878
54879         * modules/argz: Omit "#include".
54880
54881         * MODULES.html.sh (func_all_modules): Add calloc, to match
54882         2004-06-01 addition of calloc module.
54883
54884 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
54885
54886         * m4/argz.m4: New file, which is autoupdated from libtool.
54887
54888 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
54889
54890         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
54891         libtool.
54892
54893 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
54894
54895         * config/srclist-update: Don't insist on "USA." before the
54896         close-comment, as libtool omits the period and puts the */ on a
54897         separate line.
54898         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
54899         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
54900
54901 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
54902
54903         * modules/argz: New file.
54904         * MODULES.html.sh (func_all_modules): Add argz.
54905
54906 2004-06-12  Jim Meyering  <jim@meyering.net>
54907         and  Paul Eggert  <eggert@cs.ucla.edu>
54908
54909         * modules/hash (Files): Add lib/xalloc.h.
54910         * modules/pipe (Depends-on): Add wait-process.
54911         * modules/stat (Depends-on): Add xalloc.
54912         * modules/userspec (Files): Add lib/userspec.h.
54913         * modules/xstrto
54914
54915         Upgrade from gettext-0.13.
54916         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
54917         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
54918         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
54919
54920 2004-06-10  Jim Meyering  <jim@meyering.net>
54921
54922         * lib/calloc.c: New file.
54923
54924 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
54925
54926         * lib/getdate.y (yylex): Allow space between sign and number.
54927         Problem reported by Dan Jacobson.
54928
54929 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
54930
54931         Merge from coreutils CVS.
54932
54933         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
54934         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
54935         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
54936         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
54937         xstrtol.m4: Fix copyright date and/or serial number.
54938
54939         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
54940         See if we need an fchown replacement.
54941         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
54942         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
54943         and use the replacement function if we detect either defect.
54944
54945         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
54946         gl_UTIMECMP.
54947
54948 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
54949         and  Jim Meyering  <jim@meyering.net>
54950
54951         Merge from coreutils CVS.
54952
54953         * lib/stat-macros.h: New file, with contents from file-type.h
54954         and coreutils' system.h.
54955         * lib/file-type.c: Include "stat-macros.h".
54956         * lib/file-type.h (file_type): Move all macro definitions to new file,
54957         stat-macros.h.
54958
54959         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
54960         Wrap old code with this conditional.
54961         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
54962         function that does not dereference symlinks.
54963         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
54964
54965         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
54966         dependency problems.
54967         (xreadlink): Accept new arg SIZE, for efficiency.
54968         All decls and uses changed.
54969         * lib/xreadlink.h: Include <stddef.h>, for size_t.
54970
54971         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
54972         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
54973
54974         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
54975         sysexits.h.
54976
54977 2004-06-01  Jim Meyering  <jim@meyering.net>
54978
54979         * m4/calloc.m4: New file.
54980
54981 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
54982
54983         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
54984         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
54985         Also, fix a typo in a diagnostic.
54986
54987 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
54988
54989         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
54990         or AC_FUNC_REALLOC.
54991
54992 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
54993
54994         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
54995         macros to be defined.
54996         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
54997         the allocator returns NULL because the requested size is zero.
54998
54999 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
55000
55001         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
55002         var.  Add comment explaining why libc still defines it.  This
55003         merges the following patch from glibc:
55004         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
55005
55006 2004-05-20  Andreas Schwab  <schwab@suse.de>
55007
55008         * m4/free.m4: Replace free if it not known to work, not the other
55009         way round.
55010
55011 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
55012
55013         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
55014         present in glibc since revision 1.1 of this file.
55015         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
55016         obstack_alignment_mask, obstack_alloc, obstack_base,
55017         obstack_blank, obstack_blank_fast, obstack_chunk_size,
55018         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
55019         obstack_grow0, obstack_init, obstack_int_grow,
55020         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
55021         obstack_next_free, obstack_object_size, obstack_ptr_grow,
55022         obstack_ptr_grow_fast, obstack_room): Remove declarations of
55023         nonexistent functions.
55024
55025 2004-05-18  Karl Berry  <karl@gnu.org>
55026
55027         * config/srclist.txt: break link for vasnprintf.c.
55028
55029 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55030
55031         Port obstack to the AS/400, where pointers are 16 bytes wide and
55032         you cannot cast an integer to a valid pointer.  This patch is
55033         currently waiting to be integrated into glibc; see
55034         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
55035
55036         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
55037         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
55038         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
55039         (struct obstack): temp member is now a union of a pointer and
55040         an integer, instead of an integer.  All integer uses changed.
55041         This does not affect the physical layout of struct obstack,
55042         except on hosts (like the AS/400) where the size or alignment of
55043         void * is greater than that of ptrdiff_t.
55044         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
55045         __STDC__)]: Store temporary in pointer member of union, not
55046         integer member.
55047         * lib/obstack.c: Include <stddef.h>, for offsetof.
55048         (struct fooalign): Remove; it doesn't need a name.
55049         (union fooround): Change double to long double, and add void *.
55050         (DEFAULT_ALIGNMENT): Use offsetof to compute.
55051         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
55052         not a macro.  Hence the values are always int; so remove all
55053         casts-to-int in uses.
55054
55055 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55056
55057         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
55058         we can get this patch merged into glibc.
55059
55060 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55061             Paul Eggert  <eggert@cs.ucla.edu>
55062
55063         * m4/argp: Depend on alloca.
55064
55065 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55066             Paul Eggert  <eggert@cs.ucla.edu>
55067
55068         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
55069         freecoding.
55070
55071 2004-05-17  Bruno Haible  <bruno@clisp.org>
55072
55073         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
55074         precision that consists of a '.' followed by an empty digit string.
55075         Patch by Tor Lillqvist <tml@iki.fi>.
55076
55077 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55078
55079         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
55080         for backward compatibility with older code.  We need our own
55081         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
55082         it under some other name, and our alloca.h will define it.
55083
55084 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55085             Derek Price  <derek@ximbiot.com>
55086
55087         * lib/alloca.c: Include <alloca.h>, to get our interface.
55088         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
55089         include <alloca.h> first.  Use C89 prototype for alloca; this
55090         requires including <stddef.h> for size_t.  Use extern "C" if C++.
55091         Use #elif for simplicity, since we can assume C89 now.
55092         Don't try to source the system alloca.h since it will not be found
55093         and to prevent recursively including its replacement.
55094         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
55095         * lib/regex.c: Likewise.
55096
55097 2004-05-16  Derek Price  <derek@ximbiot.com>
55098             Paul Eggert  <eggert@cs.ucla.edu>
55099
55100         getline cleanup.  This changes the getndelim2 API: both order of
55101         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
55102         no delimiter).
55103
55104         * lib/getline.c: Don't include stddef.h or stdio.h, since our
55105         interface does that.
55106         (getline): Always use getdelim, so that we don't have two
55107         copies of this code.
55108         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
55109         if available.
55110         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
55111         (GETNDELIM2_MAXIMUM): New macro.
55112         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
55113         instead of the old practice of delim2==0.  All callers changed.
55114         Return -1 on overflow, instead of returning junk.
55115         Do not set *linesize unless allocation succeeds.
55116         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
55117         that we include sys/types.h.
55118         * lib/getnline.h: Likewise.
55119         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
55120         (getndelim2): Reorder arguments.
55121         * lib/getnline.c (getnline, getndelim):
55122         Don't discard the NMAX argument.
55123         (getnline): Invoke getndelim, to avoid code duplication.
55124         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
55125         of (size_t) -1 by callers of the getnline family.
55126
55127 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55128
55129         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
55130         Check for gettimeofday.
55131         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
55132         Check for settimeofday, stime.
55133
55134 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55135
55136         * lib/nanosleep.c (suspended): Change its type from int to
55137         sig_atomic_t volatile.
55138         (first_call): Make it private to rpl_nanosleep, and have it
55139         be zero initially as that's a bit faster.
55140         (my_usleep): Round up fractional times instead of truncating them,
55141         as this is the usual meaning for 'sleep'.
55142
55143         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
55144         doesn't work.
55145         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
55146         (ENOSYS): Define if not defined.
55147         (settime): Fall back on stime if it exists and settimeofday fails.
55148         But don't bother with fallbacks if a method fails with errno == EPERM.
55149
55150 2004-05-11  Jim Meyering  <jim@meyering.net>
55151
55152         Prior to this change, the save_cwd caller required read access to the
55153         current directory on most systems (ones with the fchdir function).
55154
55155         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
55156         fails, try write-only, and finally, resort to using xgetcwd.
55157
55158 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
55159
55160         * lib/obstack.c, obstack.h: Import changes from libc.
55161
55162 2004-04-28  Bruno Haible  <bruno@clisp.org>
55163
55164         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
55165         also implicitly appends .exe to executables.
55166         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
55167         accepts Windows pathnames.
55168         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55169         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55170         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55171         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55172         Reported by Derek Robert Price <derek@ximbiot.com>.
55173
55174 2004-04-21  Karl Berry  <karl@gnu.org>
55175
55176         * config/srclist.txt (localcharset.c): break sync.
55177
55178 2004-04-20  Paul Eggert  <eggert@twinsun.com>
55179
55180         * m4/host-os.m4: Add a copyright notice.
55181
55182 2004-04-20  Jim Meyering  <jim@meyering.net>
55183
55184         Change UTILS_ to gl_ in AC_DEFINE'd names.
55185         Change utils_- and jm_-prefixed variables, too.
55186         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
55187         UTILS_FUNC_MKDIR_TRAILING_SLASH.
55188         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
55189
55190         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
55191         Don't emit trailing blanks.
55192         Also rename jm_-prefixed variables to have gl_ prefix.
55193
55194         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
55195         Also rename jm_-prefixed variables to have gl_ prefix.
55196
55197         * m4/jm-macros.m4: Reflect the renamings.
55198         * m4/prereq.m4: Likewise.
55199
55200 2004-04-20  Jim Meyering  <jim@meyering.net>
55201
55202         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
55203         memory.
55204
55205 2004-04-20  Jim Meyering  <jim@meyering.net>
55206             Bruno Haible  <bruno@clisp.org>
55207
55208         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
55209         memory when realloc fails.
55210
55211 2004-04-19  Jim Meyering  <jim@meyering.net>
55212
55213         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
55214         now that readutmp.c may call `free (0)'.
55215
55216 2004-04-19  Bruno Haible  <bruno@clisp.org>
55217
55218         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
55219         * m4/inttypes_h.m4: Likewise.
55220         * m4/stdint_h.m4: Likewise.
55221         * m4/intmax_t.m4: Likewise.
55222         * m4/uintmax_t.m4: Likewise.
55223
55224 2004-04-18  Jim Meyering  <jim@meyering.net>
55225
55226         * m4/prereq.m4: Don't forbid jm_ prefix.
55227
55228         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
55229         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
55230         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
55231         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
55232         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
55233         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
55234         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
55235         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
55236         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
55237         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
55238         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
55239         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
55240         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
55241         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
55242         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
55243         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
55244         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
55245         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
55246         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
55247
55248 2004-04-18  Jim Meyering  <jim@meyering.net>
55249
55250         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
55251         failure, don't leak memory and do call END_UTMP_ENT.
55252
55253 2004-04-16  Jim Meyering  <jim@meyering.net>
55254
55255         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
55256         coreutils' stat program.
55257         (gl_PREREQ): Don't require jm_PREREQ_STAT.
55258
55259 2004-04-11  Paul Eggert  <eggert@twinsun.com>
55260
55261         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
55262         C89.
55263         (CHAR_BIT): Remove, since we assume C89.
55264         Include <stdint.h> if available, as per current Autoconf CVS advice.
55265
55266 2004-03-31  Jim Meyering  <jim@meyering.net>
55267
55268         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
55269         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
55270         * m4/xalloc.m4: Likewise.
55271
55272 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55273
55274         Merge from coreutils.
55275
55276         * m4/inttostr.m4: New file.
55277         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
55278         Require AM_STDBOOL_H and gl_TIMESPEC instead.
55279         Require gl_CLOCK_TIME.
55280         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
55281
55282 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55283
55284         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
55285         not bool, to be more consistent with Unix conventions.
55286         Suggested by Bruno Haible.
55287
55288         Merge from coreutils.
55289
55290         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
55291         * lib/umaxtostr.c: New files.
55292
55293         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
55294         the usual <time.h> dance.
55295         (get_date): Change signature to support fractional time stamps.
55296         All callers changed.
55297         * lib/getdate.y: Include "getdate.h" first, as we can now
55298         assume C89 and don't need to worry about 'const'.
55299         Similarly, include "unlocked-io.h" near start, not in middle.
55300         Include <limits.h>.
55301         (textint.value): Use long int rather than int.
55302         (textint.digits): Use size_t rather than int.
55303         (BILLION, LOG10_BILLION): New constants.
55304         (parser_control): New member rel_ns.  Members day_ordinal,
55305         time_zone, month, day, hour, minutes, rel_year, rel_month,
55306         rel_day, rel_hour, rel_minutes, rel_seconds
55307         are now long int, not int.  Member seconds is now struct timespec,
55308         not int.  New member timespec_seen.  Members dates_seen, days_seen,
55309         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
55310         not int.
55311         (%union.intval): Now long int, not int.
55312         New member timespec.
55313         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
55314         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
55315         (spec): Now is a timespec or an item list.
55316         (timespec, items): New nonterminals.
55317         (time, rel, relunit, number, get_date):
55318         Add support for fractional seconds.
55319         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
55320         (gmtime, localtime, mktime): Remove decls; not needed with C89.
55321         (to_hour): First arg is now long int, not int.
55322         (to_year): Returns long int, not int.
55323         Don't treat year -70 like 70.
55324         (tm_diff): Returns long int, not int.
55325         (lookup_word): Use bool instead of int when appropriate.
55326         (yylex): Use size_t for count, not int.
55327         Detect overflow when parsing large integer constants.
55328         Add support for fractions.
55329         (get_date): Make pointers 'const' if possible.
55330         Use more-portable code to detect integer overflow.
55331         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
55332         Don't use ctime; it's not reliable if the year has >4 digits.
55333
55334         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
55335         This is for compatibility with BSD.
55336
55337         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
55338         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
55339         From coreutils' system.h.
55340
55341         * lib/userspec.c: Don't include "posixver.h".
55342         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
55343         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
55344         compatible extension.  Simplify code by removing a boolean int
55345         that was always nonzero if a string was nonnull.
55346
55347 2004-03-30  Jim Meyering  <jim@meyering.net>
55348
55349         Merge from coreutils.
55350
55351         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
55352         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
55353         on some systems one must include <grp.h> before it.
55354         Reported by Christian Krackowizer.
55355
55356 2004-03-30  Jim Meyering  <jim@meyering.net>
55357
55358         Merge from coreutils.
55359
55360         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
55361
55362         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
55363         an empty input stream.
55364
55365         * lib/readtokens.c: Include <stdbool.h>.
55366         (readtoken): Use `size_t' rather than int/long.
55367         All callers adjusted.
55368         Use `bool' rather than `int' where appropriate.
55369         Use memset rather than an explicit loop.
55370         Use x2nrealloc rather than xrealloc.
55371         Allow the use of `\0' as a delimiter.
55372         (readtokens): Likewise.
55373         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
55374
55375 2004-03-30  Jim Meyering  <jim@meyering.net>
55376
55377         * m4/realloc.m4: Remove file, since now it does no more than
55378         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
55379         the `configure.ac' section of module/realloc.
55380         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
55381
55382 2004-03-30  Bruno Haible  <bruno@clisp.org>
55383
55384         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
55385         nonnull.
55386
55387 2004-03-29  Paul Eggert  <eggert@twinsun.com>
55388
55389         Merge changes to getloadavg.c from coreutils and Emacs.
55390
55391         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
55392         Define to an expression, not to the empty string.
55393         Include cloexec.h and xalloc.h.
55394         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
55395         Use set_cloexec_flag rather than rolling our own.
55396         * lib/cloexec.c, lib/cloexec.h: New files.
55397
55398 2004-03-29  Paul Eggert  <eggert@twinsun.com>
55399
55400         * m4/cloexec.m4: New file.
55401
55402 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55403
55404         * lib/getopt.h: Sync with libc CVS.
55405
55406 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55407             Bruno Haible  <bruno@clisp.org>
55408
55409         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
55410         mbswidth.
55411
55412 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55413             Bruno Haible  <bruno@clisp.org>
55414
55415         * lib/mbswidth.h: Include <wchar.h> only if
55416         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
55417         <wchar.h>.
55418         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
55419
55420 2004-03-09  Paul Eggert  <eggert@twinsun.com>
55421
55422         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
55423         Sync with libc CVS.
55424         * lib/getopt_int.h: New file, also synced from libc.
55425
55426 2004-03-09  Paul Eggert  <eggert@twinsun.com>
55427
55428         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
55429         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
55430         Bring back getopt.c, getopt.h, getopt1.c.
55431
55432 2004-03-07  Paul Eggert  <eggert@twinsun.com>
55433
55434         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
55435         All uses changed.  Check for sa_sigaction member; this fixes
55436         a bug first reported by Jason Andrade in
55437         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
55438
55439 2004-03-07  Paul Eggert  <eggert@twinsun.com>
55440
55441         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
55442         '#if' expressions.  Unlike the code it replaces, it does not
55443         depend on (defined _SC_PAGESIZE).  However, it does depend on
55444         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
55445         first reported by Jason Andrade in
55446         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
55447
55448 2004-02-25  Simon Josefsson  <jas@extundo.com>
55449
55450         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
55451
55452 2004-02-25  Simon Josefsson  <jas@extundo.com>
55453
55454         * lib/strdup.h: New file.
55455         * lib/strdup.c: Include it.
55456         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
55457         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
55458
55459 2004-02-23  Karl Berry  <karl@gnu.org>
55460
55461         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
55462         (from fencepost.gnu.org:/gd/gnuorg).
55463
55464 2004-02-23  Karl Berry  <karl@gnu.org>
55465
55466         * config/srclistvars.sh (GNUORG) [karl]: redefine.
55467         * config/srclist.txt: add maintain/standards documents.
55468
55469 2004-02-18  Bruno Haible  <bruno@clisp.org>
55470
55471         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
55472         Reported by Derek Robert Price <derek@ximbiot.com>.
55473
55474 2004-02-16  Karl Berry  <karl@gnu.org>
55475
55476         * config/mkinstalldirs, install-sh: update from automake.
55477
55478 2004-02-06  Karl Berry  <karl@gnu.org>
55479
55480         * m4/po.m4: update from gettext 0.14.1.
55481
55482 2004-02-06  Karl Berry  <karl@gnu.org>
55483
55484         * lib/config.charset: update from gettext 0.14.1.
55485
55486 2004-02-05  Paul Eggert  <eggert@twinsun.com>
55487
55488         Add comments and code, prompted by suggestions from Bruno Haible
55489         for sh-quote.
55490         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
55491         describing the enum quoting_style values.
55492         * lib/quotearg.c (quotearg_alloc): New function.
55493         (quotearg_buffer_restyled): Treat lone { and } as special.
55494         Treat = as special.  Work around bug with older shells
55495         that "see" a '\' that is really the 2nd byte of a multibyte char.
55496         Quote empty string with shell_quoting_style.
55497
55498 2004-02-03  Bruno Haible  <bruno@clisp.org>
55499
55500         * m4/pipe.m4: New file, from GNU gettext.
55501
55502 2004-02-03  Bruno Haible  <bruno@clisp.org>
55503
55504         * lib/pipe.h: New file, from GNU gettext.
55505         * lib/pipe.c: New file, from GNU gettext.
55506
55507 2004-01-27  Bruno Haible  <bruno@clisp.org>
55508
55509         * m4/execute.m4: New file, from GNU gettext.
55510
55511 2004-01-27  Bruno Haible  <bruno@clisp.org>
55512
55513         * lib/execute.h: New file, from GNU gettext.
55514         * lib/execute.c: New file, from GNU gettext.
55515         * lib/w32spawn.h: New file, from GNU gettext.
55516
55517 2004-01-24  Paul Eggert  <eggert@twinsun.com>
55518
55519         Merge from diffutils.
55520
55521         * lib/file-type.c (file_type): Add typed memory objects.
55522         * lib/file-type.h (S_TYPEISTMO): New macro.
55523
55524         * lib/c-stack.h (c_stack_action): Remove argv argument.
55525         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
55526         (die): Don't calculate message unless segv_action returns.
55527         (get_stack_location, min_address_from_argv, max_address_from_argv,
55528         volatile stack_base, volatile_stack_size): Remove.
55529         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
55530         that every segmentation violation is a stack overflow.  (Ouch!)
55531         See Debian bug 136249 (still outstanding) for more info about why
55532         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
55533
55534 2004-01-24  Paul Eggert  <eggert@twinsun.com>
55535
55536         Exit-status fix from coreutils.
55537
55538         Use exit_failure consistently in place of EXIT_FAILURE,
55539         so that program exit statuses are consistent on failure.
55540
55541         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
55542         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
55543         * lib/argmatch.h: Comment fix to match the above.
55544         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
55545         Now a macro referring to exit_failure, instead of a separate
55546         variable.  Include "exitfail.h" to get it.
55547         * lib/xstrtol.h: Include "exitfail.h".
55548         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
55549
55550         * lib/long-options.c (parse_long_options): Use prototype
55551         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
55552         for clarity.
55553
55554 2004-01-21  Jim Meyering  <jim@meyering.net>
55555
55556         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
55557         so as not to conflict with a different-sized __mktime_internal
55558         function in GNU libc.
55559         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
55560         Problem building statically-linked `ls' reported by Michael Brunnbauer.
55561
55562 2004-01-20  Karl Berry  <karl@gnu.org>
55563
55564         * config/config.guess: update from config.
55565
55566         * config/srclistvars.sh: GNUWWWLICENSES for karl.
55567
55568 2004-01-20  Bruno Haible  <bruno@clisp.org>
55569
55570         Safer stack allocation.
55571         * lib/setenv.c: Include allocsa.h.
55572         (alloca): Remove fallback definition.
55573         (freea): Remove macro.
55574         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
55575         instead of freea.
55576
55577 2004-01-20  Bruno Haible  <bruno@clisp.org>
55578
55579         * m4/eealloc.m4: New file, from GNU gettext.
55580
55581 2004-01-20  Bruno Haible  <bruno@clisp.org>
55582
55583         * m4/allocsa.m4: New file, from GNU gettext.
55584
55585 2004-01-20  Bruno Haible  <bruno@clisp.org>
55586
55587         * lib/xallocsa.h: New file, from GNU gettext.
55588         * lib/xallocsa.c: New file, from GNU gettext.
55589
55590 2004-01-20  Bruno Haible  <bruno@clisp.org>
55591
55592         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
55593
55594 2004-01-20  Bruno Haible  <bruno@clisp.org>
55595
55596         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
55597         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
55598         specially.
55599
55600 2004-01-20  Bruno Haible  <bruno@clisp.org>
55601
55602         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
55603         patch.
55604
55605 2004-01-20  Bruno Haible  <bruno@clisp.org>
55606
55607         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
55608
55609 2004-01-20  Bruno Haible  <bruno@clisp.org>
55610
55611         * lib/eealloc.h: New file.
55612
55613 2004-01-20  Bruno Haible  <bruno@clisp.org>
55614
55615         * lib/binary-io.h: Avoid warnings on Cygwin.
55616
55617 2004-01-20  Bruno Haible  <bruno@clisp.org>
55618
55619         * lib/allocsa.h: New file, from GNU gettext.
55620         * lib/allocsa.c: New file, from GNU gettext.
55621
55622 2004-01-18  Karl Berry  <karl@gnu.org>
55623
55624         * doc/gpl.texi, doc/lgpl.texi: new files.
55625
55626 2004-01-18  Karl Berry  <karl@gnu.org>
55627
55628         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
55629         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
55630
55631 2004-01-15  Paul Eggert  <eggert@twinsun.com>
55632
55633         Merge from coreutils.
55634
55635         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
55636         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
55637         (gl_DEFAULT_POSIX2_VERSION): Move
55638         the documentation from 'configure' into 'config.hin',
55639         so that 'configure --help' isn't burdened by it and
55640         we don't have to worry about its formatting there.
55641         Reword the documentation so that it's more succinct
55642         and can be run together into a single paragraph.
55643         * m4/same.m4 (gl_SAME): Check for pathconf.
55644
55645 2004-01-15  Paul Eggert  <eggert@twinsun.com>
55646
55647         Merge from coreutils.
55648
55649         * lib/posixver.c: Include posixver.h.
55650
55651         * lib/same.c: Include <stdbool.h>, <limits.h>.
55652         (_POSIX_NAME_MAX): Define if not defined.
55653         (MIN): New macro.
55654         (same_name): If file names are silently truncated, report
55655         that the file names are the same if they are the same after
55656         the silent truncation.
55657
55658         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
55659         conversion function.
55660         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
55661         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
55662         longer needed.
55663
55664 2004-01-15  Jim Meyering  <jim@meyering.net>
55665
55666         Merge from coreutils.
55667
55668         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
55669         if no library is required.
55670         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
55671         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
55672         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
55673         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
55674         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
55675         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
55676         value, $ac_cv_search_crypt, if it's "none required".
55677         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
55678         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
55679         not gl_FUNC_GETLOADAVG.
55680         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
55681         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
55682
55683 2004-01-15  Jim Meyering  <jim@meyering.net>
55684
55685         Merge from coreutils.
55686
55687         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
55688         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
55689         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
55690
55691         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
55692         optional configure-time default.
55693
55694         * lib/version-etc.c (version_etc_copyright): Update copyright date.
55695
55696         * lib/xreadlink.c (xreadlink): Correct outdated comment.
55697
55698 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
55699
55700         Merge from coreutils.
55701
55702         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
55703         value, $ac_cv_search_nanosleep, if it's "none required".
55704
55705 2004-01-14  Paul Eggert  <eggert@twinsun.com>
55706
55707         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
55708         with like-named macro in fnmatch.c.
55709         (EXT): Use an internal constant instead.
55710
55711         Merge fnmatch patches from glibc.
55712         * lib/fnmatch.c (mbsinit): Remove define.
55713         Add libc_hidden_ver (__fnmatch, fnmatch).
55714         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
55715         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
55716
55717 2004-01-14  Karl Berry  <karl@gnu.org>
55718
55719         * config/install-sh: update from automake.
55720
55721 2004-01-13  Karl Berry  <karl@gnu.org>
55722
55723         * config/install-sh: update from automake.
55724
55725 2004-01-09  Karl Berry  <karl@gnu.org>
55726
55727         * config/install-sh: update from automake.
55728
55729 2004-01-05  Karl Berry  <karl@gnu.org>
55730
55731         * config/config.{sub,guess}: update from config.
55732
55733 2003-12-31  Karl Berry  <karl@gnu.org>
55734
55735         * config/depcomp: update from automake.
55736
55737 2003-12-14  Karl Berry  <karl@gnu.org>
55738
55739         * lib/config.charset: update from gettext-runtime.
55740
55741 2003-12-03  Paul Eggert  <eggert@twinsun.com>
55742
55743         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
55744         Bug reported by Alfred M. Szmidt.
55745
55746 2003-12-03  Bruno Haible  <bruno@clisp.org>
55747
55748         * m4/gettext.m4: Upgrade from gettext-0.13.
55749         * m4/po.m4: Upgrade from gettext-0.13.
55750         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
55751         * m4/intmax.m4: New file, from gettext-0.13.
55752         * m4/printf-posix.m4: New file, from gettext-0.13.
55753
55754 2003-11-29  Karl Berry  <karl@gnu.org>
55755
55756         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
55757
55758 2003-11-25  Paul Eggert  <eggert@twinsun.com>
55759             Bruno Haible  <bruno@clisp.org>
55760
55761         * lib/printf-parse.h: Don't include sys/types.h.
55762         (ARG_NONE): New macro.
55763         (char_directive): Change type of *arg_index fields to size_t.
55764         * lib/printf-parse.c: Don't include sys/types.h.
55765         (SSIZE_MAX): Remove macro.
55766         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
55767         Remove unnecessary overflow check.
55768         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
55769         fields.
55770
55771 2003-11-25  Bruno Haible  <bruno@clisp.org>
55772
55773         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
55774
55775 2003-11-25  Bruno Haible  <bruno@clisp.org>
55776
55777         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
55778         gt_TYPE_SSIZE_T.
55779
55780 2003-11-24  Paul Eggert  <eggert@twinsun.com>
55781
55782         * modules/alloca: Remove dependency on xalloc.
55783
55784 2003-11-24  Paul Eggert  <eggert@twinsun.com>
55785
55786         * lib/alloca.c: Remove dependency on xalloc module.
55787         (xalloc_die): Remove.
55788         (memory_full) [!defined emacs]: New macro.
55789         [!defined emacs]: Don't include xalloc.h.
55790         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
55791         address arithmetic overflows.  Change datatypes a bit to avoid
55792         unnecessary casts.
55793
55794 2003-11-22  Jim Meyering  <jim@meyering.net>
55795
55796         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
55797         s/size/size_t/.
55798
55799 2003-11-21  Karl Berry  <karl@gnu.org>
55800
55801         * config/config.{sub,guess}: update from config.
55802
55803 2003-11-18  Karl Berry  <karl@gnu.org>
55804
55805         * config/config.{sub,guess}: update from config.
55806
55807         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
55808
55809 2003-11-17  Paul Eggert  <eggert@twinsun.com>
55810
55811         * README: Mention that S+T cannot overflow if S is the size of
55812         an existing object and T is sufficiently small.
55813
55814 2003-11-17  Jim Meyering  <jim@meyering.net>
55815
55816         On systems without utime and without a utimes function capable of
55817         dealing with a NULL struct utimbuf* argument, this utime replacement
55818         could -- in unusual circumstances -- leak a file descriptor.
55819         * lib/utime.c: Include <unistd.h> and <errno.h>.
55820         (utime_null): Be sure to close `fd' and to preserve errno.
55821         Reported by Geoff Collyer via Arnold Robbins.
55822
55823 2003-11-17  Bruno Haible  <bruno@clisp.org>
55824
55825         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
55826         (Depends-on): Add xsize.
55827
55828 2003-11-17  Bruno Haible  <bruno@clisp.org>
55829
55830         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
55831
55832 2003-11-17  Bruno Haible  <bruno@clisp.org>
55833
55834         * lib/vasnprintf.c (alloca): Remove fallback definition.
55835         (freea): Remove definition.
55836         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
55837         Reported by Paul Eggert.
55838
55839 2003-11-16  Paul Eggert  <eggert@twinsun.com>
55840             Bruno Haible  <bruno@clisp.org>
55841
55842         Protect against address arithmetic overflow.
55843         * lib/printf-args.h: Include stddef.h.
55844         (arguments): Change type of field 'count' to size_t.
55845         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
55846         'unsigned int' where appropriate.
55847         * lib/printf-parse.h: Include sys/types.h.
55848         (char_directive): Change type of *arg_index fields to ssize_t.
55849         (char_directives): Change type of fields 'count', max_*_length to
55850         size_t.
55851         * lib/printf-parse.c: Include sys/types.h and xsize.h.
55852         (SSIZE_MAX): Define fallback value.
55853         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
55854         instead of 'int' where appropriate. Check a_allocated, d_allocated
55855         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
55856         * lib/vasnprintf.c: Include xsize.h.
55857         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
55858         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
55859         overflow. Avoid wraparound when converting a width or precision from
55860         decimal to binary.
55861
55862 2003-11-16  Bruno Haible  <bruno@clisp.org>
55863
55864         Update from GNU gettext.
55865         * lib/printf-parse.c: Generalize to it can be compiled for wide
55866         strings.
55867         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
55868         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
55869         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
55870         SNPRINTF): New macros.
55871         Don't include <alloca.h> if the file is used inside libintl.
55872         (local_wcslen): New function, for Solaris 2.5.1.
55873         (VASNPRINTF): Use it instead of wcslen.
55874
55875 2003-11-16  Bruno Haible  <bruno@clisp.org>
55876
55877         * lib/xsize.h (xmax): New function.
55878         (xsum, xsum3, xsum4): Declare as "pure" functions.
55879
55880 2003-11-12  Paul Eggert  <eggert@twinsun.com>
55881
55882         * modules/xalloc (Files): Undo latest change, since xalloc.h
55883         no longer needs SIZE_MAX or PTRDIFF_MAX.
55884
55885 2003-11-12  Paul Eggert  <eggert@twinsun.com>
55886
55887         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
55888         gl_PTRDIFF_MAX.
55889
55890 2003-11-12  Paul Eggert  <eggert@twinsun.com>
55891
55892         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
55893         "return", to pacify some unknown compiler.  Problem reported
55894         by Joerg Schilling.
55895
55896 2003-11-12  Paul Eggert  <eggert@twinsun.com>
55897
55898         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
55899         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
55900         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
55901         heuristic is just as accurate as far as we know, and it removes a
55902         dependency on size_max.m4 and ptrdiff_max.m4.
55903
55904 2003-11-11  Bruno Haible  <bruno@clisp.org>
55905
55906         * modules/xsize (Files): Add m4/size_max.m4.
55907         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
55908
55909 2003-11-11  Bruno Haible  <bruno@clisp.org>
55910
55911         * m4/size_max.m4: New file.
55912         * m4/ptrdiff_max.m4: New file.
55913         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
55914         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
55915         (gl_XALLOC): Invoke it.
55916
55917 2003-11-11  Bruno Haible  <bruno@clisp.org>
55918
55919         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
55920         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
55921         defined.
55922
55923 2003-11-10  Paul Eggert  <eggert@twinsun.com>
55924
55925         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
55926         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
55927         rejected some allocations of exactly SIZE_MAX - 2 bytes.
55928         From Bruno Haible.
55929         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
55930         not (size_t) -1, since it's defined here.
55931
55932 2003-11-09  Karl Berry  <karl@gnu.org>
55933
55934         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
55935
55936 2003-11-06  Paul Eggert  <eggert@twinsun.com>
55937
55938         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
55939         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
55940         Reject sizes of exactly SIZE_MAX bytes.
55941         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
55942         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
55943
55944 2003-11-05  Bruno Haible  <bruno@clisp.org>
55945
55946         * lib/xsize.h: Include limits.h, to avoid a possible collision with
55947         SIZE_MAX defined in <limits.h> on Solaris.
55948
55949 2003-11-04  Jim Meyering  <jim@meyering.net>
55950
55951         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
55952         variable names, rather than @VAR@.
55953         * modules/poll: Likewise.
55954
55955 2003-11-04  Bruno Haible  <bruno@clisp.org>
55956
55957         * modules/xsize: New file.
55958         * modules/linebreak: Depend on xsize.
55959         * MODULES.html.sh (func_all_modules): Add xsize.
55960
55961 2003-11-04  Bruno Haible  <bruno@clisp.org>
55962
55963         * m4/xsize.m4: New file.
55964
55965 2003-11-04  Bruno Haible  <bruno@clisp.org>
55966
55967         * lib/xsize.h: New file.
55968         * lib/linebreak.c: Include xsize.h.
55969         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
55970         argument for overflow.
55971         Suggested by Paul Eggert.
55972
55973 2003-11-03  Karl Berry  <karl@gnu.org>
55974
55975         * config/config.{guess,sub}: update from config.
55976
55977 2003-11-03  Jim Meyering  <jim@meyering.net>
55978
55979         * modules/userspec (lib_SOURCES): Add userspec.h.
55980         (Include): Add "userspec.h".
55981         Improve description.
55982
55983 2003-11-03  Jim Meyering  <jim@meyering.net>
55984
55985         * lib/userspec.c: Include "userspec.h".
55986         * lib/userspec.h: New file.
55987
55988 2003-11-03  Bruno Haible  <bruno@clisp.org>
55989
55990         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
55991
55992 2003-11-03  Bruno Haible  <bruno@clisp.org>
55993
55994         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
55995         available, to avoid (extremely rare) race condition.
55996         Suggested by Paul Eggert.
55997
55998 2003-11-02  Karl Berry  <karl@gnu.org>
55999
56000         * config/srclist.txt (vasprintf.c): sync broken, sigh.
56001
56002 2003-10-31  Paul Eggert  <eggert@twinsun.com>
56003
56004         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
56005         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
56006         (read_filesystem_list): Set and use me_type_malloced.
56007         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
56008         whatever the type happens to be), for brevity and consistency.
56009         Check for size calculation overflow on Alphas running OSF/1.
56010
56011 2003-10-31  Jim Meyering  <jim@meyering.net>
56012
56013         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
56014
56015         * lib/linebuffer.c: Include <string.h> for declaration of memset.
56016
56017 2003-10-30  Paul Eggert  <eggert@twinsun.com>
56018             Bruno Haible  <bruno@clisp.org>
56019
56020         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
56021         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
56022
56023 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
56024
56025         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
56026         netbsd*-gnu*.  Suggested by Robert Millan.
56027
56028 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56029
56030         * modules/group-member: Depend on stdbool.
56031
56032 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56033
56034         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
56035
56036 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56037
56038         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
56039         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
56040         after the 'gnu' in these cases.  This fixes some bugs in the
56041         previous change, and is based on suggestions by Robert Millan.
56042
56043 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56044
56045         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
56046         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
56047         no longer needed.
56048         * lib/quotearg.c (quotearg_n_options): Use it.
56049         * lib/group-member.c: Include <stdbool.h>.
56050         (free_group_info): Arg is now const *; don't free arg.
56051         (get_group_info): Now returns bool and accepts struct group_info *,
56052         rather than returning a malloc'ed struct group_info *.
56053         All uses changed.  Check for overflow in internal size calculation.
56054
56055         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
56056         rather than xmalloc/xrealloc.
56057         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
56058         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
56059         conformance bug: the old code used a pointer after freeing the
56060         storage that it addressed.
56061         * lib/hash.c (hash_initialize): Simplify the code by using
56062         xalloc_oversized rather than doing it by hand.
56063         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
56064         the buffer preserved.  Use free and xmalloc instead.
56065         * lib/quotearg.c (quotearg_n_options): Likewise.
56066         Use a simpler test for size overflow.  Don't use xalloc_oversized
56067         because unsigned int might be wider than size_t (!); this suggests
56068         that we should switch from unsigned int to size_t for slot numbers.
56069
56070 2003-10-28  Paul Eggert  <eggert@twinsun.com>
56071
56072         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
56073         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
56074         NetBSD kernels.  Requested by Richard Stallman.
56075
56076 2003-10-27  Paul Eggert  <eggert@twinsun.com>
56077
56078         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
56079         to allocate the returned structure.  Do not allocate a subarray,
56080         as x2nrealloc will do that.
56081         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
56082         instead of xnrealloc.
56083         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
56084
56085 2003-10-27  Bruno Haible  <bruno@clisp.org>
56086
56087         * lib/stdbool_.h: Better support for BeOS.
56088
56089 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56090
56091         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
56092         now uses inline.
56093
56094 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56095
56096         * lib/xalloc.h (xalloc_oversized): New static inline function, for
56097         callers that want to do their own size-overflow checking.  Include
56098         <stdbool.h>, since xalloc_oversized returns bool.
56099         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
56100         to use xalloc_oversized.
56101
56102         Add two functions x2realloc, x2nrealloc, for programs that grow
56103         arrays dynamically by doubling their sizes.
56104         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
56105         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
56106         New functions.
56107
56108         Port to C99 semantics for 'inline' of external functions.
56109         Bug reported by Bruno Haible.
56110         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
56111         with the old contents of xnmalloc.
56112         (xnmalloc, xmalloc): Use it.
56113         (xnrealloc_inline): New static inline function,
56114         with the old contents of xnrealloc.
56115         (xnrealloc, xrealloc): Use it.
56116
56117         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
56118         that.
56119
56120 2003-10-26  Karl Berry  <karl@gnu.org>
56121
56122         * config/srclist.txt (COPYING.DOC): no longer available from
56123         /gd/gnuorg; don't know where the ultimate source is.
56124
56125 2003-10-25  Paul Eggert  <eggert@twinsun.com>
56126
56127         Fix several address-calculation bugs in the hash modules,
56128         plus some minor code cleanup.
56129
56130         * lib/hash.h: Include <stdbool.h>, for bool.
56131         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
56132         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
56133         hash_get_n_entries, hash_get_max_bucket_length,
56134         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
56135         hash_rehash): Use size_t rather than unsigned.
56136         * lib/hash.c (struct hash_table, hash_get_n_buckets,
56137         hash_get_n_buckets_used, hash_get_n_entries,
56138         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
56139         hash_get_entries, hash_do_for_each, hash_string, is_prime,
56140         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
56141         Likewise.
56142         (SIZE_MAX): Define if not defined.
56143         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
56144         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
56145         hash_print):
56146         Use const * when possible.
56147         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
56148         (check_tuning): Fix bug: if tuning parameters were very close to
56149         0 or 1, rounding errors could have caused subscript violations.
56150         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
56151         (hash_initialize): Add 'fail:' label
56152         to free table and return NULL, and use it to simplify code.
56153         Use calloc rather than clearing the storage ourself.
56154         (hash_initialize, hash_rehash): Check for arithmetic overflow in
56155         buffer size calculations.
56156         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
56157         Include <stddef.h>, for size_t.
56158         * lib/hash-pjw.c (hash_pjw): Likewise.
56159         Switch to method described by Bruno Haible.
56160         Include <limits.h>, for CHAR_BIT.
56161         (SIZE_BITS): New macro.
56162
56163 2003-10-23  Paul Eggert  <eggert@twinsun.com>
56164
56165         * m4/getline.m4 (AM_FUNC_GETLINE):
56166         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
56167         hosts.  Problem reported by Derek Robert Price in
56168         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
56169         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
56170         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
56171
56172 2003-10-21  Paul Eggert  <eggert@twinsun.com>
56173
56174         * lib/getndelim2.c (getndelim2): When size calculation overflows,
56175         ceiling the allocation at NMAX bytes rather than silently
56176         discarding input bytes before NMAX is reached.  This makes
56177         a difference only if NMAX exceeds SIZE_MAX / 2.
56178
56179         * lib/obstack.c: Merge from glibc.
56180         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
56181         Add libc_hidden_def (_obstack_newchunk).
56182         (_obstack_free) [! defined _LIBC]: Remove.
56183         [defined _LIBC]: Make a strong alias from obstack_free, rather than
56184         a clone of the function body.
56185         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
56186         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
56187
56188         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
56189         glibc.
56190         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
56191         arg to memcpy.
56192
56193         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
56194         (obstack_ptr_grow_fast, obstack_int_grow_fast):
56195         Don't use lvalue casts, as GCC plans to remove support for them
56196         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
56197         was also present in the non-GCC version, indicating that this
56198         code had always been buggy and had never been widely used.
56199         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
56200         Use the fast variant of each macro, rather than copying the
56201         definiens of the fast variant; that way, we'll be more likely to
56202         catch future bugs in the fast variants.
56203
56204 2003-10-20  Bruno Haible  <bruno@clisp.org>
56205
56206         * modules/wait-process: New file.
56207         * MODULES.html.sh (func_all_modules): Add wait-process.
56208
56209 2003-10-20  Bruno Haible  <bruno@clisp.org>
56210
56211         * m4/wait-process.m4: New file.
56212
56213 2003-10-20  Bruno Haible  <bruno@clisp.org>
56214
56215         * lib/wait-process.h: New file, from GNU gettext.
56216         * lib/wait-process.c: New file, from GNU gettext.
56217
56218 2003-10-19  Jim Meyering  <jim@meyering.net>
56219
56220         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
56221         HPUX 10.20.
56222
56223 2003-10-18  Karl Berry  <karl@gnu.org>
56224
56225         * config/config.guess: update from config.
56226
56227 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56228
56229         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
56230         (getgroups): First arg is int, not size_t.
56231         Don't let 'free' mangle errno.
56232
56233 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56234
56235         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
56236
56237 2003-10-16  Karl Berry  <karl@gnu.org>
56238
56239         * config/config.{guess,sub}: update from config.
56240
56241 2003-10-16  Jim Meyering  <jim@meyering.net>
56242
56243         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
56244         memcpy.
56245
56246 2003-10-15  Paul Eggert  <eggert@twinsun.com>
56247
56248         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
56249         (SIZE_MAX): Remove.
56250         (new_exclude, add_exclude_file): Initial size no longer needs to
56251         be a power of 2.
56252         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
56253         our own address arithmetic overflow checking.
56254
56255         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
56256         (fnmatch): Do not alloca more than 2000 wide characters;
56257         instead, use malloc for large buffers.
56258         Check for address arithmetic overflow, and return -1
56259         with errno set to ENOMEM in that case.
56260         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
56261         (NEW_PATTERN): Do not alloca more than 8000 bytes;
56262         instead, return -1.  Check for address arithmetic overflow.
56263
56264 2003-10-14  Paul Eggert  <eggert@twinsun.com>
56265
56266         Handle invalid suffixes and overflow independently, so that
56267         callers can treat them independently as needed.  Fix some bugs in
56268         suffix handling, e.g., "100k@" was not diagnosed as an invalid
56269         suffix for a human-readable blocksize.  The major caller-visible
56270         change is the addition of a new
56271         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
56272         that both overflow and suffix chars were found.
56273
56274         * lib/human.c (humblock): Don't check separately for invalid suffix
56275         char; that is xstrtoumax's job (now that its bug is fixed).
56276         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
56277         INTMAX_MAX]: New macros.
56278         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
56279         TYPE_MAXIMUM): New macros.
56280         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
56281         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
56282         if overflow occurs, as it's what __strtol does and it's more useful
56283         in practice.
56284         (__xstrtol): If __strtol reports some error other than ERANGE,
56285         reflect it to the caller as LONGINT_INVALID.  If it reports
56286         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
56287         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
56288         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
56289         value.
56290         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
56291         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
56292         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
56293         [defined UINTMAX_MAX]: New macros.
56294
56295 2003-10-14  Bruno Haible  <bruno@clisp.org>
56296
56297         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
56298
56299 2003-10-14  Bruno Haible  <bruno@clisp.org>
56300
56301         * m4/sig_atomic_t: New file, from GNU gettext.
56302         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
56303
56304 2003-10-14  Bruno Haible  <bruno@clisp.org>
56305
56306         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
56307         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
56308         Also use volatile where needed.
56309
56310 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56311
56312         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
56313         Change maintainer from Bruno Haible to 'all'.
56314
56315 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56316
56317         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
56318
56319 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56320
56321         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
56322         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
56323         and define in terms of the other primitives.
56324         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
56325         (SIZE_MAX): Define if not already defined.
56326         (array_size_overflow): New function.
56327         (xalloc_die): Abort instead of exiting if 'error' returns.
56328         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
56329         (xmalloc, xrealloc): Use them.
56330         (xcalloc): Check for address arithmetic overflow.
56331         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
56332         a bit faster than strcpy.
56333
56334 2003-10-10  Simon Josefsson  <jas@extundo.com>
56335
56336         * modules/argp (Depends-on): Add restrict and strcase.
56337
56338 2003-10-10  Simon Josefsson  <jas@extundo.com>
56339
56340         * m4/argp.m4: Add AC_C_INLINE.
56341
56342 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56343
56344         Merge getpass from libc, plus a few fixes.
56345
56346         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
56347         Include <stdbool.h>.
56348         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
56349         __fsetlocking to empty.
56350         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
56351         do include <bits/libc-lock.h>.
56352         Do not include <fcntl.h>; not needed.
56353         [_LIBC]: Include <wchar.h>.
56354         (NOTCANCEL_MODE): New macro.
56355         (flockfile, funlockfile) [_LIBC]: New macros.
56356         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
56357         [!_LIBC]: New macros.
56358         (call_fclose): New function.
56359         (getpass): Use it.  Save tty stream separately; this simplifies the
56360         code and makes it more reliable if stdin happens to equal stdout.
56361         Invoke __fsetlocking on tty.
56362         Handle thread cancellation if needed.
56363         Namespace cleanup (use __tcgetattr, __getline).
56364         Use bool for Booleans.
56365         [USE_IN_LIBIO]: Handle wide streams.
56366         [!_LIBC]: Unconditionally do the fseek, since we don't know what
56367         stream might go where.
56368
56369         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
56370         doesn't have to include <stdio.h> before us.
56371         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
56372         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
56373         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
56374         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
56375         if not declared, so that we can use getpass.c code from libc without
56376         rewriting it.
56377         (flockfile, ftrylockfile, funlockfile): New macros.
56378
56379 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56380
56381         * modules/getpass: Depend on stdbool.
56382
56383 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56384
56385         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
56386
56387 2003-10-07  Karl Berry  <karl@gnu.org>
56388
56389         * config/config.{guess,sub}: update from config.
56390
56391 2003-10-06  Jim Meyering  <jim@meyering.net>
56392             Bruno Haible  <bruno@clisp.org>
56393
56394         This lets translators provide better translations for the
56395         "Written by ..." part of --version output.
56396         * lib/version-etc.h: Include stdarg.h.
56397         (version_etc_copyright): Declare as readonly.
56398         (version_etc): Make this function variadic with a NULL-terminated list
56399         of author name strings.
56400         (version_etc_va): New declaration.
56401         * lib/version-etc.c: Include stdarg.h, stdlib.h.
56402         (version_etc_copyright): Declare as readonly.
56403         (version_etc_va): New function. Provide a different translatable string
56404         for each possible number of authors < 10. Abbreviate when there are 10
56405         authors or more.
56406         (version_etc): Make this function variadic. Call version_etc_va.
56407         Suggestion from Gary V. Vaughan.
56408
56409         * lib/long-options.h (parse_long_options): Change prototype: the
56410         authors string is moved to the end and becomes variadic.
56411         * lib/long-options.c: Include stdarg.h.
56412         (parse_long_options): Make this function variadic, too.
56413         Call version_etc_va, not version_etc.
56414
56415 2003-10-06  Bruno Haible  <bruno@clisp.org>
56416
56417         * modules/version-etc-2: Remove file.
56418         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
56419
56420 2003-10-06  Bruno Haible  <bruno@clisp.org>
56421
56422         * modules/fatal-signal: New file.
56423         * MODULES.html.sh (func_all_modules): Add fatal-signal.
56424
56425 2003-10-06  Bruno Haible  <bruno@clisp.org>
56426
56427         * m4/fatal-signal.m4: New file.
56428         * m4/signalblocking.m4: New file, from GNU gettext.
56429
56430 2003-10-06  Bruno Haible  <bruno@clisp.org>
56431
56432         * lib/version-etc-2.h: Remove file.
56433         * lib/version-etc-2.c: Remove file.
56434
56435 2003-10-06  Bruno Haible  <bruno@clisp.org>
56436
56437         * lib/fatal-signal.h: New file, from GNU gettext.
56438         * lib/fatal-signal.c: New file, from GNU gettext.
56439
56440 2003-10-05  Paul Eggert  <eggert@twinsun.com>
56441
56442         * README: Rework advice for preventing empty .o files.
56443         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
56444         not <sys/types.h>.
56445
56446 2003-10-04  Karl Berry  <karl@gnu.org>
56447
56448         * lib/argp*: update from libc.
56449
56450 2003-10-04  Karl Berry  <karl@gnu.org>
56451
56452         * config/config.{guess,sub}: update from config.
56453
56454 2003-10-02  Bruno Haible  <bruno@clisp.org>
56455
56456         * modules/lchown (Include): Add lchown.h.
56457         * modules/time_r (Include): Use "..." syntax.
56458         * modules/xgetdomainname (Include): Add xgetdomainname.h.
56459
56460 2003-10-01  Simon Josefsson  <jas@extundo.com>
56461
56462         * MODULES.html.sh (func_all_modules): Move gethostname from section
56463         'based on' to section 'lacking' POSIX:2001.
56464
56465 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
56466
56467         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
56468         to output mode on the same stream.
56469
56470 2003-09-29  Paul Eggert  <eggert@twinsun.com>
56471
56472         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
56473         Fix arg typo in previous patch.
56474
56475 2003-09-28  Jim Meyering  <jim@meyering.net>
56476
56477         * lib/error.c: Correct cpp indentation.
56478
56479 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56480
56481         * modules/free: New file.
56482
56483 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56484
56485         * m4/free.m4: New file.
56486
56487 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56488
56489         * lib/minmax.h (MIN, MAX)
56490         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
56491         Omit the special code that used __typeof__, since we worry that
56492         it could be more trouble than it's worth.  See:
56493         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
56494         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
56495
56496         * lib/free.c: New file.
56497
56498 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
56499
56500         Trivial fixes to Makefile.am parts of module listings.
56501         * modules/strstr: Append strstr.h to lib_SOURCES.
56502         * modules/strcase: Likewise, for strcase.h.
56503
56504 2003-09-27  Karl Berry  <karl@gnu.org>
56505
56506         * config/mkinstalldirs: update from automake.
56507
56508 2003-09-26  Paul Eggert  <eggert@twinsun.com>
56509
56510         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
56511         (error_tail): Do not loop, reallocating temporary buffer, since
56512         the output cannot contain more wide characters than the input
56513         contains bytes, the size must be big enough already.  This avoids
56514         one potential size overflow calculation.  Check for size overflow
56515         when calculating temporary buffer size.  Free temporary buffer
56516         when done, if it was allocated with malloc; this plugs a memory
56517         leak.  Remove casts from void * to pointers, that are no longer
56518         needed now that we're assuming C89 or better.
56519
56520         Merge error changes from glibc.
56521
56522         * lib/error.c, error.h: Update copyright notice header to match glibc.
56523         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
56524         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
56525         Disable cancellation while printing error.
56526         * lib/error.h: Prepend __ to parameter names.
56527
56528 2003-09-26  Jim Meyering  <jim@meyering.net>
56529
56530         * lib/error.c (error_tail): Move some declarations
56531         into inner scope where the local variables are used.
56532
56533 2003-09-26  Bruno Haible  <bruno@clisp.org>
56534
56535         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
56536         stpncpy().
56537         Don't define stpncpy through config.h; it's now done through stpncpy.h.
56538
56539 2003-09-26  Bruno Haible  <bruno@clisp.org>
56540
56541         * lib/stpncpy.h (gnu_stpncpy): New declaration.
56542         (stpncpy): Define as alias for gnu_stpncpy.
56543         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
56544
56545 2003-09-25  Simon Josefsson  <jas@extundo.com>
56546
56547         * lib/xgetdomainname.h: New file.
56548         * lib/xgetdomainname.c: New file.
56549
56550 2003-09-25  Simon Josefsson  <jas@extundo.com>
56551             Bruno Haible  <bruno@clisp.org>
56552
56553         * modules/getdomainname: New file.
56554         * modules/xgetdomainname: New file.
56555         * MODULES.html.sh (func_all_modules): Add getdomainname,
56556         xgetdomainname.
56557
56558 2003-09-25  Simon Josefsson  <jas@extundo.com>
56559             Bruno Haible  <bruno@clisp.org>
56560
56561         * m4/getdomainname.m4: New file.
56562
56563 2003-09-25  Simon Josefsson  <jas@extundo.com>
56564             Bruno Haible  <bruno@clisp.org>
56565
56566         * lib/getdomainname.h: New file.
56567         * lib/getdomainname.c: New file.
56568
56569 2003-09-25  Karl Berry  <karl@gnu.org>
56570
56571         * lib/argp-fmtstream.c, argp-help.c: update from libc.
56572
56573 2003-09-25  Karl Berry  <karl@gnu.org>
56574
56575         * config/install-sh: update from automake.
56576
56577 2003-09-25  Bruno Haible  <bruno@clisp.org>
56578
56579         * modules/version-etc-2: New file, from modules/version-etc with
56580         modifications.
56581         * MODULES.html.sh (func_all_modules): Add version-etc-2.
56582
56583 2003-09-25  Bruno Haible  <bruno@clisp.org>
56584
56585         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
56586         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
56587
56588 2003-09-24  Simon Josefsson  <jas@extundo.com>
56589
56590         * modules/xgethostname: Add xgethostname.h.
56591
56592 2003-09-24  Paul Eggert  <eggert@twinsun.com>
56593
56594         * lib/linebuffer.c (freebuffer): Don't free the argument, just
56595         the buffer associated with the argument.  Bug reported by
56596         Simon Josefsson.
56597
56598 2003-09-24  Paul Eggert  <eggert@twinsun.com>
56599
56600         * README: Document assumptions that 'int' is at least 32 bits
56601         wide, that integer arithmetic is 2's complement without overflow,
56602         that there are no holes in integer values, that adding sizes of
56603         two nonoverlapping objects can't overflow, and that all-bits-zero
56604         yields scalar zero.  Fix spelling and capitalization typos.
56605
56606 2003-09-19  Karl Berry  <karl@gnu.org>
56607
56608         * lib/argp.h: update from libc.
56609
56610 2003-09-17  Paul Eggert  <eggert@twinsun.com>
56611
56612         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
56613         to avoid spurious warnings like "AC_RUN_IFELSE was called before
56614         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
56615
56616 2003-09-17  Paul Eggert  <eggert@twinsun.com>
56617
56618         * gnulib-tool: Use "test -h", not "test -L", for portability
56619         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
56620         (tags_regexp): Remove, since \| doesn't conform to POSIX.
56621         (sed_extract_prog): Issue s commands one-by-one, rather than
56622         using \| in one s command.
56623
56624 2003-09-16  Paul Eggert  <eggert@twinsun.com>
56625
56626         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
56627         input error, instead of returning NULL the next time we are called
56628         (and therefore losing track of errno).
56629
56630 2003-09-16  Bruno Haible  <bruno@clisp.org>
56631
56632         * gnulib-tool (func_create_testdir): Warn about duplicated
56633         dependencies.
56634
56635 2003-09-15  Paul Eggert  <eggert@twinsun.com>
56636
56637         * modules/argmatch, modules/fatal, modules/obstack,
56638         modules/xalloc, modules/xgethostname: Sort dependencies by
56639         importance, not alphabetically.
56640
56641 2003-09-15  Paul Eggert  <eggert@twinsun.com>
56642
56643         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
56644         fails, so that the caller gets the proper errno.
56645
56646         * lib/readutmp.c (read_utmp): Likewise.
56647         Check for fstat error.  Close stream and free storage
56648         when failing.
56649
56650 2003-09-14  Karl Berry  <karl@gnu.org>
56651
56652         * config/srclist.txt (strdup.c): disable for c89 changes.
56653
56654 2003-09-14  Jim Meyering  <jim@meyering.net>
56655
56656         * lib/getloadavg.c: Correct cpp indentation.
56657         * lib/strdup.c: Likewise.
56658         * lib/vasnprintf.c: Likewise.
56659
56660 2003-09-14  Bruno Haible  <bruno@clisp.org>
56661
56662         * modules/fwriteerror: New file.
56663         * MODULES.html.sh (func_all_modules): Add fwriteerror.
56664
56665 2003-09-14  Bruno Haible  <bruno@clisp.org>
56666
56667         * lib/fwriteerror.h: New file.
56668         * lib/fwriteerror.c: New file.
56669
56670 2003-09-12  Paul Eggert  <eggert@twinsun.com>
56671
56672         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
56673         modules/xgethostname, modules/xalloc: Depend on exit.
56674
56675 2003-09-12  Paul Eggert  <eggert@twinsun.com>
56676
56677         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
56678
56679         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
56680         and AC_MINIX, too, so that their extensions are available.
56681
56682         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
56683         This macro has been superseded by gl_BACKUPFILE.
56684
56685         More patches to assume C89 or better.
56686
56687         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
56688
56689         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
56690         unconditionally.
56691         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
56692         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
56693         Include <string.h>, <stdlib.h> unconditionally.
56694         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
56695         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
56696         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
56697         headers or for string.h.
56698         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
56699         or strtoul.
56700
56701         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
56702         headers.
56703         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
56704         * m4/userspec.m4 (gl_USERSPEC): Likewise.
56705         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
56706         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
56707         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
56708         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
56709         memcpy, memset.
56710         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
56711         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
56712         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
56713         strtol.
56714         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
56715         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
56716         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
56717         strtoul.
56718
56719 2003-09-12  Paul Eggert  <eggert@twinsun.com>
56720
56721         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
56722         * lib/obstack.c [!defined _LIBC]: Likewise.
56723         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
56724         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
56725         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
56726
56727         More changes to assume C89 or better.
56728
56729         * lib/error.c (error_tail): Assume vprintf.
56730
56731         * lib/argmatch.c (getenv): Remove decl.
56732         * lib/progreloc.c (get_full_program_name): Define via prototype.
56733         * lib/setenv.c (clearenv): Likewise.
56734         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
56735         needed.
56736         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
56737         (malloc, memcpy): Remove decls.
56738         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
56739         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
56740         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
56741         (memcpy): Remove macro.
56742         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
56743         (__P): Remove.  All uses removed.
56744         (PTR): Remove.  All uses changed to void *.
56745         (CHAR_BIT, NULL): Remove.
56746         (spaces, zeros, memset_space, memset_zero)
56747         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
56748         Remove.
56749         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
56750         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
56751         Define with prototype.
56752         Remove now-unnecessary prototype decl.
56753         (extra_args_spec): Assume ANSI C.  All uses changed.
56754         (extra_args_spec_iso): Remove.
56755         (my_strftime, emacs_strftimeu): Define via prototype.
56756         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
56757         unconditionally.
56758         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
56759         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
56760         (strtoul, strtol): Remove decls.
56761         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
56762         LONG_MAX): Remove.
56763         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
56764         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
56765         (LOCALE_PARAM_PROTO): New macro.
56766         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
56767         (INTERNAL (strtol), strtol): Define with a prototype.
56768         (PARAMS): Remove.  All uses removed.
56769         * lib/tempname.c: Include <string.h> unconditionally.
56770         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
56771         * lib/xgethostname.c (main): Define with a prototype.
56772         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
56773         Include <stdlib.h> unconditionally.
56774         (calloc, malloc, realloc, free): Remove decls.
56775         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
56776         Include <stdlib.h> unconditionally.  Sort include file names.
56777         (strtod): Remove.
56778         (xstrtod): Define with a prototype.
56779         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
56780         (strtol, strtoul): Remove decls.
56781
56782 2003-09-11  Paul Eggert  <eggert@twinsun.com>
56783
56784         More patches to assume C89 or better.
56785         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
56786         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
56787         string.h, memchr, STDC_HEADERS.
56788
56789 2003-09-11  Paul Eggert  <eggert@twinsun.com>
56790
56791         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
56792         Include <stdlib.h>, <string.h> unconditionally.
56793         Remove now-unnecessary cast to char *.
56794         * lib/strnlen.c: Include <string.h> unconditionally.
56795         * lib/yesno.c (yesno): Define with a prototype.
56796
56797 2003-09-11  Bruno Haible  <bruno@clisp.org>
56798
56799         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
56800
56801 2003-09-10  Jim Meyering  <jim@meyering.net>
56802
56803         * lib/error.c: Correct indentation of cpp directives.
56804
56805 2003-09-10  Bruno Haible  <bruno@clisp.org>
56806
56807         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
56808         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
56809         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
56810         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
56811         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
56812         <stdlib.h> and <string.h> checks.
56813         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
56814         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
56815
56816 2003-09-10  Bruno Haible  <bruno@clisp.org>
56817
56818         * lib/strcspn.c: Include <string.h> unconditionally.
56819         * lib/strpbrk.c: Include <string.h> unconditionally.
56820         * lib/strstr.c: Include <string.h> unconditionally.
56821         * lib/unicodeio.c: Include <string.h> unconditionally.
56822         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
56823         * lib/unsetenv.c: Likewise.
56824         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
56825         * lib/yesno.c: Include <stdlib.h> unconditionally.
56826         (rpmatch): Add prototype.
56827
56828 2003-09-09  Paul Eggert  <eggert@twinsun.com>
56829
56830         More patches to assume C89 or better.
56831         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
56832         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
56833         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
56834         or for string.h.
56835         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
56836         stdlib.h.
56837         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
56838         C headers.
56839         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
56840         string.h.
56841         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
56842         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
56843         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
56844         or for string.h.
56845         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
56846         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
56847         C headers.
56848         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
56849         memcpy.
56850         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
56851         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
56852         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
56853         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
56854         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
56855         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
56856         string.h, free.
56857         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
56858         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
56859         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
56860         C headers, or for string.h.
56861         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
56862         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
56863         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
56864         headers, memory.h, stdlib.h, string.h, strings.h.
56865         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
56866         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
56867         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
56868         strchr.
56869         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
56870         headers, memory.h, string.h.
56871         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
56872         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
56873         free.
56874         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
56875         headers.
56876         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
56877         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
56878         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
56879         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
56880         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
56881
56882 2003-09-09  Paul Eggert  <eggert@twinsun.com>
56883
56884         More K&R removal.
56885
56886         * lib/acosl.c (main): Use a prototype.
56887         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
56888         tanl.c: Likewise.
56889
56890         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
56891
56892         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
56893         (getopt, etopt_long, getopt_long_only, _getopt_internal)
56894         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
56895         with a prototype.
56896         * lib/getopt.c (const): Remove macro.
56897         Include <string.h> unconditionally.
56898         (my_index): Remove; all uses changed to strchr.
56899         (strlen): Remove decl.
56900         (exchange): Remove forward decl; no longer needed.
56901         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
56902         Define with prototype.
56903         * lib/getopt1.c (const): Remove macro.
56904         (getopt_long, getopt_long_only, main): Define with prototype.
56905
56906         * lib/getugroups.c: Include <string.h> unconditionally.
56907
56908         * lib/getusershell.c: Include <stdlib.h> unconditionally.
56909         (getusershell, setusershell, endusershell, readname, main):
56910         Define with prototypes.
56911
56912         * lib/group-member.c: Include group-member.h first.
56913         Include <stdlib.h> unconditionally.
56914
56915         * lib/hard-locale.c: Include hard-locale.h first.
56916         Include <stdlib.h>, <string.h> unconditionally.
56917
56918         * lib/hash.c (free, malloc): Remove decls.
56919         Include <stdlib.h> unconditionally.
56920
56921         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
56922         (getenv): Do not declare.
56923
56924         * lib/idcache.c: Include <string.h> unconditionally.
56925
56926         * lib/long-options.c: Include long-options.h first, to test interface.
56927         Include <stdlib.h> unconditionally.
56928
56929         * lib/makepath.c: Include makepath.h first, to test interface.
56930         Include <stdlib.h> and <string.h> unconditionally.
56931
56932         * lib/linebuffer.c: Include <stdlib.h>.
56933         (free): Remove decl.
56934
56935         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
56936         stddef.h. rpl_malloc returns void *, not char *.
56937         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
56938         prototype.
56939
56940         * lib/md5.h: Include <limits.h> unconditionally.
56941         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
56942         (__P): Remove; all uses removed.
56943         * lib/md5.c: Include "md5.h" first.
56944         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
56945         md5_buffer, md5_process_bytes, md5_process_block):
56946         Define with prototypes.
56947         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
56948         * lib/sha.c: Include "sha.h" first.
56949         Include <stdlib.h>, <string.h> unconditionally.
56950
56951         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
56952         * lib/memcmp.c (__ptr_t): Likewise.
56953         * lib/memrchr.c (__ptr_t): Likewise.
56954         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
56955         Include <string.h> unconditionally.
56956         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
56957         * lib/memchr.c: Include <stdlib.h> unconditionally.
56958         * lib/memchr.c (LONG_MAX): Remove.
56959         * lib/memrchr.c (LONG_MAX): Likewise.
56960         * lib/memchr.c (__memchr): Define via a prototype.
56961         * lib/memrchr.c (__memrchr): Likewise.
56962         * lib/memcmp.c (__P): Remove, and remove all uses.
56963         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
56964         Remove forward decls; no longer needed.
56965         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
56966         Use types required by C89 in prototype.
56967
56968         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
56969         * lib/savedir.c: Likewise.
56970         * lib/mkdir.c (free): Remove decl.
56971         * lib/rmdir.c (rmdir): Define with a prototype.
56972         * lib/savedir.c: Include savedir.h first, to test interface.
56973
56974         * lib/mktime.c (STDC_HEADERS): Remove.
56975         Include <stdlib.h>, <string.h> unconditionally.
56976
56977         * lib/modechange.c: Include <stdlib.h> unconditionally.
56978         (malloc): Remove decl.
56979
56980         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
56981         (free): Remove decl.
56982
56983         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
56984         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
56985         (This type really should be intptr_t, but that's a C99ism.)
56986         (_obstack_memcpy): Remove: all uses changed to memcpy.
56987         Include <string.h> unconditionally.
56988         (struct obstack): Assume __STDC__ for types of members
56989         chunkfun, freefun, extra_arg.
56990         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
56991         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
56992         obstack_begin, obstack_specify_allocation,
56993         obstack_specify_allocation_with_arg, obstack_chunkfun,
56994         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
56995         Remove unprototyped decls and the macros that use them.
56996         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
56997         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
56998         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
56999         (defined __STDC__ && __STDC__)]:
57000         Remove nonprototyped code.
57001         Include <stdlib.h> unconditionally.
57002         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
57003         _obstack_allocated_p, _obstack_free, obstack_free,
57004         _obstack_memory_used, print_and_abort):
57005         Define using prototypes.
57006         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
57007         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
57008         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
57009         obstack_next_free, obstack_object_size, obstack_room) [0]:
57010         Remove unused, unprototyped code.
57011
57012         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
57013
57014         * lib/physmem.c (physmem_total, physmem_available, main): Define
57015         with prototypes.
57016
57017         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
57018         (main): Define with a prototype.
57019
57020         * lib/posixver.c (getenv): Remove decl.
57021
57022         * lib/putenv.c (malloc): Returns void *, not char *.
57023         Include <string.h> unconditionally.
57024         (strchr, memcpy, NULL): Do not define.
57025
57026         * lib/readtokens.c: Include readtokens.h first, to test interface.
57027         Include <stdlib.h>, <string.h> unconditionally.
57028         (init_tokenbuffer): Define with a prototype.
57029
57030         * lib/regex.c (PARAMS): Remove.  All uses removed.
57031         All uses of _RE_ARGS removed, too.
57032         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
57033         unconditionally.
57034         (bzero): Assume memset exists.
57035         (memcmp, memcpy, NULL): Remove.
57036         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
57037         char, or assignments to local vars of type signed char.
57038         (init_syntax_once, PREFIX(extract_number_and_incr),
57039         PREFIX(print_partial_compiled_pattern),
57040         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
57041         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
57042         PREFIX(regex_grow_registers), PREFIX(regex_compile),
57043         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
57044         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
57045         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
57046         wcs_compile_range, byte_compile_range, truncate_wchar,
57047         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
57048         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
57049         count_mbs_length, wcs_re_match_2_internal,
57050         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
57051         PREFIX(alt_match_null_string_p),
57052         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
57053         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
57054         regfree, PREFIX(extract_number)): Define with prototype.  Remove
57055         now-unnecessary declaration, if any.
57056         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
57057         regcomp, regexec):
57058         Remove now-unnecessary casts among pointer types.
57059         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
57060
57061         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
57062         (free): Remove decl.
57063
57064         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
57065
57066         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
57067         (free): Remove decl.
57068
57069         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
57070         * lib/xgetcwd.c: Likewise.
57071
57072         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
57073         (free): Remove decl.
57074
57075         * lib/strchrnul.c (strchrnul): Define with a prototype.
57076         Fix bug: c_in was not converted to char before searching.
57077
57078         The following changes are not K&R related:
57079
57080         * lib/group-member.h: Include <sys/types.h>, so that this file is
57081         self-contained.
57082         * lib/makepath.h: Likewise.
57083
57084         * lib/getusershell.c (readname, default_index, line_size, readname):
57085         Use size_t, not int, for sizes.
57086         (readname): If the size overflows, report an error instead of
57087         looping forever.
57088
57089 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57090
57091         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
57092         libc.
57093
57094 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57095
57096         * README: New section: portability guidelines.
57097
57098 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57099
57100         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
57101         C89 spec.
57102
57103 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57104
57105         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
57106
57107 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57108
57109         Assume C89 or better; remove K&R cruft.
57110         A few of these changes were first proposed by Derek Robert Price
57111         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
57112
57113         * lib/addext.c: Include <string.h> unconditionally.
57114         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
57115         Don't declare getenv or malloc.
57116
57117         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
57118         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
57119         (NULL): Remove.
57120         (find_stack_direction, alloca): Use prototypes.
57121
57122         * lib/atexit.c (atexit): Define using a prototype.
57123
57124         * lib/basename.c, dirname.c, stripslash.c:
57125         Include <string.h> unconditionally.
57126
57127         * lib/bcopy.c: Include <stddef.h>.
57128         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
57129
57130         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
57131
57132         * lib/error.h (error, error_at_line, error_print_progname)
57133         [! (defined (__STDC__) && __STDC__)]: Remove decls.
57134         * lib/error.c: Include error.h first, to check interface.
57135         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57136         (VA_START): Remove; all uses changeed to va_start.
57137         (exit, strerror): Remove decls.
57138         (error_print_progname): Prototype uncondionally.
57139         Don't include <errno.h>; no longer needed.
57140         (private_strerror): Remove.
57141         (error_tail): Always define.
57142         (error, error_at_line): Assume C89 or better; always use prototypes.
57143         * lib/fatal.c: Include "fatal.h" first, to test interface.
57144         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57145         (VA_START): Remove; all uses changed to va_start.
57146         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
57147         this case.
57148         (exit): Remove decl.
57149         (fatal): Prototype unconditionally.  Assume va_start works.
57150         Abort at end, to pacify gcc.
57151
57152         * lib/euidaccess.c (main): Define with a prototype.
57153
57154         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
57155
57156         * lib/exitfail.c: Include <stdlib.h> unconditionally.
57157
57158         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
57159         prototypes.
57160         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
57161         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
57162         (getenv): Remove decl.
57163         (fnmatch): Define using a prototype.
57164         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
57165         (FCT): Define using a prototype.
57166
57167         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
57168
57169         * lib/gethostname.c: Include <stddef.h>.
57170         (gethostname): Define with prototype.  Length is size_t, not int.
57171
57172 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57173
57174         Assume C89 or better; remove K&R cruft.
57175         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
57176         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
57177         string.h, getenv, malloc.
57178         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
57179         headers.
57180         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
57181         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
57182         do not check for strerror.
57183         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
57184         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
57185         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
57186         do not check for doprnt or vprintf.
57187         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
57188         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
57189
57190 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57191
57192         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
57193         getversion.c should have been removed then, but was accidentally
57194         preserved.
57195
57196         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
57197         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
57198
57199 2003-09-08  Karl Berry  <karl@gnu.org>
57200
57201         * config/config.sub, config.guess, srclistvars.sh: update from savannah
57202                 config, forget about prep.
57203
57204         * config/depcomp, missing: update from automake.
57205
57206 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57207
57208         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
57209         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57210
57211 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57212
57213         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
57214         copy_tm_result.  Bug reported by Simon Josefsson in
57215         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57216
57217 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57218
57219         * m4/time_r.m4: New file.
57220         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
57221         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
57222         is. Check for timegm declaration.
57223         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
57224         Do not check for gmtime_r.
57225         Replace mktime if __mktime_internal does not exist and if mktime
57226         hasn't been replaced already.
57227
57228 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57229
57230         * lib/time_r.c, lib/time_r.h: New files.
57231
57232         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
57233         __localtime_r.
57234         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
57235         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
57236
57237         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
57238         __gmtime_r.
57239         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
57240         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
57241         Include <time_r.h>.
57242
57243         * lib/timegm.c: Switch to glibc implementation, with the following
57244         changes:
57245         [defined HAVE_CONFIG_H]: Include <config.h>.
57246         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
57247         (__mktime_internal) [!defined _LIBC]: New decl.
57248         (__gmtime_r) [!defined _LIBC]: New macro and function.
57249         (timegm): Use a prototype, since gnulib assumes C89.
57250         Do not bother declaring tmp to be const, as it's not really usefu.
57251         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
57252         (timegm): Declare only if HAVE_DECL_TIMEGM.
57253
57254 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57255
57256         * MODULES.html.sh (func_all_modules): Add time_r.
57257         * modules/time_r: New file.
57258         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
57259         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
57260
57261 2003-09-03  Paul Eggert  <eggert@twinsun.com>
57262
57263         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
57264         Bug reported by Lute Kamstra in
57265         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
57266
57267         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
57268         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
57269         course with correspondingly smaller numbers for tomorrow and
57270         yesterday.  From Tadayoshi Funaba.  Originally installed into
57271         sh-utils on 1999-08-07, but the patch got lost (I guess during the
57272         coreutils merge?).
57273
57274 2003-08-31  Simon Josefsson  <jas@extundo.com>
57275
57276         * modules/timegm: New file.
57277         * MODULES.html.sh (func_all_modules): Add timegm.
57278
57279 2003-08-31  Simon Josefsson  <jas@extundo.com>
57280
57281         * m4/timegm.m4: New file.
57282
57283 2003-08-31  Simon Josefsson  <jas@extundo.com>
57284
57285         * lib/timegm.h: New file.
57286         * lib/timegm.c: New file.  Based on
57287         wget-1.8.2/src/http.c:mktime_from_utc.
57288
57289 2003-08-31  Karl Berry  <karl@gnu.org>
57290
57291         * lib/argp.h: update from libc.
57292
57293 2003-08-28  Bruno Haible  <bruno@clisp.org>
57294
57295         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
57296         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
57297         followed by '#define fnmatch fnmatch_posix' gives an error.
57298
57299 2003-08-28  Bruno Haible  <bruno@clisp.org>
57300
57301         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
57302         warning on QNX, which defines O_BINARY to 000000.
57303
57304 2003-08-27  Jim Meyering  <jim@meyering.net>
57305
57306         * m4/mkstemp.m4: Require that the system mkstemp be able to create
57307         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
57308         would fail after 32.  Reported by Danny Levinson.  Details here:
57309         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
57310
57311 2003-08-24  Bruno Haible  <bruno@clisp.org>
57312
57313         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
57314         MSVC7 <stdio.h> is included later.
57315
57316 2003-08-22  Simon Josefsson  <jas@extundo.com>
57317
57318         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
57319
57320 2003-08-20  Karl Berry  <karl@gnu.org>
57321
57322         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
57323
57324 2003-08-20  Bruno Haible  <bruno@clisp.org>
57325
57326         * modules/progname: New file.
57327         * MODULES.html.sh (func_all_modules): Add progname.
57328
57329 2003-08-20  Bruno Haible  <bruno@clisp.org>
57330
57331         * lib/progname.h: New file, from GNU gettext.
57332         * lib/progname.c: New file, from GNU gettext.
57333         * lib/progreloc.c: New file, from GNU gettext.
57334
57335 2003-08-19  Jim Meyering  <jim@meyering.net>
57336
57337         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
57338         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
57339
57340 2003-08-19  Bruno Haible  <bruno@clisp.org>
57341
57342         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
57343         more.
57344
57345 2003-08-19  Bruno Haible  <bruno@clisp.org>
57346
57347         * lib/xstrdup.c: Assume <string.h> exists.
57348
57349 2003-08-18  Paul Eggert  <eggert@twinsun.com>
57350
57351         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
57352         in makefile rules.
57353
57354 2003-08-18  Jim Meyering  <jim@meyering.net>
57355
57356         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
57357         * m4/lib-ld.m4: Likewise.
57358
57359 2003-08-18  Jim Meyering  <jim@meyering.net>
57360
57361         * lib/setenv.h: Indent nested cpp directive.
57362         * lib/vasnprintf.c: Remove trailing blanks.
57363
57364 2003-08-17  Simon Josefsson  <jas@extundo.com>
57365
57366         * modules/xstrndup: New file.
57367         * MODULES.html.sh (func_all_modules): Add xstrndup.
57368
57369 2003-08-17  Simon Josefsson  <jas@extundo.com>
57370
57371         * modules/argp: Fix autoconf macro name. Add more dependencies.
57372
57373 2003-08-17  Simon Josefsson  <jas@extundo.com>
57374
57375         * m4/xstrndup.m4: New file.
57376
57377 2003-08-17  Simon Josefsson  <jas@extundo.com>
57378
57379         * m4/argp.m4: New file.
57380
57381 2003-08-17  Simon Josefsson  <jas@extundo.com>
57382             Bruno Haible  <bruno@clisp.org>
57383
57384         * lib/xstrndup.h: New file.
57385         * lib/xstrndup.c: New file.
57386
57387 2003-08-17  Bruno Haible  <bruno@clisp.org>
57388
57389         * modules/strndup (Files, Include): Add lib/strndup.h.
57390
57391 2003-08-17  Bruno Haible  <bruno@clisp.org>
57392
57393         * modules/euidaccess (Files): Add lib/euidaccess.h.
57394
57395 2003-08-17  Bruno Haible  <bruno@clisp.org>
57396
57397         * lib/strndup.h: New file.
57398
57399 2003-08-17  Bruno Haible  <bruno@clisp.org>
57400
57401         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
57402         like AC_GNU_SOURCE.
57403         * modules/extensions (configure.ac): Comment out the invocation of
57404         gl_USE_SYSTEM_EXTENSIONS.
57405
57406 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57407
57408         Merges from coreutils, etc.
57409         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
57410         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
57411         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
57412         fixing a typo.
57413         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
57414         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
57415
57416 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57417
57418         Document merge from coreutils.
57419         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
57420         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
57421         * modules/utime: Add m4/utimes-null.m4.
57422
57423 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57424
57425         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
57426         space, undoing this 2003-08-12 change:
57427         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
57428
57429 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57430
57431         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
57432         strtoul.c from libc, undoing this 2003-08-12 change:
57433         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
57434
57435 2003-08-16  Jim Meyering  <jim@meyering.net>
57436
57437         Merges from coreutils.
57438         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
57439         prefix.  Adjust cache variables similarly.  Create 500 rather than
57440         just 300 files, to exercise bug on Darwin6.5, too.
57441         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
57442         $missing_dir.
57443         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
57444         AM_SYS_POSIX_TERMIOS.
57445         Reported by mkc@mathdogs.com.
57446         Also change use of $am_cv_sys_posix_termios
57447         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
57448         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
57449         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
57450         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
57451         in /proc/mounts until it finds one with matching device number.  This
57452         is unnecessary when the FILE argument *is* a mount point.  No stat call
57453         is necessary in that case.  So, disable the statvfs-testing code on
57454         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
57455         as RedHat bug# 84846.
57456         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
57457         to 1MB, so as not to render systems with no stack size limit (e.g.,
57458         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
57459         Include <unistd.h>.  On some systems,
57460         it is required for the definition of _SC_PAGESIZE.
57461
57462 2003-08-16  Jim Meyering  <jim@meyering.net>
57463
57464         Merge from coreutils.
57465         * lib/xstrtoimax.c: #else #if -> #elif.
57466         * lib/xstrtoumax.c: Likewise.
57467
57468 2003-08-16  Jim Meyering  <jim@meyering.net>
57469
57470         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
57471         * m4/utimes.m4: Removed.
57472         * m4/utimes-null.m4: Renamed from utimes.m4.
57473
57474         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
57475         to 1MB, so as not to render systems with no stack size limit (e.g.,
57476         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
57477         Include <unistd.h>.  On some systems,
57478         it is required for the definition of _SC_PAGESIZE.
57479
57480 2003-08-16  Jim Meyering  <jim@meyering.net>
57481         and Paul Eggert  <eggert@cs.ucla.edu>
57482
57483         Merges from coreutils, etc.
57484
57485         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
57486         using the latest version from cvs.  This avoids problems with #line
57487         directives using a vendor (Sun) compiler.
57488         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
57489         Don't set GETGROUPS_LIB here; now it's
57490         done via getgroups.m4's wrapper function.
57491         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
57492         rather than just in sh-util/configure.in, so that the
57493         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
57494         same.
57495         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
57496         AC_FUNC_GETLOADAVG where to find getloadavg.c.
57497         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
57498         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
57499         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
57500         Remove code that is now done by the newly-required macros.
57501         Append $(EXEEXT) to DF_PROG.
57502         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
57503         Do not invoke or require the following here,
57504         since prereq.m4 or some gnulib .m4 now does this for us:
57505         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
57506         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
57507         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
57508         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
57509         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
57510         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
57511         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
57512         AC_FUNC_OBSTACK.
57513         Do not replace the following functions, as this is now the job
57514         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
57515         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
57516         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
57517         atexit getpass, strdup, getpagesize.
57518         Replace 'raise'.
57519         Do not check for the following functions, as this is now the job
57520         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
57521         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
57522         setregid.
57523         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
57524         Check for sys/sysctl.h.
57525         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
57526         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
57527         of checking for ssize_t ourselves.
57528
57529         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
57530         Require every macro that gnulib/modules/* suggests for us.
57531         (jm_PREREQ_ADDEXT): New macro.
57532         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
57533         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
57534
57535         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
57536         (gl_PHYSMEM): Use it.
57537         Also check for `table' function.
57538         Check for new headers and functions.
57539         Add check for sys/sysmp.h.
57540         With suggestions from Kaveh Ghazi.
57541         Ignore headers that are present but cannot be compiled.  This
57542         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
57543         C 5.4.
57544
57545 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57546
57547         Document merge from coreutils.
57548         * modules/userspec: Depend on posixver.
57549         * modules/strftime: Depend on tzset.
57550
57551 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57552
57553         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
57554         rather than tab, after '#' in shell-script copyright notices.
57555         Suggested by Bruno Haible.
57556
57557 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57558
57559         * config/srclist-update: Use three spaces, rather than tab, after '#'
57560         in shell-script copyright notices.  Suggested by Bruno Haible.
57561         Remove unnecessary parenthesization in regular expression.
57562
57563 2003-08-15  Jim Meyering  <jim@meyering.net>
57564
57565         Merge from coreutils.
57566         * lib/xgethostname.c: Include <stdlib.h>.
57567         (xghostname): Don't exit for anything other than memory-related
57568         failure; just return NULL.
57569         * lib/userspec.c: Include "posixver.h".
57570         (parse_user_spec): Accept `.' as a separator only
57571         in pre-POSIX-200112 mode.
57572         * lib/strtoimax.c: Use #elif rather than #else #if.
57573         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
57574         Remove function, now that we can rely on a working tzset function.
57575         [!_LIBC]: Ensure that the required autoconf test has been run.
57576         [!defined _NL_CURRENT && HAVE_STRFTIME]:
57577         Use underlying_strftime for %r.
57578         * lib/sha.c: Merge in some clean-up and optimization changes from
57579         glibc.
57580         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
57581         Ensure that it is a multiple of 64.
57582         Rearrange loop exit tests so as to avoid performing an
57583         additional fread after encountering an error or EOF.
57584         * lib/realloc.c: Update copyright date.
57585
57586 2003-08-15  Jim Meyering  <jim@meyering.net>
57587         and Paul Eggert  <eggert@twinsun.com>
57588
57589         Merge from coreutils.
57590         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
57591         member but strut utmpx does not.  Needed for AIX 4.3.3.
57592         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
57593
57594 2003-08-15  Jim Meyering  <jim@meyering.net>
57595         and Paul Eggert  <eggert@cs.ucla.edu>
57596
57597         Merges from coreutils, etc.
57598         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
57599         Require gl_FUNC_TZSET_CLOBBER.
57600         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
57601         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
57602         members.
57603
57604 2003-08-14  Paul Eggert  <eggert@twinsun.com>
57605
57606         Help the merge from coreutils.
57607         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
57608         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
57609         * m4/tzset.m4: Use it too.
57610
57611 2003-08-14  Paul Eggert  <eggert@twinsun.com>
57612
57613         * modules/tzset: New file.
57614
57615 2003-08-14  Jim Meyering  <jim@meyering.net>
57616
57617         Merges from coreutils.
57618         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
57619         variable names, rather than @FNMATCH_H@.
57620         * modules/alloca: Likewise for $(ALLOCA_H).
57621
57622         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
57623         the three copies of the literal target, `fnmatch.h'.
57624         * modules/alloca (alloca.h): Likewise.
57625
57626 2003-08-14  Jim Meyering  <jim@meyering.net>
57627
57628         Merge from coreutils.
57629         * m4/tzset.m4: New file.
57630         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
57631         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
57632         otherwise, AIX 5.1 systems would end up using the latter.
57633         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
57634         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
57635         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
57636         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
57637
57638 2003-08-14  Jim Meyering  <jim@meyering.net>
57639
57640         Merge from coreutils.
57641         * lib/obstack.h: Whitespace changes.
57642         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
57643         and xcalloc return values.
57644         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
57645         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
57646         hang on OSF/1 5.1 for DIR on both local and remote file systems.
57647         Reported by (and fix confirmed by) Nelson H. F. Beebe.
57648         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
57649         error from mntctl.
57650         Use mntctl's return value to drive the entry-processing loop, since
57651         we can't rely on the value of the vmt_length member in the last
57652         entry.  On some systems doing so could result in exhausting
57653         virtual memory.  Based in part on a patch from Mike Jetzer.
57654
57655 2003-08-14  Jim Meyering  <jim@meyering.net>
57656         and Paul Eggert  <eggert@twinsun.com>
57657
57658         Merges from coreutils, plus other fixes.
57659         * lib/physmem.c: Merge in portability changes from gcc/libiberty
57660         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
57661         for credits and details.  Thanks to Kaveh Ghazi for helping
57662         to keep these files in sync.
57663         (ARRAY_SIZE): Define it.
57664         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
57665         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
57666         (memcasecmp): Don't assume size_t fits in unsigned int.
57667         Remove casts and duplicate code.
57668         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
57669         (memcpy): Remove definition.
57670         Merge in some clean-up and optimization changes from glibc.
57671         [BLOCKSIZE]: Move definition to top of file.
57672         Ensure that it is a multiple of 64.
57673         Rearrange loop exit tests so as to avoid performing an
57674         additional fread after encountering an error or EOF.
57675         * lib/md5.h (md5_uintptr): Define.
57676         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
57677         return to the initial working directory.  Preserve errno
57678         for caller.
57679         * lib/idcache.c: Include "xalloc.h".
57680         (xmalloc, xrealloc): Remove decls.
57681         (getuser): Remove casts no longer required in C89.
57682         * lib/human.c: Include stdio.h, for sprintf.
57683         * lib/group-member.c: Include "xalloc.h".
57684         (xmalloc, xrealloc): Remove decls.
57685         (get_group_info): Remove casts no longer required in C89.
57686         * lib/getusershell.c (readname): Remove casts no longer required in
57687         C89.
57688         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
57689         * lib/getline.c: Whitespace fix, from coreutils.
57690
57691 2003-08-13  Paul Eggert  <eggert@twinsun.com>
57692
57693         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
57694         Check for isascii.
57695
57696         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
57697         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
57698         Undo previous (whitespace-only) change.
57699
57700 2003-08-13  Paul Eggert  <eggert@twinsun.com>
57701
57702         * lib/exclude.c: Include <ctype.h>
57703         (IN_CTYPE_DOMAIN): New macro.
57704         (is_space): New fn.
57705         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
57706         and empty lines.
57707
57708         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
57709         Undo previous (whitespace-only) change.
57710
57711 2003-08-13  Paul Eggert  <eggert@twinsun.com>
57712
57713         * config/srclist-update: Change update back to the old behavior,
57714         leaving whitespace alone.  Use one 'sed' command rather than a
57715         pipeline.
57716         (fixlicense): Now a variable, not a function.
57717         (remove_trailing_blanks): Remove.
57718         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
57719         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
57720         Undo previous (whitespace-only) change.
57721
57722 2003-08-12  Paul Eggert  <eggert@twinsun.com>
57723
57724         Merge from coreutils.
57725         * modules/euidaccess: Add lib_SOURCES, include for new
57726         file euidaccess.h
57727
57728 2003-08-12  Paul Eggert  <eggert@twinsun.com>
57729
57730         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
57731         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
57732         Normalize leading white space and remove trailing white space.
57733
57734         Merge from coreutils
57735         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
57736
57737         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
57738         0.12.1.  These files are now being upgraded automatically by
57739         ../config/srclist-update.
57740
57741 2003-08-12  Paul Eggert  <eggert@twinsun.com>
57742
57743         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
57744         Normalize leading white space and remove trailing white space.
57745         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
57746         notice, as per ../config/srclist-update.
57747
57748         Merge from coreutils.
57749         * lib/euidaccess.h: New file.
57750         * lib/euidaccess.c: Include it.
57751         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
57752         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
57753         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
57754
57755 2003-08-12  Paul Eggert  <eggert@twinsun.com>
57756
57757         * config/srclist-update: Add copyright notice.
57758         (remove_id_lines, remove_trailing_blanks): New constants.
57759         (fixfile): Use them to normalize spacing a bit in copied files.
57760         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
57761         Normalize leading white space and remove trailing white space.
57762
57763         * config/texinfo.tex: Sync with texinfo.
57764
57765         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
57766         strtoul.c from libc, to merge coreutils whitespace changes.
57767
57768         * config/srclist.txt: Get the following m4 files from gettext:
57769         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
57770         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
57771         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
57772         wint_t.m4.
57773
57774 2003-08-12  Karl Berry  <karl@gnu.org>
57775
57776         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
57777         been made.
57778
57779 2003-08-11  Paul Eggert  <eggert@twinsun.com>
57780
57781         * modules/gnu-source, m4/gnu-source.m4:
57782         Remove; we're assuming Autoconf 2.54 or later now.
57783         Suggested by Bruno Haible.
57784         * MODULES.html.sh (func_all_modules): Remove gnu-source.
57785
57786 2003-08-11  Bruno Haible  <bruno@clisp.org>
57787
57788         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
57789
57790 2003-08-11  Bruno Haible  <bruno@clisp.org>
57791
57792         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
57793         (vasnprintf): Use it instead of wcslen.
57794
57795 2003-08-11  Bruno Haible  <bruno@clisp.org>
57796
57797         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
57798         value to ensure that _Bool promotes to int. Use #define for _Bool when
57799         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
57800
57801 2003-08-10  Karl Berry  <karl@gnu.org>
57802
57803         * lib/regex.h: update from libc (whitespace fix).
57804
57805 2003-08-09  Paul Eggert  <eggert@twinsun.com>
57806
57807         Merge some files from coreutils.  These changes were
57808         originally made by Jim Meyering.
57809         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
57810         many older Unixes require this.
57811         * lib/alloca.c (alloca): Remove cast to argument of free;
57812         no longer needed in C89.
57813         * lib/alloca_.h, regex.h: Fix white space to match
57814         what GNU indent does.
57815
57816 2003-08-09  Paul Eggert  <eggert@twinsun.com>
57817
57818         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
57819         apparently Emacs's Unicode mode got confused before my 2003-08-05
57820         checkin.
57821
57822 2003-08-08  Paul Eggert  <eggert@twinsun.com>
57823
57824         * m4/extensions.m4: New file.
57825         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
57826         Require gl_USE_SYSTEM_EXTENSIONS.
57827         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
57828         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
57829
57830 2003-08-08  Paul Eggert  <eggert@twinsun.com>
57831
57832         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
57833         * modules/extensions, modules/gnu-source: New files.
57834         * modules/timespec, modules/unlocked-io: Depend on extensions.
57835
57836 2003-08-07  Paul Eggert  <eggert@twinsun.com>
57837
57838         * modules/restrict: New file.
57839         * MODULES.html.sh (func_all_modules): Add restrict.
57840         * modules/regex: Depend on restrict.
57841
57842 2003-08-07  Paul Eggert  <eggert@twinsun.com>
57843
57844         * m4/restrict.m4: New file.
57845         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
57846
57847 2003-08-07  Bruno Haible  <bruno@clisp.org>
57848
57849         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
57850         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
57851
57852 2003-08-07  Bruno Haible  <bruno@clisp.org>
57853
57854         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
57855         makes the module 'getndelim2' compatible with the module 'getline'.
57856
57857 2003-08-05  Paul Eggert  <eggert@twinsun.com>
57858
57859         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
57860         byte with "\201" to avoid glitches when editing that source file
57861         with multi-gnome-terminal.
57862
57863 2003-08-05  Paul Eggert  <eggert@twinsun.com>
57864
57865         * lib/bumpalloc.h: Remove.
57866
57867 2003-08-05  Paul Eggert  <eggert@twinsun.com>
57868
57869         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
57870         * modules/bumpalloc: Remove.
57871
57872 2003-08-04  Paul Eggert  <eggert@twinsun.com>
57873
57874         * lib/getloadavg.c: Change copyright notice and spacing to conform to
57875         GNU coding style.
57876
57877         Merge from coreutils.
57878         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
57879         1. From glibc.
57880         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
57881         from Karl Berry, implemented by Jim Meyering.
57882         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
57883         from Dmitry V. Levin.
57884         Remove anachronistic cast of xrealloc.
57885         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
57886         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
57887         type. Otherwise, it wouldn't compile with at least /bin/cc on
57888         ymp-cray-unicos9.0.2.X.
57889         Combine two mostly-identical uses of alloca into one.
57890         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
57891
57892 2003-08-04  Dave Love  <d.love@dl.ac.uk>
57893
57894         [From Emacs.]
57895
57896         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
57897         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
57898         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
57899         obsolete NLIST_NAME_UNION.
57900         [__GNU__]: Undef BSD and FSCALE.
57901         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
57902
57903 2003-08-03  Paul Eggert  <eggert@twinsun.com>
57904
57905         * lib/stdbool_.h (_Bool): Make it signed char, instead of
57906         an enum type, so that it's guaranteed to promote to int.  See:
57907         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
57908
57909 2003-08-03  Karl Berry  <karl@gnu.org>
57910
57911         * config/depcomp: update from automake.
57912
57913 2003-07-31  Paul Eggert  <eggert@twinsun.com>
57914
57915         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
57916         (strerror): Don't assume that a printable int fits in 14 bytes.
57917
57918 2003-07-31  Bruno Haible  <bruno@clisp.org>
57919
57920         * modules/getpass-gnu: New file.
57921         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
57922
57923 2003-07-31  Bruno Haible  <bruno@clisp.org>
57924
57925         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
57926
57927 2003-07-24  Karl Berry  <karl@gnu.org>
57928
57929         * config/missing: update from automake.
57930
57931 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
57932             Bruno Haible  <bruno@clisp.org>
57933
57934         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
57935         * lib/getline.c (getline, getdelim): Likewise.
57936         Remove _GNU_SOURCE define; now it's defined in config.h through
57937         m4/getline.m4.
57938
57939 2003-07-23  Karl Berry  <karl@gnu.org>
57940
57941         * config/config.sub: update from prep.
57942
57943 2003-07-22  Paul Eggert  <eggert@twinsun.com>
57944
57945         * modules/xalloc (Depends-on): Add exitfail.
57946         * modules/xmemcoll: Likewise.
57947
57948 2003-07-22  Paul Eggert  <eggert@twinsun.com>
57949
57950         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
57951         over-parenthesization in macros.
57952
57953         Sync with coreutils.
57954
57955         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
57956         required by C99.
57957
57958         Use `exit_failure' for xalloc and xmemcoll instead of their own
57959         private exit-failure variables.
57960         * lib/xalloc.h (xalloc_exit_failure): Remove.
57961         * lib/xmalloc.c: Likewise.  Include exitfail.h.
57962         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
57963         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
57964         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
57965         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
57966
57967 2003-07-20  Jim Meyering  <jim@meyering.net>
57968
57969         * modules/closeout (Depends-on): Add exitfail.
57970         Suggestion from Bruno Haible.
57971
57972 2003-07-19  Karl Berry  <karl@gnu.org>
57973
57974         * config/config.sub: update from prep.
57975
57976 2003-07-18  Paul Eggert  <eggert@twinsun.com>
57977
57978         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
57979         Remove.
57980         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
57981         to test that it can stand by itself.  Include "exitfail.h".
57982         Clients should set exit_failure instead.
57983         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
57984
57985 2003-07-18  Bruno Haible  <bruno@clisp.org>
57986
57987         * modules/getndelim2: New file.
57988         * modules/getline: Share files with module getndelim2.
57989         * modules/getnline: Depend on getndelim2 instead of sharing files with
57990         it. Add getnline.c to lib_SOURCES.
57991         * MODULES.html.sh (func_all_modules): Add getndelim2.
57992
57993 2003-07-18  Bruno Haible  <bruno@clisp.org>
57994
57995         * m4/getndelim2.m4: New file.
57996         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
57997         invoke gl_PREREQ_GETNDELIM2.
57998         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
57999         gl_PREREQ_GETNDELIM2.
58000         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
58001         gl_GETNDELIM2.
58002
58003 2003-07-18  Bruno Haible  <bruno@clisp.org>
58004
58005         * lib/getndelim2.h: New file.
58006         * lib/getndelim2.c: Make into a module of its own. Include config.h,
58007         getndelim2.h.
58008         (getndelim2): Make non-static. Change return type to ssize_t.
58009         * lib/getline.h: Change argument names.
58010         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
58011         * lib/getnline.c: Include getndelim2.h.
58012
58013 2003-07-18  Andreas Schwab  <schwab@suse.de>
58014
58015         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
58016
58017 2003-07-17  Karl Berry  <karl@gnu.org>
58018
58019         * config/config.sub: update from prep.
58020
58021 2003-07-17  Bruno Haible  <bruno@clisp.org>
58022
58023         * modules/getnline: New file.
58024         * modules/getline: Add lib/getndelim2.c to source file list.
58025         * MODULES.html.sh (func_all_modules): Add getnline.
58026
58027 2003-07-17  Bruno Haible  <bruno@clisp.org>
58028
58029         * m4/getnline.m4: New file.
58030
58031 2003-07-17  Bruno Haible  <bruno@clisp.org>
58032
58033         * m4/Makefile.am.in: Remove file.
58034         * m4/Makefile.am: Remove file.
58035         * m4/Makefile.in: Remove file.
58036
58037 2003-07-17  Bruno Haible  <bruno@clisp.org>
58038
58039         * lib/getnline.h: New file.
58040         * lib/getnline.c: New file.
58041         * lib/getndelim2.c: New file, extracted from getline.c.
58042         (getndelim2): Renamed from getdelim2, with added nmax argument.
58043         * lib/getline.c: Include getndelim2.c.
58044         (getdelim2): Moved out to getndelim2.c.
58045         (getline, getdelim): Update.
58046
58047 2003-07-17  Bruno Haible  <bruno@clisp.org>
58048
58049         * lib/Makefile.am: Remove file.
58050         * lib/Makefile.in: Remove file.
58051
58052 2003-07-17  Bruno Haible  <bruno@clisp.org>
58053
58054         * configure.in: Remove file.
58055         * Makefile.in: Remove file.
58056
58057 2003-07-17  Bruno Haible  <bruno@clisp.org>
58058
58059         * MODULES.html.sh: Put the </BODY> right before </HTML>.
58060
58061 2003-07-16  Karl Berry  <karl@gnu.org>
58062
58063         * config/srclist-update: was running fixlicense twice, which caused
58064                 texinfo.tex to be nullified for some reason.  Simplify,
58065                 $gplsrc is no longer needed as far as I can see?
58066
58067 2003-07-16  Jim Meyering  <jim@meyering.net>
58068
58069         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
58070
58071 2003-07-15  Paul Eggert  <eggert@twinsun.com>
58072
58073         * config/srclist.txt: Get the following files from gettext-runtime/intl
58074         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
58075         ref-del.sin.  From Bruno Haible.
58076         * config/srclist-update (fixfile): Change grep pattern again, since the
58077         previous fix didn't work (there was another trailing $).  Use
58078         '[$]' to escape the $s.
58079
58080 2003-07-15  Karl Berry  <karl@gnu.org>
58081
58082         * lib/vasnprintf.c: update from gettext.
58083
58084 2003-07-15  Karl Berry  <karl@gnu.org>
58085
58086         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
58087         gets expanded when surrounded by '$'.
58088
58089 2003-07-15  Jim Meyering  <jim@meyering.net>
58090
58091         * modules/save-cwd: Don't depend on error.  From Derek Price.
58092
58093 2003-07-15  Jim Meyering  <jim@meyering.net>
58094
58095         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
58096
58097 2003-07-14  Simon Josefsson  <jas@extundo.com>
58098
58099         * modules/mempcpy: New file.
58100         * MODULES.html.sh (func_all_modules): Add mempcpy.
58101
58102 2003-07-14  Simon Josefsson  <jas@extundo.com>
58103
58104         * m4/mempcpy.m4: New file.
58105
58106 2003-07-14  Simon Josefsson  <jas@extundo.com>
58107
58108         * lib/mempcpy.h: New file.
58109         * lib/mempcpy.c: New file.
58110
58111 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58112
58113         * modules/getdate, modules/posixtm: Depend on mktime.
58114
58115 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58116
58117         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
58118         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
58119         unicodeio.c, unicodeio.h, unlocked-io.h:
58120         Switch from LGPL to GPL.
58121
58122 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58123
58124         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
58125         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
58126         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
58127         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
58128         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
58129         updated automatically by ../config/srclist-update.  This changes
58130         their license from LPGL to GPL.
58131
58132 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58133
58134         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
58135         assumed to refer to the root of the most recent stable gettext version.
58136         * config/srclistvars.sh: Add defaults for eggert.
58137         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
58138         Match "This program" as well as "The program".  This is needed
58139         for gettext.
58140
58141 2003-07-14  Jim Meyering  <jim@meyering.net>
58142
58143         Don't emit diagnostics.  Let callers do that.
58144         * lib/save-cwd.c: Don't include "error.h".
58145         (save_cwd): Don't call error.  Ensure that errno is valid
58146         when returning nonzero.
58147
58148         * lib/save-cwd.h (restore_cwd): Update prototype.
58149         * lib/save-cwd.c (restore_cwd): Remove two parameters.
58150         Simplify.  Don't call error upon failure.  Let callers do that.
58151         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
58152         when auditing is enabled.  But don't bother updating the #if.
58153
58154 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
58155
58156         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
58157         it breaks C++ compilation.
58158         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
58159
58160 2003-07-10  Simon Josefsson  <jas@extundo.com>
58161
58162         * modules/strchrnul (Makefile.am): Add strchrnul.h.
58163
58164 2003-07-10  Jim Meyering  <jim@meyering.net>
58165
58166         * m4/clock_time.m4: Remove trailing blank.
58167         * m4/intmax_t.m4: Likewise.
58168
58169 2003-07-10  Jim Meyering  <jim@meyering.net>
58170
58171         * lib/vasnprintf.c: Remove trailing blanks.
58172         Make cpp indentation consistent.
58173
58174 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58175
58176         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
58177         posixver.c, strftime.c, strnlen.c, strverscmp.c:
58178         Switch from LGPL to GPL.
58179
58180 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58181
58182         * config/srclist.txt: Sort sublists.  Add
58183         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
58184         that differ from gnulib for one reason or another; we'd like this list
58185         to be smaller but for now let's document what we have.
58186
58187 2003-07-08  Paul Eggert  <eggert@twinsun.com>
58188
58189         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
58190         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
58191         and sweeter "eval x=$x".
58192         * config/srclist.txt: Get lib/argp* from glibc.
58193
58194 2003-07-07  Paul Eggert  <eggert@twinsun.com>
58195
58196         * lib/mktime.c: Fix some boundary cases and remove need for floating
58197         point.
58198
58199         Issue a compile-time diagnostic if time_t is floating point, or if
58200         two's complement arithmetic is not in effect, or if arithmetic
58201         right shift does not propagate the sign.  These assumptions were
58202         all in the original code but they weren't checked.
58203
58204         (TIME_T_MIDPOINT, verify): New macros.
58205         (__isleap): Remove; it has integer overflow problems.
58206         (leapyear): New function, without those problems.
58207         (ydhms_tm_diff): Remove; splitting into two parts.
58208         (ydhms_diff): New function, containing the arithmetic part of
58209         the old ydhms_tm_diff function.  Issue a compile-time
58210         diagnostic if we are not using C99 integer division.
58211         Avoid casts when possible.
58212         (guess_time_tm): New function, containing the checking part of
58213         the old ydhms_tm_diff function.  Return the new value, rather than
58214         the difference between it and the old.  Accept a new argument T
58215         so that *T specifies the old value.  Check for overflow in the result.
58216
58217         (__mktime_internal): Use a time_t offset, not a long int offset.
58218         This undoes the 2003-06-04 change, which is no longer needed now
58219         that we have better overflow checking.
58220         (localtime_offset): Likewise.
58221
58222         (__mktime_internal): Avoid harmful overflow on hosts where time_t
58223         and long are 64-bit but int is only 32-bit.
58224         (ydhms_diff): Use long int to store year1 and yday1.
58225         Issue a compile-time diagnostic if long int is not wide enough.
58226
58227         (__mktime_internal): Use long int to store adjusted year and yday.
58228         Use plain C rather than preprocessor commands, if that doesn't
58229         affect efficiency.
58230         Check for overflow (and try to repair) after each probe
58231         rather than checking only at the very end.  This avoids some bugs
58232         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
58233         does not equal GMT offset at maximum time).
58234         Use integer to check for overflow rather than floating point; this
58235         is more portable to non-IEEE hosts, and is a tad faster.
58236         When we detect that we are oscillating between two values,
58237         don't check whether tm_isdst has the requested value, since
58238         we already know the answer.  When tm_isdst has the wrong value,
58239         use a different heuristic to find the right one, based on the
58240         extreme values actually observed in practice in tz2003a,
58241         rather than the (overly optimistic) "previous 3 calendar quarters".
58242
58243         (not_equal_tm, print_tm, check_result): Use "const T" rather than
58244         "T const" to accommodate glibc style.
58245         (check_result): Use less-confusing report format.  "long" -> "long int.
58246         (main): Likewise.
58247         Don't loop if the iteration overflows time_t.
58248         Allow a negative step in the iteration.
58249
58250 2003-07-06  Karl Berry  <karl@gnu.org>
58251
58252         * config/depcomp: update from automake.
58253         * config/config.sub: update from prep.
58254
58255 2003-07-03  Karl Berry  <karl@gnu.org>
58256
58257         * config/config.guess: update from prep.
58258
58259 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58260
58261         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
58262         xreadlink.c now includes it unconditionally.
58263
58264 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58265
58266         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
58267         having it depend on HAVE_SYS_TYPES_H.
58268
58269 2003-07-01  Bruno Haible  <bruno@clisp.org>
58270
58271         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
58272         <sys/types.h> should be sufficient.
58273         Reported by Paul Eggert.
58274
58275 2003-06-26  Karl Berry  <karl@gnu.org>
58276
58277         * config/depcomp: update from automake.
58278
58279 2003-06-26  Bruno Haible  <bruno@clisp.org>
58280
58281         * modules/human: Depend on module stdbool.
58282
58283 2003-06-25  Bruno Haible  <bruno@clisp.org>
58284
58285         * modules/readlink: New file.
58286         * modules/xreadlink: Depend on it.
58287         * MODULES.html.sh (func_all_modules): Add readlink.
58288
58289 2003-06-25  Bruno Haible  <bruno@clisp.org>
58290
58291         * m4/readlink.m4: New file.
58292
58293 2003-06-25  Bruno Haible  <bruno@clisp.org>
58294
58295         * lib/readlink.c: New file.
58296
58297 2003-06-22  Karl Berry  <karl@gnu.org>
58298
58299         * config/srclist.txt: update mkinstalldirs from automake.
58300         * config/mkinstalldirs: update.
58301
58302 2003-06-22  Bruno Haible  <bruno@clisp.org>
58303
58304         Portability to mingw32.
58305         * m4/ssize_t.m4: New file, from GNU gettext.
58306         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
58307         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
58308
58309 2003-06-22  Bruno Haible  <bruno@clisp.org>
58310
58311         * modules/safe-read: Add m4/ssize_t.m4.
58312         * modules/xreadlink: Add m4/ssize_t.m4.
58313
58314 2003-06-20  Bruno Haible  <bruno@clisp.org>
58315
58316         Assume C89, so PARAMS isn't needed.
58317         * lib/unicodeio.h (PARAMS): Remove.
58318         * lib/unicodeio.c: Don't use PARAMS.
58319
58320 2003-06-18  Karl Berry  <karl@gnu.org>
58321
58322         * config/config.{guess,sub}: update from prep.
58323
58324 2003-06-18  Jim Meyering  <jim@meyering.net>
58325
58326         Merge changes from coreutils.
58327         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
58328         Remove explicit declarations of xmalloc and realloc.
58329         Include xalloc.h.
58330         (read_utmp): Remove anachronistic cast of xmalloc.
58331
58332 2003-06-17  Paul Eggert  <eggert@twinsun.com>
58333
58334         Assume C89, so PARAMS isn't needed.
58335         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
58336         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
58337         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
58338         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
58339         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
58340         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
58341         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
58342         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
58343         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
58344         lib/xstrtod.h, lib/xstrtol.h: Likewise.
58345         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
58346         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
58347         no longer needed. Anyway, config.h should always be included before any
58348         other file.
58349
58350 2003-06-11  Simon Josefsson  <jas@extundo.com>
58351
58352         * modules/sysexits: New file.
58353         * MODULES.html.sh (func_all_modules): Add sysexits.
58354
58355 2003-06-11  Simon Josefsson  <jas@extundo.com>
58356
58357         * lib/sysexit_.h: New file.
58358
58359 2003-06-11  Derek Price  <derek@ximbiot.com>
58360
58361         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
58362         necessary.
58363
58364 2003-06-11  Bruno Haible  <bruno@clisp.org>
58365
58366         * m4/sysexits.m4: New file.
58367
58368 2003-06-10  Simon Josefsson  <jas@extundo.com>
58369
58370         * lib/argp.h: New file, from glibc.
58371         * lib/argp-ba.c: New file, from glibc.
58372         * lib/argp-eexst.c: New file, from glibc.
58373         * lib/argp-fmtstream.c: New file, from glibc.
58374         * lib/argp-fmtstream.h: New file, from glibc.
58375         * lib/argp-fs-xinl.c: New file, from glibc.
58376         * lib/argp-help.c: New file, from glibc.
58377         * lib/argp-namefrob.h: New file, from glibc.
58378         * lib/argp-parse.c: New file, from glibc.
58379         * lib/argp-pv.c: New file, from glibc.
58380         * lib/argp-pvh.c: New file, from glibc.
58381         * lib/argp-xinl.c: New file, from glibc.
58382
58383 2003-06-10  Simon Josefsson  <jas@extundo.com>
58384
58385         * modules/strchrnul: New file.
58386
58387 2003-06-10  Simon Josefsson  <jas@extundo.com>
58388
58389         * modules/argp: New file.
58390
58391 2003-06-10  Simon Josefsson  <jas@extundo.com>
58392
58393         * m4/strchrnul.m4: New file.
58394
58395 2003-06-10  Simon Josefsson  <jas@extundo.com>
58396
58397         * lib/strchrnul.h: New file.
58398         * lib/strchrnul.c: New file.
58399
58400 2003-06-10  Bruno Haible  <bruno@clisp.org>
58401
58402         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
58403
58404 2003-06-07  Karl Berry  <karl@gnu.org>
58405
58406         * config/config.{guess,sub}: update from prep.
58407
58408 2003-06-07  Jim Meyering  <jim@meyering.net>
58409
58410         * modules/strtod: Use $(...) notation, not @...@ for
58411         AC_REPLACE'd variables.
58412         * modules/localcharset: Likewise.
58413
58414 2003-06-07  Jim Meyering  <jim@meyering.net>
58415
58416         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
58417         in place of my name in the copyright comment.
58418         Remove definition and uses of __P.
58419
58420         From coreutils.
58421         * lib/stat.c: Don't declare xmalloc explicitly.
58422         Instead, include "xalloc.h".
58423         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
58424         xrealloc, and xcalloc return values.
58425         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
58426         Improve comment.
58427         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
58428
58429 2003-06-07  Bruno Haible  <bruno@clisp.org>
58430
58431         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
58432         avoid AC_CONFIG_LINKS.
58433         * modules/fnmatch (Makefile.am): Use explicit creation rule for
58434         fnmatch.h, to avoid AC_CONFIG_LINKS.
58435         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
58436
58437 2003-06-07  Bruno Haible  <bruno@clisp.org>
58438
58439         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
58440         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
58441         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
58442         directory.
58443         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
58444         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
58445         directory.
58446
58447 2003-06-06  Jim Meyering  <jim@meyering.net>
58448
58449         Merge from coreutils.
58450         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
58451         Consolidate declarations and initializations of *_base* locals.
58452
58453         Merge from coreutils.
58454         This avoids a core dump on systems without GNU putenv,
58455         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
58456         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
58457         (unsetenv): New static function, from GNU libc.
58458         (rpl_putenv): Use it.
58459
58460         * lib/modechange.c: Remove trailing blanks.
58461
58462         Merge from coreutils.
58463         * lib/fsusage.c: Remove declaration of statfs.
58464         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
58465
58466         * lib/posixtm.c: Include <stdbool.h> unconditionally.
58467
58468 2003-06-06  Jim Meyering  <jim@meyering.net>
58469
58470         * lib/stdbool_.h: Renamed from stdbool.h.in.
58471
58472 2003-06-06  Jim Meyering  <jim@meyering.net>
58473             Bruno Haible  <bruno@clisp.org>
58474
58475         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
58476         Adjust Makefile.am snippet not to redirect directly to target.
58477         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
58478
58479 2003-06-05  Paul Eggert  <eggert@twinsun.com>
58480
58481         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
58482         mismatch, look in future quarters as well as past.  This fixes a
58483         bug when processing fall-backwards gaps immediately after a long
58484         period of daylight-saving time.
58485
58486         * lib/mktime.c: Assume freestanding C89 or better.
58487         (HAVE_LIMITS_H): Remove.  Assume it's 1.
58488         (__P): Remove; not used.
58489         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
58490         (mktime, not_equal_tm, print_tm, check_result,
58491         main): Use prototypes.  Use const * where appropriate.
58492         (main): Fix typo in testing code that uncovered by above changes.
58493         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
58494
58495 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58496
58497         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
58498         locale.h, localeconv.  This merges changes from coreutils.
58499
58500         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
58501         It can be removed after the next Autoconf is released.
58502         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
58503         needed.
58504
58505 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58506
58507         * lib/mktime.c: Fix Debian bug 177940
58508         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
58509         (localtime_offset): Now long int, not time_t, because we want it
58510         to be guaranteed to be signed.  All uses changed.
58511         (__mktime_internal): If overflow would occur when adding offset,
58512         don't add it.
58513
58514         Merge 'human' changes from coreutils.  Rewrite to support
58515         locale-specific notations like thousands separators.
58516         * lib/human.c: Simplify authorship notice.
58517         Include human.h immediately after config.h.
58518         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
58519         <limits.h>: Do not include, since human.h does.
58520         (SIZE_MAX, UINTMAX_MAX): New macros.
58521         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
58522         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
58523         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
58524         (power_letter): Renamed from suffixes.
58525         (generate_suffix_backwards): Remove.
58526         (adjust_value): Now takes int style (because of human.h changes)
58527         and long double value (for greater precision on some platforms).
58528         (group_number): New function.
58529         (human_readable): Use it.  Use integer options, not enum.
58530         Put the options before the sizes in the arg list.
58531         Support all the new options.
58532         The old human_readable function has been removed;
58533         use inttostr.h instead.
58534         (human_readable, default_block_size, humblock):
58535         Use uintmax_t, not int, for block sizes.
58536         (human_readable_inexact, block_size_types): Remove.
58537         (block_size_opts): New constant.
58538         (human_options): Renamed from human_block_size, with new signature
58539         that allows block sizes up to UINTMAX_MAX.  All callers changed.
58540         * lib/human.h: Add copyright and authorship notice.
58541         Include <limits.h> and <stdbool.h> unconditionally.
58542         (PARAMS): Remove.  All uses removed.
58543         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
58544         (enum human_inexact_style): Remove tag; now a nameless enum.
58545         (human_floor, human_ceiling, human_round_to_even): Now have
58546         values 2, 0, 1 rather than -1, 1, 0.
58547         (human_group_digits, human_suppress_point_zero, human_autoscale,
58548         human_base_1024, human_SI, human_B): New constants.
58549         (human_readable_inexact, human_block_size): Remove.
58550         (human_readable): Size args are now uintmax_t, not int.
58551         (human_options): New decl.
58552
58553         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
58554         unnecessary now that we assume C89 or better.  This change
58555         imported from coreutils.
58556
58557         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
58558         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
58559         in the 2003-05-30 sync from glibc.
58560
58561         .h files should stand alone, but we shouldn't include <sys/types.h>
58562         if we can get away with just <stddef.h>.
58563
58564         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
58565         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
58566         rather than <sys/types.h>, as we merely need size_t.
58567         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
58568         to get size_t.
58569         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
58570         Include <stdio.h>, to get FILE.
58571         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
58572         memcasecmp.h has included <stddef.h> and all we need is size_t.
58573         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
58574         our interface, instead of including <sys/types.h>
58575
58576 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58577
58578         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
58579         now, as glibc mktime is buggy on non-glibc systems.
58580
58581 2003-06-03  Karl Berry  <karl@gnu.org>
58582
58583         * config/config.sub: update from prep.
58584
58585 2003-06-02  Paul Eggert  <eggert@twinsun.com>
58586
58587         [from coreutils]
58588         Fix some minor time-related bugs with POSIX time arguments.
58589         Some valid time stamps were being rejected (notably -1, and
58590         time stamps before 1900 on 64-bit hosts).  And some invalid
58591         time stamps were being accepted, e.g. September 31.
58592
58593         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
58594         that we can return (time_t) -1 successfully.
58595         * lib/posixtm.c: Likewise.
58596         [HAVE_STDBOOL_H]: Include <stdbool.h>.
58597         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
58598         (t): Remove static var.
58599         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
58600         of static var.  All uses changed.
58601         (year): Do not reject years before 1900; they can occur with
58602         64-bit time_t.
58603         (posix_time_parse): Do not check for out-of-range components;
58604         that is now the caller's responsibility, since our checks were
58605         only approximations.
58606         (posixtime): Use mktime to check for out-of-range components,
58607         since it knows them exactly.
58608         If mktime returns (time_t) -1, check whether an error actually occurred
58609         by invoking localtime on -1.
58610         (main) [TEST_POSIXTIME]: Check for input data errors, and report
58611         posixtime failures better.
58612         Improve the test data (in comments only).
58613
58614 2003-06-02  Karl Berry  <karl@gnu.org>
58615
58616         * config/mkinstalldirs (version): new variable.
58617         (--version): new option.
58618         (usage): improve message.
58619
58620 2003-05-30  Karl Berry  <karl@gnu.org>
58621
58622         * lib/mktime.c: update from libc.
58623
58624 2003-05-30  Bruno Haible  <bruno@clisp.org>
58625
58626         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
58627         * config/config.rpath: Upgrade to gettext-0.12.1.
58628
58629 2003-05-30  Bruno Haible  <bruno@clisp.org>
58630
58631         * m4/gettext.m4: Upgrade to gettext-0.12.1.
58632         * m4/nls.m4: New file, from gettext-0.12.1.
58633         * m4/po.m4: New file, from gettext-0.12.1.
58634         * m4/progtest.m4: Upgrade to gettext-0.12.1.
58635
58636 2003-05-30  Bruno Haible  <bruno@clisp.org>
58637
58638         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
58639         * lib/localcharset.h: Likewise.
58640         * lib/localcharset.c: Likewise.
58641
58642 2003-05-29  Karl Berry  <karl@gnu.org>
58643
58644         * config/config.rpath: update from gettext.
58645
58646 2003-05-28  Paul Eggert  <eggert@twinsun.com>
58647
58648         Assume the headers required for C89 freestanding compilers.
58649         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
58650         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
58651         * m4/human.m4 (gl_HUMAN): Likewise.
58652         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
58653         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
58654         * m4/userspec.m4 (gl_USERSPEC): Likewise.
58655         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
58656         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
58657         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
58658
58659 2003-05-28  Paul Eggert  <eggert@twinsun.com>
58660
58661         Assume the headers required for C89 freestanding compilers.
58662         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
58663         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
58664         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
58665         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
58666         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
58667         define, since <limits.h> is guaranteed to do that.
58668         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
58669         * lib/exclude.c: Include <stdbool.h> unconditionally.
58670         * lib/tempname.c: Include <stddef.h> unconditionally.
58671         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
58672         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
58673         <stddef.h> does that.
58674         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
58675         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
58676         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
58677         needed.
58678         * lib/xstrtol.c: Likewise.
58679         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
58680         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
58681
58682         * lib/addext.c (addext): Use assignment rather than cast, to avoid
58683         warnings on some platforms.
58684
58685         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
58686         arbitrarily.
58687
58688 2003-05-26  Jim Meyering  <jim@meyering.net>
58689
58690         Merge in a change from coreutils:
58691         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
58692         that is guaranteed to be `no'.  Use `no_such_member' to indicate
58693         that condition, rather than `-1' which is slightly misleading.
58694         Change the name of the cache variable to have the gl_ prefix.
58695         Prompted by a patch from Richard Dawe for DJGPP.
58696
58697 2003-05-24  Karl Berry  <karl@gnu.org>
58698
58699         * config/config.guess: update from prep.
58700
58701 2003-05-22  Karl Berry  <karl@gnu.org>
58702
58703         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
58704
58705 2003-05-20  Karl Berry  <karl@gnu.org>
58706
58707         * config/config.guess: update from prep.
58708
58709 2003-05-18  Karl Berry  <karl@gnu.org>
58710
58711         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
58712         might actually be set by the user.
58713
58714         * config/depcomp, install-sh, mdate-sh: update from automake.
58715
58716 2003-05-17  Bruno Haible  <bruno@clisp.org>
58717
58718         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
58719         invalid expansion for AC_EGREP_CPP.
58720         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
58721         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
58722         Suggested by Akim Demaille <akim@epita.fr> in
58723         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
58724
58725 2003-05-12  Jim Meyering  <jim@meyering.net>
58726
58727         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
58728         the space-padded-by-default conversion specifiers, %e, %k, %l.
58729
58730 2003-05-12  Bruno Haible  <bruno@clisp.org>
58731
58732         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
58733         the string is longer than 4 KB.
58734
58735 2003-05-11  Karl Berry  <karl@gnu.org>
58736
58737         * config/config.{guess,sub}: update from prep.
58738
58739 2003-05-09  Bruno Haible  <bruno@clisp.org>
58740
58741         * modules/error: Add m4/strerror_r.m4 to file list.
58742
58743 2003-05-03  Bruno Haible  <bruno@clisp.org>
58744
58745         Upgrade to Unicode-4.0.
58746         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
58747         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
58748         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
58749         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
58750         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
58751         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
58752         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
58753         Change width of U+E0100..U+E01EF from 1 to 0.
58754
58755 2003-04-25  Jim Meyering  <jim@meyering.net>
58756
58757         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
58758         of type size_t, not int.
58759
58760 2003-04-25  Bruno Haible  <bruno@clisp.org>
58761
58762         * lib/copy-file.c: Include <stddef.h>, for size_t.
58763
58764 2003-04-21  Paul Eggert  <eggert@twinsun.com>
58765
58766         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
58767         code which expansion is under static control.  Patch imported from
58768         Akim Demaille's patch to Bison; see
58769         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
58770
58771 2003-04-14  Bruno Haible  <bruno@clisp.org>
58772
58773         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
58774
58775 2003-04-11  Jim Meyering  <jim@meyering.net>
58776
58777         Merge changes from Coreutils.
58778
58779         2003-03-22  Jim Meyering  <jim@meyering.net>
58780
58781         * lib/strftime.c (widen): Cast alloca return value to proper type.
58782
58783         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
58784
58785         From GNU libc.
58786         * lib/strftime.c (my_strftime): Handle very large width
58787         specifications for numeric values correctly.  Improve checks for
58788         overflow.
58789
58790         2003-01-19  Jim Meyering  <jim@meyering.net>
58791
58792         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
58793         definitions.
58794         (nl_get_alt_digit) [! defined my_strftime]: Define.
58795         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
58796         _nl_get_alt_digit and _nl_get_walt_digit.
58797
58798         * lib/strftime.c (my_strftime): Merge in locale-related changes from
58799         libc. These changes have no effect outside of _LIBC.
58800
58801 2003-04-10  Bruno Haible  <bruno@clisp.org>
58802
58803         * modules/findprog: New file.
58804         * MODULES.html.sh (func_all_modules): Add it.
58805
58806 2003-04-10  Bruno Haible  <bruno@clisp.org>
58807
58808         * m4/findprog.m4: New file.
58809         * m4/eaccess.m4: New file.
58810
58811 2003-04-10  Bruno Haible  <bruno@clisp.org>
58812
58813         * lib/findprog.h: New file, from GNU gettext.
58814         * lib/findprog.c: New file, from GNU gettext.
58815
58816 2003-04-05  Jim Meyering  <jim@meyering.net>
58817
58818         Merge changes from Coreutils.
58819
58820         * lib/exclude.h (PARAMS): Remove definition and uses.
58821         * lib/exclude.c: Remove uses of `PARAMS'.
58822
58823         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
58824         Add test-cases for DOS filenames. Declare program_name.
58825         (main): Set up program_name.  Patch by Rich Dawe.
58826
58827         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
58828         error from mntctl.
58829         Use mntctl's return value to drive the entry-processing loop, since
58830         we can't rely on the value of the vmt_length member in the last
58831         entry.  On some systems doing so could result in exhausting
58832         virtual memory.  Based in part on a patch from Mike Jetzer.
58833
58834 2003-04-04  Bruno Haible  <bruno@clisp.org>
58835
58836         * modules/linebreak: New file.
58837         * MODULES.html.sh (func_all_modules): Add it.
58838
58839 2003-04-04  Bruno Haible  <bruno@clisp.org>
58840
58841         * m4/linebreak.m4: New file.
58842
58843 2003-04-04  Bruno Haible  <bruno@clisp.org>
58844
58845         * lib/linebreak.h: New file, from GNU gettext.
58846         * lib/linebreak.c: New file, from GNU gettext with slight
58847         modifications.
58848         * lib/lbrkprop.h: New file, from GNU gettext.
58849
58850 2003-04-03  Bruno Haible  <bruno@clisp.org>
58851
58852         * modules/utf8-ucs4: New file.
58853         * modules/utf16-ucs4: New file.
58854         * modules/ucs4-utf8: New file.
58855         * modules/ucs4-utf16: New file.
58856         * MODULES.html.sh (func_all_modules): Add them.
58857
58858 2003-04-03  Bruno Haible  <bruno@clisp.org>
58859
58860         * m4/utf-ucs4.m4: New file.
58861         * m4/ucs4-utf.m4: New file.
58862
58863 2003-04-03  Bruno Haible  <bruno@clisp.org>
58864
58865         * lib/utf8-ucs4.h: New file, from GNU gettext.
58866         * lib/utf16-ucs4.h: New file, from GNU gettext.
58867         * lib/ucs4-utf8.h: New file, from GNU gettext.
58868         * lib/ucs4-utf16.h: New file, from GNU gettext.
58869
58870 2003-04-02  Bruno Haible  <bruno@clisp.org>
58871
58872         * modules/binary-io: New file.
58873         * MODULES.html.sh (func_all_modules): Add it.
58874
58875 2003-04-02  Bruno Haible  <bruno@clisp.org>
58876
58877         * lib/binary-io.h: New file, from GNU gettext.
58878
58879 2003-04-01  Bruno Haible  <bruno@clisp.org>
58880
58881         * modules/pathname: New file.
58882         * MODULES.html.sh (func_all_modules): Add it.
58883
58884 2003-04-01  Bruno Haible  <bruno@clisp.org>
58885
58886         * lib/pathname.h: New file, from GNU gettext.
58887         * lib/concatpath.c: New file, from GNU gettext.
58888
58889 2003-03-30  Bruno Haible  <bruno@clisp.org>
58890
58891         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
58892
58893 2003-03-30  Bruno Haible  <bruno@clisp.org>
58894
58895         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
58896         function chown() doesn't exist.
58897
58898 2003-03-28  Bruno Haible  <bruno@clisp.org>
58899
58900         * modules/copy-file: New file.
58901         * MODULES.html.sh (func_all_modules): Add it.
58902
58903 2003-03-28  Bruno Haible  <bruno@clisp.org>
58904
58905         * m4/copy-file.m4: New file.
58906
58907 2003-03-28  Bruno Haible  <bruno@clisp.org>
58908
58909         * lib/copy-file.h: New file, from GNU gettext.
58910         * lib/copy-file.c: New file, from GNU gettext.
58911
58912 2003-03-18  Jim Meyering  <jim@meyering.net>
58913
58914         * lib/quote.c (quote_n): Fix typo in comment.
58915
58916 2003-03-18  Bruno Haible  <bruno@clisp.org>
58917
58918         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
58919         checking.
58920         * m4/onceonly_2_57.m4: Likewise.
58921
58922 2003-03-17  Bruno Haible  <bruno@clisp.org>
58923
58924         * m4/onceonly.m4: Require autoconf 2.54 or newer.
58925         (m4_quote): Remove macro.
58926         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
58927
58928 2003-03-14  Jim Meyering  <jim@meyering.net>
58929
58930         Merge changes from Coreutils.
58931         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
58932         to be const, in order to avoid warnings.
58933         (obstack_room): Likewise.
58934         (obstack_empty_p): Likewise.
58935
58936 2003-03-14  Bruno Haible  <bruno@clisp.org>
58937
58938         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
58939         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
58940
58941 2003-03-13  Paul Eggert  <eggert@twinsun.com>
58942
58943         Merge changes from Bison.
58944         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
58945         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
58946         when compiling Bison 1.875's `bitset bset = obstack_alloc
58947         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
58948         * lib/hash.c: Include <stdbool.h> unconditionally.
58949
58950 2003-03-13  Paul Eggert  <eggert@twinsun.com>
58951
58952         * m4/onceonly.m4 (m4_quote): New macro.
58953         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
58954         Quote AC_FOREACH variable-expansions properly.
58955
58956 2003-03-13  Paul Eggert  <eggert@twinsun.com>
58957
58958         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
58959
58960 2003-03-09  Paul Eggert  <eggert@twinsun.com>
58961
58962         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
58963         Reported by Bruce Becker; see:
58964         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
58965
58966 2003-03-03  Paul Eggert  <eggert@twinsun.com>
58967             Bruno Haible  <bruno@clisp.org>
58968
58969         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
58970         Reported by John Hughes, see
58971         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
58972
58973 2003-02-20  Bruno Haible  <bruno@clisp.org>
58974
58975         * MODULES.html.sh (func_all_modules): Add poll.
58976
58977 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
58978
58979         * modules/poll: New file.
58980
58981 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
58982
58983         * lib/poll_.h: New file.
58984         * lib/poll.c: New file.
58985
58986 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
58987
58988         * m4/poll.m4: New file.
58989
58990 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
58991
58992         * modules/mathl: New file.
58993
58994 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
58995
58996         * lib/mathl.h: New file.
58997         * lib/acosl.c: New file.
58998         * lib/asinl.c: New file.
58999         * lib/atanl.c: New file.
59000         * lib/ceill.c: New file.
59001         * lib/cosl.c: New file.
59002         * lib/expl.c: New file.
59003         * lib/floorl.c: New file.
59004         * lib/frexpl.c: New file.
59005         * lib/ldexpl.c: New file.
59006         * lib/logl.c: New file.
59007         * lib/sincosl.c: New file.
59008         * lib/sinl.c: New file.
59009         * lib/sqrtl.c: New file.
59010         * lib/tanl.c: New file.
59011         * lib/trigl.c: New file.
59012         * lib/trigl.h: New file.
59013
59014 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59015
59016         * m4/mathl.m4: New file.
59017
59018 2003-02-18  Bruno Haible  <bruno@clisp.org>
59019
59020         * MODULES.html.sh (func_all_modules): Add mathl.
59021
59022 2003-02-17  Bruno Haible  <bruno@clisp.org>
59023
59024         * modules/mkdtemp: New module.
59025         * MODULES.html.sh (func_all_modules): Add it.
59026
59027 2003-02-17  Bruno Haible  <bruno@clisp.org>
59028
59029         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
59030
59031 2003-02-17  Bruno Haible  <bruno@clisp.org>
59032
59033         * lib/mkdtemp.h: New file, from GNU gettext.
59034         * lib/mkdtemp.c: New file, from GNU gettext.
59035
59036 2003-02-02  Jim Meyering  <jim@meyering.net>
59037
59038         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
59039         e.g. glibc-2.2.93.
59040
59041 2003-01-31  Bruno Haible  <bruno@clisp.org>
59042
59043         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
59044         'rpl_rename'.
59045         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
59046         'rpl_strnlen'.
59047         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
59048         'rpl_strtod'.
59049         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
59050         'rpl_utime'.
59051
59052 2003-01-31  Bruno Haible  <bruno@clisp.org>
59053
59054         * lib/rename.c: #undef rename before defining rpl_rename.
59055         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
59056
59057 2003-01-30  Bruno Haible  <bruno@clisp.org>
59058
59059         * modules/vasnprintf, modules/vasprintf: New modules.
59060         * MODULES.html.sh (func_all_modules): Add them.
59061
59062 2003-01-30  Bruno Haible  <bruno@clisp.org>
59063
59064         * m4/signed.m4: New file, from GNU gettext.
59065         * m4/longdouble.m4: New file, from GNU gettext.
59066         * m4/wchar_t.m4: New file, from GNU gettext.
59067         * m4/wint_t.m4: New file, from GNU gettext.
59068         * m4/vasnprintf.m4: New file.
59069         * m4/vasprintf.m4: New file.
59070
59071 2003-01-30  Bruno Haible  <bruno@clisp.org>
59072
59073         * lib/printf-args.h: New file, from GNU gettext.
59074         * lib/printf-args.c: New file, from GNU gettext.
59075         * lib/printf-parse.h: New file, from GNU gettext.
59076         * lib/printf-parse.c: New file, from GNU gettext.
59077         * lib/vasnprintf.h: New file, from GNU gettext.
59078         * lib/vasnprintf.c: New file, from GNU gettext.
59079         * lib/asnprintf.c: New file, from GNU gettext.
59080         * lib/vasprintf.h: New file, from GNU gettext with modifications.
59081         * lib/vasprintf.c: New file, from GNU gettext.
59082         * lib/asprintf.c: New file, from GNU gettext.
59083
59084 2003-01-29  Bruno Haible  <bruno@clisp.org>
59085
59086         * modules/stpncpy: New module.
59087         * MODULES.html.sh (func_all_modules): Add it.
59088
59089 2003-01-29  Bruno Haible  <bruno@clisp.org>
59090
59091         * m4/stpncpy.m4: New file.
59092
59093 2003-01-29  Bruno Haible  <bruno@clisp.org>
59094
59095         * lib/stpncpy.h: New file, from GNU gettext with modifications.
59096         * lib/stpncpy.c: New file, from GNU gettext with modifications.
59097
59098 2003-01-28  Bruno Haible  <bruno@clisp.org>
59099
59100         * modules/c-ctype: New module.
59101         * MODULES.html.sh (func_all_modules): Add it.
59102
59103 2003-01-28  Bruno Haible  <bruno@clisp.org>
59104
59105         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
59106         Paul Eggert.
59107         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
59108         Paul Eggert.
59109
59110 2003-01-27  Bruno Haible  <bruno@clisp.org>
59111
59112         * modules/xsetenv: New module.
59113         * MODULES.html.sh (func_all_modules): Add it.
59114
59115 2003-01-27  Bruno Haible  <bruno@clisp.org>
59116
59117         * lib/xsetenv.h: New file, from GNU gettext.
59118         * lib/xsetenv.c: New file, from GNU gettext.
59119
59120 2003-01-23  Jim Meyering  <jim@meyering.net>
59121
59122         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
59123         from working on systems without dirfd (at least Irix and OSF1/Tru64).
59124
59125 2003-01-23  Bruno Haible  <bruno@clisp.org>
59126
59127         * modules/minmax: New module.
59128         * MODULES.html.sh (func_all_modules): Add it.
59129
59130 2003-01-23  Bruno Haible  <bruno@clisp.org>
59131
59132         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
59133         Eggert.
59134
59135 2003-01-22  Bruno Haible  <bruno@clisp.org>
59136
59137         * modules/exit: New module.
59138         * MODULES.html.sh (func_all_modules): Add it.
59139
59140 2003-01-22  Bruno Haible  <bruno@clisp.org>
59141
59142         * lib/exit.h: New file, from GNU gettext.
59143
59144 2003-01-19  Bruno Haible  <bruno@clisp.org>
59145
59146         * gnulib-tool: Recognize option --extract-maintainer.
59147         (func_get_maintainer): New function.
59148         * modules/*: Add Maintainer entry.
59149
59150 2003-01-16  Jim Meyering  <jim@meyering.net>
59151
59152         * m4/regex.m4: The `regex' struct is both input and output.
59153         Initialize it before each use.  Patch by Tim Waugh.
59154
59155 2003-01-16  Bruno Haible  <bruno@clisp.org>
59156
59157         * MODULES.html.sh: Add a table of contents. Add the module name as
59158         leftmost column. Add hyperlinks.
59159
59160 2003-01-15  Bruno Haible  <bruno@clisp.org>
59161
59162         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
59163
59164 2003-01-15  Bruno Haible  <bruno@clisp.org>
59165
59166         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
59167         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
59168         suffix.
59169
59170 2003-01-15  Bruno Haible  <bruno@clisp.org>
59171
59172         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
59173
59174 2003-01-15  Bruno Haible  <bruno@clisp.org>
59175
59176         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
59177         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
59178
59179 2003-01-14  Jim Meyering  <jim@meyering.net>
59180
59181         * lib/same.c (same_name): Tweak a comment.
59182
59183 2003-01-14  Bruno Haible  <bruno@clisp.org>
59184
59185         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
59186         when a string comparison is sufficient.
59187
59188 2003-01-14  Bruno Haible  <bruno@clisp.org>
59189
59190         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
59191         'unsigned int'.
59192
59193 2003-01-14  Bruno Haible  <bruno@clisp.org>
59194
59195         * lib/hash-pjw.c: Add comment about low quality of this function.
59196
59197 2003-01-13  Bruno Haible  <bruno@clisp.org>
59198
59199         * modules/stpcpy: Distribute lib/stpcpy.h.
59200         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
59201
59202 2003-01-13  Bruno Haible  <bruno@clisp.org>
59203
59204         * modules/*: Add a description.
59205         * modules/strpbrk: Fix Makefile.am snippet.
59206         * modules/strtoimax: Fix dependencies.
59207         * modules/strtoumax: Likewise.
59208
59209 2003-01-13  Bruno Haible  <bruno@clisp.org>
59210
59211         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
59212         * modules/alloca (Makefile.am): All object files depend on alloca.h.
59213         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
59214
59215 2003-01-13  Bruno Haible  <bruno@clisp.org>
59216
59217         * gnulib-tool (func_create_testdir): Store config/* files in the main
59218         directory.
59219         * config.rpath: Move to ...
59220         * config/config.rpath: ... here.
59221         * modules/gettext: Contains config/config.rpath, not config.rpath.
59222         * modules/iconv: Likewise.
59223
59224 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59225
59226         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59227         to avoid collisions with libcurses and libreadline.
59228
59229         * m4/getstr.m4: Remove.
59230         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
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
59237         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
59238         * lib/getstr.h, getstr.c: Remove.
59239         * lib/getline.c: Include "getline.h", to check interface.
59240         Move body of old getstr.c here: this defines MIN_CHUNK and
59241         declares getdelim2, which is renamed from getstr.
59242         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
59243
59244         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
59245         All uses changed.
59246         * lib/linebuffer.h: Likewise.
59247         (readline): Remove backward-compatibility macro.
59248
59249 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59250
59251         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59252         to avoid collisions with libcurses and libreadline.
59253         * getstr: Remove.
59254         * MODULES.html.sh: Remove getstr.
59255         * modules/getline: Depend on unlocked-io, not getstr.
59256
59257 2003-01-12  Jim Meyering  <jim@meyering.net>
59258
59259         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
59260
59261 2003-01-10  Bruno Haible  <bruno@clisp.org>
59262
59263         * modules/alloca: Change Makefile.am requirements. Simplify Include
59264         requirements. Add lib/alloca_.h to file list.
59265
59266 2003-01-10  Bruno Haible  <bruno@clisp.org>
59267
59268         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
59269
59270 2003-01-10  Bruno Haible  <bruno@clisp.org>
59271
59272         * lib/alloca_.h: New file.
59273         * lib/getdate.y: Unconditionally include alloca.h.
59274         * lib/makepath.c: Likewise.
59275         * lib/setenv.c: Likewise.
59276         * lib/userspec.c: Likewise.
59277
59278 2003-01-09  Karl Berry  <karl@gnu.org>
59279
59280         * MODULES.html.sh: include `dirname $0` in PATH, to find
59281         gnulib-tool.
59282
59283 2003-01-09  Bruno Haible  <bruno@clisp.org>
59284
59285         * modules/stdbool: Change configure.ac, Makefile.am requirements.
59286         Simplify Include requirements. Add lib/stdbool.h.in to file list.
59287
59288 2003-01-09  Bruno Haible  <bruno@clisp.org>
59289
59290         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
59291
59292 2003-01-09  Bruno Haible  <bruno@clisp.org>
59293
59294         * lib/stdbool.h.in: New file.
59295
59296 2003-01-09  Bruno Haible  <bruno@clisp.org>
59297
59298         * gnulib-tool (func_all_modules): Ignore files ending in ~.
59299         * MODULES.html.sh: Likewise.
59300
59301 2003-01-08  Jim Meyering  <jim@meyering.net>
59302
59303         * lib/full-write.c: Undefine and define-away `const' after inclusion
59304         of errno.h, not before.  Suggestion from Bruno Haible.
59305
59306 2003-01-08  Bruno Haible  <bruno@clisp.org>
59307
59308         * modules/full-read: Depend on full-write.
59309
59310 2003-01-08  Bruno Haible  <bruno@clisp.org>
59311
59312         * lib/safe-read.c: Include specification header first, to ensure its
59313         selfcontainedness.
59314         * lib/full-write.c: Likewise.
59315
59316 2003-01-07  Jim Meyering  <jim@meyering.net>
59317
59318         * lib/full-write.c: Rework so that it may serve to define full_read,
59319         too.
59320         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
59321
59322 2003-01-07  Bruno Haible  <bruno@clisp.org>
59323
59324         * lib/strtoimax.c: Include <stdint.h> as an alternative to
59325         <inttypes.h>.
59326         * lib/xstrtol.h: Likewise.
59327         * lib/xstrtoimax.c: Likewise.
59328         * lib/xstrtoumax.c: Likewise.
59329         * lib/human.h: Likewise.
59330
59331         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
59332         on systems that have <inttypes.h> but not <stdint.h>.
59333
59334 2003-01-07  Bruno Haible  <bruno@clisp.org>
59335
59336         * MODULES.html.sh: Add copyright notice.
59337         (missed_files): Omit CVS directory entries.
59338         (func_module): Make it work with sed-3.02.
59339         * MODULES.txt: Remove file.
59340
59341 2003-01-06  Jim Meyering  <jim@meyering.net>
59342
59343         * lib/version-etc.c: Update year in translatable copyright string.
59344
59345 2003-01-03  Karl Berry  <karl@gnu.org>
59346
59347         * config/config.{guess,sub}: update from prep.
59348
59349 2003-01-02  Karl Berry  <karl@gnu.org>
59350
59351         * doc/COPYING.DOC: belatedly updated to 1.2.
59352
59353 2003-01-01  Karl Berry  <karl@gnu.org>
59354
59355         * gnulib-tool (func_verify_module): report module name $module in
59356         error message, not $1.
59357         * gnulib-tool (create-testdir): don't complain if destdir couldn't
59358         be created, only if it doesn't exist.
59359         * gnulib-tool (last_checkin_date): don't expand the $Date here.
59360
59361 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59362
59363         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
59364
59365 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59366
59367         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
59368         memcmp if strcoll doesn't work.
59369
59370 2002-12-31  Bruno Haible  <bruno@clisp.org>
59371
59372         * lib/utime.c (utime_null): No need to call ftruncate if the file was
59373         nonempty.
59374
59375 2002-12-31  Bruno Haible  <bruno@clisp.org>
59376
59377         * lib/memcoll.c (STRCOLL): New macro.
59378         (memcoll): Use it.
59379
59380 2002-12-31  Bruno Haible  <bruno@clisp.org>
59381
59382         * lib/localcharset.h: New file.
59383         * lib/localcharset.c: Include it.
59384         * lib/unicodeio.c: Likewise.
59385
59386 2002-12-31  Bruno Haible  <bruno@clisp.org>
59387
59388         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
59389         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
59390
59391 2002-12-31  Bruno Haible  <bruno@clisp.org>
59392
59393         * lib/getline.h: Include <stddef.h>, for size_t.
59394
59395         * lib/unicodeio.h: Include <stddef.h>, for size_t.
59396         * lib/unicodeio.c: Don't include <stddef.h>.
59397
59398 2002-12-31  Bruno Haible  <bruno@clisp.org>
59399
59400         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
59401         HAVE_TM_ZONE.
59402
59403 2002-12-24  Karl Berry  <karl@gnu.org>
59404
59405         * config/config.guess: update from prep.
59406
59407 2002-12-24  Bruno Haible  <bruno@clisp.org>
59408
59409         General infrasructure.
59410         * m4/README: Rewritten.
59411         * m4/onceonly.m4: New file.
59412         * m4/onceonly_2_57.m4: New file.
59413
59414         Module atexit.
59415         * m4/atexit.m4: New file.
59416
59417         Module strtod.
59418         * m4/strtod.m4: New file.
59419
59420         Module strtol.
59421         * m4/strtol.m4: New file.
59422
59423         Module strtoul.
59424         * m4/strtoul.m4: New file.
59425
59426         Module memchr.
59427         * m4/memchr.m4: New file.
59428
59429         Module memcmp.
59430         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
59431         (jm_FUNC_MEMCMP): Invoke it.
59432
59433         Module memcpy.
59434         * m4/memcpy.m4: New file.
59435
59436         Module memmove.
59437         * m4/memmove.m4: New file.
59438
59439         Module memset.
59440         * m4/memset.m4: New file.
59441
59442         Module strcspn.
59443         * m4/strcspn.m4: New file.
59444
59445         Module strpbrk.
59446         * m4/strpbrk.m4: New file.
59447
59448         Module strstr.
59449         * m4/strstr.m4: New file.
59450
59451         Module strerror.
59452         * m4/strerror.m4: New file.
59453
59454         Module mktime.
59455         * m4/mktime.m4: Renamed from jm-mktime.m4.
59456         (gl_PREREQ_MKTIME): New macro.
59457         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
59458
59459         Module malloc.
59460         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
59461         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
59462         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
59463
59464         Module realloc.
59465         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
59466         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
59467         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
59468
59469         Module strftime.
59470         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
59471         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
59472         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
59473         gl_TM_GMTOFF.
59474         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
59475
59476         Module xalloc.
59477         * m4/xalloc.m4: New file.
59478
59479         Module alloca.
59480         * m4/alloca.m4: New file.
59481
59482         Module putenv.
59483         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
59484         (jm_FUNC_PUTENV): Invoke it.
59485
59486         Module setenv.
59487         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
59488         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
59489         when invoked twice.
59490         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
59491         gt_FUNC_SETENV.
59492
59493         Module memrchr.
59494         * m4/memrchr.m4: New file.
59495
59496         Module stpcpy.
59497         * m4/stpcpy.m4: New file.
59498
59499         Module strcase.
59500         * m4/strcase.m4: New file.
59501
59502         Module strdup.
59503         * m4/strdup.m4: New file.
59504
59505         Module strnlen.
59506         * m4/strnlen.m4: New file.
59507
59508         Module strndup.
59509         * m4/strndup.m4: New file.
59510
59511         Module xstrtod.
59512         * m4/xstrtod.m4: New file.
59513
59514         Module xstrtol.
59515         * m4/xstrtol.m4: New file.
59516
59517         Module getdate.
59518         * m4/getdate.m4: New file.
59519
59520         Module unlocked-io.
59521         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
59522         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
59523         * m4/jm-glibc-io.m4n: Remove file.
59524
59525         Module long-options.
59526         * m4/long-options.m4: New file.
59527
59528         Module md5.
59529         * m4/md5.m4: New file.
59530
59531         Module sha.
59532         * m4/sha.m4: New file.
59533
59534         Module getstr.
59535         * m4/getstr.m4: New file.
59536
59537         Module getline.
59538         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
59539         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
59540         <sys/types.h>, for size_t. Use the function name gnu_getline, not
59541         simply getline. Infoke gl_PREREQ_GETLINE.
59542
59543         Module obstack.
59544         * m4/obstack.m4: New file.
59545
59546         Module hash.
59547         * m4/hash.m4: New file.
59548
59549         Module readtokens.
59550         * m4/readtokens.m4: New file.
59551
59552         Module strverscmp.
59553         * m4/strverscmp.m4: New file.
59554
59555         Module stdbool.
59556         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
59557         OSF/1.
59558
59559         Module strtoll.
59560         * m4/strtoll.m4: New file.
59561
59562         Module strtoull.
59563         * m4/strtoull.m4: New file.
59564
59565         Module strtoimax.
59566         * m4/strtoimax.m4: New file.
59567
59568         Module strtoumax.
59569         * m4/strtoumax.m4: New file.
59570
59571         Module xstrtoimax.
59572         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
59573         jm_AC_PREREQ_XSTRTOIMAX.
59574         Moved the strtol prerequisites to strtol.m4.
59575         Moved the strtoll prerequisites to strtoll.m4.
59576         Moved the strtoimax prerequisites to strtoimax.m4.
59577
59578         Module xstrtoumax.
59579         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
59580         jm_AC_PREREQ_XSTRTOUMAX.
59581         Moved the strtoul prerequisites to strtoul.m4.
59582         Moved the strtoull prerequisites to strtoull.m4.
59583         Moved the strtoumax prerequisites to strtoumax.m4.
59584
59585         Module chown.
59586         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
59587         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
59588
59589         Module dup2.
59590         * m4/dup2.m4: New file.
59591
59592         Module ftruncate.
59593         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
59594         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
59595
59596         Module getgroups.
59597         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
59598         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
59599
59600         Module gettimeofday.
59601         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
59602         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
59603         gl_PREREQ_GETTIMEOFDAY.
59604
59605         Module mkdir.
59606         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
59607         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
59608
59609         Module mkstemp.
59610         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
59611         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
59612         jm_AC_TYPE_UINTMAX_T.
59613         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
59614
59615         Module stat.
59616         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
59617         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
59618
59619         Module lstat.
59620         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
59621         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
59622
59623         Module timespec.
59624         * m4/timespec.m4 (gl_TIMESPEC): New macro.
59625         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
59626         * m4/st_mtim.m4: Indentation.
59627
59628         Module nanosleep.
59629         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
59630         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
59631         gl_PREREQ_NANOSLEEP.
59632
59633         Module regex.
59634         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
59635         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
59636         (gl_REGEX): New macro.
59637
59638         Module rename.
59639         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
59640         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
59641
59642         Module rmdir.
59643         * m4/rmdir.m4: New file.
59644
59645         Module utime.
59646         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
59647         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
59648         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
59649
59650         Module dirname.
59651         * m4/dirname.m4: New file.
59652
59653         Module getopt.
59654         * m4/getopt.m4: New file.
59655
59656         Module unistd-safer.
59657         * m4/unistd-safer.m4: New file.
59658
59659         Module fnmatch.
59660         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
59661         declaration.
59662         (gl_PREREQ_FNMATCH_EXTRA): New macro.
59663         (gl_FUNC_FNMATCH_POSIX): New macro.
59664         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
59665         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
59666         simply fnmatch.
59667
59668         Module exclude.
59669         * m4/exclude.m4: New file.
59670
59671         Module human.
59672         * m4/human.m4: New file.
59673
59674         Module acl.
59675         * m4/acl.m4: Nop.
59676
59677         Module backupfile.
59678         * m4/backupfile.m4: New file.
59679         * m4/d-ino.m4: Indentation.
59680
59681         Module fsusage.
59682         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
59683         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
59684         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
59685
59686         Module dirfd.
59687         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
59688         requirements.
59689
59690         Module euidaccess.
59691         * m4/euidaccess.m4: New file.
59692
59693         Module file-type.
59694         * m4/file-type.m4: New file.
59695
59696         Module fileblocks.
59697         * m4/fileblocks.m4: New file.
59698
59699         Module filemode.
59700         * m4/filemode.m4: New file.
59701
59702         Module isdir.
59703         * m4/isdir.m4: New file.
59704
59705         Module lchown.
59706         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
59707         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
59708
59709         Module makepath.
59710         * m4/makepath.m4: New file.
59711
59712         Module modechange.
59713         * m4/modechange.m4: New file.
59714
59715         Module mountlist.
59716         * m4/mountlist.m4: New file.
59717         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
59718         Indentation.
59719
59720         Module path-concat.
59721         * m4/path-concat.m4: New file.
59722
59723         Module pathmax.
59724         * m4/pathmax.m4: New file.
59725
59726         Module same.
59727         * m4/same.m4: New file.
59728
59729         Module save-cwd.
59730         * m4/save-cwd.m4: New file.
59731
59732         Module savedir.
59733         * m4/savedir.m4: New file.
59734
59735         Module xgetcwd.
59736         * m4/xgetcwd.m4: New file.
59737         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
59738
59739         Module xreadlink.
59740         * m4/xreadlink.m4: New file.
59741
59742         Module safe-read.
59743         * m4/safe-read.m4: New file.
59744
59745         Module safe-write.
59746         * m4/safe-write.m4: New file.
59747
59748         Module closeout.
59749         * m4/closeout.m4: New file.
59750
59751         Module stdio-safer.
59752         * m4/stdio-safer.m4: New file.
59753
59754         Module getpass.
59755         * m4/getpass.m4: New file.
59756
59757         Module getugroups.
59758         * m4/getugroups.m4: New file.
59759
59760         Module group-member.
59761         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
59762         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
59763
59764         Module idcache.
59765         * m4/idcache.m4: New file.
59766
59767         Module userspec.
59768         * m4/userspec.m4: New file.
59769
59770         Module gettime.
59771         * m4/clock_time.m4: New file.
59772         * m4/gettime.m4: New file.
59773
59774         Module settime.
59775         * m4/settime.m4: New file.
59776
59777         Module posixtm.
59778         * m4/posixtm.m4: New file.
59779
59780         Module gethostname.
59781         * m4/gethostname.m4: New file.
59782
59783         Module canon-host.
59784         * m4/canon-host.m4: New file.
59785
59786         Module gettext.
59787         * m4/codeset.m4: New file, from gettext-0.11.5.
59788         * m4/gettext.m4: New file, from gettext-0.11.5.
59789         * m4/glibc21.m4: New file, from gettext-0.11.5.
59790         * m4/iconv.m4: New file, from gettext-0.11.5.
59791         * m4/intdiv0.m4: New file, from gettext-0.11.5.
59792         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
59793         * m4/inttypes.m4: New file, from gettext-0.11.5.
59794         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
59795         * m4/isc-posix.m4: New file, from gettext-0.11.5.
59796         * m4/lcmessage.m4: New file, from gettext-0.11.5.
59797         * m4/lib-ld.m4: New file, from gettext-0.11.5.
59798         * m4/lib-link.m4: New file, from gettext-0.11.5.
59799         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
59800         * m4/progtest.m4: New file, from gettext-0.11.5.
59801         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
59802         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
59803         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
59804
59805         Module localcharset.
59806         * m4/localcharset.m4: New file.
59807
59808         Module hard-locale.
59809         * m4/hard-locale.m4: New file.
59810
59811         Module mbswidth.
59812         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
59813         onceonly macros.
59814         * m4/mbrtowc.m4: Add comment.
59815
59816         Module memcasecmp.
59817         * m4/memcasecmp.m4: New file.
59818
59819         Module memcoll.
59820         * m4/memcoll.m4: New file.
59821
59822         Module unicodeio.
59823         * m4/unicodeio.m4: New file.
59824
59825         Module rpmatch.
59826         * m4/rpmatch.m4: New file.
59827
59828         Module yesno.
59829         * m4/yesno.m4: New file.
59830
59831         Module exitfail.
59832         * m4/exitfail.m4: New file.
59833
59834         Module c-stack.
59835         * m4/c-stack.m4 (gl_C_STACK): New macro.
59836         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
59837
59838         Module error.
59839         * m4/error.m4 (gl_ERROR): New macro.
59840         (jm_PREREQ_ERROR): Use onceonly macros.
59841
59842         Module fatal.
59843         * m4/fatal.m4: New file.
59844
59845         Module getloadavg.
59846         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
59847         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
59848
59849         Module getpagesize.
59850         * m4/getpagesize.m4: New file.
59851
59852         Module getusershell.
59853         * m4/getusershell.m4: New file.
59854
59855         Module physmem.
59856         * m4/physmem.m4: New file.
59857
59858         Module posixver.
59859         * m4/posixver.m4: New file.
59860
59861         Module quotearg.
59862         * m4/quotearg.m4: New file.
59863
59864         Module quote.
59865         * m4/quote.m4: New file.
59866
59867         Module readutmp.
59868         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
59869
59870         Module sig2str.
59871         * m4/sig2str.m4: New file.
59872
59873         Other.
59874         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
59875         ulonglong.m4.
59876         * m4/intmax_t.m4: New file.
59877         * m4/d-type.m4: Indentation.
59878         * m4/jm-macros.m4: Update.
59879         * m4/prereq.m4 (jm_PREREQ): Update.
59880         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
59881         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
59882         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
59883         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
59884         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
59885         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
59886         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
59887         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
59888         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
59889         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
59890         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
59891         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
59892         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
59893         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
59894         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
59895         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
59896         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
59897         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
59898         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
59899
59900 2002-12-24  Bruno Haible  <bruno@clisp.org>
59901
59902         * MODULES.txt: Update according to m4/ changes.
59903
59904         Module gettext.
59905         * config.rpath: New file, from gettext-0.11.5.
59906
59907         * modules/*: New module descriptions.
59908         * gnulib-tool: New file.
59909         * MODULES.html.sh: New file.
59910
59911 2002-12-21  Karl Berry  <karl@gnu.org>
59912
59913         * doc/fdl.texi: update to version 1.2.
59914
59915 2002-12-19  Karl Berry  <karl@gnu.org>
59916
59917         * config/config.guess: update from prep.
59918
59919 2002-12-18  Bruno Haible  <bruno@clisp.org>
59920
59921         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
59922         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
59923
59924 2002-12-17  Bruno Haible  <bruno@clisp.org>
59925
59926         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
59927         stdlib.h, string.h.
59928
59929 2002-12-17  Bruno Haible  <bruno@clisp.org>
59930
59931         * lib/canon-host.c (strdup): Remove unused declaration.
59932
59933         * lib/fsusage.c: Include full_read.h.
59934         (get_fs_usage): Use full_read instead of safe_read.
59935
59936         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
59937
59938 2002-12-12  Karl Berry  <karl@gnu.org>
59939
59940         * config/config.guess: update from prep.
59941
59942 2002-12-11  Bruno Haible  <bruno@clisp.org>
59943
59944         * m4/setenv.m4: New file, from gettext-0.11.5.
59945
59946 2002-12-11  Bruno Haible  <bruno@clisp.org>
59947
59948         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
59949         not unsetenv().
59950         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
59951         modifications:
59952
59953         2002-12-11  Bruno Haible  <bruno@clisp.org>
59954
59955                 * setenv.c (alloca): Fall back to malloc.
59956                 (freea): New macro.
59957                 (setenv): Use freea() to free memory allocated with alloca().
59958
59959         2002-11-13  Bruno Haible  <bruno@clisp.org>
59960
59961                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
59962                 function declarations.
59963                 * unsetenv.c (unsetenv): Likewise.
59964
59965         2002-03-04  Bruno Haible  <bruno@clisp.org>
59966
59967                 Portability to AIX 4.3.3.
59968                 * unsetenv.c: New file, extracted from setenv.c.
59969                 * setenv.c: Move the unsetenv() function to unsetenv.c.
59970
59971         2001-12-20  Bruno Haible  <bruno@clisp.org>
59972
59973                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
59974                 use malloc instead. For SunOS 4.
59975
59976         2001-12-11  Bruno Haible  <bruno@clisp.org>
59977
59978                 * setenv.c: Declare alloca.
59979                 (compar_fn_t): New typedef.
59980                 (KNOWN_VALUE, STORE_VALUE): Use it.
59981
59982         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
59983         setenv.h.
59984
59985 2002-12-10  Paul Eggert  <eggert@twinsun.com>
59986
59987         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
59988         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
59989         Choose values that are less likely to collide with system fnmatch
59990         options.
59991         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
59992         defined (e.g., a pure POSIX system).
59993         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
59994         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
59995
59996 2002-12-06  Paul Eggert  <eggert@twinsun.com>
59997
59998         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
59999         a pain in practice to deal with generated m4 files.  This change
60000         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
60001
60002         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
60003         and jm-glibc-io.m4, as they are no longer a special case.
60004         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
60005         kludge and the auto-generation stuff.  Check only whether the
60006         functions are declared, not whether they exist, since older hosts
60007         that don't declare the functions can't use the optimization anyway.
60008
60009 2002-12-06  Jim Meyering  <jim@meyering.net>
60010
60011         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
60012
60013         Merge in changes from libc's misc/error.c, in preparation
60014         for the merge of gnulib's changes back into libc.
60015
60016         * lib/error.c (_): Define only if not already defined.
60017         Move definition to follow all #include directives.
60018         Include unlocked-io.h only if !_LIBC.
60019         [_LIBC]: Include <libio/libioP.h>.
60020         [USE_IN_LIBIO]: Include <libio/iolibio.h>
60021         (fflush): Tweak definition to use INTUSE.
60022         (putc): Define.
60023
60024 2002-12-05  Paul Eggert  <eggert@twinsun.com>
60025
60026         * lib/alloca.c [defined emacs]: Include "lisp.h".
60027         (xalloc_die) [defined emacs]: New macro.
60028         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
60029         [! defined emacs]: Include <xalloc.h>.
60030         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
60031         (pointer): Typedef to POINTER_TYPE *.
60032         (malloc): Remove decl; we now always use xmalloc.
60033         (alloca): Use old-style definition, since Emacs needs this.
60034         Check for arithmetic overflow when computing combined size.
60035
60036 2002-12-04  Paul Eggert  <eggert@twinsun.com>
60037
60038         Do not generate unlocked-io.h automatically, since it's easier to
60039         maintain it by hand.
60040
60041         * lib/unlocked-io.h: New file, from GNU diffutils,
60042         but with proper copyright notice and attribution.
60043         * lib/gen-uio: Remove.
60044         * lib/Makefile.am: Add copyright notice.
60045         (libfetish_a_SOURCES): Add unlocked-io.h.
60046         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
60047         (DISTCLEANFILES, io_functions): Remove macros.
60048         (EXTRA_DIST): Remove gen_uio.
60049         (unlocked-io.h): Remove rule.
60050
60051 2002-12-04  Jim Meyering  <jim@meyering.net>
60052
60053         Reflect the fact that stat.c and lstat.c are no longer generated.
60054         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
60055         (DISTCLEANFILES): Likewise.
60056         (EXTRA_DIST): Likewise.
60057         (all_local): Don't depend on stat.c or lstat.c.
60058         (stat.c, lstat.c): Remove rules.
60059         (EXTRA_DIST): Remove xstat.in.
60060
60061         * lib/xstat.in: Remove file.  Contents moved into stat.c.
60062         * lib/stat.c: New file.  Contents mostly from xstat.in.
60063         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
60064         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
60065
60066         * lib/safe-read.c: Rework so that it may serve to define safe_write,
60067         too.
60068         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
60069
60070 2002-12-03  Jim Meyering  <jim@meyering.net>
60071
60072         * lib/safe-read.c, safe-write.c: Change variable names and comments,
60073         but not semantics, to minimize the differences between these two files.
60074         (safe_read): Change comment to mention SAFE_READ_ERROR.
60075
60076         * lib/safe-read.c (IS_EINTR): Define.
60077         (safe_read): Use IS_EINTR in place of in-function cpp directives.
60078
60079 2002-12-02  Jim Meyering  <jim@meyering.net>
60080
60081         * lib/safe-read.c (EINTR): Define.
60082         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
60083         (INT_MAX): Provide fallback.
60084         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
60085
60086         * lib/safe-read.h (SAFE_READ_ERROR): Define.
60087
60088 2002-12-02  Bruno Haible  <bruno@clisp.org>
60089
60090         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
60091         Define, taken from safe-read.c.
60092         (INT_MAX): Provide fallback.
60093         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
60094         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
60095
60096         * lib/safe-read.c (EINTR): Remove definition.
60097         (safe_read): Don't use EINTR if it is absent.
60098
60099 2002-12-01  Jim Meyering  <jim@meyering.net>
60100
60101         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
60102         zero.
60103         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
60104
60105 2002-11-27  Paul Eggert  <eggert@twinsun.com>
60106
60107         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
60108         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
60109         with `if (! (value < limit)) abort ();', for readability.
60110
60111 2002-11-26  Karl Berry  <karl@gnu.org>
60112
60113         * lib/strdup.c: copy from libc again, with jim's ok.
60114         * lib/.cppi-disable: re-add strdup.c
60115
60116 2002-11-25  Karl Berry  <karl@gnu.org>
60117
60118         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
60119         instead of "strtol.c".
60120
60121 2002-11-25  Karl Berry  <karl@gnu.org>
60122
60123         * config/install-sh: update from automake for variable quoting, $0 in
60124         error msgs, etc.
60125
60126         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
60127         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
60128         entry.
60129
60130 2002-11-25  Jim Meyering  <jim@meyering.net>
60131
60132         * lib/mktime.c: Sync from libc, now that it has the latest fix.
60133
60134 2002-11-24  Karl Berry  <karl@gnu.org>
60135
60136         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
60137         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
60138
60139 2002-11-24  Jim Meyering  <jim@meyering.net>
60140
60141         Update from coreutils:
60142
60143         * lib/mktime.c: Merge in changes from libc.
60144
60145         Avoid a link-time failure on some Linux systems.
60146         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
60147         (otherwise).
60148         (__mon_yday): Declare with the STATIC attribute.
60149         (__mktime_internal): Likewise.
60150         Based on a report from Greg Schafer.
60151
60152 2002-11-23  Jim Meyering  <jim@meyering.net>
60153
60154         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
60155         Use `unsigned', not `int', as type of index.
60156
60157         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
60158
60159         * lib/fsusage.c: Remove unneeded parentheses around operands of
60160         `defined'.
60161
60162 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60163
60164         * lib/quotearg.h: Allow multiple inclusion by surrounding with
60165         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
60166         so that we can be included first.
60167         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
60168         * lib/quotearg.c: Include quotearg.h immediately after config.h.
60169         No need to include stddef.h or sys/types.h any more.
60170         Surround local include files with "", not "<>".
60171         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
60172         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
60173         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
60174         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
60175         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
60176         (ISPRINT): Remove; no longer needed now that we assume C89.
60177
60178         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
60179         Preserve errno.
60180
60181         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
60182         quotearg_char): Use SIZE_MAX rather than
60183         (size_t) -1 when we are talking about "infinity".
60184
60185         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
60186
60187 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60188
60189         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
60190         hint that one should use `if (! x) abort ();' rather than `assert
60191         (x);', and anyway it's one less thing to worry about configuring.
60192         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
60193         hash_rehash, hash_insert): Use abort rather than assert.
60194
60195 2002-11-22  Bruno Haible  <bruno@clisp.org>
60196
60197         * lib/safe-read.h: Assume C89. Add comments.
60198         (safe_read): Change return type to size_t.
60199         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
60200         byte counts > SSIZE_MAX correctly.
60201         * lib/safe-write.h: New file.
60202         * lib/safe-write.c: New file.
60203         * lib/full-read.h: New file.
60204         * lib/full-read.c: New file.
60205         * lib/full-write.h: Assume C89. Add comments.
60206         * lib/full-write.c: Include safe-write.h.
60207         (full_write): Rewritten to use safe_write.
60208         Suggested by Jim Meyering and Paul Eggert.
60209
60210 2002-11-21  Jim Meyering  <jim@meyering.net>
60211
60212         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
60213
60214         Merge in changes from the coreutils.
60215
60216         2002-09-25  Paul Eggert  <eggert@twinsun.com>
60217         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
60218         <stdint.h>.
60219         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
60220         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
60221         int.  Work more efficiently if X is the same width as uintmax_t.
60222         Do not compare X to -1, to avoid bogus compiler warning.
60223         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
60224         Don't assume that f_frsize and f_bsize are the same type.
60225
60226         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
60227         warning on FreeBSD.
60228
60229         * lib/makepath.c (make_path): Restore umask *before* creating the final
60230         component.
60231         (make_path): Minor reformatting.
60232
60233         * lib/xmalloc.c: Adjust to work with new autoconf macros,
60234         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
60235         HAVE_MALLOC/HAVE_REALLOC.
60236
60237         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
60238         dummy ones.  At least on GNU/Linux systems, `auto' means something
60239         else.
60240         From Michael Stone.
60241
60242 2002-11-21  Bruno Haible  <bruno@clisp.org>
60243
60244         Remove case insensitive option matching.
60245         * lib/argmatch.h (argcasematch): Remove declaration.
60246         (ARGCASEMATCH): Remove macro.
60247         (__xargmatch_internal): Remove case_sensitive argument.
60248         (XARGMATCH): Update.
60249         (XARGCASEMATCH): Remove macro.
60250         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
60251         case_sensitive argument.
60252         (argcasematch): Remove function.
60253         (__xargmatch_internal): Remove case_sensitive argument.
60254         (main): Use XARGMATCH instead of XARGCASEMATCH.
60255
60256         * lib/xmalloc.c: Change compile-time error message. Add comment about
60257         required autoconf version.
60258
60259 2002-11-20  Paul Eggert  <eggert@twinsun.com>
60260
60261         Merge argmatch cleanups from Bison.  Assume C89.
60262
60263         * lib/argmatch.c: Include config.h here, not in argmatch.h.
60264         Include stdlib.h, for EXIT_FAILURE.
60265         Always include <string.h>, since we assume C89.
60266         (EXIT_FAILURE): Remove pre-C89 bug workaround.
60267         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
60268         Include <stddef.h> instead, since it's all we need for size_t.
60269         (PARAMS): Remove.  All uses removed.
60270         (ARRAY_CARDINALITY): Do not bother to #undef.
60271         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
60272         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60273         Remove unnecessary parentheses.
60274         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60275         Insert necessary parentheses.
60276         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
60277         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
60278
60279 2002-11-19  Bruno Haible  <bruno@clisp.org>
60280
60281         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
60282         * lib/mbswidth.h: Include <stddef.h>, for size_t.
60283
60284         * lib/mbswidth.h (PARAMS): Remove macro.
60285         (mbswidth, mbsnwidth): Use ANSI C function declarations.
60286         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
60287
60288         * lib/gcd.h (PARAMS): Remove macro.
60289         (gcd): Use ANSI C function declarations.
60290         * lib/gcd.c (gcd): Likewise.
60291
60292 2002-11-15  Bruno Haible  <bruno@clisp.org>
60293
60294         * lib/strcspn.c: Include <stddef.h>.
60295         (strcspn): Use ANSI C function declaration. Change return type to
60296         size_t. Use NULL.
60297         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
60298         (strpbrk): Use NULL.
60299         * lib/strpbrk.h (PARAMS): Remove macro.
60300         (strpbrk): Use ANSI C function declaration.
60301         * lib/strstr.c: Don't include <sys/types.h>.
60302         * lib/strstr.h (PARAMS): Remove macro.
60303         (strstr): Use ANSI C function declarations.
60304
60305 2002-11-14  Karl Berry  <karl@gnu.org>
60306
60307         * config/mkinstalldirs: `do' on separate line, instead of
60308         `for var; do'.
60309
60310 2002-11-06  Bruno Haible  <bruno@clisp.org>
60311
60312         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
60313         * lib/gcd.c (gcd): Likewise.
60314
60315 2002-11-05  Bruno Haible  <bruno@clisp.org>
60316
60317         * lib/gcd.h: New file, from gettext-0.11.5.
60318         * lib/gcd.c: New file, from gettext-0.11.5.
60319
60320 2002-11-05  Bruno Haible  <bruno@clisp.org>
60321
60322         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60323         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60324         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60325         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60326
60327         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
60328         <libintl.h>.
60329         * lib/makepath.c: Include gettext.h instead of <locale.h> and
60330         <libintl.h>.
60331
60332         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
60333         * lib/human.c: Include gettext.h instead of <libintl.h>.
60334         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
60335         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
60336         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
60337         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
60338         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
60339         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
60340         (textdomain): Remove definition.
60341         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
60342
60343         * lib/long-options.c: Remove include of <libintl.h> and definition of
60344         _.
60345         * lib/same.c: Remove include of <libintl.h> and definition of _.
60346
60347 2002-11-04  Owen Taylor  <otaylor@redhat.com>
60348
60349         * lib/config.charset: A few additions for Solaris.
60350
60351 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60352
60353         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
60354         * lib/localcharset.c (locale_charset): Declare as extern "C".
60355
60356 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60357
60358         * lib/config.charset: msdos in uk_UA uses CP1125.
60359
60360 2002-11-04  Bruno Haible  <bruno@clisp.org>
60361
60362         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
60363         * lib/strcase.h: New file, from GNU gettext-0.11.5.
60364         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
60365         * lib/strstr.h: New file, from GNU gettext-0.11.5.
60366         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
60367
60368 2002-11-04  Bruno Haible  <bruno@clisp.org>
60369
60370         * lib/localcharset.c (locale_charset): Don't return an empty string.
60371
60372 2002-11-04  Bruno Haible  <bruno@clisp.org>
60373
60374         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
60375         aliases.
60376
60377 2002-11-04  Bruno Haible  <bruno@clisp.org>
60378
60379         * lib/config.charset: Update for newest glibc. Add canonical names
60380         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
60381
60382 2002-11-04  Bruno Haible  <bruno@clisp.org>
60383
60384         * lib/config.charset: Add support for NetBSD.
60385
60386 2002-11-04  Bruno Haible  <bruno@clisp.org>
60387
60388         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
60389
60390 2002-11-01  Bruno Haible  <bruno@clisp.org>
60391
60392         * configure.in: Add AC_CONFIG_AUX_DIR call.
60393         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
60394         test/Makefile.
60395         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
60396
60397 2002-09-28  Karl Berry  <karl@gnu.org>
60398
60399         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
60400         installed automake until the next release, since changes have been
60401         made.
60402
60403 2002-09-25  Karl Berry  <karl@gnu.org>
60404
60405         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
60406         * lib/getopt*: copy from libc/posix.
60407         * lib/gettext.h: copy from gettext.
60408         * lib/.cppi-disable: add strdup.c, gettext.h.
60409
60410 2002-09-25  Karl Berry  <karl@gnu.org>
60411
60412         * config/srclist.txt: enable gettext.h check.
60413         * config/config.{guess,sub}: update from prep.
60414         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
60415                 from automake 1.6.3.
60416         See srclist*.
60417
60418 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
60419
60420         * regex.c (PATFETCH): Remove the translating fetch.
60421         (PATFETCH_RAW): Rename to PATFETCH.
60422         (set_image_of_range): New fun.
60423         (SET_RANGE_TABLE_WORK_AREA): Use it.
60424         (regex_compile): Don't translate the pattern chars so eagerly.
60425         Only do it when inserting an `exactn' bytecode or when handling
60426         a char-range.
60427         (mutually_exclusive_p): Avoid empty statement.
60428
60429 2002-07-06  Jim Meyering  <meyering@lucent.com>
60430
60431         * m4/README: Don't mention Makefile.am.in.
60432         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
60433
60434 2002-07-01  Jim Meyering  <meyering@lucent.com>
60435
60436         * lib/c-stack.c: Include sys/time.h.
60437         From Volker Borchert.
60438
60439 2002-06-26  Paul Eggert  <eggert@twinsun.com>
60440
60441         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
60442
60443 2002-06-26  Paul Eggert  <eggert@twinsun.com>
60444
60445         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
60446         New macro.  Use it uniformly instead of
60447         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
60448         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
60449         reported by Vin Shelton.
60450
60451 2002-06-22  Paul Eggert  <eggert@twinsun.com>
60452
60453         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
60454         Do not assume SA_SIGINFO behavior.
60455         Bug reported by Jim Meyering on NetBSD 1.5.2.
60456
60457 2002-06-22  Jim Meyering  <meyering@lucent.com>
60458
60459         * m4/c-stack.m4: New file, from diffutils-2.8.2.
60460         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
60461
60462         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
60463         now that configure.ac uses AC_GNU_SOURCE.
60464         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
60465         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
60466
60467         Update to latest tools.  Suggestions from Paul Eggert.
60468         * m4/stdbool.m4: New file, from diffutils-2.8.2.
60469         * m4/gnu-source.m4: Update from diffutils-2.8.2.
60470         * m4/fnmatch.m4: Likewise.
60471         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
60472         to AC_HEADER_STDBOOL
60473
60474 2002-06-22  Jim Meyering  <meyering@lucent.com>
60475
60476         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
60477         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
60478
60479 2002-06-22  Jim Meyering  <meyering@lucent.com>
60480
60481         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
60482
60483         * lib/exitfail.c, exitfail.h: Likewise.
60484         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
60485
60486         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
60487         of fnmatch.h.
60488         (EXTRA_DIST): Add fnmatch_loop.c.
60489         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
60490
60491         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
60492         * lib/fnmatch.c: Update from diffutils-2.8.2.
60493         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
60494         * lib/fnmatch.h: Remove file.
60495
60496 2002-06-21  Jim Meyering  <meyering@lucent.com>
60497
60498         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
60499         * m4/mbrtowc.m4: Likewise.
60500
60501         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
60502         * m4/mbswidth.m4: Reflect name change:
60503         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
60504         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
60505
60506         * m4/lib-link.m4: Update from gettext-0.11.2.
60507         * m4/gettext.m4: Likewise.
60508
60509         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
60510         From Alfred M. Szmidt.
60511
60512 2002-06-18  Paul Eggert  <eggert@twinsun.com>
60513
60514         * lib/file-type.h: Report an error if neither S_ISREG nor
60515         S_IFREG is defined, instead of using a test specific to glibc
60516         2.2.  This should be safe, since POSIX requires S_ISREG and
60517         Unix Version 7 had S_IFREG.  We don't need to check for
60518         <sys/types.h> since we don't use any symbols that it defines.
60519
60520 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
60521
60522         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
60523         $@-t, so that each temporary file name is unique and valid in the first
60524         8 characters, for operation under DOS.
60525
60526 2002-06-15  Paul Eggert  <eggert@twinsun.com>
60527
60528         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
60529
60530 2002-06-15  Jim Meyering  <meyering@lucent.com>
60531
60532         Work even with DJGPP 2.03, which lacks support for symlinks.
60533         From Richard Dawe.
60534         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
60535         is defined.
60536         * lib/lchown.c (S_ISLNK): Likewise.
60537
60538 2002-06-15  Jim Meyering  <meyering@lucent.com>
60539
60540         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
60541         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
60542         have been included before this file.
60543
60544 2002-06-14  Jim Meyering  <meyering@lucent.com>
60545
60546         * lib/file-type.h: Use the version from diffutils-2.8.2.
60547         * lib/file-type.c: Likewise.
60548
60549 2002-06-07  Jim Meyering  <meyering@lucent.com>
60550
60551         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
60552         They're needed at least for NetBSD 1.5.2.
60553         ($statxfs_includes): Include those same headers.
60554         ($statxfs_includes): Include sys/vfs.h if available.
60555         ($statxfs_includes): Likewise for sys/statvfs.h.
60556         Check for the following members in both structs statfs and statvfs:
60557         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
60558
60559 2002-06-01  Jim Meyering  <meyering@lucent.com>
60560
60561         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
60562         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
60563
60564 2002-05-28  Jim Meyering  <meyering@lucent.com>
60565
60566         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
60567         Reported by Volker Borchert.
60568
60569 2002-05-27  Jim Meyering  <meyering@lucent.com>
60570
60571         Fix a problem seen only on nonconforming systems whereby ls.c's
60572         use of localtime, and then of gettimeofday would cause trouble:
60573         the localtime call used to initialize rpl_gettimeofday's save
60574         mechanism would clobber ls's current local time information so
60575         that in any long listing the first file would always be listed
60576         with date 1970-01-01.  Analysis by Volker Borchert.
60577
60578         * lib/gettimeofday.c (localtime): Undefine.
60579         (rpl_localtime): New function.
60580
60581 2002-05-27  Jim Meyering  <meyering@lucent.com>
60582
60583         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
60584         localtime.
60585
60586         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
60587         use the replacement function; it wouldn't resolve at link time.
60588         Reported by Volker Borchert.
60589
60590 2002-05-22  Jim Meyering  <meyering@lucent.com>
60591
60592         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
60593         file-type.h.
60594         * lib/file-type.h: New file.
60595         * lib/file-type.c (file_type): New file/function.  Extracted from
60596         diffutils.
60597
60598 2002-04-30  Jim Meyering  <meyering@lucent.com>
60599
60600         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
60601
60602 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60603
60604         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
60605
60606 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60607
60608         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
60609         Do not check for alloca.h (no longer used) or stdbool.h (was never
60610         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
60611
60612 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60613
60614         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
60615
60616 2002-04-29  Jim Meyering  <meyering@lucent.com>
60617
60618         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
60619         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
60620         Use AC_FUNC_STRNLEN here instead.
60621
60622         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
60623         With autoconf-2.53a, it's part of AC_PROG_CC.
60624
60625 2002-04-28  Paul Eggert  <eggert@twinsun.com>
60626
60627         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
60628         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
60629
60630 2002-04-28  Paul Eggert  <eggert@twinsun.com>
60631
60632         * lib/sig2str.h, lib/sig2str.c: New files.
60633         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
60634
60635 2002-04-28  Paul Eggert  <eggert@twinsun.com>
60636
60637         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
60638         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
60639         of 127, since 64 is the largest conceivable number for ancient
60640         nonstandard hosts.
60641         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
60642
60643 2002-04-28  Jim Meyering  <meyering@lucent.com>
60644
60645         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
60646
60647 2002-04-24  Jim Meyering  <meyering@lucent.com>
60648
60649         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
60650         (jm_PREREQ): Use it.
60651
60652         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
60653         mach/mach.h fcntl.h.
60654         Check for this function: setlocale.
60655
60656 2002-04-24  Jim Meyering  <meyering@lucent.com>
60657
60658         * lib/gettext.h: New file, from Gettext.
60659         * lib/Makefile.am (INCLUDES): Remove -I../intl.
60660         (libfetish_a_SOURCES): Add gettext.h.
60661
60662 2002-04-16  Jim Meyering  <meyering@lucent.com>
60663
60664         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
60665         ut_pid, ut_id, ut_exit.
60666
60667 2002-04-16  Jim Meyering  <meyering@lucent.com>
60668
60669         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
60670         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
60671         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
60672
60673 2002-04-12  Jim Meyering  <meyering@lucent.com>
60674
60675         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
60676         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
60677         existence of the getmntinfo function.  Needed for Darwin 5.3.
60678
60679         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
60680         This is necessary at least on Darwin 5.3.
60681
60682         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
60683         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
60684         strnlen.o in the library, and that makes some versions of ranlib
60685         object.
60686
60687 2002-04-12  Jim Meyering  <meyering@lucent.com>
60688
60689         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
60690
60691 2002-04-09  Jim Meyering  <meyering@lucent.com>
60692
60693         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
60694         to be more precise.  Rather than saying we're checking whether the
60695         function `works', say what we're testing.
60696         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
60697         Reported by Bruno Haible.
60698
60699 2002-03-10  Jim Meyering  <meyering@lucent.com>
60700
60701         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
60702         Suggestion from Santiago Vila.
60703
60704 2002-03-08  Jim Meyering  <meyering@lucent.com>
60705
60706         * lib/rename.c: Mention that this wrapper is needed also on
60707         mips-dec-ultrix4.4 systems.
60708
60709 2002-03-02  Jim Meyering  <meyering@lucent.com>
60710
60711         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
60712         not HAVE_CLOCK_SETTIME.
60713
60714 2002-02-27  Paul Eggert  <eggert@twinsun.com>
60715
60716         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
60717         Check for clock_settime.
60718
60719 2002-02-27  Paul Eggert  <eggert@twinsun.com>
60720
60721         * lib/nanosleep.h: Rename to....
60722         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
60723
60724         * lib/gettime.c: New file.
60725         * lib/settime.c: New file.
60726         * lib/stime.c: Remove.
60727
60728         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
60729         timespec.h.  Remove nanosleep.h.
60730
60731 2002-02-25  Paul Eggert  <eggert@twinsun.com>
60732
60733         * m4/acl.m4: New file.
60734         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
60735         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
60736
60737 2002-02-25  Paul Eggert  <eggert@twinsun.com>
60738
60739         * lib/acl.c, lib/acl.h: New files.
60740         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
60741
60742 2002-02-24  Jim Meyering  <meyering@lucent.com>
60743
60744         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
60745         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
60746         cause trouble.  Reported by Nelson Beebe.
60747
60748 2002-02-23  Paul Eggert  <eggert@twinsun.com>
60749
60750         * lib/path-concat.c (xpath_concat): Reorder code to pacify
60751         compilers that don't know that xalloc_die never returns.
60752
60753 2002-02-20  Jim Meyering  <meyering@lucent.com>
60754
60755         * lib/getdate.c: Regenerate using bison-1.33.
60756
60757 2002-02-17  Jim Meyering  <meyering@lucent.com>
60758
60759         * config/config.guess (main): Don't use `head -1'; it's no longer
60760         portable. Use `sed 1q' instead.
60761
60762 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
60763
60764         * m4/codeset.m4: Upgrade to gettext-0.11.
60765         * m4/gettext.m4: Upgrade to gettext-0.11.
60766         * m4/glibc21.m4: Upgrade to gettext-0.11.
60767         * m4/iconv.m4: Upgrade to gettext-0.11.
60768         * m4/isc-posix.m4: Upgrade to gettext-0.11.
60769         * m4/lcmessage.m4: Upgrade to gettext-0.11.
60770         * m4/lib-ld.m4: New file, from gettext-0.11.
60771         * m4/lib-link.m4: New file, from gettext-0.11.
60772         * m4/lib-prefix.m4: New file, from gettext-0.11.
60773         * m4/progtest.m4: Upgrade to gettext-0.11.
60774
60775 2002-02-15  Paul Eggert  <eggert@twinsun.com>
60776
60777         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
60778         (jm_PREREQ): Use it.
60779
60780 2002-02-15  Paul Eggert  <eggert@twinsun.com>
60781
60782         * lib/posixver.c, lib/posixver.h: New files.
60783         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
60784
60785 2002-02-02  Paul Eggert  <eggert@twinsun.com>
60786             Bruno Haible  <bruno@clisp.org>
60787
60788         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
60789         (fwrite_success_callback): New declaration.
60790         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
60791         print_unicode_char. Call failure callback instead of error.
60792         (fwrite_success_callback): New function.
60793         (exit_failure_callback): New function.
60794         (fallback_failure_callback): New function.
60795         (print_unicode_char): Call unicode_to_mb.
60796
60797 2002-01-26  Jim Meyering  <meyering@lucent.com>
60798
60799         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
60800         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
60801
60802 2002-01-26  Jim Meyering  <meyering@lucent.com>
60803
60804         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
60805
60806 2002-01-22  Paul Eggert  <eggert@twinsun.com>
60807
60808         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
60809
60810 2002-01-22  Jim Meyering  <meyering@lucent.com>
60811
60812         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
60813         Otherwise, some versions of automake would omit the rule that makes
60814         Makefile from Makefile.in.
60815
60816 2002-01-21  Paul Eggert  <eggert@twinsun.com>
60817
60818         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
60819         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
60820         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
60821         (memcoll): Set errno to zero if there is no error.
60822
60823         * lib/quotearg.c (quotearg_buffer_restyled):
60824         Fix bug with quoting buffers containing NUL when backslashing escapes.
60825         This bug was exposed by the other changes in this patch.
60826         (quotearg_n_options): New arg ARGSIZE.
60827         All callers changed.
60828         (quoting_options_from_style): New function.
60829         (quotearg_n_style): Use it.
60830         (quotearg_n_style_mem): New function.
60831
60832         * lib/quotearg.h (quotearg_n_style_mem): New function.
60833
60834 2002-01-19  Jim Meyering  <meyering@lucent.com>
60835
60836         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
60837         Remove useless quotes: DF_PROG="df".
60838         * m4/strnlen.m4: New file.
60839
60840 2002-01-16  Paul Eggert  <eggert@twinsun.com>
60841
60842         * lib/backupfile.c (ISDIGIT): Comment fix.
60843         * lib/getdate.y (ISDIGIT): Likewise.
60844         * lib/posixtm.c (ISDIGIT, year): Likewise.
60845         * lib/strverscmp.c (ISDIGIT): Likewise.
60846         * lib/userspec.c (ISDIGIT): Likewise.
60847
60848 2002-01-16  Jim Meyering  <meyering@lucent.com>
60849
60850         * lib/getdate.y: Add three semicolons, each just before a closing
60851         brace. Bison (as of version 1.31) no longer papers over that mistake.
60852
60853 2002-01-05  Jim Meyering  <meyering@lucent.com>
60854
60855         * lib/version-etc.c (version_etc_copyright): Update copyright year.
60856
60857 2001-12-19  Paul Eggert  <eggert@twinsun.com>
60858
60859         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
60860         not silently exit merely because the output buffer happens to
60861         have nothing pending.
60862
60863 2001-12-18  Paul Eggert  <eggert@twinsun.com>
60864
60865         See the big note in ../ChangeLog.
60866         * lib/human.c (suffixes): Prefer K to k for 1024.
60867         (generate_suffix_backwards): New function.
60868         (human_readable_inexact): Use it.
60869         * lib/xstrtol.c (__xstrtol): If there is no number but there
60870         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
60871         Accept 'K' as well as 'k'.
60872
60873 2001-12-15  Jim Meyering  <meyering@lucent.com>
60874
60875         * lib/regex.h (__restrict_arr): Update from libc.
60876
60877         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
60878         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
60879         (STREQ): Define.
60880
60881 2001-12-14  Jim Meyering  <meyering@lucent.com>
60882
60883         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
60884         Suggestion from Bruno Haible.
60885
60886 2001-12-10  Jim Meyering  <meyering@lucent.com>
60887
60888         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
60889         xrealloc, Instead, include "xalloc.h".
60890         (initbuffer): Don't cast xmalloc return value to char*.
60891         (readline): Reword comment.
60892         Don't cast xrealloc return value to char*
60893         Return NULL, not 0.
60894
60895 2001-12-09  Jim Meyering  <meyering@lucent.com>
60896
60897         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
60898         about `signed and unsigned type in conditional expression'.
60899         * lib/posixtm.c (posix_time_parse): Likewise.
60900
60901         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
60902
60903         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
60904         to avoid a pedantic warning.
60905
60906         * lib/getstr.c: Don't include assert.h.
60907         (getstr): Remove warning-evoking assertions.
60908         Return -1 if offset parameter is out of bounds.
60909         Change the type of a local from int to size_t.
60910
60911         * lib/strftime.c (my_strftime_localtime_r): Include this function
60912         definition in the `#if ! HAVE_TM_GMTOFF' block.
60913
60914         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
60915         Include xalloc.h instead.
60916
60917 2001-12-02  Jim Meyering  <meyering@lucent.com>
60918
60919         * lib/tempname.c: Don't declare getenv, thus reverting the change of
60920         2001-11-18.  It's no longer necessary, now that stdlib.h is always
60921         included.
60922
60923         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
60924         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
60925
60926 2001-11-30  Akim Demaille  <akim@epita.fr>
60927
60928         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
60929         before being defined.
60930
60931 2001-11-27  Paul Eggert  <eggert@twinsun.com>
60932
60933         * lib/quotearg.h (quotearg_n, quotearg_n_style):
60934         First arg is int, not unsigned.
60935         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
60936         (SIZE_MAX, UINT_MAX): New macros.
60937         (quotearg_n_options): Abort if N is negative.
60938         Avoid overflow check on hosts where size_t is 64 bits and int
60939         is 32 bits, as overflow is impossible there.
60940         Fix off-by-one typo that caused unnecessary reallocation.
60941
60942 2001-11-27  Jim Meyering  <meyering@lucent.com>
60943
60944         * lib/tempname.c: Merge with version from libc.
60945         * lib/regex.c: Likewise.
60946
60947         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
60948         systems for which STDC_HEADERS is 0, it was not included, resulting in
60949         a warning about an integer-to-pointer conversion problem with getenv.
60950         Reported by Volker Borchert.
60951
60952 2001-11-26  Jim Meyering  <meyering@lucent.com>
60953
60954         * lib/gtod.h: Remove file.
60955         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
60956         * lib/gettimeofday.c: Don't include gtod.h.
60957         (GTOD_init): Remove function.
60958         (rpl_gettimeofday): Do its job here instead, rather than aborting.
60959         Suggestion from Volker Borchert.
60960
60961 2001-11-23  Jim Meyering  <meyering@lucent.com>
60962
60963         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
60964         it.
60965         * lib/hash.c (struct hash_table): Define it here instead.
60966
60967 2001-11-22  Jim Meyering  <meyering@lucent.com>
60968
60969         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
60970
60971 2001-11-20  Jim Meyering  <meyering@lucent.com>
60972
60973         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
60974         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
60975
60976 2001-11-19  Jim Meyering  <meyering@lucent.com>
60977
60978         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
60979         directory.  Use "conftestXXXXXX" as the template.
60980         Suggestion from Paul Eggert.
60981
60982         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
60983         immediately, so the test doesn't mistakenly hit the max-open-files
60984         limit.
60985
60986 2001-11-18  Paul Eggert  <eggert@twinsun.com>
60987
60988         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
60989         (TEMPORARIES): New macro.
60990         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
60991         removes an artificial limitation (e.g. HP-UX 10.20, where
60992         TMP_MAX is 17576).
60993
60994 2001-11-18  Jim Meyering  <meyering@lucent.com>
60995
60996         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
60997
60998 2001-11-18  Jim Meyering  <meyering@lucent.com>
60999
61000         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
61001         on SunOS 4.
61002
61003         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
61004         files will be created before anything else.
61005
61006 2001-11-17  Paul Eggert  <eggert@twinsun.com>
61007
61008         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
61009         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
61010
61011 2001-11-17  Jim Meyering  <meyering@lucent.com>
61012
61013         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
61014         Prompted by a report from Bob Proulx.
61015
61016         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
61017         Instead, require UTILS_FUNC_MKSTEMP.
61018
61019 2001-11-17  Jim Meyering  <meyering@lucent.com>
61020
61021         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
61022         Now, that's done as part of AC_FUNC_STRTOD.
61023
61024 2001-11-17  Jim Meyering  <meyering@lucent.com>
61025
61026         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
61027         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
61028         rather than group writable.  Patch by Juan F. Codagnone.
61029
61030         * lib/readtokens.c: Remove explicit declarations of xmalloc and
61031         xrealloc, Instead, include "xalloc.h".
61032
61033         * lib/mountlist.c: Include unlocked-io.h after all system headers.
61034         Remove explicit declarations of xmalloc, xrealloc,
61035         and xstrdup.  Instead, include "xalloc.h".
61036
61037         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
61038         unlocked-io.h.
61039         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
61040         Likewise.
61041         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
61042
61043         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
61044         Reported by Padraig Brady.
61045
61046         * lib/mkstemp.c: #undef mkstemp.
61047         Include config.h.
61048         (rpl_mkstemp): Rename from mkstemp.
61049         Protoize.
61050
61051 2001-11-16  Jim Meyering  <meyering@lucent.com>
61052
61053         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
61054         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
61055         determine the amount of total physical memory, use pstat_getstatic.
61056         HPUX-11 doesn't define _SC_PHYS_PAGES.
61057         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
61058         If sysconf couldn't be used to determine the amount of available
61059         physical memory, use both pstat_getstatic and pstat_getdynamic.
61060         Based on a patch from Bob Proulx.
61061
61062 2001-11-10  Jim Meyering  <meyering@lucent.com>
61063
61064         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
61065         (jm_PREREQ): Use it.
61066
61067 2001-11-09  Jim Meyering  <meyering@lucent.com>
61068
61069         * m4/jm-macros.m4: Require autoconf-2.52f.
61070         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
61071         Use these AC_-prefixed names, not the AM_-prefixed ones.
61072
61073         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
61074
61075 2001-11-05  Jim Meyering  <meyering@lucent.com>
61076
61077         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
61078
61079 2001-11-04  Jim Meyering  <meyering@lucent.com>
61080
61081         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
61082         $DEFS.
61083
61084 2001-11-03  Jim Meyering  <meyering@lucent.com>
61085
61086         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
61087         of AC_DEFUN.
61088
61089         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
61090         know the name of the variable in the macro definition.
61091
61092 2001-11-03  Jim Meyering  <meyering@lucent.com>
61093
61094         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
61095         in argmatch_to_argument call.
61096
61097         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
61098         argument.
61099
61100         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
61101         e.g., a fault due to an attempt to free a NULL pointer.
61102
61103 2001-11-01  Jim Meyering  <meyering@lucent.com>
61104
61105         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
61106         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
61107
61108 2001-11-01  Jim Meyering  <meyering@lucent.com>
61109
61110         * lib/dirfd.c, lib/dirfd.h: New files.
61111         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
61112
61113         * lib/hash.c (hash_print) [TESTING]: Clean up.
61114
61115 2001-10-22  Paul Eggert  <eggert@twinsun.com>
61116
61117         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
61118         to avoid a warning if -Wall.
61119
61120 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
61121
61122         * README: New file
61123         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
61124         (per RMS's instructions, this is now the canonical source)
61125         * lgpl/, gpl/: New directories.
61126
61127 2001-10-21  Paul Eggert  <eggert@twinsun.com>
61128
61129         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
61130
61131 2001-10-21  Jim Meyering  <meyering@lucent.com>
61132
61133         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
61134         this code would end up calling gettext even in packages built
61135         with --disable-nls.
61136         * lib/getopt.c (_): Likewise.
61137         * lib/regex.c (_): Likewise.
61138
61139 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61140
61141         * m4/error.m4 (jm_PREREQ_ERROR):
61142         Do not invoke AC_CHECK_FUNCS with strerror_r, as
61143         AC_FUNC_STRERROR_R does that.
61144         Check for strerror declaration.
61145
61146         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
61147         are supposed to have them these days.
61148         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
61149         Merge changes from latest Autoconf CVS.
61150         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
61151         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
61152         POSIX decided to standardize on the int flavor of strerror_r.
61153
61154 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61155
61156         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
61157         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
61158         Use strerror_r that is only a macro, even if it is not a function.
61159         (strerror): Check for HAVE_DECL_STRERROR before declaring.
61160         (private_strerror): Use prototypes, not old-style function definition.
61161         (print_errno_message): New function.
61162         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
61163         char*-flavored one.
61164         (error_tail, error, error_at_line): Use it.
61165
61166 2001-10-11  Jim Meyering  <meyering@lucent.com>
61167
61168         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
61169         and quote_n (1, ... to avoid clobbering a buffer.
61170
61171 2001-10-05  Jim Meyering  <meyering@lucent.com>
61172
61173         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
61174         hash-pjw.h.
61175         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
61176         * lib/hash-pjw.h: New file.
61177
61178 2001-09-30  Jim Meyering  <meyering@lucent.com>
61179
61180         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
61181         `struct fsstat' has the `f_fstypename' member.
61182         Use that to define FS_TYPE, which is now used to make
61183         the getfsstat link test tighter.
61184
61185 2001-09-30  Jim Meyering  <meyering@lucent.com>
61186
61187         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
61188         Include <sys/ucred.h>, for Apple Darwin.
61189         Include sys/mount.h and sys/fs_types.h only if available.
61190         (FS_TYPE): Define.
61191         (read_filesystem_list): Use FS_TYPE.
61192
61193 2001-09-29  Paul Eggert  <eggert@twinsun.com>
61194
61195         * lib/exclude.c (excluded_filename): 0 -> false, since it's
61196         a boolean context.
61197
61198 2001-09-29  Jim Meyering  <meyering@lucent.com>
61199
61200         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61201         [one-argument getmntent function]): Include stdio.h before mntent.h.
61202         SunOS 4.1.x needs it for the declaration of `FILE'.
61203         Patch by Volker Borchert.
61204
61205         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61206         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
61207         sys/fs_types.h, and make the link-test for getfsstat guard #include
61208         directives with appropriate #if HAVE_*_H tests so that we can
61209         detect getfsstat on Apple Darwin1.3.7 systems.
61210         Reported by Nelson Beebe.
61211         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
61212
61213 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61214
61215         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61216         #defines strtoimax.  Also treat the other strto* functions
61217         like strtoimax.
61218
61219         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
61220         Check for strtoul and strtoumax,
61221         as those declarations are made even in the signed case.
61222         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
61223         Likewise, for strtol and strtoimax.
61224
61225 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61226
61227         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61228         #defines strtoimax.  Also treat the other strto* functions
61229         like strtoimax.
61230
61231         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
61232         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
61233         (strtoimax, strtoumax): Do not declare if already defined as a macro.
61234
61235 2001-09-26  Jim Meyering  <meyering@lucent.com>
61236
61237         Most macros in unlocked-io.h had the wrong number of arguments.
61238         * lib/gen-uio: New script.
61239         (USE_UNLOCKED_IO): Define to 1 if not already defined.
61240         * lib/unlocked-io.hin: Remove file.
61241         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
61242         rather than trying to embed it here.
61243         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
61244         Reported by Padraig Brady.
61245
61246 2001-09-25  Volker Borchert  <bt@teknon.de>
61247
61248         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
61249         `result'.
61250
61251 2001-09-24  Jim Meyering  <meyering@lucent.com>
61252
61253         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
61254
61255 2001-09-23  Jim Meyering  <meyering@lucent.com>
61256
61257         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
61258         instead of the mere test for existence of mntent.h.  The latter
61259         would get a false-positive on AIX 3.4 systems.
61260         In the outer getmntent if-block, don't die if neither of the getmntent
61261         tests succeeds.  Instead, just fall through and continue with the
61262         remaining tests.
61263
61264 2001-09-23  Jim Meyering  <meyering@lucent.com>
61265
61266         * lib/mountlist.c: Remove useless parentheses in #if directives.
61267         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
61268         the deprecated MOUNTED symbol is no longer defined in mntent.h.
61269
61270 2001-09-22  Jim Meyering  <meyering@lucent.com>
61271
61272         * m4/gettext.m4: New file.  From gettext.
61273         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
61274         * m4/progtest.m4: Likewise
61275         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
61276         * m4/glibc21.m4: Likewise.
61277
61278         * m4/libintl.m4: Remove.  No longer used.
61279
61280 2001-09-22  Jim Meyering  <meyering@lucent.com>
61281
61282         * lib/localcharset.c: Update from latest gettext.
61283         * lib/config.charset: Likewise.
61284
61285 2001-09-20  Jim Meyering  <meyering@lucent.com>
61286
61287         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
61288         strtoimax.
61289         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
61290         strtoumax.
61291
61292 2001-09-20  Jim Meyering  <meyering@lucent.com>
61293
61294         * lib/xstrtol.c (strtoimax): Guard declaration with
61295         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
61296         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
61297         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
61298         (strtoumax): Likewise, for completeness (it wasn't necessary).
61299
61300 2001-09-17  Paul Eggert  <eggert@twinsun.com>
61301
61302         * lib/strtoimax.c (HAVE_LONG_LONG):
61303         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
61304         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
61305         to work around bug in IBM C compiler.
61306
61307 2001-09-17  Jim Meyering  <meyering@lucent.com>
61308
61309         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
61310         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
61311         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
61312         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
61313         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
61314         whenever the right hand side need not be expanded by the shell.
61315
61316 2001-09-16  Paul Eggert  <eggert@twinsun.com>
61317
61318         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
61319         library.  It's not correct, as some older glibcs are buggy.
61320         fnmatch wasn't fixed until glibc 2.2.
61321
61322         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
61323         special shell magic here.
61324
61325 2001-09-16  Jim Meyering  <meyering@lucent.com>
61326
61327         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
61328         * m4/jm-macros.m4: Require it.
61329
61330 2001-09-16  Jim Meyering  <meyering@lucent.com>
61331
61332         * lib/mkdir.c: New file.
61333
61334 2001-09-15  Jim Meyering  <meyering@lucent.com>
61335
61336         * m4/jm-macros.m4: Check for help2man.
61337
61338 2001-09-11  Jim Meyering  <meyering@lucent.com>
61339
61340         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
61341         The body, by Paul Eggert, was moved here from configure.in.
61342         * m4/jm-macros.m4: Require UTILS_HOST_OS.
61343
61344 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61345
61346         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
61347         (jm_PREREQ): Use it.
61348
61349 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61350
61351         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
61352         Use ssize_t, not int, to store result of readlink.
61353         Check for ssize_t overflow as well as size_t overflow,
61354         as POSIX says the result of readlink is implementation-defined
61355         when ssize_t overflows.
61356         Remove unnecessary cast to char*.
61357         Use free+malloc instead of realloc, as the storage doesn't need
61358         to be preserved and it's clearer and can be more efficient that way.
61359         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
61360         * lib/xreadlink.h (xreadlink): Update prototype.
61361
61362 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61363
61364         * lib/xgetcwd.c: Revert some of the previous change; intead,
61365         fix the HAVE_GETCWD_NULL code to behave more like the
61366         !HAVE_GETCWD_NULL code used to.
61367
61368         Include "xalloc.h".
61369         (xgetcwd): Do not return NULL when memory is exhausted; instead,
61370         invoke xalloc_die.
61371
61372 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61373
61374         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
61375         sys/param.h, as pathmax.h includes them.
61376
61377 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61378
61379         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
61380         (jm_PREREQ_XGETCWD): New macro.
61381
61382         * m4/getcwd.m4: New file.
61383
61384 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61385
61386         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
61387         like the HAVE_GETCWD_NULL code.
61388         Include pathmax.h if not HAVE_GETCWD.
61389         Do not include xalloc.h.
61390         (INITIAL_BUFFER_SIZE): New symbol.
61391         Do not use xmalloc / xrealloc, since the caller is responsible for
61392         handling errors.  Preserve errno around `free' during failure.
61393         Do not overrun buffer when using getwd.
61394
61395 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61396
61397         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
61398         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
61399         getcwd (NULL, 0).
61400
61401 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61402
61403         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
61404         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
61405         spotted by Jim Meyering.
61406
61407 2001-09-03  Jim Meyering  <meyering@lucent.com>
61408
61409         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
61410         failure.
61411
61412 2001-09-02  Jim Meyering  <meyering@lucent.com>
61413
61414         * lib/error.c: Update from GNU libc.
61415
61416 2001-09-01  Jim Meyering  <meyering@lucent.com>
61417
61418         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
61419         Used by df.
61420
61421 2001-09-01  Jim Meyering  <meyering@lucent.com>
61422
61423         * lib/xreadlink.c: New file.
61424         * lib/xreadlink.h: New file.
61425         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
61426         xreadlink.h.
61427
61428         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
61429         doesn't conflict with sparc Solaris 7's definition in
61430         /usr/include/sys/int_types.h.
61431
61432         * lib/exclude.c: Use `""', not `<>' to #include non-system header
61433         files.
61434         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
61435         and strncasecmp as r-values.  Unixware didn't have declarations.
61436
61437 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61438
61439         * lib/xstrtol.h: Add copyright notice.
61440         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
61441         LONGINT_INVALID_SUFFIX_CHAR.
61442
61443 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61444
61445         * lib/xstrtol.c (strtoimax): New decl.
61446
61447 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61448
61449         * lib/xgetcwd.c: Don't include pathmax.h.
61450         Include stdlib.h and unistd.h if available.
61451         Include xalloc.h.
61452         (xmalloc, xstrdup, free): Remove decls.
61453         (xgetcwd): Don't assume sizes fit in unsigned.
61454         Check for overflow when computing sizes.
61455         Simplify reallocation code.
61456
61457 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61458
61459         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
61460         a directory's st_size can have an arbitrary value, so the old
61461         usage could waste an arbitrary amount of memory.  All uses
61462         changed.
61463         * lib/savedir.h: Update prototype.
61464
61465 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61466
61467         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
61468
61469         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
61470         old strtoimax.c.
61471
61472         Also, make the following further changes to make this file's
61473         configuration more similar to that of strtol.c:
61474         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
61475         (strtoumax, uintmax_t, strtoull, strtol): Remove.
61476         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
61477         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
61478         changed to signed values.
61479
61480         And make the following changes as well:
61481         Fix copyright notice, as 1999 was missing.
61482         (verify): New macro.
61483         (strtoimax): Check sizes at compile-time, not run-time.
61484         Prefer strtol to strtoll if both work.
61485         (main): Remove; it was not that useful and was a pain to maintain.
61486
61487         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
61488
61489 2001-08-31  Jim Meyering  <meyering@lucent.com>
61490
61491         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
61492         Use an initial, malloc'd, buffer of length 128 rather than
61493         a statically allocated one of length 1024.
61494
61495 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61496
61497         Simplify code, partly by assuming autoconf 2.52 semantics.
61498
61499         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
61500
61501         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
61502         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
61503         All uses removed.
61504         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
61505         Move AC_REQUIRE to next-to-top level, to avoid confusion.
61506         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
61507         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
61508         jm_AC_HEADER_INTTYPES_H.
61509         * m4/jm-macros.m4 (jm_MACROS): Likewise.
61510
61511         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
61512
61513         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
61514         Quote first arg of AC_DEFUN.
61515         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
61516         since they are needed to parse the include file even if we need
61517         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
61518         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
61519         but with opposite signedness.
61520
61521 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61522
61523         Merge 'exclude' changes from tar 1.13.22.
61524         This fixes one or two unlikely storage allocation overflow bugs,
61525         but doesn't change user-visible behavior otherwise.
61526
61527 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61528
61529         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
61530         (jm_PREREQ_EXCLUDE): New macro.
61531
61532 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61533
61534         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
61535         tm to be declared.
61536
61537 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61538
61539         * lib/hash.c: Remove '2001' from copyright notice.
61540
61541 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61542
61543         * lib/full-write.h: New file.
61544         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
61545         * lib/full-write.c: Correct credits, as cccp.c no longer
61546         exists and anyway it was so heavily changed from the old cccp
61547         code as to be unrecognizable.  Include full-write.h.
61548         (full_write) Return size_t, with short writes meaning failure.
61549         All callers changed.  This fixes a bug with large buffers
61550         on 64-bit hosts.
61551         * lib/utime.c: Include full-write.h.
61552
61553 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61554
61555         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
61556         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
61557         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
61558         Include if available.
61559         (<xalloc.h>): Include
61560         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
61561         (verify): New macro.  Use it to verify that EXCLUDE macros do not
61562         collide with FNM macros.
61563         (struct patopts): New struct.
61564         (struct exclude): Use it, as exclude patterns now come with options.
61565         (new_exclude): Support above changes.
61566         (new_exclude, add_exclude_file):
61567         Initial size must now be a power of two to simplify overflow checking.
61568         (free_exclude, fnmatch_no_wildcards): New function.
61569         (excluded_filename): No longer requires options arg, as the options
61570         are determined by add_exclude.  Now returns bool, not int.
61571         (excluded_filename, add_exclude):
61572         Add support for the fancy new exclusion options.
61573         (add_exclude, add_exclude_file): Now takes int options arg.
61574         Check for arithmetic overflow when computing sizes.
61575         (add_exclude_file): xrealloc might modify errno, so don't
61576         realloc until after errno might be used.
61577
61578         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
61579         New macros.
61580         (free_exclude): New decl.
61581         (add_exclude, add_exclude_file): Now takes int options arg.
61582         (excluded_filename): No longer requires options arg, as the options
61583         are determined by add_exclude.  Now returns bool, not int.
61584
61585 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61586
61587         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
61588
61589 2001-08-27  Jim Meyering  <meyering@lucent.com>
61590
61591         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
61592
61593         * lib/version-etc.c (N_): Remove definition.
61594         Revert most of last change.
61595         Instead, simply don't mark the `Copyright...' string for translation.
61596         Based on advice from Paul Eggert.
61597
61598         * lib/strtoxmax.c: Tweak comment.
61599
61600 2001-08-26  Jim Meyering  <meyering@lucent.com>
61601
61602         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
61603
61604         * m4/xstrtoimax.m4: New file.
61605         * m4/xstrtoumax.m4: Add comments explaining why we
61606         AC_REPLACE_FUNCS(strtol).
61607
61608 2001-08-26  Jim Meyering  <meyering@lucent.com>
61609
61610         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
61611         of copyright with `%s' so translators don't get an untranslated
61612         message in 2002.
61613         (COPYRIGHT_YEAR): Define.
61614         (version_etc): Use fprintf rather than fputs.
61615         Suggestion from Ulrich Drepper.
61616
61617         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
61618
61619         * lib/strtoll.c: New file, from GNU libc.
61620         * lib/xstrtoimax.c: New file.
61621
61622         * lib/xstrtol.h: Add xstrtoimax.
61623         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
61624         * lib/strtoimax.c: New file.  Likewise, but first define
61625         STRTOUXMAX_SIGNED.
61626
61627         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
61628         ...
61629         * lib/strtoxmax.c: ... then renamed to this.
61630
61631 2001-08-18  Paul Eggert  <eggert@twinsun.com>
61632
61633         * m4/inttypes.m4: Add AC_PREREQ(2.13).
61634         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
61635         (jm_AC_TYPE_INTMAX_T): New macro.
61636         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
61637
61638         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
61639
61640         * m4/longlong.m4: Renamed from ulonglong.m4.
61641         * m4/inttypes.m4: Renamed from inttypes_h.m4.
61642         * m4/uintmax_t.m4: Removed.
61643
61644 2001-08-13  Paul Eggert  <eggert@twinsun.com>
61645
61646         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
61647         Port to Solaris 8, where 'sed' requires a space after the 'r'
61648         command, and where sh dislikes "$/".  Clean up the spacing a bit.
61649         Redirect output to $tmp just once.
61650
61651 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
61652
61653         * lib/addext.c (<errno.h>): Include.
61654         (errno): Declare if not defined.
61655         (addext): Work correctly when pathconf returns -1 and leaves
61656         errno alone because there is no limit.  Also, work even if
61657         pathconf returns a value greater than SIZE_MAX.
61658
61659 2001-08-12  Jim Meyering  <meyering@lucent.com>
61660
61661         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
61662         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
61663         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
61664         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
61665         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
61666         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
61667         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
61668         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
61669         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
61670         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
61671         utime.m4, utimes.m4, xstrtoumax.m4:
61672         Quote the first argument in each use of AC_DEFUN.
61673
61674 2001-08-12  Jim Meyering  <meyering@lucent.com>
61675
61676         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
61677         Simply `return getcwd (NULL, 0);'.
61678         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
61679         Use 1300 as initial value for length, not PATH_MAX.
61680
61681         * lib/pathmax.h: Clean up cpp syntax.
61682
61683 2001-08-12  Jim Meyering  <meyering@lucent.com>
61684
61685         * lib/gettimeofday.c: New file.
61686         * lib/gtod.h: New file.
61687         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
61688
61689 2001-08-05  Jim Meyering  <meyering@lucent.com>
61690
61691         * m4/jm-macros.m4: Require autoconf-2.52.
61692
61693 2001-08-04  Jim Meyering  <meyering@lucent.com>
61694
61695         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
61696         stmt, to get in sync with glibc.
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.
61702
61703         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
61704         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
61705         with inverted sense.  All uses changed.
61706
61707         * lib/mbswidth.c: Don't include <limits.h>.
61708         Include <stdlib.h> and <string.h> unconditionally.
61709         (iswcntrl, mbsinit, ISCNTRL): New macros.
61710         (mbsnwidth): Use K&R style function declarations.
61711         Don't bother checking for MB_LEN_MAX == 1, since the compiler
61712         can optimize it when MB_CUR_MAX == 1.
61713         The width of control characters is zero, not 1.
61714
61715 2001-08-03  Paul Eggert  <eggert@twinsun.com>
61716
61717         The following changes are from gettext 0.10.39 as maintained by
61718         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
61719
61720         * m4/codeset.m4: Upgrade to serial AM1.
61721         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
61722         all uses changed.  Quote first arg of AC_DEFUN.
61723         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
61724
61725         * m4/iconv.m4: Upgrade to serial AM2.
61726         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
61727         Add --with-libconv-prefix.
61728         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
61729         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
61730         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
61731         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
61732         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
61733
61734         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
61735         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
61736         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
61737         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
61738         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
61739         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
61740         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
61741         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
61742         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
61743
61744         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
61745         string.h any more.
61746
61747         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
61748         not the default value.
61749
61750         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
61751         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
61752         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
61753         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
61754         Also check for iswcntrl, used for wcwidth fallback.
61755         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
61756         to Autoconf 2.13.
61757
61758 2001-08-03  Jim Meyering  <meyering@lucent.com>
61759
61760         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
61761         as it was in the original.  Reported by Paul Eggert.
61762
61763 2001-07-16  Jim Meyering  <meyering@lucent.com>
61764
61765         * m4/gettimeofday.m4: New file.
61766         Prompted by a report from Bernhard Baehr.
61767
61768 2001-07-15  Jim Meyering  <meyering@lucent.com>
61769
61770         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
61771         stuff. Now it's in ../Makefile.cfg.
61772
61773 2001-07-15  Jim Meyering  <meyering@lucent.com>
61774
61775         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
61776         (BUILT_SOURCES): Add unlocked-io.h.
61777         (io_functions): Define.
61778         (unlocked-io.h): New rule.
61779         (DISTCLEANFILES): Add unlocked-io.h.
61780         (all-local): Depend on unlocked-io.h, to ensure it is created.
61781
61782         * lib/unlocked-io.hin: New file
61783
61784         * lib/regex.c: Update from glibc.
61785
61786 2001-07-05  Jim Meyering  <meyering@lucent.com>
61787
61788         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
61789         recommendation.
61790         (libfetish_a_SOURCES): Put all .h files here instead.
61791         Remove a thus-exposed (better checks in automake) duplicate and
61792         two unnecessary .h files.
61793
61794 2001-07-04  Jim Meyering  <meyering@lucent.com>
61795
61796         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
61797         that generates jm-glibc-io.m4 so that it doesn't trigger any make
61798         distcheck failure.
61799
61800 2001-07-02  Jim Meyering  <meyering@lucent.com>
61801
61802         The following changes were prompted by suggestions from Bruno Haible.
61803
61804         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
61805         is now generated.
61806         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
61807         definition of EXTRA_DIST.
61808         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
61809         ensure that the generated file is created/updated whenever the list
61810         of $(unlocked_functions) is changed.
61811         (jm-glibc-io.m4): New rule.
61812         (unlocked-io.h): New rule -- currently unused.
61813
61814 2001-06-24  Jim Meyering  <meyering@lucent.com>
61815
61816         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
61817         unmatched right bracket, rather than kludging it with an extra,
61818         falsely-matching quote in a comment.  Patch by Akim Demaille.
61819
61820 2001-06-11  Jim Meyering  <meyering@lucent.com>
61821
61822         * lib/regex.c: Update from GNU libc.
61823
61824 2001-05-27  Jim Meyering  <meyering@lucent.com>
61825
61826         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
61827         Check for ut_type in struct utmp.
61828
61829 2001-05-27  Jim Meyering  <meyering@lucent.com>
61830
61831         * lib/readutmp.h (UT_TYPE): Define.
61832
61833 2001-05-24  Jim Meyering  <meyering@lucent.com>
61834
61835         * lib/argmatch.c: Include "quote.h".
61836         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
61837         quote function.  Reported by Göran Uddeborg.
61838
61839 2001-05-22  Jim Meyering  <meyering@lucent.com>
61840
61841         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
61842         now that we use the package-supplied version unconditionally.
61843         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
61844
61845 2001-05-21  Jim Meyering  <meyering@lucent.com>
61846
61847         * m4/regex.m4: Change a couple backticks to single quotes to avoid
61848         shell syntax errors.
61849
61850 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
61851
61852         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
61853
61854 2001-05-20  Paul Eggert  <eggert@twinsun.com>
61855
61856         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
61857         Don't bother to check library strftime, since
61858         we'll be using our own my_strftime function anyway.
61859         Define my_strftime instead of strftime.
61860
61861 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
61862
61863         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
61864         which is not yet declared.
61865
61866 2001-05-15  Jim Meyering  <meyering@lucent.com>
61867
61868         * m4/regex.m4: Use proper quoting so brackets appear in the test
61869         program.
61870         Reported by, and with help from, Bruno Haible.
61871
61872 2001-05-13  Jim Meyering  <meyering@lucent.com>
61873
61874         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
61875         undefined.
61876
61877 2001-05-11  Paul Eggert  <eggert@twinsun.com>
61878
61879         dirname code cleanup.  base_name now behaves more compatibly
61880         with POSIX basename when given file names that have trailing
61881         slashes, and similarly for dir_name.  Add new primitives
61882         base_len and dir_len.  Put the directory-name-related decls
61883         into dirname.h.
61884
61885         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
61886         * lib/backupfile.c (base_name): Likewise.
61887         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
61888         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
61889         * lib/makepath.c (strip_trailing_slashes): Likewise.
61890         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
61891         ISSLASH): Likewise.
61892         * lib/rename.c (strip_trailing_slashes): Likewise.
61893         * lib/same.c (base_name): Likewise.
61894         * lib/stripslash.c (ISSLASH): Likewise.
61895
61896         * lib/addext.c: Include <dirname.h> after size_t is defined.
61897         * lib/backupfile.c: Likewise.
61898
61899         * lib/addext.c (addext): Use base_len to trim redundant
61900         trailing slashes instead of doing it ourselves.
61901         But do not trim the last slash if it is not redundant.
61902
61903         * lib/backupfile.c (find_backup_file_name,
61904         max_backup_version): Use base_len instead of rolling it ourselves.
61905         Handle the case of "" and (on DOS) "C:" correctly.
61906
61907         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
61908         needed. Include <string.h>, <dirname.h>.
61909         (base_name): Allow file names ending in slashes, other than names
61910         that are all slashes.  In this case, return the basename followed
61911         by the slashes.  This is more general, and can be used in places
61912         where the original base_name purposely had an assertion failure.
61913         (base_len): New function.
61914
61915         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
61916         Do not include <assert.h>; no longer needed.
61917         Include xalloc.h.
61918         (memrchr): Remove decl.
61919         (dir_name_r): Remove.
61920         (dir_len): Renamed from dirlen.  All callers changed.
61921         Rewrite in terms of base_name, for simplicity and consistency.
61922         (dir_name): Never return NULL.  All callers changed.
61923         Do not include <stdlib.h> in test program; no longer needed.
61924         return 0; is fine for test program.
61925
61926         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
61927         New macros.
61928         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
61929
61930         * lib/path-concat.c (path_concat): Use base_len to compute
61931         base length, not strlen; this means we cannot rely on memcpy
61932         to null-terminate.
61933
61934         * lib/same.c (STREQ): Remove.
61935         (same_name): Handle the case where the basename ends in trailing '/'.
61936
61937         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
61938         a slash was stripped.  Do not strip the last slash after a
61939         file system prefix.
61940
61941 2001-05-11  Paul Eggert  <eggert@twinsun.com>
61942
61943         * lib/Makefile.am (libfetish_a_SOURCES):
61944         Add strftime.c, since we now compile it on all hosts.
61945
61946         * lib/strftime.c (my_strftime):
61947         Define to nstrftime if emacs, but only if my_strftime is not defined.
61948         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
61949         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
61950         Add one more extra argument: a nanoseconds value.
61951         All uses changed.
61952         (ns): New macro.
61953         (my_strftime function): Add %N format.
61954         (emacs_strftimeu): Renamed from emacs_strftime,
61955         with extra ut argument.
61956
61957 2001-05-09  Paul Eggert  <eggert@twinsun.com>
61958
61959         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
61960
61961 2001-04-21  Jim Meyering  <meyering@lucent.com>
61962
61963         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
61964         doesn't interfere.
61965
61966 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
61967
61968         * m4/ftruncate.m4: Check for chsize.
61969         Link with ftruncate.o unconditionally if ftruncate is missing.
61970         This was required when cross-compiling to i586-mingw32msvc.
61971
61972 2001-04-08  Jim Meyering  <meyering@lucent.com>
61973
61974         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
61975         recomputed; that's necessary when the offset spans a DST transition.
61976         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
61977
61978 2001-04-02  Jim Meyering  <meyering@lucent.com>
61979
61980         * lib/regex.h, regex.c: Update from GNU libc.
61981
61982 2001-03-24  Jim Meyering  <meyering@lucent.com>
61983
61984         * m4/jm-macros.m4: Require autoconf-2.49d.
61985
61986 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
61987
61988         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
61989
61990 2001-03-19  Paul Eggert  <eggert@twinsun.com>
61991
61992         * lib/version-etc.c (version_etc_copyright): Update to 2001.
61993
61994 2001-03-17  Jim Meyering  <meyering@lucent.com>
61995
61996         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
61997         now that the version in autoconf is equivalent.
61998         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
61999
62000         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
62001         Suggestion from Akim Demaille.
62002
62003         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
62004         (jm_PREREQ_TEMPNAME): New function.
62005
62006 2001-03-16  Paul Eggert  <eggert@twinsun.com>
62007
62008         * lib/tempname.c (uint64_t): Define to uintmax_t if
62009         not defined, and if UINT64_MAX is not defined.
62010         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
62011         Reported by John David Anglin.
62012
62013 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
62014
62015         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
62016         resolve alias if codeset is empty.
62017         * lib/config.charset (BeOS): Use wildcard syntax.
62018
62019 2001-03-13  Jim Meyering  <meyering@lucent.com>
62020
62021         * lib/path-concat.c (path_concat)
62022         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
62023         concatenating e.g., `C:' and `foo'.
62024         From Bruno Haible.
62025
62026 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62027
62028         * lib/localcharset.c (locale_charset): Don't use
62029         setlocale(LC_CTYPE,NULL). Don't return NULL.
62030         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
62031
62032 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62033
62034         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
62035         support for DOS/DJGPP.
62036
62037 2001-03-01  Paul Eggert  <eggert@twinsun.com>
62038
62039         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
62040         lacks mkstemp.  Compile our own tempname.c if we compile our own
62041         mkstemp.c, as mkstemp relies on tempname.
62042
62043 2001-03-01  Jim Meyering  <meyering@lucent.com>
62044
62045         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
62046         AH_VERBATIM really does output its argument verbatim.
62047
62048 2001-02-28  Paul Eggert  <eggert@twinsun.com>
62049
62050         * lib/Makefile.am (libfetish_a_SOURCES):
62051         Add dup-safer.c, fopen-safer.c.
62052         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
62053
62054         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
62055         * lib/unistd-safer.h: New files.
62056
62057 2001-02-25  Paul Eggert  <eggert@twinsun.com>
62058
62059         The mkstemp replacement is taken from glibc 2.2.2, with some
62060         portability fixes for use outside glibc, as follows:
62061
62062         * lib/tempname.c (struct_stat64): New macro.
62063         (direxists, __gen_tempname): Use it.
62064         This avoids a portability problem with Solaris 8.
62065
62066         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
62067         (<stddef.h>, <stdint.h>, <string.h>):
62068         Include only if STDC_HEADERS || _LIBC.
62069         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
62070         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
62071         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
62072         (__set_errno): Define this macro if <errno.h> doesn't.
62073         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
62074         Define these macros if <stdio.h> doesn't.
62075         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
62076         Define these macros if <sys/stat.h>
62077         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
62078         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
62079         __xstat64): Define if not _LIBC.
62080         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
62081         (__gen_tempname): Invoke gettimeofday only if
62082         HAVE_GETTIMEOFDAY || _LIBC;
62083         otherwise, fall back on plain "time".
62084         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
62085
62086         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
62087
62088         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
62089
62090 2001-02-18  Paul Eggert  <eggert@twinsun.com>
62091
62092         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
62093
62094 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62095
62096         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
62097         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
62098         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
62099         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
62100
62101 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62102
62103         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
62104         Remove workaround macros for hosts that have mbrtowc but not
62105         mbstate_t, as we now insist on proper declarations for both
62106         before using mbrtowc.
62107
62108 2001-02-17  Jim Meyering  <meyering@lucent.com>
62109
62110         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
62111         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
62112         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
62113         UnixWare 7.1.1.
62114
62115         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
62116         rather than AC_CACHE_VAL.
62117
62118 2001-02-17  Jim Meyering  <meyering@lucent.com>
62119
62120         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
62121         around included file name.
62122
62123         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
62124
62125         * lib/strftime.c: Update from GNU libc (the only changes were to
62126         comments).
62127
62128 2001-02-17  Jim Meyering  <meyering@lucent.com>
62129
62130         * lib/regex.c: Update from libc.
62131
62132 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
62133
62134         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
62135         clash.
62136
62137 2001-02-16  Paul Eggert  <eggert@twinsun.com>
62138
62139         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
62140         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
62141         Reported by Mark Hounschell via Paul Eggert.
62142
62143 2001-02-07  Jim Meyering  <meyering@lucent.com>
62144
62145         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
62146
62147 2001-02-05  Jim Meyering  <meyering@lucent.com>
62148
62149         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
62150         it includes the patch required for `large file' support with at least
62151         HP-UX's 10.20 /bin/cc.
62152
62153 2001-02-03  Jim Meyering  <meyering@lucent.com>
62154
62155         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
62156         AS_IF, now that it works once again (mysteriously).
62157         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62158
62159 2001-01-30  Jim Meyering  <meyering@lucent.com>
62160
62161         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
62162         * m4/chown.m4: Rename conftestchown to conftest.chown.
62163         * m4/rename.m4: s/conftestdir/conftest.d1/ and
62164         s/conftestdir2/conftest.d2/.
62165         * m4/utimes.m4: s/conftestdata/conftest.data/
62166         Inspired by Pavel Roskin's change in autoconf.
62167
62168 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
62169
62170         * lib/config.charset: Update for FreeBSD 4.2.
62171
62172 2001-01-27  Jim Meyering  <meyering@lucent.com>
62173
62174         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
62175         a use of AS_IF.
62176         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62177
62178 2001-01-26  Jim Meyering  <meyering@lucent.com>
62179
62180         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
62181         quotearg.c includes it.
62182
62183 2001-01-26  Jim Meyering  <meyering@lucent.com>
62184
62185         * lib/quotearg.c: Include stddef.h.
62186         * lib/quote.c: Include stddef.h.
62187         Reported by Axel Kittenberger.
62188
62189         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
62190         line in double quotes so that it evokes a better diagnostic.
62191         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
62192         Reported by Axel Kittenberger.
62193
62194 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
62195
62196         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
62197         as if it was a `charset'.
62198
62199 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62200
62201         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
62202         has const.
62203
62204 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62205
62206         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
62207         to avoid a warning.  Add back 'const' to inptr.
62208
62209 2001-01-20  Jim Meyering  <meyering@lucent.com>
62210
62211         Be sure that headers are checked before used in code compiled
62212         for the type checks.
62213         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
62214         In place of that, invoke jm_CHECK_ALL_TYPES.
62215         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
62216         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
62217         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
62218         The check for ssize_t was mistakenly run before the test for unistd.h.
62219
62220         The configure-time check for stdbool.h was missing.
62221         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
62222         (jm_PREREQ_HASH): New function.
62223
62224 2001-01-17  Jim Meyering  <meyering@lucent.com>
62225
62226         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
62227         for autoconf-2.49c.
62228         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
62229
62230 2001-01-16  Jim Meyering  <meyering@lucent.com>
62231
62232         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
62233         From Bruno Haible.
62234
62235 2001-01-14  Jim Meyering  <meyering@lucent.com>
62236
62237         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
62238         foo and bar.  Create conftestdir/ in the script, not in the C code.
62239         Remove directories in the script, not in the C code.
62240         Remove conftestdir{,2} before trying to create the directory.
62241         Make the entire configure script fail if the mkdir fails.
62242
62243 2001-01-14  Jim Meyering  <meyering@lucent.com>
62244
62245         * lib/rename.c: New file.  From Volker Borchert.
62246         Include stdlib.h, string.h or strings.h, and xalloc.h.
62247         Use strip_trailing_slashes rather than open-coding it.
62248
62249 2001-01-03  Paul Eggert  <eggert@twinsun.com>
62250
62251         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
62252
62253 2001-01-03  Jim Meyering  <meyering@lucent.com>
62254
62255         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
62256         of local `inptr' to avoid warning with some system declarations of
62257         iconv.
62258
62259 2001-01-02  Volker Borchert  <bt@teknon.de>
62260
62261         * m4/rename.m4: New file.
62262         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
62263
62264 2001-01-01  Jim Meyering  <meyering@lucent.com>
62265
62266         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
62267         even on systems with utmpx.h.  It's necessary for the declaration of
62268         utmp's ut_user member.  Reported by Andreas Jaeger.
62269
62270         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
62271         available. They are required for the declarations of getgrgid and
62272         getpwuid resp.
62273         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
62274         Reported by Andreas Jaeger.
62275
62276 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
62277
62278         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
62279         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
62280         so `make install' also works in VPATH builds.
62281
62282 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
62283
62284         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
62285         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
62286         can be used in subdirectories.
62287
62288 2000-12-29  Paul Eggert  <eggert@twinsun.com>
62289
62290         * lib/modechange.c: Do not assume that mode_t uses the
62291         traditional octal encoding.  E.g. "chmod 1 FOO" should set
62292         the other-execute bit of FOO even if S_IXOTH != 1.
62293
62294         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
62295         WOTH, XOTH, ALLM): New macros.
62296         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
62297          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
62298         Use them.
62299         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
62300         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
62301         (mode_compile):
62302         No need to use uintmax_t; unsigned long is long enough.
62303         Don't bother to get suffix since we don't use it.
62304
62305 2000-12-26  Jim Meyering  <meyering@lucent.com>
62306
62307         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
62308         better with autoheader.
62309
62310 2000-12-24  Jim Meyering  <meyering@lucent.com>
62311
62312         * lib/hash.c (is_prime): Return explicit boolean values.
62313         (hash_get_first): Return NULL to appease Irix5.6's 89.
62314         Reported by Nelson Beebe.
62315
62316 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
62317
62318         * lib/localcharset.c (locale_charset): Add support for Win32.
62319
62320 2000-12-18  Paul Eggert  <eggert@twinsun.com>
62321
62322         * lib/physmem.h, lib/physmem.c: New files.
62323
62324         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
62325         (noinst_HEADERS): Add physmem.h.
62326
62327         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
62328         't' for compatibility with Solaris 8 sort.
62329
62330 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
62331
62332         * lib/config.charset: Add support for BeOS.
62333
62334 2000-12-17  Jim Meyering  <meyering@lucent.com>
62335
62336         * m4/dos.m4 (jm_AC_DOS): New file and macro.
62337         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
62338
62339 2000-12-16  Jim Meyering  <meyering@lucent.com>
62340
62341         This bug had a serious impact on chown: `chown N:M FILE' (for integer
62342         N and M) would have treated it like `chown N:N FILE'.
62343
62344         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
62345
62346 2000-12-16  Jim Meyering  <meyering@lucent.com>
62347
62348         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
62349         SHELLS_FILE to a file name that's useful on djgpp systems.
62350         Include stdlib.h.
62351         (ADDITIONAL_DEFAULT_SHELLS): Define.
62352         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
62353         Based mostly on a patch from Prashant TR.
62354
62355 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
62356
62357         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
62358         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
62359         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
62360
62361 2000-12-08  Andreas Schwab  <schwab@suse.de>
62362
62363         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
62364         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
62365
62366 2000-12-07  Jim Meyering  <meyering@lucent.com>
62367
62368         * lib/stripslash.c (ISSLASH): Define.
62369         (strip_trailing_slashes): Use ISSLASH rather than comparing against
62370         `/'.
62371         From Prashant TR.
62372
62373         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
62374         (dir_name_r): Declare this function as static.
62375         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
62376         manifest itself on a name containing a mix of slashes and
62377         backslashes.
62378         Make this function work with names starting with a DOS-style
62379         drive letter and colon prefix.
62380         (dir_name): Append `.' if necessary.
62381         Based mostly on patches from Prashant TR and Eli Zaretskii.
62382
62383         * lib/dirname.h (dir_name_r): Remove prototype.
62384
62385 2000-12-06  Paul Eggert  <eggert@twinsun.com>
62386
62387         * m4/off_t-format.m4: Remove this file.
62388         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
62389
62390 2000-12-06  Jim Meyering  <meyering@lucent.com>
62391
62392         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
62393         replacement strtoull, we may well need the replacement strtoul, too.
62394         Check for declarations of strtoul and strtoull.
62395         Check for strtol.  Mainly as a cue to cause automake to include
62396         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
62397         Check for limits.h -- strtol.c needs it.
62398
62399 2000-12-05  Jim Meyering  <meyering@lucent.com>
62400
62401         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
62402
62403 2000-12-04  Jim Meyering  <meyering@lucent.com>
62404
62405         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
62406         Also include memory.h, stdlib.h, unistd.h if appropriate.
62407         Reported by Andreas Jaeger (conflicting declaration of malloc).
62408
62409 2000-12-02  Jim Meyering  <meyering@lucent.com>
62410
62411         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
62412         * m4/jm-macros.m4 (jm_MACROS): require it.
62413
62414 2000-12-02  Jim Meyering  <meyering@lucent.com>
62415
62416         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
62417
62418 2000-12-01  Paul Eggert  <eggert@twinsun.com>
62419
62420         * lib/memrchr.c: Include <config.h> before any system include file.
62421
62422 2000-11-30  Jim Meyering  <meyering@lucent.com>
62423
62424         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
62425
62426 2000-11-30  Jim Meyering  <meyering@lucent.com>
62427
62428         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
62429
62430 2000-11-29  Paul Eggert  <eggert@twinsun.com>
62431
62432         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
62433
62434 2000-11-26  Jim Meyering  <meyering@lucent.com>
62435
62436         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
62437
62438 2000-11-22  Paul Eggert  <eggert@twinsun.com>
62439
62440         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
62441         size of (size_t) -1; it's not portable.
62442
62443 2000-11-17  Jim Meyering  <meyering@lucent.com>
62444
62445         * lib/strstr.c: Update from GNU libc.
62446
62447 2000-11-17  Akim Demaille  <akim@epita.fr>
62448
62449         * lib/obstack.h: Formatting changes.
62450         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
62451         prevent type checking.
62452         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
62453         cast the value to (void *): assigning a `foo *' to a `void *'
62454         variable is valid.
62455         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
62456
62457 2000-11-16  Jim Meyering  <meyering@lucent.com>
62458
62459         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
62460
62461 2000-11-11  Jim Meyering  <meyering@lucent.com>
62462
62463         * lib/error.c: Add a couple #includes, merging from GNU libc version.
62464
62465 2000-11-10  Jim Meyering  <meyering@lucent.com>
62466
62467         * lib/obstack.h: Update from GNU libc.
62468         * lib/obstack.c: Likewise.
62469
62470 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
62471
62472         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
62473
62474 2000-11-06  Paul Eggert  <eggert@twinsun.com>
62475
62476         * lib/getusershell.c (setusershell): Use rewind rather than
62477         fseek/fseeko, to avoid configuration hassles with fseeko.
62478         Don't bother opening SHELLS_FILE if shellstream is NULL;
62479         it's not necessary.
62480
62481 2000-11-05  Jim Meyering  <meyering@lucent.com>
62482
62483         * lib/makepath.h (make_dir): Declare.
62484         * lib/makepath.c (make_dir): Remove `static' attribute.
62485         Tweak a comment.
62486
62487 2000-11-04  Jim Meyering  <meyering@lucent.com>
62488
62489         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
62490
62491 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
62492
62493         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
62494         last one in a bucket, advance to the next bucket.
62495
62496 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
62497
62498         * lib/fnmatch.c: Do not comment out all the code if we are using
62499         the GNU C library, because in some cases we are replacing buggy
62500         code in the GNU C library itself.
62501
62502 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
62503
62504         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
62505         (regex_compile): Catch bogus \(\1\).
62506
62507 2000-10-30  Paul Eggert  <eggert@twinsun.com>
62508
62509         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
62510         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
62511         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
62512
62513 2000-10-30  Paul Eggert  <eggert@twinsun.com>
62514
62515         * lib/error.h, getline.h, modechange.h:
62516         Remove "2000" from Copyright line, as the file hasn't been
62517         changed this year other than in the copyright notice.
62518
62519         * lib/xalloc.h: Add "2000" to Copyright line, as this file
62520         was changed this year.
62521
62522 2000-10-29  Jim Meyering  <meyering@lucent.com>
62523
62524         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
62525         renaming.
62526         * m4/ls-mntd-fs.m4: Likewise
62527
62528 2000-10-29  Jim Meyering  <meyering@lucent.com>
62529
62530         * lib/xstat.in: Fix grammar in comment.
62531
62532 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
62533
62534         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
62535         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
62536         doesn't define __restrict_arr.
62537
62538 2000-10-28  Jim Meyering  <meyering@lucent.com>
62539
62540         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
62541         (jm_PREREQ_MEMCHR): New function.
62542
62543 2000-10-28  Jim Meyering  <meyering@lucent.com>
62544
62545         * lib/memchr.c: Update from libc.
62546         Adjust for portability:
62547         [HAVE_STDLIB_H]: Include stdlib.h.
62548         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
62549         Undef __memchr, too.
62550         [!weak_alias]: Define __memchr to memchr.
62551
62552         * lib/regex.c: Update from libc.
62553         * lib/regex.h: Likewise.
62554         * lib/getopt1.c: Likewise.
62555         * lib/memcmp.c: Likewise.
62556
62557         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
62558         Avoid using fseek, when possible -- it's broken by design.
62559         Patch by Ulrich Drepper.
62560
62561 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
62562
62563         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
62564         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
62565         Giving in to popular pressure to shut up the compiler with casts.
62566
62567 2000-10-26  Jim Meyering  <meyering@lucent.com>
62568
62569         * lib/strftime.c: Update from libc.
62570
62571 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
62572
62573         * regex.c: More `unsigned char' -> `re_char' changes.
62574         Also change several `int' into `re_wchar_t'.
62575         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
62576         (PUSH_FAILURE_POINTER): Don't cast any more.
62577         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
62578         We want GCC to complain, since this piece of code makes
62579         re_match non-reentrant, which *should* be fixed.
62580         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
62581         (EXTEND_BUFFER): Use RETALLOC.
62582         (SET_LIST_BIT): Don't cast.
62583         (re_wchar_t): New type.
62584         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
62585         that those two functions will always properly return.
62586         (IMMEDIATE_QUIT_CHECK): Cast to void.
62587         (analyse_first): Use recursion rather than an explicit stack.
62588         (re_compile_fastmap): Can't fail anymore.
62589         (re_search_2): Don't check re_compile_fastmap for failure.
62590         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
62591         Now also sets the new value (passed in a new argument).
62592         (re_match_2_internal): Use it.
62593         Also, use a new var `reg' of type size_t when looping through regs
62594         rather than reuse the inappropriate `mcnt'.
62595
62596 2000-10-25  Jim Meyering  <meyering@lucent.com>
62597
62598         * lib/obstack.c: Update from libc.
62599
62600 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
62601
62602         * regex.c (regex_compile): Change the way of handling a range from
62603         a char less than 256 to a char not less than 256.
62604
62605 2000-10-24  Andrew Innes  <andrewi@gnu.org>
62606
62607         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
62608         NT-Emacs only.
62609         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
62610         so that re_search functions only quit when callers expect them to.
62611
62612 2000-10-23  Jim Meyering  <meyering@lucent.com>
62613
62614         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
62615         wrong.  That set_locale call must not have any side effects.
62616         From Paul Eggert.
62617
62618 2000-10-22  Jim Meyering  <meyering@lucent.com>
62619
62620         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
62621         [CYCLIC]: Remove now-unused definition.
62622
62623         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
62624         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
62625         Suggestion from Ulrich Drepper.
62626
62627 2000-10-21  Jim Meyering  <meyering@lucent.com>
62628
62629         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
62630         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
62631         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
62632
62633 2000-10-21  Jim Meyering  <meyering@lucent.com>
62634
62635         * lib/dirname.c (memrchr): Declare if necessary.
62636         (dir_name): Remove the restriction that there be no
62637         trailing slashes.  Now, this code skips past them, effectively
62638         ignoring them.
62639         [TEST_DIRNAME] (main): New unit tests.
62640
62641         * lib/memrchr.c: New file from GNU libc.
62642         Undef __memrchr, too.
62643         [!weak_alias]: Define __memrchr to memrchr.
62644         Guard weak_alias use with `#ifdef weak_alias'.
62645
62646 2000-10-21  Jim Meyering  <meyering@lucent.com>
62647
62648         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
62649         (dir_name): Use dir_name_r.
62650         * lib/dirname.h (dir_name_r): Declare it.
62651
62652 2000-10-17  Jim Meyering  <meyering@lucent.com>
62653
62654         * lib/quote.h (PARAMS): Define and use.
62655         Reported by Akim Demaille.
62656
62657         * lib/getopt.c: Update from libc.
62658
62659 2000-10-16  Jim Meyering  <meyering@lucent.com>
62660
62661         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
62662         setlocale.
62663         From Jan Fedak.
62664
62665 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
62666
62667         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
62668
62669 2000-09-25  Jim Meyering  <meyering@lucent.com>
62670
62671         * lib/md5.h (rol): Define (from GnuPG).
62672
62673         * lib/sha.c: Give credit (GnuPG) where due.
62674         (M): Use rol rather than open-coding it.
62675         Add a FIXME comment.
62676
62677 2000-09-21  Jim Meyering  <meyering@lucent.com>
62678
62679         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
62680         Reported by Michael Stone.
62681
62682 2000-09-20  Jim Meyering  <meyering@lucent.com>
62683
62684         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
62685         (noinst_HEADERS): Add sha.h.
62686         Based on code from Scott G. Miller and from GnuPG.
62687
62688 2000-09-18  Jim Meyering  <meyering@lucent.com>
62689
62690         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
62691         LIBS. Otherwise, everyone ends up linking with -lelf for some
62692         configurations.
62693         Reported by Mike Stone.
62694
62695 2000-09-15  Jim Meyering  <meyering@lucent.com>
62696
62697         * lib/regex.c: Update from libc.
62698
62699 2000-09-10  Jim Meyering  <meyering@lucent.com>
62700
62701         * lib/getopt.c (_getopt_internal): Update from glibc.
62702
62703 2000-09-09  Jim Meyering  <meyering@lucent.com>
62704
62705         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
62706         think it should be used as a general replacement for isascii.
62707         * lib/fnmatch.c: Likewise.
62708         * lib/mbswidth.c: Likewise
62709         * lib/regex.c: Likewise.
62710
62711         Don't use atoi.
62712         * lib/userspec.c: Include sys/param.h and limits.h.
62713         Include xstrtol.h.
62714         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
62715         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
62716         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
62717         UID, GID.  Check range.
62718
62719 2000-09-06  Jim Meyering  <meyering@lucent.com>
62720
62721         * lib/getopt.c (_getopt_internal): Update from glibc.
62722
62723 2000-08-30  Jim Meyering  <meyering@lucent.com>
62724
62725         * lib/strftime.c: Merge in changes from GNU libc.
62726
62727 2000-08-26  Jim Meyering  <meyering@lucent.com>
62728
62729         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
62730         * m4/fpending.m4: New file.
62731
62732 2000-08-26  Jim Meyering  <meyering@lucent.com>
62733
62734         * lib/closeout.c: Include "__fpending.h".
62735         (close_stdout_status): Return right away if there's nothing to flush.
62736
62737         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
62738         * lib/__fpending.c: New file.
62739         * lib/__fpending.h: New file.
62740
62741 2000-08-20  Jim Meyering  <meyering@lucent.com>
62742
62743         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
62744         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
62745         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
62746
62747 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
62748
62749         Improve fileutils installation on systems where running
62750         programs (like install) can't be unlinked.
62751         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
62752         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
62753
62754 2000-08-07  Paul Eggert  <eggert@twinsun.com>
62755
62756         Standardize on "memory exhausted" instead of "Memory exhausted"
62757         or "virtual memory exhausted".
62758         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
62759         "virtual memory exhausted".
62760         * lib/same.c (same_name): Invoke xalloc_die instead of printing
62761         our own message.
62762         * lib/userspec.c (parse_user_spec): Likewise.
62763         * lib/bumpalloc.h: comment fix
62764         * lib/same.c, userspec.c: Include xalloc.h.
62765
62766         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
62767         not char *const and pointing to a constant array.
62768         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
62769         (xrealloc): Comment fix.
62770
62771         * lib/userspec.c (parse_user_spec):
62772         Don't translate a message until just before returning,
62773         to avoid unnecessary translation.
62774
62775 2000-08-07  Jim Meyering  <meyering@lucent.com>
62776
62777         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
62778         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
62779         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
62780         getgroups.c, gethostname.c, getopt.h, group-member.c,
62781         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
62782         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
62783         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
62784         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
62785         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
62786         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
62787         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
62788         yesno.c: Back out Copyright date changes for each file with no change
62789         this year.  This eases coordination with other programs using the same
62790         source code modules.  From Paul Eggert.
62791
62792 2000-08-06  Paul Eggert  <eggert@twinsun.com>
62793
62794         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
62795         not char, for compatibility with glibc 2.1.3 strftime.c.
62796
62797 2000-08-03  Greg McGary  <greg@mcgary.org>
62798
62799         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
62800         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
62801         (EXTEND_BUFFER): Use them.
62802
62803 2000-08-01  Jim Meyering  <meyering@lucent.com>
62804
62805         * lib/dirname.c (ISSLASH): Define.
62806         (BACKSLASH_IS_PATH_SEPARATOR): Define.
62807         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
62808         both `\' and `/' may be use as path separators.
62809         Based on a patch from Prashant TR.
62810
62811 2000-07-31  Paul Eggert  <eggert@twinsun.com>
62812
62813         * lib/quotearg.c (quotearg_n_options): Don't make the initial
62814         slot vector a constant, since it might get modified.
62815
62816 2000-07-31  Jim Meyering  <meyering@lucent.com>
62817
62818         * lib/xmalloc.c: Use `virtual memory exhausted', not
62819         `Memory exhausted'.
62820         * lib/obstack.c (print_and_abort): Likewise.
62821
62822 2000-07-30  Paul Eggert  <eggert@twinsun.com>
62823
62824         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
62825         buffer, so that the caller can always quote one small
62826         component of a "memory exhausted" message in slot 0.
62827         From a suggestion by Jim Meyering.
62828
62829 2000-07-30  Jim Meyering  <meyering@lucent.com>
62830
62831         * lib/makepath.c (make_path): Quote the other instance, too.
62832
62833         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
62834         (STATIC_BUF_SIZE): Define.
62835         (quotearg_n_options): Use only statically allocated storage when
62836         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
62837         than STATIC_BUF_SIZE.
62838
62839 2000-07-29  Jim Meyering  <meyering@lucent.com>
62840
62841         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
62842         * lib/dirname.c (dir_name): Likewise.
62843
62844         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
62845         `/'.
62846
62847         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
62848         (dir_name): Assert that there are no trailing slashes.
62849
62850 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
62851
62852         * lib/mbswidth.h (mbswidth): Add a flags argument.
62853         (mbswidth): New declaration.
62854         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
62855         * lib/mbswidth.c (mbswidth): Add a flags argument.
62856         (mbsnwidth): New function.
62857
62858 2000-07-24  Jim Meyering  <meyering@lucent.com>
62859
62860         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
62861
62862 2000-07-23  Paul Eggert  <eggert@twinsun.com>
62863
62864         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
62865
62866 2000-07-23  Paul Eggert  <eggert@twinsun.com>
62867
62868         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
62869         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
62870         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
62871         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
62872         invoke multibyte primitives.
62873
62874 2000-07-23  Paul Eggert  <eggert@twinsun.com>
62875
62876         * lib/quotearg.c:
62877         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
62878         so that mbstate_t is always defined.
62879
62880         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
62881         be 1 in at least one GCC installation, and this configuration
62882         error is likely to be common.  Ignoring MB_LEN_MAX hurts
62883         performance on hosts that have mbrtowc but have only unibyte
62884         locales, but I assume these hosts are rare.
62885
62886 2000-07-23  Paul Eggert  <eggert@twinsun.com>
62887
62888         * lib/mbswidth.c (_XOPEN_SOURCE):
62889         Don't define; this causes problems on Solaris 7.
62890         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
62891
62892 2000-07-23  Jim Meyering  <meyering@lucent.com>
62893
62894         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
62895         too: getgrgid, getpwuid, getuid.
62896
62897 2000-07-23  Jim Meyering  <meyering@lucent.com>
62898
62899         * lib/basename.c (base_name): Add an assertion.
62900
62901 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
62902
62903         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
62904         shadow its mbsinit function.
62905
62906 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
62907
62908         * lib/mbswidth.h: New file.
62909         * lib/mbswidth.c: New file.
62910         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
62911         (noinst_HEADERS): Add mbswidth.h.
62912
62913 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
62914
62915         * lib/config.charset: Add support for FreeBSD. Improve support for
62916         HP-UX and IRIX 6.
62917
62918 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
62919
62920         * m4/mbswidth.m4: New file.
62921         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
62922
62923 2000-07-15  Jim Meyering  <meyering@lucent.com>
62924
62925         * lib/makepath.c: Include quote.h.
62926         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
62927         corresponding argument in a `quote (...)' call.
62928         Give better diagnostics.
62929
62930         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
62931         (noinst_HEADERS): Add quote.h.
62932
62933         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
62934         from tar's src/misc.c.
62935         * lib/quote.h: New file.  Prototypes for same.
62936
62937 2000-07-14  Paul Eggert  <eggert@twinsun.com>
62938
62939         From a suggestion by Bruno Haible.
62940         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
62941         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
62942         to decide whether to define the BeOS workaround macro;
62943         this adjusts to the change to AC_MBSTATE_T.
62944
62945 2000-07-14  Jim Meyering  <meyering@lucent.com>
62946
62947         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
62948         jm_AC_TYPE_UINTMAX_T.
62949
62950 2000-07-13  Paul Eggert  <eggert@twinsun.com>
62951
62952         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
62953
62954         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
62955         quotearg_buffer_restyled): Add support for
62956         clocale_quoting_style.  Undo previous change to
62957         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
62958         and "{RIGHT QUOTATION MARK}" msgids.
62959
62960 2000-07-10  Paul Eggert  <eggert@twinsun.com>
62961
62962         From a suggestion by Bruno Haible.
62963         * m4/mbstate_t.m4 (AC_MBSTATE_T):
62964         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
62965         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
62966         and mbstate_t, to a single-part test that simply defines mbstate_t.
62967         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
62968         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
62969
62970 2000-07-10  Jim Meyering  <meyering@lucent.com>
62971
62972         * m4/strerror_r.m4: Mirror the correction made in autoconf.
62973
62974         * m4/gnu-source.m4: Output to confdefs.h directly.
62975         Suggestion from Akim Demaille.
62976
62977 2000-07-09  Paul Eggert  <eggert@twinsun.com>
62978
62979         The old behavior of quoting `like this' doesn't look good with
62980         newer, ISO-style fonts.  See:
62981         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
62982
62983         Instead, quote "like this" by default.  Let the translator
62984         tailor the locale-specific quoting behavior by providing
62985         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
62986
62987         * lib/quotearg.c (N_): New macro.
62988         (gettext_default): New function.
62989         (quotearg_buffer_restyled): Use
62990         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
62991         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
62992
62993 2000-07-09  Jim Meyering  <meyering@lucent.com>
62994
62995         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
62996         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
62997
62998         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
62999         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
63000
63001 2000-07-09  Jim Meyering  <meyering@lucent.com>
63002
63003         * lib/Most files: Update copyright dates to include 2000.
63004
63005 2000-07-08  Jim Meyering  <meyering@lucent.com>
63006
63007         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
63008         if not defined.
63009         (xgethostname): Remove now-unnecessary #ifdef.
63010         Move declaration of `err' into loop where it's used.
63011
63012 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63013         and Bruno Haible  <haible@clisp.cons.org>
63014
63015         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
63016         only if the test for an object-type mbstate_t fails.  This
63017         prevents us from mistakenly reporting that mbstate_t is a
63018         system object type after we "#define mbstate_t int" to work
63019         around its lack.
63020
63021 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63022         and Bruno Haible  <haible@clisp.cons.org>
63023
63024         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
63025
63026 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63027
63028         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
63029         to strerror_r.
63030         Include <ctype.h> for use of isalpha.
63031
63032 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63033
63034         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
63035         by allocating a larger buffer. Test the gethostname return value for
63036         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
63037         returns an error and ENAMETOOLONG isn't defined.
63038
63039 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63040
63041         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
63042         dimension.
63043
63044 2000-07-04  Jim Meyering  <meyering@lucent.com>
63045
63046         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
63047         of the deprecated AC_CHECKING.
63048
63049 2000-07-04  Jim Meyering  <meyering@lucent.com>
63050
63051         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
63052         Reported by Bruno Haible.
63053
63054 2000-07-04  Jim Meyering  <meyering@lucent.com>
63055
63056         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
63057         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
63058         lacks mbrtowc.
63059
63060 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63061
63062         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
63063         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
63064
63065 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63066         and Bruno Haible  <haible@clisp.cons.org>
63067
63068         * lib/quotearg.c (mbrtowc):
63069         Assign to *pwc, and return 1 only if result is nonzero.
63070         (iswprint): Use ISPRINT when substituting our own mbrtowc.
63071
63072 2000-07-03  Jim Meyering  <meyering@lucent.com>
63073
63074         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
63075
63076 2000-07-03  Jim Meyering  <meyering@lucent.com>
63077
63078         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
63079         This is necessary to get a definition of e.g., UTMP_FILE on
63080         HP-UX 10.20.
63081         From Bob Proulx.
63082
63083 2000-07-02  Jim Meyering  <meyering@lucent.com>
63084
63085         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
63086
63087         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
63088         AC_LIBOBJ(function_name).
63089         * m4/chown.m4: Likewise.
63090         * m4/fnmatch.m4: Likewise.
63091         * m4/ftruncate.m4: Likewise.
63092         * m4/getgroups.m4: Likewise.
63093         * m4/getline.m4: Likewise.
63094         * m4/group-member.m4: Likewise.
63095         * m4/jm-macros.m4: Likewise.
63096         * m4/lstat.m4: Likewise.
63097         * m4/malloc.m4: Likewise.
63098         * m4/memcmp.m4: Likewise.
63099         * m4/nanosleep.m4: Likewise.
63100         * m4/putenv.m4: Likewise.
63101         * m4/realloc.m4: Likewise.
63102         * m4/regex.m4: Likewise.
63103         * m4/stat.m4: Likewise.
63104         * m4/strftime.m4: Likewise.
63105
63106 2000-07-02  Jim Meyering  <meyering@lucent.com>
63107
63108         * lib/quotearg.c (mbstate_t): Don't define here.
63109
63110 2000-07-02  Jim Meyering  <meyering@lucent.com>
63111
63112         * lib/nanosleep.c (SIGCONT): Define if not already defined.
63113
63114 2000-07-01  Jim Meyering  <meyering@lucent.com>
63115
63116         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
63117
63118 2000-07-01  Jim Meyering  <meyering@lucent.com>
63119
63120         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
63121         problem.
63122
63123 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63124
63125         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
63126         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
63127
63128 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63129
63130         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
63131         per change in ../m4/ls-mntd-fs.m4.
63132         (read_filesystem_list): Ignore symbolic links.
63133
63134 2000-06-29  Jim Meyering  <meyering@lucent.com>
63135
63136         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
63137         for declaration of strcmp.
63138
63139         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
63140
63141         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
63142         Avoid warning by casting result to `char *' to remove `const'.
63143
63144 2000-06-28  Jim Meyering  <meyering@lucent.com>
63145
63146         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
63147         included by quotearg.c, for which we perform this test.  From
63148         Bruno Haible.
63149
63150 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63151
63152         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
63153         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
63154         <utmpx.h> exists, put readutmp.o into LIBOBJS.
63155
63156 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63157
63158         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
63159
63160 2000-06-26  Paul Eggert  <eggert@twinsun.com>
63161
63162         savedir now sets errno on failure and invokes xmalloc to get memory.
63163         Fix a couple of other minor bugs while we're at it.
63164
63165         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
63166         (NAMLEN): Remove macro.
63167         (malloc, realloc): Remove decls.
63168         (stpcpy): Likewise.
63169         ("xalloc.h"): Include.
63170         (NAME_SIZE_DEFAULT): New macro.
63171         (savedir): Use xmalloc / xrealloc to allocate memory.
63172         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
63173         Skip "" directory entries.
63174         Use strlen to calculate directory entry length, since the old method
63175         is rarely used these days and isn't worth supporting.
63176         Don't use a pointer after freeing it.
63177         Check for integer overflow when calculating allocation size.
63178         Use memcpy to copy entries, instead of stpcpy.
63179         Set errno properly when returning NULL.
63180         Check for readdir error.
63181
63182 2000-06-26  Jim Meyering  <meyering@lucent.com>
63183
63184         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
63185
63186 2000-06-25  Jim Meyering  <meyering@lucent.com>
63187
63188         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
63189         Linux header bug when _XOPEN_SOURCE is defined to 500.
63190
63191 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63192
63193         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
63194         deficiency.
63195
63196 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63197
63198         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
63199         Include xalloc.h.
63200         Don't include <stdlib.h>.  Don't declare malloc, realloc.
63201
63202 2000-06-24  Jim Meyering  <meyering@lucent.com>
63203
63204         * m4/strerror_r.m4: Revive this file -- to try out an experimental
63205         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
63206         for which strerror does return char*, but which lacks a conveniently
63207         accessible declaration of the function.  If the compile-test says
63208         strerror_r doesn't work, then resort to a `run'-test that works on
63209         BeOS and segfaults on DEC Unix.
63210
63211 2000-06-24  Jim Meyering  <meyering@lucent.com>
63212
63213         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
63214
63215 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63216
63217         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
63218         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
63219
63220 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63221
63222         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
63223         (mbrtowc, mbstate_t): Define substitutes if
63224         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
63225         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
63226         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
63227
63228 2000-06-23  Jim Meyering  <meyering@lucent.com>
63229
63230         * m4/afs.m4: Add missing AC_MSG_RESULT.
63231         Reported by Bruno Haible.
63232
63233         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
63234         Suggestion from Bruno Haible.
63235
63236 2000-06-23  Jim Meyering  <meyering@lucent.com>
63237
63238         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
63239
63240 2000-06-21  Jim Meyering  <meyering@lucent.com>
63241
63242         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
63243
63244 2000-06-21  Jim Meyering  <meyering@lucent.com>
63245
63246         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
63247         (noinst_HEADERS): Add getstr.h.
63248
63249         * lib/getline.c (getstr): Move into a separate file.
63250         * lib/getstr.c (getstr): New file, extracted from getline.c, with
63251         the following changes: new parameter, delim2; both delim[12]
63252         parameters have type `int', not `char'.  The latter would lose
63253         with 8-bit delimiters.
63254         * lib/getstr.h: New file.
63255
63256 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63257
63258         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
63259         than 1024, return a memory chunk of least possible size, instead
63260         of size PATH_MAX + 2. In the loop, increment the size proportionally.
63261         Use free/xmalloc instead of xrealloc to avoid copying for very long
63262         paths.
63263
63264 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63265
63266         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
63267         the empty string.
63268
63269 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63270
63271         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
63272         address, not strdup.  Include <stdlib.h> and don't declare free().
63273
63274 2000-06-19  Jim Meyering  <meyering@lucent.com>
63275
63276         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
63277
63278 2000-06-18  Jim Meyering  <meyering@lucent.com>
63279
63280         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
63281
63282         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
63283         `checking whether...' message to be consistent with that of the
63284         lstat test.
63285
63286 2000-06-18  Jim Meyering  <meyering@lucent.com>
63287
63288         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
63289         Besides, these days every porting target provides a mkdir function.
63290
63291         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
63292         needed. (this snippet comes from src/system.h).
63293
63294 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
63295
63296         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
63297
63298 2000-06-15  Paul Eggert  <eggert@twinsun.com>
63299
63300         * lib/human.c (adjust_value): New function.
63301         (human_readable_inexact): Apply rounding style even when
63302         printing approximate values.
63303
63304 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63305
63306         * lib/human.c (human_readable_inexact): Allow an input block
63307         size that is not a multiple of the output block size, and vice versa.
63308         Reported by Piergiorgio Sartor.
63309
63310 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63311
63312         * lib/getdate.y (get_date): Apply relative times after time
63313         zone indicator, not before.  Reported by Todd A. Jacobs.
63314
63315 2000-06-13  Jim Meyering  <meyering@lucent.com>
63316
63317         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
63318
63319         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
63320
63321 2000-06-12  Paul Eggert  <eggert@twinsun.com>
63322
63323         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
63324
63325 2000-06-12  Jim Meyering  <meyering@lucent.com>
63326
63327         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
63328         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
63329         optional argument.
63330         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
63331         the optional argument, `lib'.
63332
63333 2000-06-08  Jim Meyering  <meyering@lucent.com>
63334
63335         * m4/largefile.m4: Remove file (now that it's part of autoconf).
63336
63337 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63338
63339         Rewrite largefile configuration so that we don't need to run
63340         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
63341         AC_CANONICAL_HOST in configure.in -- jmm]
63342
63343         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
63344         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
63345         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
63346         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
63347         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
63348         All uses changed.
63349         Instead of inspecting the output of getconf, try to compile the
63350         test program without and with the macro definition.
63351         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
63352         for getconf.  Instead, check for the needed flags by compiling
63353         test programs.
63354
63355 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63356
63357         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
63358
63359 2000-06-04  Jim Meyering  <meyering@lucent.com>
63360
63361         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
63362         SunOS 4.1.4 for which gid_t is an unsigned type.
63363
63364 2000-06-03  Jim Meyering  <meyering@lucent.com>
63365
63366         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
63367         now that autoconf requires that.
63368
63369         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
63370         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
63371         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
63372
63373 2000-06-03  Jim Meyering  <meyering@lucent.com>
63374
63375         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
63376
63377 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
63378
63379         * m4/glibc21.m4: New file.
63380         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
63381
63382 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
63383
63384         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
63385         newer, don't install charset.alias.
63386         * lib/config.charset: Change the Linux/glibc rules so they become empty
63387         on glibc-2.1 or newer.
63388
63389 2000-06-02  Jim Meyering  <meyering@lucent.com>
63390
63391         * lib/mountlist.c: Back out last change.  Instead, do this...
63392         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
63393         me_dummy member using the same `ignore'-testing code.
63394         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
63395         fs_type strings.
63396         From Mark D. Roth.
63397
63398 2000-05-29  Jim Meyering  <meyering@lucent.com>
63399
63400         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
63401         mounts with the `ignore' attribute.  Based on a patch from
63402         Mark D. Roth.
63403
63404 2000-05-28  Jim Meyering  <meyering@lucent.com>
63405
63406         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
63407         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63408         * m4/stat.m4: Likewise.
63409         * m4/lstat.m4: Likewise.
63410         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
63411
63412         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
63413         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
63414
63415 2000-05-26  Jim Meyering  <meyering@lucent.com>
63416
63417         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
63418
63419 2000-05-24  Jim Meyering  <meyering@lucent.com>
63420
63421         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
63422         autoconf requires that.
63423         * m4/lib-check.m4: Likewise.
63424         * m4/jm-macros.m4: Likewise.
63425         * m4/strftime.m4: Likewise.
63426
63427         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
63428         AC_CHECK_DECLS, now that autoconf requires that.
63429
63430 2000-05-22  Jim Meyering  <meyering@lucent.com>
63431
63432         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63433         * m4/lstat.m4: Likewise.
63434
63435 2000-05-22  Jim Meyering  <meyering@lucent.com>
63436
63437         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
63438
63439 2000-05-20  Jim Meyering  <meyering@lucent.com>
63440
63441         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
63442         (jm_PREREQ): Use it.
63443
63444 2000-05-18  Jim Meyering  <meyering@lucent.com>
63445
63446         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
63447         back, too, since it may have been modified by allocate_entry.
63448         (hash_delete): Rewrite to use neither the assignment operator
63449         nor the comma operator in an if-expression.
63450
63451 2000-05-15  Paul Eggert  <eggert@twinsun.com>
63452
63453         * lib/closeout.c:
63454         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
63455         Remove; no longer needed.
63456         "quotearg.h": Add include.
63457         (file_name): Do not bother to explicitly initialize to NULL; it's less
63458         efficient on some hosts.
63459         (close_stdout_status): Remove test as to whether stdout was already
63460         closed; it breaks for the case "echo x | sort >&-".
63461         Quote file name colons.
63462         Do not assume that _("write error") lacks format strings.
63463
63464 2000-05-15  Jim Meyering  <meyering@lucent.com>
63465
63466         * lib/version-etc.c (version_etc_copyright): Update the copyright
63467         string used in all --version output.
63468
63469 2000-05-14  Jim Meyering  <meyering@lucent.com>
63470
63471         * lib/closeout.c (close_stdout_set_file_name): New function.
63472         (close_stdout_status): Use new file-scoped global.
63473         Return right away if fstat says the stdout file descriptor is invalid.
63474         * lib/closeout.h (close_stdout_set_file_name): Declare.
63475
63476 2000-05-10  Jim Meyering  <meyering@lucent.com>
63477
63478         * lib/closeout.c [default_exit_status]: New file-scoped variable.
63479         (close_stdout_set_status): New function.
63480         * lib/closeout.h (close_stdout_set_status): Declare.
63481
63482 2000-05-09  Jim Meyering  <meyering@lucent.com>
63483
63484         * m4/gettext.m4: Rename this...
63485         * m4/libintl.m4: ...to this.
63486
63487 2000-05-08  Jim Meyering  <meyering@lucent.com>
63488
63489         * lib/long-options.c: Don't include closeout.h.
63490         (parse_long_options): Don't call close_stdout for --version.
63491
63492 2000-05-06  Paul Eggert  <eggert@twinsun.com>
63493
63494         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
63495         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
63496         2.1.3 bug.  This avoids a clash when files like regex.c define
63497         _GNU_SOURCE.
63498
63499 2000-05-06  Jim Meyering  <meyering@lucent.com>
63500
63501         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
63502         (AC_REPLACE_FUNCS): Add strnlen.
63503
63504         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
63505         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
63506
63507         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
63508         AC_SEARCH_LIBS call for nanosleep.
63509         (LIB_NANOSLEEP): Set and AC_SUBST.
63510
63511 2000-05-06  Jim Meyering  <meyering@lucent.com>
63512
63513         * lib/strnlen.c: Undefine __strnlen and strnlen.
63514         [!weak_alias]: Define __strnlen to strnlen.
63515
63516         * lib/atexit.c: New file, from libiberty.
63517
63518 2000-05-06  Jim Meyering  <meyering@lucent.com>
63519
63520         * lib/closeout.c (close_stdout_status): Also check for errors on the
63521         stderr stream.
63522
63523 2000-05-05  Jim Meyering  <meyering@lucent.com>
63524
63525         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
63526         AC_SEARCH_LIBS call for clock_gettime.
63527         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
63528
63529         * m4/search-libs.m4: Update from autoconf.
63530
63531         su doesn't work on Solaris 2.6.
63532         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
63533         <shadow.h>.  Reported by Dragos Harabor.
63534
63535 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
63536
63537         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
63538         memcpy instead of xmalloc, xrealloc, path_concat.
63539         (locale_charset): Treat empty environment variables as absent.
63540         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
63541
63542 2000-05-04  Jim Meyering  <meyering@lucent.com>
63543
63544         * lib/getopt.c: Update from glibc.
63545         * lib/obstack.c: Likewise.
63546         * lib/obstack.h: Likewise.
63547         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
63548         file
63549
63550         * lib/regex.h: Likewise.
63551         * lib/strndup.c: Likewise.
63552         * lib/strnlen.c: New file, from glibc.
63553
63554 2000-05-03  Jim Meyering  <meyering@lucent.com>
63555
63556         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
63557
63558 2000-05-02  Paul Eggert  <eggert@twinsun.com>
63559
63560         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
63561         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
63562         compile-time test, rather than inspecting host and OS, to
63563         decide whether to define _LARGEFILE_SOURCE.
63564
63565 2000-05-01  Jim Meyering  <meyering@lucent.com>
63566
63567         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
63568
63569         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
63570         Based on a patch from Bruno Haible.
63571
63572 2000-05-01  Jim Meyering  <meyering@lucent.com>
63573
63574         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
63575
63576 2000-04-29  Jim Meyering  <meyering@lucent.com>
63577
63578         * lib/path-concat.c: Declare strdup only if it's not defined.
63579         * lib/canon-host.c: Likewise.
63580
63581 2000-04-28  Jim Meyering  <meyering@lucent.com>
63582
63583         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
63584         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
63585         is included first, then limits.h is included by locale.h by libintl.h.
63586         From John David Anglin.
63587
63588 2000-04-25  Jim Meyering  <meyering@lucent.com>
63589
63590         * lib/makepath.c (S_IRWXUGO): Define.
63591         (make_path): Always perform explicit chmod if MODE specifies any
63592         of the `special' permission bits.  Prompted by a bug report against
63593         install from Mate Wierdl and Joost van Baal.
63594
63595 2000-04-18  Jim Meyering  <meyering@lucent.com>
63596
63597         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
63598         (jm_PREREQ): Use it.
63599
63600 2000-04-18  Jim Meyering  <meyering@lucent.com>
63601
63602         * lib/README: New file.
63603
63604         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
63605         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
63606
63607 2000-04-17  Jim Meyering  <meyering@lucent.com>
63608
63609         Get it right :-)
63610         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
63611         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
63612         Suggestion from Akim Demaille.
63613
63614 2000-04-17  Jim Meyering  <meyering@lucent.com>
63615
63616         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
63617         the definition of it to rpl_strftime also defined-away the system's
63618         declaration.
63619
63620 2000-04-15  Jim Meyering  <meyering@lucent.com>
63621
63622         Use `C' to denote so-called `contiguous' files, the same way
63623         that tar does.
63624         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
63625         (ftypelet): Use S_ISCTG.
63626         From Michael Deutschmann.
63627
63628 2000-04-14  Jim Meyering  <meyering@lucent.com>
63629
63630         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
63631         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
63632         clobbered.
63633
63634 2000-04-14  Jim Meyering  <meyering@lucent.com>
63635
63636         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
63637
63638 2000-04-13  Jim Meyering  <meyering@lucent.com>
63639
63640         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
63641         AH_VERBATIM to insert required #ifndef into config.h.in.
63642         Suggestion from Akim Demaille.
63643
63644 2000-04-12  Jim Meyering  <meyering@lucent.com>
63645
63646         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
63647         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
63648         Christian Krackowizer.
63649
63650         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
63651         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
63652         (AC_SYS_LARGEFILE): Require.
63653         (AM_C_PROTOTYPES): Require.
63654
63655 2000-04-08  Jim Meyering  <meyering@lucent.com>
63656
63657         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
63658         names don't conflict.  Reported by Eli Zaretskii.
63659
63660 2000-04-07  Jim Meyering  <meyering@lucent.com>
63661
63662         * lib/putenv.c: Move inclusion of errno.h so it follows that of
63663         sys/types.h, to work around system header problems on AIX 3.2.5.
63664         From Bruno Haible.
63665
63666 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
63667
63668         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
63669         bug.  Deal with the different error behavior of Irix iconv.
63670
63671 2000-04-05  Paul Eggert  <eggert@twinsun.com>
63672
63673         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
63674         IRIX if the installer said otherwise.
63675
63676 2000-04-05  Jim Meyering  <meyering@lucent.com>
63677
63678         Portability tweaks required for ultrix4.3.
63679         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
63680         (jm_CHECK_DECLS): Add getutent to the list of functions.
63681         (_jm_DECL_HEADERS): Add utmpx.h.
63682         From John David Anglin.
63683
63684         * m4/strftime.m4: Back out the 2000-04-02 change.
63685         Instead of that change, simply undefine putenv in the test program.
63686
63687 2000-04-05  Jim Meyering  <meyering@lucent.com>
63688
63689         Portability tweaks required for ultrix4.3.
63690         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
63691         getutent.
63692         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
63693         * lib/canon-host.c: Declare strdup.
63694         * lib/path-concat.c: Likewise.
63695         From John David Anglin.
63696
63697 2000-04-04  Jim Meyering  <meyering@lucent.com>
63698
63699         Be more DOS 8.3-friendly.
63700         * lib/ref-add.sin: Renamed from ref-add.sed.in.
63701         * lib/ref-del.sin: Renamed from ref-del.sed.in.
63702         * lib/Makefile.am: Reflect renaming.
63703         Reported by Eli Zaretskii.
63704
63705         Use a temporary file name that won't clash with `charset.alias'
63706         in the DOS 8.3 name space.
63707         * lib/Makefile.am (charset_tmp): Define.
63708         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
63709         (uninstall-local): Likewise.
63710         Reported by Eli Zaretskii.
63711
63712 2000-04-03  Jim Meyering  <meyering@lucent.com>
63713
63714         * m4/gettext.m4: Fix typo in comment.
63715
63716         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
63717         textutils/configure.in).  Suggestion from Paul Eggert.
63718         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
63719
63720 2000-04-02  Paul Eggert  <eggert@twinsun.com>
63721
63722         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
63723         variable in the shell rather than using putenv, which isn't
63724         portable.  This avoids the configure-time inter-test dependency
63725         on the potentially-renamed putenv function.
63726
63727 2000-03-30  Paul Eggert  <eggert@twinsun.com>
63728
63729         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
63730         before checking struct stat.st_blksize, so that
63731         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
63732
63733 2000-03-29  Paul Eggert  <eggert@twinsun.com>
63734
63735         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
63736         since strftime.c uses HAVE_STRFTIME to decide whether to use
63737         the underlying strftime.
63738
63739 2000-03-29  Paul Eggert  <eggert@twinsun.com>
63740
63741         * lib/time/strftime.c (my_strftime): Make sure we call the system
63742         strftime, not ourselves, when invoking the underlying strftime.
63743
63744 2000-03-24  Jim Meyering  <meyering@lucent.com>
63745
63746         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
63747         (charset_alias): Define.
63748         (install-exec-local): Factor out common code.
63749         (uninstall-local): Split lines longer than 80.
63750         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
63751         (SUFFIXES): Define.
63752         (.sed.in.sed): New rule.  Don't redirect directly to $@.
63753         (CLEANFILES): Add ref-add.sed and ref-del.sed.
63754
63755 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
63756
63757         * lib/config.charset: Output a line containing "Packages using this
63758         file".
63759         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
63760         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
63761         ref-del.sed): New rules.
63762
63763 2000-03-17  Jim Meyering  <meyering@lucent.com>
63764
63765         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
63766         Otherwise, include <strings.h>
63767
63768 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
63769
63770         * lib/unicodeio.c (utf8_wctomb): New function.
63771         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
63772         format instead of in UCS-4 with platform dependent endianness.
63773
63774 2000-03-10  Jim Meyering  <meyering@lucent.com>
63775
63776         * m4/lib-check.m4: Look for getspnam in -lgen, too.
63777         From Marco Franzen.
63778
63779 2000-03-07  Paul Eggert  <eggert@twinsun.com>
63780
63781         * lib/savedir.c (savedir): Work even if directory size is
63782         negative; this can happen with some screwy NFS configurations.
63783
63784 2000-03-06  Jim Meyering  <meyering@lucent.com>
63785
63786         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
63787         if it's NULL (because we ran out of memory).  From Bruno Haible.
63788
63789 2000-03-05  Jim Meyering  <meyering@lucent.com>
63790
63791         * lib/localcharset.c ("path-concat.h"): Include.
63792         (get_charset_aliases): Use path_concat instead of ANSI string
63793         concatenation.
63794
63795         * lib/unicodeio.h (PARAMS): Define.
63796         Use it to guard prototype.
63797
63798 2000-03-04  Jim Meyering  <meyering@lucent.com>
63799
63800         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
63801         for lib/localcharset.c.
63802
63803 2000-03-04  Jim Meyering  <meyering@lucent.com>
63804
63805         * lib/Makefile.am (install-exec-local): Create $(libdir) before
63806         installing into it.
63807         (uninstall-local): Uncomment this rule so `make distcheck' works
63808         once again.
63809
63810         * lib/unicodeio.c (<errno.h>): Include it.
63811         (errno): Declare if not defined.
63812
63813         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
63814
63815         * lib/config.charset: New version, incorporating remarks from a linux
63816         i18n mailing list.  From Bruno Haible.
63817
63818 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
63819
63820         * m4/codeset.m4: New file.
63821         * m4/iconv.m4: New file.
63822         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
63823
63824 2000-03-03  Jim Meyering  <meyering@lucent.com>
63825
63826         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
63827
63828 2000-03-02  Jim Meyering  <meyering@lucent.com>
63829
63830         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
63831         the messages come out on separate lines.
63832
63833         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
63834         rather than jm_CHECK_DECLARATIONS.
63835         * m4/decl.m4: Remove now-unused file.
63836
63837         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
63838         geteuid.
63839
63840 2000-03-02  Jim Meyering  <meyering@lucent.com>
63841
63842         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
63843
63844 2000-03-01  Jim Meyering  <meyering@lucent.com>
63845
63846         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
63847         * lib/unicodeio.c: Likewise.
63848
63849 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
63850
63851         * lib/config.charset: New file.
63852         * lib/localcharset.c: New file.
63853         * lib/unicodeio.h, lib/unicodeio.c: New files.
63854         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
63855         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
63856         (noinst_HEADERS): Add unicodeio.h.
63857         (all-local, install-exec-local, charset.alias): New targets.
63858
63859 2000-02-28  Paul Eggert  <eggert@twinsun.com>
63860
63861         * lib/quotearg.c (ALERT_CHAR): New macro.
63862         (quotearg_buffer_restyled): Use it.
63863
63864 2000-02-27  Jim Meyering  <meyering@lucent.com>
63865
63866         * m4/check-decl.m4: Add getenv to the list.
63867
63868 2000-02-27  Jim Meyering  <meyering@lucent.com>
63869
63870         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
63871         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
63872
63873         * lib/backupfile.c: Guard inclusion of stdlib.h with
63874         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
63875         Declare malloc if needed.
63876
63877         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
63878         `#ifndef HAVE_DECL..'
63879         now that autoconf always defines the HAVE_DECL_ symbols.
63880         * lib/human.c: Likewise.
63881         * lib/same.c: Likewise.
63882         * lib/strtoumax.c: Likewise.
63883
63884         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
63885         declaration check was not run.
63886         * lib/hash.c: Likewise.
63887         * lib/human.c: Likewise.
63888         * lib/same.c: Likewise.
63889         * lib/strtoumax.c: Likewise.
63890
63891         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
63892         `.', then first look up the entire `.'-containing string as a login
63893         name.
63894
63895 2000-02-23  Jim Meyering  <meyering@lucent.com>
63896
63897         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
63898         in place of my hack.
63899
63900 2000-02-18  Paul Eggert  <eggert@twinsun.com>
63901
63902         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
63903         (textint): New typedef.
63904         (parser_control): Member year changed from int to textint.
63905         All uses changed.
63906         (YYSTYPE): Removed; replaced by %union with int and textint members.
63907         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
63908         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
63909         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
63910         (tSNUMBER, tUNUMBER): Now of type <textintval>.
63911         (date, number, to_year): Use width of number in digits, not its value,
63912         to determine whether it's a 2-digit year, or a 2-digit time.
63913         (yylex): Store number of digits of numeric tokens.
63914         Reported by John Kendall.
63915
63916         (parser_control): Changed from struct parser_control to typedef (for
63917         consistency).  All uses changed.
63918
63919         (tID): Removed; not used.
63920         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
63921
63922 2000-02-14  Paul Eggert  <eggert@twinsun.com>
63923
63924         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
63925         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
63926
63927 2000-02-12  Jim Meyering  <meyering@lucent.com>
63928
63929         * lib/userspec.c (ISDIGIT): Define it.
63930         (isdigit): Remove definition.
63931         (is_number): Use ISDIGIT, not isdigit.
63932         <libintl.h>: Include.
63933         (_ and N_): Define.
63934         (parse_user_spec): Mark translatable strings.
63935
63936 2000-02-10  Jim Meyering  <meyering@lucent.com>
63937
63938         With these changes, nanosleep.[ch] are finally enough like the other
63939         lib/* replacement files to compile on a few more losing systems.
63940
63941         * lib/nanosleep.h: Don't include config.h.
63942         Remove prototype from declaration of nanosleep.
63943         (PARAMS): Remove now-unneeded definition.
63944         * lib/nanosleep.c: #undef nanosleep.
63945         (rpl_nanosleep): Rename from nanosleep.
63946
63947 2000-02-10  Jim Meyering  <meyering@lucent.com>
63948
63949         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
63950         gnu_nanosleep to rpl_nanosleep.
63951
63952 2000-02-09  Jim Meyering  <meyering@lucent.com>
63953
63954         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
63955         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
63956
63957 2000-02-08  Akim Demaille  <akim@epita.fr>
63958
63959         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
63960         `[' and `]' and remove uses of `changequote'.
63961         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
63962         (AC_SYS_LARGEFILE): Likewise.
63963         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
63964         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
63965         of changequote.
63966         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
63967         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
63968         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
63969         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
63970
63971 2000-02-05  Jim Meyering  <meyering@lucent.com>
63972
63973         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
63974         Remove explicit use of AC_HEADER_TIME.  It is required by
63975         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
63976         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
63977         in autoconf whereby the expansion of the latter ended up preceding
63978         the expansion of its prerequisite, AC_HEADER_TIME.
63979         Reported by Volker Borchert.
63980
63981 2000-02-03  Jim Meyering  <meyering@lucent.com>
63982
63983         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
63984
63985 2000-02-03  Jim Meyering  <meyering@lucent.com>
63986
63987         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
63988         rather than with `#if HAVE_UTMPNAME'.
63989
63990 2000-02-02  Jim Meyering  <meyering@lucent.com>
63991
63992         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
63993         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
63994         Reported by Eli Zaretskii.
63995
63996 2000-02-01  Jim Meyering  <meyering@lucent.com>
63997
63998         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
63999
64000 2000-01-31  Jim Meyering  <meyering@lucent.com>
64001
64002         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
64003         functions.  Add the time.h and sys/time.h headers along with the
64004         AC_REQUIRE'ment of AC_HEADER_TIME.
64005
64006 2000-01-31  Jim Meyering  <meyering@lucent.com>
64007
64008         * lib/nanosleep.h (nanosleep): Guard declaration with
64009         `#if ! HAVE_DECL_NANOSLEEP'.
64010         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
64011         the declaration in that vendor's sys/timers.h.
64012         Reported by Christian Krackowizer.
64013
64014         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
64015         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
64016         (ISPRINT): Likewise.
64017         Reported by Tom Tromey.
64018
64019 2000-01-30  Jim Meyering  <meyering@lucent.com>
64020
64021         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
64022
64023         * m4/prereq.m4 (utmp_includes): Define.
64024         Check for ut_user and ut_name members in both struct utmpx
64025         and struct utmp.
64026
64027 2000-01-30  Jim Meyering  <meyering@lucent.com>
64028
64029         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
64030         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
64031         header files where only utmpx.ut_user is declared.
64032
64033         * lib/readutmp.h (UT_USER): Define.
64034
64035 2000-01-29  Jim Meyering  <meyering@lucent.com>
64036
64037         * m4/lib-check.m4: New file containing library-related checks from
64038         fileutils and sh-utils (textutils had none).
64039
64040 2000-01-28  Jim Meyering  <meyering@lucent.com>
64041
64042         * m4/perl.m4: Change format of warning message to look more like that
64043         from the missing script.  Suggestion from François Pinard.
64044
64045 2000-01-25  Jim Meyering  <meyering@lucent.com>
64046
64047         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
64048         well as time.h in the compile check.
64049         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
64050         Fix typo in cross-compiling case: s/yes/no/.
64051
64052 2000-01-23  Jim Meyering  <meyering@lucent.com>
64053
64054         * m4/jm-macros.m4: Move df-related tests here from
64055         fileutils/configure.in
64056
64057         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
64058         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
64059
64060         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
64061         s/space/ac_fsusage_space/.
64062         (jm_FILE_SYSTEM_USAGE): Take two parameters.
64063
64064         * m4/ftruncate.m4: New file (derived from part of
64065         fileutils/configure.in).
64066         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
64067         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
64068
64069         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
64070         AC_SUBST these here, rather than just in sh-util/configure.in, so
64071         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
64072         all the same.
64073         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
64074         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
64075         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
64076         (AC_SUBST(POW_LIBM)): Likewise.
64077         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
64078
64079 2000-01-23  Jim Meyering  <meyering@lucent.com>
64080
64081         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
64082         obstack.c.
64083
64084 2000-01-22  Jim Meyering  <meyering@lucent.com>
64085
64086         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
64087
64088         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
64089
64090         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
64091         configure.in
64092         (AC_CHECK_HEADERS): Likewise for sh-utils.
64093         (AC_CHECK_HEADERS): Likewise for textutils.
64094         Merge the three lists of headers.
64095
64096         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
64097         from fileutils' configure.in.
64098
64099         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
64100         code. Moved tests into their own function (_jm_DECL_HEADERS) in
64101         check-decl.m4.
64102
64103         * m4/check-decl.m4: Use #if rather than #ifdef.
64104         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
64105         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
64106         (_jm_DECL_HEADERS): Define new function.
64107         (jm_CHECK_DECLARATIONS): Require it.
64108
64109 2000-01-22  Jim Meyering  <meyering@lucent.com>
64110
64111         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
64112         [! HAVE_DECL_STRTOULL]: Declare strtoull.
64113         Required for some AIX systems.  Reported by Christian Krackowizer.
64114         [TESTING] (main): New function.
64115
64116         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
64117         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
64118         letters.
64119
64120         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
64121         iswprint.
64122
64123         * lib/strverscmp.c (ISDIGIT): Define.
64124         (strverscmp): Use ISDIGIT, not isdigit.
64125
64126 2000-01-19  Jim Meyering  <meyering@lucent.com>
64127
64128         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
64129         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
64130         defines `struct timespec' in <sys/time.h>
64131
64132         * m4/c-bs-a.m4: Remove uses of changequote altogether.
64133         Thanks to Akim for explaining.
64134
64135 2000-01-17  Paul Eggert  <eggert@twinsun.com>
64136
64137         * lib/nanosleep.c (nanosleep):
64138         Don't use SA_INTERRUPT to decide whether to call sigaction, as
64139         POSIX.1 doesn't require SA_INTERRUPT and some systems
64140         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
64141         it's been part of POSIX.1 since day 1 (in 1988).
64142
64143 2000-01-17  Jim Meyering  <meyering@lucent.com>
64144
64145         * lib/interlock: Remove unused file.  Reported by François Pinard.
64146
64147 2000-01-16  Paul Eggert  <eggert@twinsun.com>
64148
64149         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
64150         alert, backslash, formfeed, and vertical tab unnecessarily in
64151         shell quoting style.
64152
64153 2000-01-16  Jim Meyering  <meyering@lucent.com>
64154
64155         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
64156         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
64157         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
64158         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
64159
64160 2000-01-16  Jim Meyering  <meyering@lucent.com>
64161
64162         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
64163         because the latter didn't work.
64164
64165 2000-01-15  Jim Meyering  <meyering@lucent.com>
64166
64167         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
64168         (AC_REPLACE_FUNCS): Add memcpy and memset.
64169         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
64170         Add strpbrk.
64171         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
64172
64173 2000-01-12  Jim Meyering  <meyering@lucent.com>
64174
64175         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
64176         (jm_PREREQ): Use it.
64177         (jm_PREREQ_READUTMP): New macro.
64178         (jm_PREREQ): Use it.
64179
64180 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64181
64182         Quote multibyte characters correctly.
64183         * m4/c-bs-a.m4: New file.
64184         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
64185         (jm_PREREQ): Use it.
64186
64187 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64188
64189         * m4/uintmax_t.m4: Port to autoconf 2.13.
64190
64191 2000-01-08  Jim Meyering  <meyering@ascend.com>
64192
64193         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
64194         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
64195
64196 2000-01-04  Jim Meyering  <meyering@ascend.com>
64197
64198         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
64199         jm_STRUCT_DIRENT_D_TYPE.
64200         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
64201         jm_STRUCT_DIRENT_D_INO.
64202         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
64203         jm_STRUCT_UTIMBUF.
64204         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
64205         renamings.
64206         * m4/utime.m4: Likewise.
64207
64208         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
64209         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
64210
64211 2000-01-03  Paul Eggert  <eggert@twinsun.com>
64212
64213         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
64214         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
64215
64216 2000-01-02  Jim Meyering  <meyering@ascend.com>
64217
64218         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
64219         remember if this is necessary.
64220
64221 1999-12-26  Jim Meyering  <meyering@ascend.com>
64222
64223         * m4/jm-macros.m4: Use it here.
64224         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
64225
64226 1999-12-23  Jim Meyering  <meyering@ascend.com>
64227
64228         * m4/jm-macros.m4: Check for clock_gettime (moved from
64229         fileutils/configure.in)
64230         Check for gettimeofday.
64231
64232 1999-12-20  Jim Meyering  <meyering@ascend.com>
64233
64234         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
64235         autoconf-2.14a-1999-12-20.
64236
64237 1999-12-19  Jim Meyering  <meyering@ascend.com>
64238
64239         * m4/lstat-slash.m4: New file.
64240         * m4/jm-macros.m4: Use the new macro:
64241         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64242
64243 1999-12-07  Jim Meyering  <meyering@ascend.com>
64244
64245         * m4/perl.m4: Require that File::Compare be available, too.
64246         Too many systems seem to lack it.
64247
64248         * m4/strftime.m4: Add checks for most of the cpp macros tested in
64249         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
64250
64251 1999-11-18  Paul Eggert  <eggert@twinsun.com>
64252
64253         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
64254         problem with the QNX 4.25 shell, which doesn't propagate exit
64255         status of failed commands inside shell assignments.
64256
64257 1999-11-17  Jim Meyering  <meyering@ascend.com>
64258
64259         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
64260
64261 1999-11-07  Jim Meyering  <meyering@ascend.com>
64262
64263         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
64264
64265 1999-11-06  Jim Meyering  <meyering@ascend.com>
64266
64267         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
64268         * m4/jm-macros.m4 (jm_MACROS): Use it here.
64269
64270 1999-11-05  Jim Meyering  <meyering@ascend.com>
64271
64272         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
64273         configure.in of textutils, fileutils, and sh-utils into this one
64274         (shared between those packages) file.
64275         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
64276         AC_STRUCT_ST_BLKSIZE.
64277
64278 1999-11-03  Jim Meyering  <meyering@ascend.com>
64279
64280         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
64281         of AC_CHECK_TYPE checks includes unistd.h.
64282         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
64283         Suggestion from Akim Demaille.
64284
64285 1999-10-30  Jim Meyering  <meyering@ascend.com>
64286
64287         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
64288         m4-quoted string.
64289         * m4/ls-mntd-fs.m4: Likewise.
64290         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
64291         * m4/jm-winsz1.m4: Likewise.
64292
64293         * m4/const.m4: Remove file, since the fix made it into the experimental
64294         version of autoconf.
64295         * m4/mktime.m4: Likewise.
64296
64297         * m4/check-type.m4: Remove file, now that the latest version of
64298         AC_CHECK_TYPE takes a third arg to specify additional #includes.
64299
64300         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
64301         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
64302         AC_CHECK_TYPE.
64303
64304 1999-10-04  Jim Meyering  <meyering@ascend.com>
64305
64306         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
64307
64308 1999-09-22  Paul Eggert  <eggert@twinsun.com>
64309
64310         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
64311         2.95.1 bug with HP-UX 10.20.
64312
64313 1999-09-17  Jim Meyering  <meyering@ascend.com>
64314
64315         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
64316         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
64317         due to missing strdup (against sh-utils-2.0).
64318
64319 1999-08-29  Jim Meyering  <meyering@ascend.com>
64320
64321         * m4/jm-macros.m4: Require jm_BISON.
64322         * m4/bison.m4: New file.
64323
64324 1999-08-17  Paul Eggert  <eggert@twinsun.com>
64325
64326         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
64327         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
64328
64329 1999-08-05  Jim Meyering  <meyering@ascend.com>
64330
64331         * m4/getline.m4: Rename test file from conftestdata to conftest.data
64332         to avoid conflicts with `conftest' on 8+3 filesystems.
64333         Suggestion from Eli Zaretskii.
64334
64335 1999-08-04  Jim Meyering  <meyering@ascend.com>
64336
64337         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
64338         fileutils and sh-utils (textutils's getline test was inadequate).
64339         (AM_FUNC_GETLINE): Run this test.
64340         (AC_CHECK_FUNCS): Check for getdelim.
64341         Reported by Bob Proulx.
64342
64343 1999-08-02  Jim Meyering  <meyering@ascend.com>
64344
64345         * m4/jm-macros.m4: Add a comment.
64346
64347 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64348
64349         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
64350         <inttypes.h> defines strtoumax as a macro (and not as a
64351         function).
64352
64353 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64354
64355         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
64356         that we can shift, multiply and divide unsigned long long
64357         values; Ultrix cc can't do it.
64358
64359 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64360
64361         * m4/mktime.m4: New file, which is a preview of what should appear
64362         in the next public autoconf release.
64363
64364 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64365
64366         * m4/lfs.m4: Remove this file.
64367         * m4/largefile.m4: New file.  It contains the old contents of
64368         lfs.m4, except that all names with prefix AC_LFS have been
64369         changed to use the prefix AC_SYS_LARGEFILE instead, to be
64370         compatible with future autoconf versions.  Also, some minor m4
64371         quoting problems have been fixed.
64372
64373 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64374
64375         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
64376         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
64377         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
64378         and simplify the shell code.
64379
64380 1999-08-01  Jim Meyering  <meyering@ascend.com>
64381
64382         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
64383         m4.
64384
64385 1999-07-20  Jim Meyering  <meyering@ascend.com>
64386
64387         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
64388
64389 1999-07-15  Jim Meyering  <meyering@ascend.com>
64390
64391         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
64392
64393 1999-05-22  Jim Meyering  <meyering@ascend.com>
64394
64395         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
64396
64397 1999-05-20  Jim Meyering  <meyering@ascend.com>
64398
64399         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
64400         Add a colon after each `then' in case $4 is empty.
64401
64402 1999-05-16  Jim Meyering  <meyering@ascend.com>
64403
64404         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
64405
64406 1999-05-10  Jim Meyering  <meyering@ascend.com>
64407
64408         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
64409
64410         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
64411         AC_FUNC_MKTIME.
64412
64413 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
64414
64415         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
64416
64417 1999-05-04  Paul Eggert  <eggert@twinsun.com>
64418
64419         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
64420         not CPPFLAGS, so that linking works correctly in IRIX.
64421
64422 1999-04-30  Paul Eggert  <eggert@twinsun.com>
64423
64424         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
64425
64426 1999-04-20  Paul Eggert  <eggert@twinsun.com>
64427
64428         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
64429         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
64430         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
64431         jm_AC_TYPE_UNSIGNED_LONG_LONG.
64432         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
64433
64434         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
64435
64436 1999-04-20  Jim Meyering  <meyering@ascend.com>
64437
64438         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
64439         AC_REPLACE xstroull if necessary.  From Paul Eggert.
64440         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
64441
64442 1999-04-18  Jim Meyering  <meyering@ascend.com>
64443
64444         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
64445         * m4/jm-macros.m4: Use it.
64446
64447 1999-04-06  Jim Meyering  <meyering@ascend.com>
64448
64449         * m4/strftime.m4: Remove test for %f.
64450
64451 1999-03-29  Jim Meyering  <meyering@ascend.com>
64452
64453         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
64454         superset of the AC_TYPE_* checks in the textutils, fileutils,
64455         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
64456         AC_TYPE_PID_T.
64457
64458 1999-03-28  Jim Meyering  <meyering@ascend.com>
64459
64460         * m4/jm-macros.m4: Define GNU_PACKAGE here.
64461         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
64462         replaced e.g., in the *.sh files of the sh-utils.
64463
64464 1999-03-20  Jim Meyering  <meyering@ascend.com>
64465
64466         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
64467         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
64468         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
64469
64470 1999-03-19  Jim Meyering  <meyering@ascend.com>
64471
64472         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
64473
64474 1999-03-12  Jim Meyering  <meyering@ascend.com>
64475
64476         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
64477
64478 1999-03-07  Jim Meyering  <meyering@ascend.com>
64479
64480         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
64481         declared.
64482
64483 1999-02-17  Jim Meyering  <meyering@ascend.com>
64484
64485         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
64486         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
64487
64488 1999-02-07  Jim Meyering  <meyering@ascend.com>
64489
64490         * m4/group-member.m4: New file -- extracted from sh-utils'
64491         configure.in.
64492
64493         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
64494         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
64495
64496 1999-02-06  Jim Meyering  <meyering@ascend.com>
64497
64498         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
64499         * m4/fnmatch.m4: Likewise.
64500         * m4/getgroups.m4: Likewise.
64501         * m4/lstat.m4: Likewise.
64502         * m4/malloc.m4: Likewise.
64503         * m4/putenv.m4: Likewise.
64504         * m4/realloc.m4: Likewise.
64505         * m4/regex.m4: Likewise.
64506         * m4/stat.m4: Likewise.
64507         * m4/strftime.m4: Likewise.
64508         Suggestion from Alain Magloire.
64509
64510         * m4/chown.m4: Use `.$ac_objext', not `.o'.
64511         * m4/fnmatch.m4: Likewise.
64512         * m4/getgroups.m4: Likewise.
64513         * m4/getline.m4: Likewise.
64514         * m4/lstat.m4: Likewise.
64515         * m4/malloc.m4: Likewise.
64516         * m4/memcmp.m4: Likewise.
64517         * m4/putenv.m4: Likewise.
64518         * m4/realloc.m4: Likewise.
64519         * m4/regex.m4: Likewise.
64520         * m4/stat.m4: Likewise.
64521         * m4/strftime.m4: Likewise.
64522         Suggestion from Alain Magloire.
64523
64524         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
64525         an argument.
64526
64527         * m4/regex.m4: Add a run-time Test for proper operation of
64528         re_compile_pattern.
64529
64530 1999-01-31  Jim Meyering  <meyering@ascend.com>
64531
64532         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
64533
64534 1999-01-30  Jim Meyering  <meyering@ascend.com>
64535
64536         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
64537
64538         * m4/jm-mktime.m4: Make this a wrapper around the official
64539         AM_FUNC_MKTIME rather than my private copy, now that the official one
64540         is up to date.
64541         * m4/mktime.m4: Remove file.
64542
64543         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
64544         * m4/uptime.m4: Likewise.
64545         * m4/uintmax_t.m4: Likewise.
64546
64547 1999-01-28  Jim Meyering  <meyering@ascend.com>
64548
64549         * m4/jm-macros.m4: Use jm_AFS.
64550         * m4/afs.m4: New file (from fileutils' configure.in).
64551
64552         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
64553         * m4/chown.m4: Likewise.
64554         * m4/d-ino.m4: Likewise.
64555         * m4/d-type.m4: Likewise.
64556         * m4/fnmatch.m4: Likewise.
64557         * m4/getgroups.m4: Likewise.
64558         * m4/gettext.m4: Likewise.
64559         * m4/jm-mktime.m4: Likewise.
64560         * m4/jm-winsz2.m4: Likewise.
64561         * m4/lcmessage.m4: Likewise.
64562         * m4/ls-mntd-fs.m4: Likewise.
64563         * m4/malloc.m4: Likewise.
64564         * m4/memcmp.m4: Likewise.
64565         * m4/putenv.m4: Likewise.
64566         * m4/realloc.m4: Likewise.
64567         * m4/st_mtim.m4: Likewise.
64568         * m4/strftime.m4: Likewise.
64569
64570 1999-01-16  Jim Meyering  <meyering@ascend.com>
64571
64572         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
64573         (ARGMATCH_DIE_DECL): Define.
64574
64575 1999-01-12  Jim Meyering  <meyering@ascend.com>
64576
64577         * m4/Makefile.am.in: Rewrite to avoid using fmt.
64578         Reported by Lars Hecking.
64579
64580 1999-01-10  Jim Meyering  <meyering@ascend.com>
64581
64582         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
64583         gross kludge.
64584         * m4/inttypes_h.m4: Likewise.
64585         * m4/lstat.m4: Likewise.
64586         * m4/malloc.m4: Likewise.
64587         * m4/readdir.m4: Likewise.
64588         * m4/realloc.m4: Likewise.
64589         * m4/st_dm_mode.m4: Likewise.
64590         * m4/stat.m4: Likewise.
64591         * m4/utimbuf.m4: Likewise.
64592         * m4/utimes.m4: Likewise.
64593
64594         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
64595         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
64596         comments in config.h.in are meaningful.
64597
64598         * m4/jm-macros.m4: Require autoconf-2.13 here.
64599
64600         * m4/regex.m4: By default, don't use the included regex.c on systems
64601         with glibc 2.  Suggestion from Uli Drepper.
64602
64603 1999-01-02  Jim Meyering  <meyering@ascend.com>
64604
64605         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
64606
64607 1998-12-18  Jim Meyering  <meyering@ascend.com>
64608
64609         * m4/Makefile.am.in (Makefile.am): Simplify rule.
64610         Based on a suggestion from Lars Hecking.
64611
64612 1998-11-16  Paul Eggert  <eggert@twinsun.com>
64613
64614         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
64615
64616 1998-11-16  Jim Meyering  <meyering@ascend.com>
64617
64618         * m4/lfs.m4: Double-quote the `uname...` expression.
64619
64620 1998-11-14  Jim Meyering  <meyering@ascend.com>
64621
64622         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
64623         * m4/stat.m4: Likewise.
64624
64625 1998-11-03  Jim Meyering  <meyering@ascend.com>
64626
64627         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
64628         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
64629
64630 1998-10-18  Jim Meyering  <meyering@ascend.com>
64631
64632         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
64633
64634 1998-10-17  Jim Meyering  <meyering@ascend.com>
64635
64636         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
64637         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
64638         calls for those previously hard-coded headers.  Instead, take a new
64639         parameter.
64640         (jm_CHECK_DECLARATIONS): Reflect interface change.
64641         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
64642         (jm_CHECK_DECL_LOCALTIME_R): New macro.
64643
64644         * m4/mktime.m4: Test for spring-forward gap before long-running test.
64645
64646 1998-10-14  Jim Meyering  <meyering@ascend.com>
64647
64648         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
64649         instead of "TZ=America/Vancouver".  From Paul Eggert.
64650
64651 1998-10-11  Jim Meyering  <meyering@ascend.com>
64652
64653         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
64654         This adds a test for a recently added compatibility fix for mktime.c.
64655         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
64656
64657 1998-09-27  Jim Meyering  <meyering@ascend.com>
64658
64659         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
64660
64661         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
64662         ../configure.in, including a change from Gordon Matzigkeit to allow
64663         cross-compiling for the Hurd.
64664
64665         * m4/glibc.m4: New file/macro to test for the GNU C Library
64666         versions 1 and 2.  From Gordon Matzigkeit.
64667         Indent.
64668
64669 1998-09-21  Jim Meyering  <meyering@ascend.com>
64670
64671         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
64672
64673 1998-08-18  Paul Eggert  <eggert@twinsun.com>
64674
64675         Port nanosecond-resolution times to UnixWare 2.1.2 and
64676         pedantic Solaris 2.6.
64677
64678         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
64679         AC_STRUCT_ST_MTIM.
64680         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
64681         Generate name of ns member, instead of just 1 or undef.
64682         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
64683
64684 1998-08-15  Jim Meyering  <meyering@ascend.com>
64685
64686         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
64687         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
64688         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
64689         instead of jm_TYPE_SSIZE_T.
64690
64691 1998-08-12  Jim Meyering  <meyering@ascend.com>
64692
64693         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
64694
64695 1998-08-02  Jim Meyering  <meyering@ascend.com>
64696
64697         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
64698         in acconfig.h manually.
64699
64700 1998-07-31  Paul Eggert  <eggert@twinsun.com>
64701
64702         * m4/st_mtim.m4: New file.
64703
64704 1998-07-28  Jim Meyering  <meyering@ascend.com>
64705
64706         * m4/utimes.m4: Undef stat.
64707
64708 1998-07-25  Jim Meyering  <meyering@ascend.com>
64709
64710         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
64711         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
64712
64713 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
64714
64715         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
64716         uid and gid actually remain unchanged.
64717
64718 1998-07-07  Jim Meyering  <meyering@ascend.com>
64719
64720         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
64721
64722 1998-07-04  Jim Meyering  <meyering@ascend.com>
64723
64724         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
64725         to prove that this macro can be used in packages without regex.c.
64726
64727 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
64728
64729         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
64730         is to be used.
64731
64732 1998-07-03  Jim Meyering  <meyering@ascend.com>
64733
64734         * m4/gettext.m4: Add -lintl if it's found to be necessary.
64735
64736         * m4/gettext.m4: New file -- from gettext-0.10.35.
64737         * m4/lcmessage.m4: Likewise.
64738         * m4/progtest.m4: Likewise.
64739
64740         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
64741         * m4/jm-macros.m4: Require the new macro.
64742
64743 1998-06-29  Jim Meyering  <meyering@ascend.com>
64744
64745         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
64746         for the definition of NGROUPS (used in a system header included
64747         by sys/mount.h).
64748
64749 1998-06-28  Jim Meyering  <meyering@ascend.com>
64750
64751         * m4/ls-mntd-fs.m4: New file.
64752         * m4/fstypename.m4: New file.
64753
64754         * m4/jm-macros.m4: Require the new macro.
64755         * m4/jm-glibc-io.m4: New file.
64756
64757 1998-05-19  Jim Meyering  <meyering@ascend.com>
64758
64759         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
64760         * m4/lchown.m4: New file.
64761
64762         * m4/Makefile.am.in: New file.
64763         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
64764
64765 1998-05-14  Jim Meyering  <meyering@ascend.com>
64766
64767         * m4/Makefile.am (EXTRA_DIST): Add them.
64768         * m4/jm-macros.m4: New file.
64769         * m4/utimbuf.m4: New file.
64770
64771 1998-05-12  Jim Meyering  <meyering@ascend.com>
64772
64773         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
64774
64775 1998-05-11  Jim Meyering  <meyering@ascend.com>
64776
64777         * m4/isc-posix.m4: New file.
64778
64779 1998-05-10  Jim Meyering  <meyering@ascend.com>
64780
64781         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
64782
64783 1998-05-09  Jim Meyering  <meyering@ascend.com>
64784
64785         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
64786         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
64787         with automake.
64788
64789         * m4/ssize_t.m4: New file.
64790         * m4/mktime.m4: Remove file -- the new automake has this now.
64791
64792 1998-04-26  Jim Meyering  <meyering@ascend.com>
64793
64794         * m4/assert.m4: New file.
64795         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
64796
64797 1998-04-05  Jim Meyering  <meyering@ascend.com>
64798
64799         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
64800         (jm_PREREQ): Use it here.
64801
64802 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
64803
64804         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
64805         in acconfig.h.
64806
64807 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
64808
64809         * m4/prereq.m4: New file.
64810         * m4/error.m4: New file.
64811         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
64812
64813 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
64814
64815         * m4/getline.m4: Don't set am_cv_func_working_getline before the
64816         cache-check for the same variable -- that defeated the purpose of
64817         the test; the test program was never run.  This was a problem only
64818         on systems with losing getline functions -- HP-UX 10.20 is one.
64819         Reported by Bjorn Helgaas.
64820
64821 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
64822
64823         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
64824
64825 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
64826
64827         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
64828
64829         * m4/const.m4: New file.  Use an initializer in this declaration
64830         typedef int charset[2]; const charset x;
64831         Reported by Bob Glickstein.
64832
64833 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
64834
64835         * m4/chown.m4: Fix reversed types on -1 args to chown.
64836         From Kaveh Ghazi.
64837
64838 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
64839
64840         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
64841         Add lseek and memchr.
64842
64843         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
64844         T.E.Dickey <dickey@clark.net> said that some older preprocessors
64845         have a 20-character limit on names.
64846
64847 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
64848
64849         * m4/inttypes_h.m4: New file.
64850         * m4/uintmax_t.m4: New file.
64851         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
64852
64853
64854         -----
64855
64856         Local Variables:
64857         coding: utf-8
64858         End:
64859
64860         Copyright (C) 1997-2010 Free Software Foundation, Inc.
64861
64862         Copying and distribution of this file, with or without
64863         modification, are permitted provided the copyright notice
64864         and this notice are preserved.